@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Component Setting
02. Page SettingPage Setting

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
    00. Common Setting
------------------------------ --*/
/* Reset
---------- ---------- */
.col3-Section .g-HeadingTitle__titleBlock__titleBox__title,
.col3-Section .g-HeadingTitle--v2__titleBlock__titleBox__title,
.col3-Section .g-PageTitle__titleBlock__titleBox__title,
.col3-Section .g-PageTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.col3-Section .g-Section__inner {
  max-width: 1366px;
  margin: 0 auto;
}

.g-Area#area-Contents,
.col3-Section {
  overflow: visible !important;
}

.mkc-Section .cmn-richtext {
  letter-spacing: .02em;
  font-family: sans-serif;
  color: #2B2B2B;
}

/* Background
---------- ---------- */
.mkc-Section {
  background-size: 1440px auto;
}

.col3-Section {
  background-color: #FFFFE3;
}

.col3-mainUnit {
  background-color: #FFFEED;
  box-shadow: 0 0 20px 0 #E6D6AD;
}

/* fixed
---------- ---------- */
@media only screen and (max-width: 1024px) {
  .col3-l-Box,
  .col3-r-Box {
    display: none;
  }
}

/* 3 Column > Column Width */
@media only screen and (min-width: 1025px) {
  .col3-Section .g-Column__cols {
    width: 33.333%;
    max-width: 455.333px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .col3-Section .g-Section__inner {
    max-width: 480px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .col3-Section .g-Column__cols--lg-w40p {
    width: 400px;
  }

  .col3-Section .g-Column__cols--lg-w30p {
    width: calc(50% - 200px);
  }
}

/* PC > Left, Right Column */
@media only screen and (min-width: 1025px) {
  .col3-l-Box,
  .col3-r-Box {
    position: sticky;
    top: 144px;
    border-color: transparent !important;
    z-index: 3;
  }

  /* Right Column > to Bottom */
  .col3-r-Box {
    height: calc(100vh - 204px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}

/* TB / SP (CTA) */
.col3-cta-wrap {
  position: sticky;
  top: 124px;
  border-color: transparent !important;
  z-index: 3;
}

.mkc-cta-btn {
  width: 100px;
  margin-left: auto;
  margin-right: 18px;
}

.mkc-cta-btn.is-link:hover,
.mkc-cta-btn.is-link:focus,
.mkc-cta-btn.is-link:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mkc-cta-btn.is-link:hover .g-Image--v2,
.mkc-cta-btn.is-link:focus .g-Image--v2,
.mkc-cta-btn.is-link:active .g-Image--v2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;
  transition: all .3s ease;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .col3-cta-wrap {
    top: 143px;
  }
}

@media only screen and (min-width: 1025px) {
  .col3-cta-wrap {
    display: none;
  }
}

/* Option
---------- ---------- */
/* font-family */
.mkc-fontfamily--01 {
  font-family: sans-serif;
  font-weight: bold;
}

.mkc-fontfamily--02 {
  font-family: sans-serif;
  font-weight: bold;
}

/* font-size */
.opt-fontsize--29 {
  font-size: 1.8125rem;
}

.opt-fontsize--16 {
  font-size: 1rem;
}

.opt-fontsize--14 {
  font-size: .875rem;
}

/* -- ------------------------------
    01. Component Setting
------------------------------ --*/
/* PC > left */
.col3-pc-btn,
.col3-pc-logo {
  width: 65%;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1025px) {
  .col3-pc-btn .l-HeadingTitle--v2.is-link:hover,
  .col3-pc-btn .l-HeadingTitle--v2.is-link:focus,
  .col3-pc-btn .l-HeadingTitle--v2.is-link:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .col3-pc-btn .l-HeadingTitle--v2.is-link:not(:first-child):hover .g-Image--v2,
  .col3-pc-btn .l-HeadingTitle--v2.is-link:not(:first-child):focus .g-Image--v2,
  .col3-pc-btn .l-HeadingTitle--v2.is-link:not(:first-child):active .g-Image--v2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: all .3s ease;
  }

  .mkc-pc-top-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #05AC8F;
  }

  .mkc-pc-top-btn:hover::after,
  .mkc-pc-top-btn:active::after {
    width: 34%;
    transition: all .3s ease;
  }
}

/* PC > right */
.col3-pc-sns .g-Image--v2 {
  width: 70%;
  margin: 0 auto;
}

/* coupon */
.mkc-coupon-wrap.is-background {
  background-color: #F7FFFD;
  border-radius: 8px;
  margin: 30px 15px 40px;
}

.mkc-coupon-wrap.is-backgroundColor--1 {
  border: 2px solid #05AC8F;
}

.mkc-coupon-wrap.is-backgroundColor--2 {
  border: 2px solid #12D0AF;
}

.mkc-coupon-wrap .g-Text,
.mkc-coupon-wrap .l-AnnotationListUnit--v2 {
  font-size: .875rem;
}

.mkc-coupon-wrap .l-Text.is-backgroundColor--1 {
  background-color: #05AC8F30;
  padding: 10px;
}

.mkc-coupon-text {
  margin: 20px 0 10px;
}

.mkc-coupon-text .cmn-richtext>span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.mkc-coupon-text .coupon-01,
.mkc-coupon-text .coupon-02 {
  display: block;
  font-weight: bold;
  border: 1px solid #00856E;
  line-height: 44px;
}

.mkc-coupon-text .coupon-01 {
  color: #fff;
  font-size: .75rem;
  background-color: #00856E;
  width: 36.7%;
}

.mkc-coupon-text .coupon-02 {
  color: #00856E;
  font-size: 1rem;
  background-color: #fff;
  width: 63.3%;
  border-left: none;
}

/* Group Box */
/* 01 */
.mkc-GroupBox01.g-GroupBox.is-background {
  padding-bottom: 100px;
}

/* 02 */
.mkc-GroupBox02.g-GroupBox.is-background {
  padding-bottom: 70px;
}

/* 03 */
.mkc-GroupBox03.is-backgroundColor--1 {
  background-color: #fff;
  border: 2px solid #FF8C00;
  border-radius: 8px;
  margin: 0 15px 60px;
}

.mkc-GroupBox03 .g-Text .cmn-richtext {
  font-size: .875rem;
}

.mkc-GroupBox03 .g-AnnotationListP--v2__ul__item:not(:last-child) .g-AnnotationListUnit--v2__text {
  padding-bottom: 12px;
}

/* 04 */
.mkc-GroupBox04.is-background {
  padding: 10px 15px 20px;
}

.mkc-GroupBox04 .mkc-coupon-wrap.is-backgroundColor--2 {
  margin: 30px 0 40px;
}

/* 05 */
.mkc-GroupBox05.is-background {
  padding: 0 15px 0;
}

/* 06 */
.mkc-GroupBox06.is-background {
  padding: 40px 26px 0;
}

.mkc-GroupBox06 .g-Text {
  font-size: .875rem;
}

/* Accordion Menu */
.mkc-AccordionMenu01 {
  margin: 40px 15px 0;
}

.mkc-AccordionMenu01 .g-AccordionUnit__titleBlock {
  padding: 0;
  border: none;
}

.g-AccordionUnit__contentBlock {
  padding: 24px 0 20px;
}

.mkc-AccordionMenu01 .is-radius--open .g-AccordionUnit__titleBlock::before {
  content: '';
  display: block;
  background-color: #00856E;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}

.mkc-AccordionMenu01 .l-AccordionUnit__titleBlock__icon {
  color: #fff;
}

.mkc-AccordionMenu01 .g-AccordionMenu__item:nth-child(1) .g-AccordionUnit__titleBlock__icon {
  margin-top: -4px;
}

.mkc-AccordionMenu01 .g-AccordionMenu__item:nth-child(2) .g-AccordionUnit__titleBlock__icon {
  margin-top: -5px;
}

.mkc-AccordionMenu01 .l-AccordionUnit__contentBlock {
  border: 2px solid #00856E;
  background-color: #F7FFFD;
  color: #2B2B2B;
  font-size: .875rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mkc-AccordionMenu01 .g-Text,
.mkc-AccordionMenu01 .l-AnnotationListUnit--v2 {
  font-size: .875rem;
}

/* Heading Title Item */
/* 01 */
.mkc-head01 .cmn-richtext {
  color: #00856E;
  font-size: 1.25rem;
  font-weight: bold;
}

/* 02 */
.mkc-head02.g-HeadingTitle--v2.is-border.is-border--solid {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
}

.mkc-head02 .g-HeadingTitle--v2__titleBlock {
  width: auto;
  white-space: nowrap;
}

.mkc-head02::after {
  content: '';
  display: inline-block;
  background-image: radial-gradient(circle, #12d0af 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 2px;
  height: 2px;
  width: 100%;
  margin-left: 6px;
}

.mkc-head02.is-borderColor--2::after {
  background-image: radial-gradient(circle, #F8C1D6 1px, transparent 1px);
}

.mkc-head02.is-borderColor--3::after {
  background-image: radial-gradient(circle, #FAD19D 1px, transparent 1px);
}

.mkc-head02 .cmn-richtext {
  font-size: 1rem;
  font-weight: bold;
}

.mkc-head02.is-borderColor--2 .cmn-richtext {
  font-size: 1.125rem;
  color: #FA639D;
}

.mkc-head02.is-borderColor--3 .cmn-richtext {
  font-size: 1.125rem;
  color: #FF8C00;
}

/* 03 */
.mkc-head03 .cmn-richtext {
  font-size: .875rem;
}

.mkc-head03.is-layoutL .g-HeadingTitle--v2__titleBlock__imageBox {
  padding: 7px 7px 0 0;
  width: 14px;
  vertical-align: top;
}

/* 04 */
.mkc-head04 .cmn-richtext {
  font-size: 1.125rem;
  font-weight: bold;
}

/* Image & Text Pack (V) */
.mkc-ImageTextVP-wrap.is-background {
  background-color: #fff;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mkc-ImageTextVP {
  padding: 30px 15px;
}

.mkc-TextLinkP01 .is-colorset--1 .l-TextLinkUnit__link:hover .cmn-richtext,
.mkc-TextLinkP01 .is-colorset--1 .l-TextLinkUnit__link:focus .cmn-richtext,
.mkc-TextLinkP01 .is-colorset--1 .l-TextLinkUnit__link:active .cmn-richtext {
  opacity: .7;
  transition: all .3s ease;
}

.mkc-TextLinkP01 .is-size--m .g-TextLinkUnit__link {
  font-size: .875em;
}

.mkc-TextLinkP01 .is-size--m .g-TextLinkUnit__link .cmn-richtext {
  text-decoration: underline;
}

/* Annotation List Pack */
.mkc-AnnotationListP01 {
  width: 81%;
  margin: 30px auto 0;
}