@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

@font-face {
  font-family: "outfit";
  src: url(Outfit-VariableFont_wght.ttf);
}
html {
  font-size: 10px;
}

body {
  font-family: LocalYuGothicMedium, "Yu Gothic Medium", "游ゴシック Medium", Yu Gothic, YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

button {
  border: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
}

video, img {
  vertical-align: top;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11999;
  width: 100vw;
  height: 100vh;
  background: rgba(13, 13, 13, 0.7);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.modal .close {
  border: none;
  background: none;
  outline: none;
}

.footer {
  letter-spacing: 0.1em;
}
.footer * {
  box-sizing: border-box;
}
.footer a {
  text-decoration: none;
  color: #333;
}

.blankarea {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.m_notes {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 2px;
  text-align: right;
}

.m_iconHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m_iconHead .icon {
  margin-bottom: 20px;
}
.m_iconHead .txt {
  font-family: outfit;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .m_iconHead {
    margin-bottom: 40px;
  }
  .m_iconHead .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .m_iconHead {
    margin-bottom: 20px;
  }
  .m_iconHead .txt {
    font-size: 1.4rem;
  }
}

.m_secHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  margin-bottom: 22px;
}
.m_secHead .sub {
  letter-spacing: 0.15em;
}
.m_secHead .main {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .m_secHead .sub {
    font-size: 2.2rem;
  }
  .m_secHead .main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .m_secHead .sub {
    font-size: 1.8rem;
  }
  .m_secHead .main {
    font-size: 2.6rem;
  }
}

.m_pointHead {
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m_pointHead .sub {
  font-family: outfit;
  font-weight: 400;
}
.m_pointHead .main {
  font-weight: 400;
}
.m_pointHead .main .sup {
  font-size: 0.8rem;
}
@media print, screen and (min-width: 769px) {
  .m_pointHead {
    margin-bottom: 18px;
  }
  .m_pointHead .sub {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
  .m_pointHead .main {
    font-size: 3rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .m_pointHead {
    margin-bottom: 22px;
  }
  .m_pointHead .sub {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }
  .m_pointHead .main {
    font-size: 1.8rem;
    line-height: 1.88;
  }
}

.m_pointIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .m_pointIcon {
    margin-bottom: 22px;
  }
  .m_pointIcon > * + * {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m_pointIcon {
    margin-bottom: 25px;
  }
  .m_pointIcon > * + * {
    margin-left: 10px;
  }
}

.m_desc {
  line-height: 1.77;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .m_desc {
    font-size: 1.8rem;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .m_desc {
    font-size: 1.4rem;
  }
}

.descWrap {
  text-align: center;
}
.descWrap .descInner {
  display: inline-block;
}
.descWrap .descInner .m_desc {
  margin-bottom: 0;
}
.descWrap .descInner .notes {
  font-size: 0.8rem;
}
@media print, screen and (min-width: 769px) {
  .descWrap {
    margin-bottom: 32px;
  }
}
.m_btn {
  display: inline-block;
}
.m_btn + .m_btn {
  margin-top: 6px;
}
.m_btn > .txt {
  display: block;
  text-decoration: none;
  color: #6A6A6A;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #AAA;
  line-height: 60px;
  position: relative;
}
.m_btn.s_cart > .txt:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/svg/icon-cart--gray.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 8px;
}
.m_btn.s_modal > .txt:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../images/modal.png) no-repeat 0 0/100%;
}
.m_btn.s_link > .txt:after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(../images/arrow.png) no-repeat 0 0/100%;
}
@media print, screen and (min-width: 769px) {
  .m_btn > .txt {
    min-width: 315px;
    transition: opacity 0.3s;
  }
  .m_btn > .txt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m_btn {
    width: 100%;
  }
  .m_btn > .txt {
    width: 100%;
  }
}

.m_linkArw {
  letter-spacing: 0.18em;
  color: #6A6A6A;
  font-size: 1.2rem;
  text-decoration: none;
}
.m_linkArw:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../images/arrow.png) no-repeat 0 0/100%;
  vertical-align: 0;
  margin-left: 20px;
}
@media print, screen and (min-width: 769px) {
  .m_linkArw {
    transition: opacity 0.3s;
  }
  .m_linkArw:hover {
    opacity: 0.7;
  }
}

#ecStoreModal .ecStoreList .m_mediaBox{
  display:block;
}

.m_modal .modal-body {
  background: #fff;
}
.m_modal .closeBtn {
  cursor: pointer;
  color: #6A6A6A;
  pointer-events: all;
}
.m_modal .closeBtn > span {
  font-family: outfit;
  display: inline-block;
}
.m_modal .closeBtn > span:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background: url(../images/close.png) no-repeat 0 0/100%;
  margin-left: 10px;
}
.m_modal.s_video .modal-dialog, .m_modal.s_video .modal-content {
  pointer-events: none;
}
.m_modal.s_video .modal-body {
  padding: 0;
  width: auto;
  background: none;
  text-align: center;
}
.m_modal.s_video .modal-body video {
  vertical-align: top;
  max-width: 100%;
  pointer-events: all;
}
@media print, screen and (min-width: 769px) {
  .m_modal .modal-body {
    width: 1000px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 80px;
  }
  .m_modal .closeBtn {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 20px;
  }
  .m_modal .closeBtn span {
    transition: opacity 0.3s;
  }
  .m_modal .closeBtn span:hover {
    opacity: 0.7;
  }
  .m_modal.s_video .modal-body video {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .m_modal .modal-dialog {
    margin: 0.5rem 5vw;
  }
  .m_modal .modal-body {
    margin-bottom: 10px;
    padding: 30px;
  }
  .m_modal .closeBtn {
    font-size: 1.4rem;
  }
}

.modal-backdrop {
  background: #F2EBE3;
}

.m_mediaBox .txtWrap {
  color: #3B3938;
}
.m_mediaBox .txtWrap .boxHead {
  font-weight: 400;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}
.m_mediaBox .txtWrap .boxTxt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media print, screen and (min-width: 769px) {
  .m_mediaBox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .m_mediaBox .img {
    margin-right: 60px;
  }
  .m_mediaBox .txtWrap .boxHead {
    font-size: 1.8rem;
  }
  .m_mediaBox .txtWrap .boxTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .m_mediaBox .txtWrap {
    margin-bottom: 48px;
  }
  .m_mediaBox .txtWrap .boxHead {
    font-size: 1.8rem;
  }
  .m_mediaBox .txtWrap .boxTxt {
    font-size: 1.2rem;
  }
}

.m_loading {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_loading .videoWrap video {
  width: 100%;
  position: relative;
  top: -5px;
}
.m_loading .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .m_loading .videoWrap .sp {
    display: none;
  }
  .m_loading .icon svg {
    width: 58px;
  }
}
@media screen and (max-width: 768px) {
  .m_loading .videoWrap .pc {
    display: none;
  }
  .m_loading .icon svg {
    width: 50px;
  }
}

.hide {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.m_loading {
  background-color: #DFD4C1;
}

.m_loading .icon .icon-inner .icon-inner-inner {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .imgBox.box3 {
    width: 1100px !important;
    position: relative;
  }
  .imgBox.box3 .box-inner {
    position: relative;
  }
  .imgBox.box3 .box-inner .box-inner-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imgBox.box3.focus .box-inner .box-inner-inner {
    width: 1100px;
    margin: 0px auto;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img {
    position: relative;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner {
    margin: 0 auto;
    width: 800px;
    height: 450px;
    overflow: hidden;
    position: relative;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner .wave {
    z-index: 1;
    position: absolute;
    top: -333px;
    left: -226px;
    transform-origin: 0 0;
    scale: 0.85;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner > img {
    transform-origin: 0 0;
    scale: 0.85;
    position: absolute;
    top: -333px;
    left: -226px;
  }
  #sec03 .pointNav {
    display: flex;
    align-items: center;
  }
  .pointWrap .pointNav .list > li .subList > li.is_active:after {
    background: #6A6A6A;
  }
}
#point01 .modeList {
  display: block;
  height: 477px;
}

#point01 .modeList > li {
  position: absolute;
}

#point01 .point01 .box-inner {
  position: relative;
}

#point01 .point01 .box-inner .box-inner-inner {
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner {
  width: 100%;
}

#point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner .img .img-inner {
  position: relative;
}

#point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner .img .img-inner .wave {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

#point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner .img .img-inner .wave img {
  position: relative;
  z-index: 100;
}

