@charset "UTF-8";
/*
*/
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pageShareBtns {
    padding: 0;
  }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}

[data-display-state="hidden"] {
  display: none;
}

[data-animation-state] {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state="transparent"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state="active"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes anipic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.c-title {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 17px;
  }
}

.c-text {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 13px;
  }
}

.c-text a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-caption {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-caption {
    margin-top: 12px;
    font-size: 11px;
  }
}

.c-caption a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 11px;
  }
}

.c-mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*
  @include mq(pc){ padding-top: 58.65%; }
  @include mq()  { padding-top: 56.25%; }
  */
}

.c-mov iframe, .c-mov img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    min-height: 64px;
    font-size: 18px;
    padding: 8px 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    /* iOSバグ対応 */
  }
  .btn-01 a:hover {
    opacity: .6;
    transition: 0.4s;
  }
}

.btn-01 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
  content: '';
  background: url(../img/icon-arr-w.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.modal-window-close {
  display: none;
  position: absolute;
  top: calc(-38px - 20px);
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/icon_close.png);
  background-size: 100%;
  cursor: pointer;
}

[data-modal-section] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #fff;
  transform: translate(-50%, -48%);
}

@media screen and (min-width: 768px) {
  [data-modal-section] {
    padding: 80px 30px 40px;
    width: 600px;
    height: 620px;
    border: 10px solid #000;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] {
    padding: 30px 15px 10px;
    width: 335px;
    height: 360px;
    border: 5px solid #000;
  }
}

[data-modal-section] p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-modal-section] p {
    width: 480px;
    margin: 60px auto 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] p {
    margin: 30px auto 0;
    font-size: 11px;
  }
}

[data-modal-section] img {
  display: block;
  margin: 0 auto;
}

[data-modal-section] .slick-prev, [data-modal-section] .slick-next {
  z-index: 5;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 10px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev {
    left: 2%;
  }
}

[data-modal-section] .slick-prev:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before {
    font-size: 10px;
  }
}

[data-modal-section] .slick-next {
  top: 50%;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-next {
    right: 5%;
    transform: translateY(-50%) rotate(-180deg);
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next {
    right: 2%;
    transform: translateY(-115%) rotate(-180deg);
  }
}

[data-modal-section] .slick-next:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next:before {
    font-size: 10px;
  }
}

.special-221220-maxmara {
  background-color: #fff;
  line-height: 1.7;
}

.special-221220-maxmara img {
  max-width: 100%;
}

.special-221220-maxmara a {
  transition: .4s;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara a:hover {
    transition: .4s;
    opacity: .4;
  }
}

.special-221220-maxmara * {
  box-sizing: border-box;
}

.special-221220-maxmara .btn-01 a {
  margin: 30px auto 0;
  width: 100%;
  max-width: 420px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .btn-01 a {
    max-width: 100%;
  }
}

.special-221220-maxmara .font-op, .special-221220-maxmara .font-op-b {
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 1;
}

.special-221220-maxmara .font-op-b {
  font-weight: bold;
}

.special-221220-maxmara .font-op2, .special-221220-maxmara .font-op2-b {
  font-family: 'Nanum Myeongjo', serif;
  line-height: 1;
}

.special-221220-maxmara .font-op2-b {
  font-weight: bold;
}

.special-221220-maxmara .section-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-inner {
    padding: 100px 130px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-inner {
    padding: 50px 0 30px;
  }
}

.article-footer {
  color: #1b1b1b;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .article-footer {
    padding: 100px 0 100px;
    line-height: 1.571;
  }
}

@media screen and (max-width: 767px) {
  .article-footer {
    padding: 50px 0;
    line-height: 1;
  }
}

.article-footer h2 {
  display: inline-block;
  border-bottom: 1px solid #1b1b1b;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .article-footer h2 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}

.article-footer h3 {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .article-footer h3 {
    margin-top: 10px;
  }
}

.article-footer h3 + p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .article-footer p {
    margin-top: 10px;
  }
}

.article-footer [src*="icon_freedial.png"] {
  vertical-align: middle;
  transform: translate(0, -2px);
}

@media screen and (min-width: 768px) {
  .article-footer [src*="icon_freedial.png"] {
    width: 22px;
    height: 13px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer [src*="icon_freedial.png"] {
    width: calc(36px/2);
    height: calc(23px/2);
  }
}

.article-footer a:link, .article-footer a:visited, .article-footer a:hover, .article-footer a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}

.article-footer a[href^="tel"] {
  pointer-events: none;
}