#point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner .img .img-inner .wave .base {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .imgBox.box3 {
    width: 100%;
  }
  .imgBox.box3 .box-inner {
    position: relative;
  }
  .imgBox.box3 .box-inner .box-inner-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imgBox.box3 .box-inner .box-inner-inner .txtWrap {
    overflow: hidden;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img.vw100 {
    width: 100vw !important;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner {
    margin: auto;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner .wave {
    z-index: 1;
    position: absolute;
    transform-origin: 0 0;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner .wave img {
    position: relative;
    transform-origin: 0 0;
    scale: 2.98;
    top: -343px;
    left: -355px;
  }
  .imgBox.box3 .box-inner .box-inner-inner .img .img-inner > img {
    position: relative;
    transform-origin: 0 0;
    scale: 2.98;
    top: -343px;
    left: -355px;
  }
  #point01 .point01 .box-inner .box-inner-inner {
    width: 89.33vw;
  }
  #point01 .point01 .box-inner .box-inner-inner .box-inner-inner-inner .img .img-inner .wave {
    width: 100%;
    height: 100%;
  }
}
.waves {
  z-index: 3;
  position: absolute;
  transform-origin: 0 0;
}

.waves.type1 {
  top: 49px;
  left: 309px;
  /*border: 1px solid red;*/
}

.waves.type1 .waves-inner {
  transform: rotate(36deg);
}

.waves.type2 {
  top: 37px;
}

.waves.type3 {
  top: 34px;
}

.waves.type4 {
  top: 34px;
}

.img-inner .base {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.img-inner .item {
  position: relative;
  z-index: 2;
}

.waves .wave-single {
  /*border: 1px solid red;*/
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.waves.type1 .wave-single {
  width: 52px;
  height: 25px;
}

.waves.type2 .wave-single {
  width: 130px;
  height: 54px;
}

.waves.type3 .wave-single {
  width: 130px;
  height: 54px;
}

.waves.type4 .wave-single {
  width: 130px;
  height: 54px;
}

.waves .wave-single img {
  position: absolute;
  top: 0px;
  left: 200px;
}

@media screen and (max-width: 768px) {
  .waves.type1 {
    top: 42px;
    left: 184px;
  }
  .waves.type1 img {
    width: auto !important;
  }
  .waves.type2 {
    top: 0px;
  }
  .waves.type3 {
    top: 0px;
  }
  .waves.type4 {
    top: 0px;
  }
  .modeList > li {
    position: absolute !important;
  }
}
img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_spHide {
    display: none;
  }
}
.m_alignCenter {
  text-align: center;
}

#pageCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff;
}

.bgMov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: #F4EEE8;
}
.bgMov video {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bgMov .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bgMov .pc {
    display: none;
  }
}

.teaserWrap {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.teaserWrap .logo {
  position: absolute;
}
.teaserWrap .logo img {
  image-rendering: -webkit-optimize-contrast;
}
.teaserWrap .txtWrap {
  font-family: outfit;
  text-align: center;
}
.teaserWrap .txtWrap .txt1 {
  letter-spacing: 0.1em;
}
.teaserWrap .txtWrap .txt2 {
  letter-spacing: 0.05em;
}
.teaserWrap .txtWrap .sub {
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.teaserWrap .copy {
  margin-bottom: 0;
}
.teaserWrap .copy small {
  letter-spacing: 0.2em;
  font-family: outfit;
}
@media print, screen and (min-width: 769px) {
  .teaserWrap .logo {
    top: 60px;
    left: 60px;
  }
  .teaserWrap .txtWrap {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .teaserWrap .txtWrap > * {
    pointer-events: all;
  }
  .teaserWrap .txtWrap .txt {
    font-size: 6rem;
  }
  .teaserWrap .txtWrap .txt1 {
    margin-bottom: 5px;
  }
  .teaserWrap .txtWrap .txt2 {
    margin-bottom: 15px;
  }
  .teaserWrap .txtWrap .sub {
    font-size: 3rem;
  }
  .teaserWrap .shareArea .m_spHide {
    text-align: center;
    position: absolute;
    right: 52px;
    bottom: 20px;
  }
  .teaserWrap .shareArea .m_spHide .txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .teaserWrap .copy {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .teaserWrap .copy small {
    pointer-events: all;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .teaserWrap .logo {
    top: 20px;
    left: 20px;
  }
  .teaserWrap .spWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .teaserWrap .spWrap > * {
    pointer-events: all;
  }
  .teaserWrap .spWrap > .txtWrap {
    margin-bottom: 110px;
  }
  .teaserWrap .spWrap > .txtWrap .txt {
    font-size: 4.6rem;
  }
  .teaserWrap .spWrap > .txtWrap .txt1 {
    margin-bottom: 0;
  }
  .teaserWrap .spWrap > .txtWrap .txt2 {
    margin-bottom: 2px;
  }
  .teaserWrap .spWrap > .txtWrap .sub {
    font-size: 2.4rem;
  }
  .teaserWrap .shareArea .m_pcHide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .teaserWrap .shareArea .m_pcHide .txtWrap {
    text-align: left;
  }
  .teaserWrap .shareArea .m_pcHide .txtWrap .main {
    font-size: 1.5rem;
    font-family: outfit;
  }
  .teaserWrap .shareArea .m_pcHide .txtWrap .sub {
    font-size: 1.2rem;
  }
  .teaserWrap .shareArea .m_pcHide .snsList {
    display: flex;
    align-items: center;
    margin-left: 25px;
  }
  .teaserWrap .shareArea .m_pcHide .snsList > li {
    position: relative;
  }
  .teaserWrap .shareArea .m_pcHide .snsList > li + li {
    margin-left: 20px;
  }
  .teaserWrap .shareArea .m_pcHide .snsList > li button + .copyTxt {
    display: flex;
    position: absolute;
    top: -15px;
    left: -37px;
    align-items: center;
    justify-content: center;
    transform: translateY(10px);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.053em;
    opacity: 0;
    font-family: outfit;
    width: 100px;
    text-align: center;
    transition: 0.3s;
  }
  .teaserWrap .shareArea .m_pcHide .snsList > li button + .copyTxt.is_active {
    opacity: 1;
    transform: translateY(0);
  }
  .teaserWrap .copy {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .teaserWrap .copy small {
    pointer-events: all;
    font-size: 1rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes tabBtnAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tabBtnAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pageWrap {
  overflow: hidden;
  letter-spacing: 0.1em;
}
.pageWrap a, .pageWrap button, .pageWrap video {
  outline: none !important;
}

.mvArea {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mvArea .bgMov {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.mvArea .bgMov video {
  width: 100%;
}
.mvArea .logo {
  position: absolute;
  z-index: 1;
}
.mvArea .txtWrap {
  position: relative;
  text-align: center;
  z-index: 1;
}
.mvArea .txtWrap .txt1 {
  letter-spacing: 0.3em;
  font-family: outfit;
}
.mvArea .txtWrap .txt1 img {
  vertical-align: -4px;
}
.mvArea .txtWrap .txt2 {
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.25;
}
.mvArea .txtWrap .txt3 {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-weight: 400;
}
.mvArea .scroll {
  position: absolute;
  z-index: 1;
}
.mvArea .scroll .bar {
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
}
.mvArea .scroll .bar:before {
  content: "";
  display: block;
  width: 1px;
  height: 280%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
}
@media print, screen and (min-width: 769px) {
  .mvArea {
    background-image: url(../images/mvBg.jpg);
    min-height: 100vh;
  }
  .mvArea .logo {
    left: 40px;
    top: 40px;
    margin: auto;
  }
  .mvArea .txtWrap {
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    padding-top: 245px;
  }
  .mvArea .txtWrap .txtInner {
    display: inline-block;
    margin-right: 55px;
    text-align: center;
  }
  .mvArea .txtWrap .txt1 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .mvArea .txtWrap .txt2 {
    font-size: 4rem;
    margin-bottom: 15px;
    font-size: 4.8rem;
  }
  .mvArea .txtWrap .txt3 {
    font-size: 2rem;
    line-height: 2;
  }
  .mvArea .scroll {
    right: 50px;
    bottom: 20px;
  }
  .mvArea .scroll .bar {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    background-image: url(../images/mvBgSp.jpg);
    min-height: 166vw;
  }
  .mvArea .logo {
    top: 20px;
    left: 20px;
  }
  .mvArea .txtWrap {
    padding-top: 65px;
  }
  .mvArea .txtWrap .txt1 {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .mvArea .txtWrap .txt2 {
    font-size: 2.8rem;
    margin-bottom: 4px;
  }
  .mvArea .txtWrap .txt3 {
    font-size: 1.5rem;
    line-height: 1.65;
  }
  .mvArea .scroll {
    right: 20px;
    bottom: 20px;
  }
  .mvArea .scroll .bar {
    height: 80px;
  }
}

#sec01 .imgBox .txtWrap {
  font-weight: 400;
}
#sec01 .imgBox .txtWrap .sub {
  font-family: outfit;
  font-weight: 400;
  letter-spacing: 0.3em;
}
#sec01 .imgBox .txtWrap .main {
  letter-spacing: 0.1em;
}
#sec01 .imgBox.box5 .txtWrap {
  text-align: center;
}
#sec01 .imgBox.box5 .txtWrap .tag {
  display: inline-block;
  color: #6A6A6A;
  width: 62px;
  line-height: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
}
#sec01 .imgBox.box6 .imgWrap {
  display: inline-block;
  position: relative;
}
#sec01 .imgBox.box6 .imgWrap a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#sec01 .imgBox.box6 .imgWrap button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#sec01 .imgBox.box6 .imgWrap video {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #sec01 {
    padding: 200px 0 150px;
    background: #F4EEE8;
  }
  #sec01 .imgBox {
    width: 1100px;
    margin: 0 auto;
  }
  #sec01 .imgBox .txtWrap .sub {
    font-size: 2rem;
    margin-bottom: 17px;
  }
  #sec01 .imgBox.box1 {
    margin-bottom: 200px;
    position: relative;
  }
  #sec01 .imgBox.box1 .txtWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
  }
  #sec01 .imgBox.box1 .txtWrap .main {
    font-size: 4rem;
  }
  #sec01 .imgBox.box1 .img {
    text-align: right;
  }
  #sec01 .imgBox.box2 {
    margin-bottom: 150px;
    text-align: center;
    width: 800px;
  }
  #sec01 .imgBox.box3 {
    margin-bottom: 150px;
    position: relative;
  }
  #sec01 .imgBox.box3 .img {
    text-align: right;
    position: relative;
    z-index: 1;
  }
  #sec01 .imgBox.box3 .txtWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
  }
  #sec01 .imgBox.box3 .txtWrap .main {
    font-size: 3.8rem;
    letter-spacing: 0.15em;
  }
  #sec01 .imgBox.box4 {
    margin-bottom: 90px;
    text-align: center;
  }
  #sec01 .imgBox.box5 {
    margin-bottom: 85px;
  }
  #sec01 .imgBox.box5 .txtWrap .main {
    font-size: 3.8rem;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
  }
  #sec01 .imgBox.box5 .txtWrap .tag {
    margin-bottom: 12px;
  }
  #sec01 .imgBox.box5 .txtWrap .notes {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  #sec01 .imgBox.box5 .img {
    text-align: center;
  }
  #sec01 .imgBox.box6 {
    text-align: center;
  }
  #sec01 .imgBox.box6 .txtWrap {
    margin-bottom: 30px;
  }
  #sec01 .imgBox.box6 .txtWrap .main {
    font-size: 3.4rem;
  }
  #sec01 .imgBox.box6 a .btn {
    transition: opacity 0.3s;
  }
  #sec01 .imgBox.box6 a:hover .btn {
    opacity: 0.7;
  }
  #sec01 .imgBox.box6 .imgWrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #sec01 {
    padding: 52px 0 0;
    background: #f2ece4;
  }
  #sec01 .imgBox .txtWrap {
    text-align: center;
  }
  #sec01 .imgBox .txtWrap .sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #sec01 .imgBox.box1 {
    margin-bottom: 100px;
  }
  #sec01 .imgBox.box1 .txtWrap {
    margin-bottom: 32px;
  }
  #sec01 .imgBox.box1 .txtWrap .main {
    font-size: 2.4rem;
  }
  #sec01 .imgBox.box1 .img {
    width: 80vw;
    margin-left: auto;
  }
  #sec01 .imgBox.box1 .img img {
    width: 100%;
  }
  #sec01 .imgBox.box1 .m_notes {
    margin-right: 20px;
  }
  #sec01 .imgBox.box2 {
    margin-bottom: 95px;
  }
  #sec01 .imgBox.box2 .m_notes {
    margin-right: 20px;
  }
  #sec01 .imgBox.box3 {
    margin-bottom: 100px;
  }
  #sec01 .imgBox.box3 .txtWrap {
    margin-bottom: 32px;
  }
  #sec01 .imgBox.box3 .txtWrap .main {
    font-size: 2.4rem;
  }
  #sec01 .imgBox.box3 .img {
    width: 89.33vw;
    margin: 0 auto;
  }
  #sec01 .imgBox.box3 .img img {
    width: 100%;
  }
  #sec01 .imgBox.box3 .m_notes {
    margin-right: 20px;
  }
  #sec01 .imgBox.box5 {
    padding-bottom: 18px;
  }
  #sec01 .imgBox.box5 .txtWrap .main {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  #sec01 .imgBox.box5 .txtWrap .tag {
    margin-bottom: 3px;
  }
  #sec01 .imgBox.box5 .txtWrap .notes {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  #sec01 .imgBox.box6 {
    padding-top: 90px;
  }
  #sec01 .imgBox.box6 .txtWrap .main {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  #sec01 .imgBox.box6 .imgWrap {
    width: 100%;
  }
  #sec01 .imgBox.box6 .imgWrap video {
    width: 100%;
  }
  #sec01 .spBoxWrap {
    position: relative;
  }
  #sec01 .spBoxWrap + .img img {
    width: 100%;
  }
  #sec01 .spBoxWrap .box5 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