.article-footer a[href="#top"] {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 767px) {
  .article-footer a[href="#top"] {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer-credit {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer-credit {
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 21px;
  }
  .article-footer-credit p {
    margin-bottom: 12px;
  }
}

.article-footer .btn-01 a {
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .article-contact-list {
    margin-bottom: 100px;
  }
  .article-contact-list li > p {
    margin-top: 20px;
  }
  .article-contact-list li:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-contact-list {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.542;
  }
}

.special-221220-maxmara .section-top {
  position: relative;
  color: #fff;
}

.special-221220-maxmara .section-top-img img {
  width: 100%;
}

.special-221220-maxmara .section-top-text {
  position: absolute;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-text {
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-text {
    width: 90%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-text h1 img {
    width: 244px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-text h1 img {
    width: 95px;
    margin-bottom: 15px;
  }
}

.special-221220-maxmara .section-top-text h2 {
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-text h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-text h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-text .c-lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-text .c-lead {
    font-size: 11px;
    line-height: 17px;
  }
}

.special-221220-maxmara .section-top-label {
  position: absolute;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-label {
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-label {
    top: 5px;
    right: 5px;
    font-size: 10px;
  }
}

.special-221220-maxmara .section-top-credit {
  position: absolute;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-credit {
    bottom: 30px;
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-credit {
    bottom: 15px;
    left: 20px;
    width: 32%;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-top-credit img {
    height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-top-credit img {
    width: 100%;
    /* height: 8px; */
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-main .section-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }
  .special-221220-maxmara .section-main .section-image {
    width: 61%;
    max-width: 620px;
  }
  .special-221220-maxmara .section-main .section-text {
    width: 39%;
  }
  .special-221220-maxmara .section-main .section-obj {
    position: absolute;
    bottom: -20%;
    left: 0;
    transform: translateX(-25%);
  }
  .special-221220-maxmara .section-main:nth-of-type(odd) .section-inner {
    flex-direction: row-reverse;
  }
  .special-221220-maxmara .section-main:nth-of-type(odd) .section-obj {
    right: 0;
    left: initial;
    transform: translateX(25%);
  }
  .special-221220-maxmara .section-main[data-section="section1"] .section-obj {
    bottom: -20%;
  }
  .special-221220-maxmara .section-main[data-section="section2"] .section-obj {
    bottom: -35%;
  }
  .special-221220-maxmara .section-main[data-section="section3"] .section-obj {
    bottom: -45%;
  }
  .special-221220-maxmara .section-main[data-section="section4"] .section-obj {
    bottom: -52%;
  }
  .special-221220-maxmara .section-main[data-section="section5"] .section-obj {
    bottom: -60%;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-main .section-obj {
    position: absolute;
    width: 120%;
    max-width: initial;
    left: 0;
    transform: translateX(-25%);
  }
  .special-221220-maxmara .section-main:nth-of-type(odd) .section-obj {
    right: 0;
    left: initial;
    transform: translateX(25%);
  }
  .special-221220-maxmara .section-main[data-section="section1"] .section-obj {
    bottom: 0;
  }
  .special-221220-maxmara .section-main[data-section="section2"] .section-obj {
    bottom: -15%;
  }
  .special-221220-maxmara .section-main[data-section="section3"] .section-obj {
    bottom: -30%;
  }
  .special-221220-maxmara .section-main[data-section="section4"] .section-obj {
    bottom: -40%;
  }
  .special-221220-maxmara .section-main[data-section="section5"] .section-obj {
    bottom: -50%;
  }
}

.special-221220-maxmara .section-image img {
  box-shadow: 2px 2px 12px 6px rgba(0, 0, 0, 0.1);
}

.special-221220-maxmara .section-other .section-ttl {
  position: relative;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl {
    margin-bottom: 40px;
  }
}

.special-221220-maxmara .section-other .section-ttl::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl::after {
    width: 50px;
    height: 2px;
    bottom: -28px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl::after {
    width: 25px;
    height: 1px;
    bottom: -15px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl img {
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other .section-ttl img {
    height: 20px;
  }
}

.special-221220-maxmara .section-other[data-section="section6"] {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section6"] {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section6"] {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section6"] .section-ttl img {
    height: 24px;
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section6"] .section-ttl img {
    height: 15px;
  }
}

.special-221220-maxmara .section-other[data-section="section7"] .c-title {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .lead {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .lead {
    margin-bottom: 40px;
  }
}

.special-221220-maxmara .section-other[data-section="section7"] .q {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .q {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .q {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .a {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .a {
    margin-bottom: 25px;
  }
}

.special-221220-maxmara .section-other[data-section="section7"] em {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .img {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .special-221220-maxmara .section-other[data-section="section7"] .img > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) {
    padding: 0 30px;
  }
  .special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) p {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .img {
    padding: 0 20px;
  }
  .special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) {
    margin-top: 30px;
  }
}

.special-221220-maxmara .section-other[data-section="section7"] .img img {
  width: 100%;
}

.special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: .5em;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .img > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 10px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .profile {
    border: 2px solid #000;
    padding: 80px 40px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .profile {
    border: 1px solid #000;
    padding: 40px 20px;
    margin-top: 40px;
  }
}

.special-221220-maxmara .section-other[data-section="section7"] .profile h3 {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .profile img {
    height: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .profile img {
    height: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section7"] .profile p {
    width: 600px;
    margin: 0 auto;
  }
}

.special-221220-maxmara .section-other[data-section="section8"] .c-mov {
  margin: 0 auto;
  /* background-color: #000; */
  width: 100%;
}

@media screen and (min-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section8"] .c-mov {
    max-width: 910px;
    height: 510px;
  }
}

@media screen and (max-width: 767px) {
  .special-221220-maxmara .section-other[data-section="section8"] .c-mov {
    height: 188px;
  }
}