#sec02 {
  background-position: top center;
  text-align: center;
}
#sec02 .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
}
#sec02 .desc .sub {
  letter-spacing: 0.15em;
}
#sec02 .desc .main {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1280px) {
  #sec02 {
    background-size: cover !important;
    height: 0 !important;
    padding-bottom: 62.5%;
  }
}
@media print, screen and (min-width: 769px) {
  #sec02 {
    background-image: url(../images/sec02bg.jpg);
    background-size: 1280px;
    padding-top: 60px;
    box-sizing: border-box;
    height: 800px;
  }
  #sec02 .desc .sub {
    font-size: 2.2rem;
  }
  #sec02 .desc .main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  #sec02 {
    background-image: url(../images/sec02bgSp.jpg);
    background-size: cover;
    height: 160vw;
  }
  #sec02 .m_iconHead {
    padding-top: 70px;
  }
  #sec02 .desc .sub {
    font-size: 1.4rem;
  }
  #sec02 .desc .main {
    font-size: 2.2rem;
  }
}

#sec03 {
  position: relative;
}
#sec03:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(rgba(217, 200, 180, 0) 0%, #d9c8b4 100%);
  opacity: 0.35;
}
@media print, screen and (min-width: 769px) {
  #sec03 {
    padding: 140px 0 200px;
    background: #F4EEE8;
  }
  #sec03:after {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #sec03 {
    padding: 112px 0 120px;
    background: #f2ece4;
  }
  #sec03:after {
    height: 408px;
  }
  #sec03 .m_secHead .main {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

#inner01 .iconList {
  display: flex;
  justify-content: center;
}
#inner01 .mov {
  text-align: center;
}
#inner01 .mov .movInner {
  display: inline-block;
}
#inner01 .mov .movInner video {
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #inner01 {
    margin-bottom: 150px;
  }
  #inner01 .iconList {
    margin-bottom: 40px;
  }
  #inner01 .iconList > li + li {
    margin-left: 20px;
  }
  #inner01 .mov {
    width: 800px;
    margin: 0 auto;
  }
  #inner01 .mov video {
    width: 800px;
    height: 590px;
  }
}
@media screen and (max-width: 768px) {
  #inner01 {
    margin-bottom: 145px;
  }
  #inner01 .iconList {
    margin-bottom: 30px;
  }
  #inner01 .iconList > li + li {
    margin-left: 15px;
  }
  #inner01 .mov {
    width: 89.33vw;
    margin: 0 auto;
  }
}

.pointWrap {
  position: relative;
}
@media print, screen and (max-width: 1250px) {
  .pointWrap .pointNav {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pointWrap {
    margin-bottom: 190px;
  }
  .pointWrap .pointNav {
    position: absolute;
    width: 1280px;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0 auto;
    color: #6A6A6A;
  }
  .pointWrap .pointNav .list {
    margin: 0;
    pointer-events: all;
    width: 240px;
    box-sizing: border-box;
    padding-left: 40px;
  }
  .pointWrap .pointNav .list li {
    padding-left: 21px;
  }
  .pointWrap .pointNav .list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #6A6A6A;
    background: #fff;
    border-radius: 50%;
    transition: background-color 0.3s;
  }
  .pointWrap .pointNav .list > li {
    position: relative;
  }
  .pointWrap .pointNav .list > li.is_active:after {
    background: #6A6A6A;
  }
  .pointWrap .pointNav .list > li:after {
    top: 21px;
    width: 11px;
    height: 11px;
  }
  .pointWrap .pointNav .list > li + li {
    margin-top: 74px;
  }
  .pointWrap .pointNav .list > li + li:before {
    content: "";
    display: block;
    left: 5px;
    top: -79px;
    background: #6A6A6A;
    width: 1px;
    height: 100px;
    position: absolute;
  }
  .pointWrap .pointNav .list > li .listHead {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .pointWrap .pointNav .list > li .listHead .sub {
    display: block;
    font-family: outfit;
    letter-spacing: 0.1rem;
  }
  .pointWrap .pointNav .list > li .listHead .main {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pointWrap .pointNav .list > li .subList {
    margin-left: -21px;
  }
  .pointWrap .pointNav .list > li .subList > li {
    font-size: 1.2rem;
    font-family: outfit;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    margin-top: 40px;
    position: relative;
  }
  .pointWrap .pointNav .list > li .subList > li:before {
    content: "";
    display: block;
    left: 5px;
    top: -45px;
    background: #6A6A6A;
    width: 1px;
    height: 64px;
    position: absolute;
  }
  .pointWrap .pointNav .list > li .subList > li:after {
    width: 7px;
    height: 7px;
    left: 2px;
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .pointWrap {
    margin-bottom: 140px;
  }
  .pointWrap .pointNav {
    display: none;
  }
}

#point01 .modeList > li .txtWrap .img {
  width: 100%;
}
#point01 .modeList > li .txtWrap .txtInner {
  display: flex;
}
#point01 .modeList > li .txtWrap .bnr {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  font-family: outfit;
  text-align: center;
  letter-spacing: 0.1em;
}
#point01 .modeList > li .txtWrap > .txt {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  #point01 {
    width: 800px;
    margin: 0 auto 150px;
  }
  #point01 .modeList {
    margin-bottom: 50px;
    position: relative;
  }
  #point01 .modeList > li {
    display: flex;
    align-items: center;
    width: 800px;
  }
  #point01 .modeList > li .txtWrap {
    width: 420px;
  }
  #point01 .modeList > li .txtWrap .img {
    margin-bottom: 30px;
  }
  #point01 .modeList > li .txtWrap .txtInner {
    align-items: flex-end;
  }
  #point01 .modeList > li .txtWrap .txtInner .bnr {
    width: 85px;
    line-height: 50px;
  }
  #point01 .modeList > li .txtWrap .txtInner > .txt {
    margin-left: auto;
    width: calc(100% - 100px);
  }
  #point01 .modeList > li > .img {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #point01 {
    width: 89.33vw;
    margin: 0 auto 115px;
  }
  #point01 .m_desc {
    margin-bottom: 20px;
  }
  #point01 .modeList > li {
    position: relative;
  }
  #point01 .modeList > li .txtWrap .img {
    width: 45%;
    aspect-ratio: 1/2;
  }
  #point01 .modeList > li .txtWrap .img img {
    margin-top: 20px;
  }
  #point01 .modeList > li .txtWrap .txtInner {
    align-items: flex-start;
  }
  #point01 .modeList > li .txtWrap .txtInner .bnr {
    width: 70px;
    line-height: 35px;
    font-size: 1.2rem;
  }
  #point01 .modeList > li .txtWrap .txtInner > .txt {
    margin-left: auto;
    width: calc(100% - 85px);
    font-size: 1.2rem;
  }
  #point01 .modeList > li > .img {
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #point01 .m_btn {
    margin-top: 60px;
  }
}

#point02 {
  text-align: center;
}
#point02 .m_pointHead {
  display: inline-flex;
}
#point02 .m_pointHead .notes {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  margin-left: auto;
}
#point02 .pointImg video {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #point02 {
    width: 800px;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  #point02 {
    width: 89.33vw;
    margin: 0 auto 115px;
  }
  #point02 .m_desc {
    text-align: left;
  }
  #point02 .pointImg {
    margin-top: 25px;
  }
  #point02 .pointImg video {
    width: 100%;
  }
}

#point03 .subBox {
  text-align: center;
}
#point03 .subBox .boxHead {
  letter-spacing: 0.15em;
  font-weight: 400;
}
#point03 .subBox .notes {
  position: relative;
  padding-left: calc(1em + 5px);
  color: #6A6A6A;
  text-align: left;
  letter-spacing: 0.1em;
}
#point03 .subBox .notes:before {
  content: "※";
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  #point03 {
    width: 800px;
    margin: 0 auto;
  }
  #point03 .subBox {
    width: 580px;
    margin: 145px auto 0;
  }
  #point03 .subBox .boxHead {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  #point03 .subBox .notes {
    font-size: 1.2rem;
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  #point03 {
    width: 89.33vw;
    margin: 0 auto 0;
  }
  #point03 .m_desc {
    margin-bottom: 50px;
  }
  #point03 .subBox {
    margin-top: 110px;
  }
  #point03 .subBox .boxHead {
    font-size: 1.6rem;
    margin-bottom: 23px;
  }
  #point03 .subBox .notes {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.imgArea {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.imgArea .imgBox02 {
  position: relative;
}
.imgArea .imgBox02 .txt {
  font-weight: 400;
  line-height: 1.78;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .imgArea .imgBox01 {
    margin: 0 auto 100px;
  }
  .imgArea .imgBox01 .img {
    margin-left: -90px;
  }
  .imgArea .imgBox02 {
    margin: 0 auto;
  }
  .imgArea .imgBox02 .txt {
    width: 1100px;
    right: 0;
    left: 60px;
    margin: auto;
    font-size: 3.8rem;
    letter-spacing: 0.13em;
  }
  .imgArea .imgBox02 .img {
    text-align: right;
    margin-right: -90px;
  }
}
@media screen and (max-width: 768px) {
  .imgArea .imgBox01 {
    margin-bottom: 50px;
  }
  .imgArea .imgBox01 .img {
    width: 88vw;
  }
  .imgArea .imgBox02 .txt {
    font-size: 2rem;
    margin-left: 30px;
    letter-spacing: 0.1em;
  }
  .imgArea .imgBox02 .img {
    width: 48.5vw;
    margin-left: auto;
  }
}

#sec04 .subHead {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#sec04 .desc {
  line-height: 2;
  letter-spacing: 0.12em;
}
#sec04 > .notes {
  position: relative;
  padding-left: calc(1em + 5px);
  color: #6A6A6A;
  text-align: left;
  letter-spacing: 0.1em;
}
#sec04 > .notes:before {
  content: "※";
  position: absolute;
  left: 0;
}
#sec04 .imgBox .txt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#sec04 .tabBox .boxHead {
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}
#sec04 .tabBox .boxTxt {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec04 .tabBox .boxInner {
  background: #F2EBE3;
  box-sizing: border-box;
}
#sec04 .tabBox .boxInner .imgWrap {
  text-align: center;
}
#sec04 .tabBox .boxInner .imgWrap > *:not(.img0) {
  display: none;
}
#sec04 .tabBox .boxInner .tabNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec04 .tabBox .boxInner .tabNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #C7754A;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 0.1em;
  position: relative;
}
#sec04 .tabBox .boxInner .tabNav a.is_active {
  background: #DEA481;
  color: #fff;
  pointer-events: none;
}
#sec04 .tabBox .boxInner .tabNav a.anim:before {
  content: "";
  display: block;
  pointer-events: none;
  box-sizing: border-box;
  border-color: rgba(246, 199, 158, 0.5);
  border-style: solid;
  -webkit-animation: tabBtnAnim 1.2s linear alternate infinite;
          animation: tabBtnAnim 1.2s linear alternate infinite;
  position: absolute;
  border-radius: 50%;
}
#sec04 .tabBox .boxInner .tabAll {
  position: relative;
}
#sec04 .tabBox .boxInner .tabAll .tabControl {
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#sec04 .tabBox .boxInner .tabAll .tabControl > li + li {
  margin-left: auto;
}
#sec04 .tabBox .boxInner .tabAll .tabControl > li button {
  pointer-events: all;
  background: url(../images/arrow.png) no-repeat center/6px;
  width: 6px;
  height: 8px;
  text-indent: -9999px;
  padding: 10px;
  cursor: pointer;
}
#sec04 .tabBox .boxInner .tabAll .tabControl > li button.prev {
  transform: rotateY(180deg);
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab > *:nth-last-child(2) {
  margin-bottom: 20px;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab .txt {
  letter-spacing: 0.02em;
  line-height: 2;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab .txt .sup {
  font-size: 0.8rem;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab .notes {
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab .backLink {
  text-align: center;
  margin-top: auto;
}
#sec04 .tabBox .boxInner .tabAll .tabWrap .tab .backLink button {
  text-decoration: underline;
  color: #6A6A6A;
  cursor: pointer;
  letter-spacing: 0.18em;
  font-size: 1.2rem;
}
#sec04 .columnBox .boxHead {
  font-family: outfit;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}
#sec04 .columnBox .boxInner {
  border: 1px solid #AAAAAA;
  border-radius: 10px;
}
#sec04 .columnBox .boxInner .txtWrap {
  color: #000;
}
#sec04 .columnBox .boxInner .txtWrap .ttl {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
#sec04 .columnBox .boxInner .txtWrap .txt {
  letter-spacing: 0.02em;
  line-height: 2;
}
#sec04 .columnBox .boxInner .txtWrap .link {
  text-align: right;
}
#sec04 .noticeBox {
  background: rgba(210, 210, 210, 0.15);
  color: #333;
  box-sizing: border-box;
}
#sec04 .noticeBox .boxHead {
  font-weight: bold;
  letter-spacing: 0.1em;
}
#sec04 .noticeBox .txt {
  letter-spacing: 0.1em;
  line-height: 2;
}
#sec04 .noticeBox .link {
  text-align: right;
}
#sec04 .pdtBox .txtWrap {
  color: #6A6A6A;
}
#sec04 .pdtBox .txtWrap .boxHead {
  font-weight: 400;
  font-family: outfit;
  letter-spacing: 0.1em;
}
#sec04 .pdtBox .txtWrap .txt {
  font-weight: 400;
  letter-spacing: 0.05em;
}
#sec04 .pdtBox .txtWrap .priceTxt {
  letter-spacing: 0.02em;
}
#sec04 .pdtBox .txtWrap .priceTxt .price {
  font-family: outfit;
}
#sec04 .pdtBox .txtWrap .priceTxt .sub {
  font-weight: 400;
}
#sec04 .pdtBox .txtWrap .priceTxt .em {
  font-weight: bold;
}
#sec04 .pdtBox .txtWrap .priceTxt .notes {
  font-weight: 400;
}
#sec04 .pdtBox .txtWrap .noticeList {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}
#sec04 .pdtBox .txtWrap .noticeList > li {
  position: relative;
  padding-left: calc(1em + 5px);
  letter-spacing: 0.1em;
}
#sec04 .pdtBox .txtWrap .noticeList > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  #sec04 {
    padding-top: 200px;
    width: 1100px;
    margin: 0 auto;
  }
  #sec04 .subHead {
    font-size: 3.8rem;
    margin-bottom: 20px;
  }
  #sec04 .desc {
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: center;
  }
  #sec04 .movList {
    display: flex;
    margin-bottom: 25px;
  }
  #sec04 .movList > li + li {
    margin-left: 25px;
  }
  #sec04 .movList > li a:hover img {
    opacity: 0.7;
  }
  #sec04 .movList > li a img {
    transition: opacity 0.3s;
  }
  #sec04 > .notes {
    font-size: 1.2rem;
  }
  #sec04 .imgBox {
    width: 571px;
    height: 480px;
    margin: 145px auto 140px;
    position: relative;
  }
  #sec04 .imgBox .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.4rem;
    width: 340px;
  }
  #sec04 .tabBox {
    width: 800px;
    margin: 0 auto 145px;
  }
  #sec04 .tabBox .boxHead {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  #sec04 .tabBox .boxTxt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #sec04 .tabBox .boxInner {
    padding: 10px 50px 40px;
  }
  #sec04 .tabBox .boxInner .imgWrap {
    height: 280px;
  }
  #sec04 .tabBox .boxInner .tabNav > li + li {
    margin-left: 25px;
  }
  #sec04 .tabBox .boxInner .tabNav a {
    width: 90px;
    height: 90px;
    font-size: 1.5rem;
  }
  #sec04 .tabBox .boxInner .tabNav a:hover {
    opacity: 0.7;
  }
  #sec04 .tabBox .boxInner .tabNav a.anim:before {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-width: 8px;
  }
  #sec04 .tabBox .boxInner .tabAll {
    margin-top: 30px;
  }
  #sec04 .tabBox .boxInner .tabAll .tabWrap .tab {
    width: 580px;
    margin: 0 auto;
  }
  #sec04 .tabBox .boxInner .tabAll .tabWrap .tab .txt {
    font-size: 1.4rem;
  }
  #sec04 .tabBox .boxInner .tabAll .tabWrap .tab .notes {
    margin-top: 20px;
  }
  #sec04 .tabBox .boxInner .tabAll .tabWrap .tab .backLink button:hover {
    text-decoration: none;
  }
  #sec04 .columnBox {
    width: 800px;
    margin: 0 auto 150px;
  }
  #sec04 .columnBox .boxHead {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  #sec04 .columnBox .boxInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 60px;
  }
  #sec04 .columnBox .boxInner .txtWrap {
    width: calc(100% - 180px);
  }
  #sec04 .columnBox .boxInner .txtWrap .ttl {
    margin-bottom: 13px;
  }
  #sec04 .columnBox .boxInner .txtWrap .txt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  #sec04 .noticeBox {
    padding: 45px 100px 32px;
    width: 800px;
    max-width: 100%;
    margin: 100px auto 150px;
  }
  #sec04 .noticeBox .boxHead {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #sec04 .noticeBox .txt {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  #sec04 .pdtBox {
    width: 515px;
    margin: 0 auto 150px;
    display: flex;
    align-items: center;
  }
  #sec04 .pdtBox .img {
    width: 200px;
  }
  #sec04 .pdtBox .txtWrap {
    width: 315px;
    text-align: center;
  }
  #sec04 .pdtBox .txtWrap .boxHead {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  #sec04 .pdtBox .txtWrap > .txt {
    font-size: 1.2rem;
    margin-bottom: 43px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt {
    margin-bottom: 5px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .price {
    font-size: 1.6rem;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .sub {
    font-size: 1rem;
    margin-left: 5px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .em {
    font-size: 1.4rem;
    margin-right: 4px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .notes {
    font-size: 0.8rem;
    margin-left: 2px;
  }
  #sec04 .pdtBox .txtWrap .noticeList {
    margin-top: 12px;
    font-size: 1.2rem;
    margin-bottom: 23px;
  }
  #sec04 .pdtBox .txtWrap .noticeList > li + li {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding-top: 150px;
    width: 89.33vw;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #sec04 .subHead {
    font-size: 2.2rem;
    margin-bottom: 17px;
  }
  #sec04 .desc {
    margin-bottom: 22px;
    font-size: 1.2rem;
    line-height: 2;
  }
  #sec04 .movList {
    margin-bottom: 22px;
    text-align: center;
  }
  #sec04 .movList > li + li {
    margin-top: 15px;
  }
  #sec04 > .notes {
    font-size: 1rem;
  }
  #sec04 .imgBox {
    margin-top: 127px;
    margin-bottom: 107px;
  }
  #sec04 .imgBox .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #sec04 .imgBox .img img {
    width: 298px;
  }
  #sec04 .imgBox .txt {
    font-size: 1.2rem;
    width: 78.66vw;
    margin: 0 auto;
  }
  #sec04 .tabBox {
    margin-bottom: 115px;
  }
  #sec04 .tabBox .boxHead {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #sec04 .tabBox .boxTxt {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  #sec04 .tabBox .boxInner {
    margin: 0 -5.33vw;
    padding: 15px 20px 25px;
  }
  #sec04 .tabBox .boxInner .imgWrap {
    margin-bottom: 25px;
  }
  #sec04 .tabBox .boxInner .tabNav > li + li {
    margin-left: 15px;
  }
  #sec04 .tabBox .boxInner .tabNav a {
    width: 76px;
    height: 76px;
    font-size: 1.2rem;
  }
  #sec04 .tabBox .boxInner .tabNav a.anim:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border-width: 5px;
  }
  #sec04 .tabBox .boxInner .tabAll {
    margin: 20px 30px 0;
  }
  #sec04 .tabBox .boxInner .tabAll .tabControl {
    margin: 0 0 0 -35px;
    width: calc(100% + 70px);
  }
  #sec04 .tabBox .boxInner .tabAll .tabWrap .tab .txt {
    font-size: 1.2rem;
  }
  #sec04 .columnBox {
    margin-bottom: 120px;
  }
  #sec04 .columnBox .boxHead {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  #sec04 .columnBox .boxInner {
    padding: 40px 20px 35px;
  }
  #sec04 .columnBox .boxInner .img {
    text-align: center;
    margin-bottom: 15px;
  }
  #sec04 .columnBox .boxInner .txtWrap .ttl {
    margin-bottom: 8px;
  }
  #sec04 .columnBox .boxInner .txtWrap .txt {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  #sec04 .noticeBox {
    margin: 130px -5.33vw 120px;
    padding: 45px 40px 33px;
  }
  #sec04 .noticeBox .boxHead {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #sec04 .noticeBox .txt {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  #sec04 .pdtBox {
    width: 84vw;
    margin: 0 auto;
  }
  #sec04 .pdtBox .img {
    text-align: center;
    margin-bottom: 5px;
  }
  #sec04 .pdtBox .img img {
    width: 122px;
    margin-right: -3vw;
  }
  #sec04 .pdtBox .txtWrap {
    text-align: center;
  }
  #sec04 .pdtBox .txtWrap .boxHead {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  #sec04 .pdtBox .txtWrap > .txt {
    font-size: 1.2rem;
    margin-bottom: 43px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .price {
    font-size: 1.6rem;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .sub {
    font-size: 1rem;
    margin-left: 4px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .em {
    font-size: 1.4rem;
    margin-right: 4px;
  }
  #sec04 .pdtBox .txtWrap .priceTxt .notes {
    font-size: 0.8rem;
    margin-left: 2px;
  }
  #sec04 .pdtBox .txtWrap .noticeList {
    text-align: left;
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 22px;
  }
  #sec04 .pdtBox .txtWrap .noticeList > li + li {
    margin-top: 3px;
  }
}

.asideBox {
  background: rgba(210, 210, 210, 0.15);
}
.asideBox .iconHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.asideBox .iconHead .icon {
  display: block;
}
.asideBox .iconHead:not(:first-of-type) {
  border-top: 1px solid #E8E8E8;
}
.asideBox .desc {
  line-height: 2.28;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.asideBox .noticeList > li {
  position: relative;
  padding-left: calc(1em + 5px);
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.asideBox .noticeList > li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.asideBox .innerBox {
  background: #E8E8E8;
  color: #6A6A6A;
}
.asideBox .innerBox .boxHead {
  font-weight: 400;
  letter-spacing: 0.18em;
  text-align: center;
}
.asideBox .innerBox .innerList > li .innerHead {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.asideBox .innerBox .innerList > li .innerTxt {
  font-weight: 400;
  line-height: 2;
}
.asideBox .innerBox .innerList > li .innerTxt a {
  color: #6A6A6A;
}
@media print, screen and (min-width: 769px) {
  .asideBox {
    width: 800px;
    margin: 0 auto 200px;
    box-sizing: border-box;
    padding: 50px;
  }
  .asideBox .iconHead {
    margin-bottom: 20px;
  }
  .asideBox .iconHead .icon {
    margin-bottom: 17px;
  }
  .asideBox .iconHead:not(:first-of-type) {
    padding-top: 50px;
    margin-top: 40px;
  }
  .asideBox .desc {
    font-size: 1.4rem;
  }
  .asideBox .noticeList {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .asideBox .noticeList > li {
    font-size: 1.1rem;
  }
  .asideBox .noticeList > li + li {
    margin-top: 3px;
  }
  .asideBox .innerBox {
    padding: 20px 35px 24px;
  }
  .asideBox .innerBox .boxHead {
    margin-bottom: 23px;
    font-size: 1.2rem;
    pointer-events: none;
  }
  .asideBox .innerBox .innerList {
    display: flex !important;
  }
  .asideBox .innerBox .innerList > li {
    width: calc((100% - 60px) / 3);
  }
  .asideBox .innerBox .innerList > li + li {
    margin-left: 30px;
  }
  .asideBox .innerBox .innerList > li .innerHead {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .asideBox .innerBox .innerList > li .innerTxt {
    font-size: 1rem;
  }
  .asideBox .innerBox .innerList > li .innerTxt a[href^="tel:"] {
    pointer-events: none;
  }
  .asideBox .innerBox .innerList > li .innerTxt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .asideBox {
    padding: 50px 30px 80px;
  }
  .asideBox .iconHead {
    margin-bottom: 30px;
  }
  .asideBox .iconHead .icon {
    margin-bottom: 12px;
  }
  .asideBox .iconHead:not(:first-of-type) {
    padding-top: 55px;
    margin-top: 55px;
  }
  .asideBox .desc {
    font-size: 1.2rem;
  }
  .asideBox .noticeList {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .asideBox .noticeList > li {
    font-size: 1rem;
  }
  .asideBox .noticeList > li + li {
    margin-top: 6px;
  }
  .asideBox .innerBox .boxHead {
    font-size: 1.2rem;
    padding: 21px 10px;
    cursor: pointer;
    position: relative;
  }
  .asideBox .innerBox .boxHead.is_active:after {
    transform: rotate(0);
  }
  .asideBox .innerBox .boxHead:before, .asideBox .innerBox .boxHead:after {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #AAA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .asideBox .innerBox .boxHead:after {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .asideBox .innerBox .innerList {
    padding: 15px 20px 30px;
    display: none;
  }
  .asideBox .innerBox .innerList > li + li {
    margin-top: 30px;
  }
  .asideBox .innerBox .innerList > li .innerHead {
    font-size: 1.2rem;
  }
  .asideBox .innerBox .innerList > li .innerTxt {
    font-size: 1.2rem;
  }
}

.footBox {
  position: relative;
}
.footBox .txtWrap .boxHead {
  font-weight: 400;
  letter-spacing: 0.18em;
  font-family: outfit;
}
.footBox .txtWrap .sub {
  font-weight: 400;
  letter-spacing: 0.28em;
}
.footBox .txtWrap .txt {
  letter-spacing: 0.12em;
  line-height: 2.28;
}
@media print, screen and (min-width: 769px) {
  .footBox {
    width: 895px;
    margin: 0 auto;
  }
  .footBox .img.img1 {
    margin-left: -2px;
    margin-bottom: 100px;
  }
  .footBox .img.img2 {
    position: absolute;
    top: 320px;
    right: 0;
  }
  .footBox .txtWrap {
    margin-left: 55px;
  }
  .footBox .txtWrap .boxHead {
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .footBox .txtWrap .sub {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .footBox .txtWrap .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footBox {
    padding: 150px 0 30px;
  }
  .footBox .img.img1 {
    width: 45vw;
  }
  .footBox .img.img2 {
    width: 33.33vw;
    position: absolute;
    top: calc(150px + 40vw);
    right: 9.8vw;
  }
  .footBox .txtWrap {
    margin-top: 150px;
    margin-left: 9vw;
  }
  .footBox .txtWrap .boxHead {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .footBox .txtWrap .sub {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
  .footBox .txtWrap .txt {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  .m_modal .modal-content {
    max-width: 96%;
    margin: 0 2%;
  }
  .m_modal .modal-body {
    max-width: 100%;
  }
  .m_mediaBox .img {
    width: 50%;
  }
  .m_mediaBox .img img {
    max-width: 100%;
  }
  .mvArea .txtWrap {
    width: auto;
  }
  .mvArea .txtWrap .txtInner {
    margin-right: 7%;
  }
  .imgBox.box3 {
    width: 800px !important;
  }
  .imgBox.box3.focus .box-inner .box-inner-inner {
    width: 800px !important;
  }
  #sec01 .imgBox.box1 {
    width: 85%;
  }
  #sec01 .imgBox.box2 {
    max-width: 100%;
  }
  #sec01 .imgBox.box2 img {
    max-width: 100%;
  }
  #sec01 .imgBox.box4 {
    max-width: 100%;
  }
  #sec01 .imgBox.box4 img {
    max-width: 100%;
  }
  #sec01 .imgBox.box5 {
    max-width: 100%;
  }
  #sec01 .imgBox.box5 img {
    max-width: 100%;
  }
  #sec01 .imgBox.box6 {
    max-width: 100%;
  }
  #sec01 .imgBox.box6 video {
    max-width: 100%;
  }
  #inner01 .mov {
    width: 85%;
  }
  #inner01 .mov video {
    max-width: 100%;
  }
  #point01 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #point01 .point01 .box-inner .box-inner-inner {
    width: 85vw;
  }
  #point01 .modeList > li {
    width: auto;
    margin: auto;
    max-width: 800px;
    left: 0;
    right: 0;
  }
  #point01 .modeList > li .txtWrap {
    width: 52.5%;
  }
  #point01 .modeList > li > .img {
    width: 38%;
  }
  #point01 .modeList > li img {
    max-width: 100%;
  }
  #point02, #point03 {
    max-width: 100%;
  }
  #point02 .pointImg, #point03 .pointImg {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #point02 .pointImg video, #point02 .pointImg img, #point03 .pointImg video, #point03 .pointImg img {
    max-width: 100%;
  }
  .imgArea img {
    max-width: 100%;
  }
  .imgArea .imgBox01 .img {
    width: 83%;
    margin-left: 0;
  }
  .imgArea .imgBox02 .img {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
  #sec04 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #sec04 .movList {
    justify-content: center;
  }
  #sec04 .movList > li {
    width: calc((100% - 50px) / 3);
  }
  #sec04 .movList > li img {
    max-width: 100%;
  }
  #sec04 .tabBox {
    max-width: 100%;
  }
  #sec04 .columnBox {
    max-width: 100%;
  }
  .asideBox {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .footBox {
    max-width: 100%;
  }
  .footBox img {
    max-width: 100%;
  }
  .footBox .img.img1 {
    width: 58%;
  }
  .footBox .img.img2 {
    width: 35%;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) and (max-width: 900px) {
  #sec01 .imgBox.box3 .txtWrap {
    left: 40px;
  }
}
@media print, screen and (max-width: 374px) {
  html {
    font-size: 2.6vw;
  }
}/*# sourceMappingURL=local.css.map */