/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Noto Sans;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

.xs-max-only {
  display: block;
}
@media screen and (max-width: 389px) {
  .xs-max-only {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1040px;
    margin: 0 auto;
  }
}
.container-btn {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .container-btn {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.anim-box {
  opacity: 0;
}

.anim-box.fade-in.is-animated {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* header */
.header-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    height: 100px;
    border-bottom: none;
  }
}

.header-logo {
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    height: 44px;
  }
}

.header-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom, 0);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .header-btn {
    right: 0;
    left: auto;
    width: 397px;
  }
}
.header-btn:hover {
  opacity: 1;
}
.header-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.header-btn picture img:hover {
  opacity: 0.8;
}

/* main-slider */
.main-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-slider .splide__slide {
  text-align: center;
}
.main-slider .splide__slide a {
  display: inline-block;
  max-width: 100%;
}
.main-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .main-slider .splide__slide picture img {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.main-slider .slider-controls {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  height: 20px;
  line-height: 1;
}
.main-slider .slider-controls .splide__arrows {
  position: static;
  display: contents;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.main-slider .slider-controls .splide__arrow {
  position: static;
  width: 10px;
  height: 10px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.main-slider .slider-controls .splide__arrow svg {
  display: none;
}
.main-slider .slider-controls .splide__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-slider .slider-controls .splide__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.main-slider .slider-controls .splide__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-slider .slider-controls .splide__arrow:hover::before {
  border-color: #ff0000;
}
.main-slider .slider-controls .splide__pagination {
  position: static;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  list-style: none;
  height: 10px;
  line-height: 1;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.main-slider .slider-controls .splide__pagination li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10px;
}
.main-slider .slider-controls .splide__pagination__page {
  width: 8.5px;
  height: 8.5px;
  background: #bdbdbd;
  border-radius: 50%;
  margin: 0 0 8.5px;
  padding: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-slider .slider-controls .splide__pagination__page.is-active {
  background: #ff0000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* main-content */
.main-content-inner {
  margin: 30px 0 22px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .main-content-inner {
    margin: 60px 0 52px;
  }
}
.main-content-title {
  font-family: Zen Maru Gothic;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .main-content-title {
    font-size: 24px;
  }
}
.main-content-title::before {
  content: "";
  display: block;
  width: 92%;
  max-width: 310px;
  height: 100%;
  background-image: url("/special/100months/share/img/bg_main_title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main-content-title::before {
    background-size: 100% 100%;
    width: 100%;
    max-width: 430px;
  }
}
@media screen and (min-width: 992px) {
  .main-content-title::before {
    width: 62%;
    max-width: 653px;
    background-image: url("/special/100months/share/img/bg_main_title_pc.png");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main-content-inner picture img {
  width: 100%;
  max-width: 256px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .main-content-inner picture img {
    position: absolute;
    top: 0;
    left: 51%;
    -webkit-transform: translate(-51%, -28%);
            transform: translate(-51%, -28%);
    z-index: -1;
    width: 95%;
    max-width: 1021px;
  }
}

/* tab */
.tab-content {
  display: none;
}

.tab-content.selected {
  display: block;
}

.tab-list {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1.2fr 0.95fr 0.95fr 0.95fr 0.95fr;
  place-items: end;
  height: 100%;
  -webkit-transition: grid-template-columns 0.3s ease;
  transition: grid-template-columns 0.3s ease;
  transition: grid-template-columns 0.3s ease, -ms-grid-columns 0.3s ease;
}
@media screen and (min-width: 768px) {
  .tab-list {
    max-width: 887px;
    gap: 10px;
  }
}
.tab-list[data-selected="0"] {
  grid-template-columns: 1.2fr 0.95fr 0.95fr 0.95fr 0.95fr;
}
.tab-list[data-selected="1"] {
  grid-template-columns: 0.95fr 1.2fr 0.95fr 0.95fr 0.95fr;
}
.tab-list[data-selected="2"] {
  grid-template-columns: 0.95fr 0.95fr 1.2fr 0.95fr 0.95fr;
}
.tab-list[data-selected="3"] {
  grid-template-columns: 0.95fr 0.95fr 0.95fr 1.2fr 0.95fr;
}
.tab-list[data-selected="4"] {
  grid-template-columns: 0.95fr 0.95fr 0.95fr 0.95fr 1.2fr;
}
.tab-list-item {
  position: relative;
  height: 9vw;
  min-height: 35px;
  max-height: 50px;
  margin-bottom: -1px;
}
.tab-list-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tab-list-item__pink::before {
  background-image: url("/special/100months/share/img/tab_pink_bg.png");
}
@media screen and (min-width: 768px) {
  .tab-list-item__pink::before {
    background-image: url("/special/100months/share/img/tab_pink_bg_pc.png");
  }
}
.tab-list-item__orange::before {
  background-image: url("/special/100months/share/img/tab_orange_bg.png");
}
@media screen and (min-width: 768px) {
  .tab-list-item__orange::before {
    background-image: url("/special/100months/share/img/tab_orange_bg_pc.png");
  }
}
.tab-list-item__green::before {
  background-image: url("/special/100months/share/img/tab_green_bg.png");
}
@media screen and (min-width: 768px) {
  .tab-list-item__green::before {
    background-image: url("/special/100months/share/img/tab_green_bg_pc.png");
  }
}
.tab-list-item__blue::before {
  background-image: url("/special/100months/share/img/tab_blue_bg.png");
}
@media screen and (min-width: 768px) {
  .tab-list-item__blue::before {
    background-image: url("/special/100months/share/img/tab_blue_bg_pc.png");
  }
}
.tab-list-item__purple::before {
  background-image: url("/special/100months/share/img/tab_purple_bg.png");
}
@media screen and (min-width: 768px) {
  .tab-list-item__purple::before {
    background-image: url("/special/100months/share/img/tab_purple_bg_pc.png");
  }
}
.tab-list-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.tab-list li[data-id=content-section] p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .tab-list li[data-id=content-section] p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tab-list li {
  width: 100%;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3vw;
  -webkit-transition: font-size, height 0.3s ease;
  transition: font-size, height 0.3s ease;
  line-height: 0.8;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .tab-list li {
    font-size: clamp(19px, 2vw, 21px);
  }
}
.tab-list li span {
  font-size: 2.2vw;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
@media screen and (min-width: 576px) {
  .tab-list li span {
    font-size: 13px;
  }
}
.tab-list li:not(:first-child) {
  font-size: 4.5vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .tab-list li:not(:first-child) {
    font-size: clamp(22px, 2.5vw, 24px);
  }
}
.tab-list li:not(:first-child) span {
  font-size: 3vw;
  margin-top: 3px;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
@media screen and (min-width: 576px) {
  .tab-list li:not(:first-child) span {
    margin-top: 1px;
    font-size: 17px;
  }
}

.tab-container ul li.selected {
  font-size: 4.5vw;
  -webkit-transition: font-size, height 0.3s ease;
  transition: font-size, height 0.3s ease;
  height: 11vw;
  min-height: 43px;
  max-height: 65px;
}
@media screen and (min-width: 576px) {
  .tab-container ul li.selected {
    font-size: clamp(22px, 2.5vw, 27px);
  }
}
.tab-container ul li.selected span {
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  font-size: 3vw;
}
@media screen and (min-width: 576px) {
  .tab-container ul li.selected span {
    font-size: 17px;
  }
}
.tab-container ul li.selected:not(:first-child) {
  font-size: 5.8vw;
}
@media screen and (min-width: 576px) {
  .tab-container ul li.selected:not(:first-child) {
    font-size: clamp(28px, 3vw, 31px);
  }
}
.tab-container ul li.selected:not(:first-child) span {
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  font-size: 4.2vw;
  margin-top: 4px;
}
@media screen and (min-width: 576px) {
  .tab-container ul li.selected:not(:first-child) span {
    font-size: clamp(22px, 2vw, 23px);
  }
}

.tab-container ul li:not(.selected) {
  cursor: pointer;
}
.tab-container ul li:not(.selected):hover {
  opacity: 0.8;
}

.content-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  margin-bottom: 20px;
}
.content-section-inner img {
  width: 98px;
  margin-right: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .content-section-inner img {
    width: 140px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.content-section-inner__pink {
  margin-top: 0;
  margin-right: 26px;
}
.content-section-inner__pink img {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .content-section-inner__pink img {
    margin-top: 3px;
  }
}
.content-section-inner__pink .content-section-title {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .content-section-inner__pink .content-section-title {
    margin-top: 0;
  }
}
.content-section-inner__purple img {
  width: 125px;
  margin-right: 0;
  margin-left: -10px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .content-section-inner__purple img {
    width: 174px;
    margin-top: 20px;
  }
}
.content-section-title {
  font-family: Zen Maru Gothic;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .content-section-title {
    font-size: 40px;
  }
}
.content-section-title span {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .content-section-title span {
    font-size: 33px;
  }
}
.content-section-title__large {
  font-size: 37px;
}
@media screen and (min-width: 768px) {
  .content-section-title__large {
    font-size: 53px;
  }
}
.content-section-title__large span {
  font-size: 29px;
}
@media screen and (min-width: 768px) {
  .content-section-title__large span {
    font-size: 42px;
  }
}

.content-wrapper {
  background-color: #fffcd9;
  padding-bottom: 30px;
  position: relative;
}
.content-wrapper__pink {
  border-top: 4px solid #ee7d86;
  border-bottom: 4px solid #ee7d86;
}
.content-wrapper__orange {
  border-top: 4px solid #f6b26c;
  border-bottom: 4px solid #f6b26c;
}
.content-wrapper__green {
  border-top: 4px solid #a6cf68;
  border-bottom: 4px solid #a6cf68;
}
.content-wrapper__blue {
  border-top: 4px solid #86b8e4;
  border-bottom: 4px solid #86b8e4;
}
.content-wrapper__purple {
  border-top: 4px solid #ba9bd7;
  border-bottom: 4px solid #ba9bd7;
}
@media screen and (min-width: 1400px) {
  .content-wrapper {
    overflow: hidden;
  }
  .content-wrapper::before, .content-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 191px;
    height: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
    margin-top: 172px;
  }
  .content-wrapper::before {
    margin-left: -630px;
    background-image: url("/special/100months/share/img/bg_content_wrapper_left.png");
  }
  .content-wrapper::after {
    margin-left: 630px;
    background-image: url("/special/100months/share/img/bg_content_wrapper_right.png");
  }
}
@media screen and (min-width: 768px) {
  .content-wrapper-inner {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
  }
}
.content-wrapper-inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 6px;
  right: 4px;
  width: 91px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-wrapper-inner::before {
    width: 165px;
    height: 103px;
  }
}
.content-wrapper-inner::after {
  display: none;
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 165px;
  height: 103px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .content-wrapper-inner::after {
    display: inline-block;
  }
}
.content-wrapper-inner__pink::before, .content-wrapper-inner__pink::after {
  background-image: url("/special/100months/share/img/10months_item.png");
}
.content-wrapper-inner__orange::before, .content-wrapper-inner__orange::after {
  background-image: url("/special/100months/share/img/0-1years_item.png");
}
.content-wrapper-inner__green::before, .content-wrapper-inner__green::after {
  background-image: url("/special/100months/share/img/1-3years_item.png");
}
.content-wrapper-inner__blue::before, .content-wrapper-inner__blue::after {
  background-image: url("/special/100months/share/img/3-6years_item.png");
}
.content-wrapper-inner__purple::before, .content-wrapper-inner__purple::after {
  background-image: url("/special/100months/share/img/6-8years_item.png");
}

.content-box {
  width: 100%;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.content-box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -30px;
  width: 103%;
  max-width: 360px;
  height: 47px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .content-box::before {
    height: 58px;
    max-width: 574px;
  }
}
.content-box__pink::before {
  background-color: #ee7d86;
}
.content-box__orange::before {
  background-color: #f6b26c;
}
.content-box__green::before {
  background-color: #a6cf68;
}
.content-box__blue::before {
  background-color: #86b8e4;
}
.content-box__purple::before {
  background-color: #ba9bd7;
}
.content-box-icon {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 6px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .content-box-icon {
    top: 9px;
    width: 53px;
    left: 25px;
  }
}
.content-box-icon-wrapper {
  position: relative;
  min-height: 47px;
  padding: 6px 20px 6px 38px;
  margin: -5px 0 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  width: 103%;
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .content-box-icon-wrapper {
    min-height: 58px;
    padding: 0px 90px 9px 30px;
    max-width: 574px;
  }
}
.content-box__pink .content-box-icon-wrapper {
  background-color: #ee7d86;
}
.content-box__orange .content-box-icon-wrapper {
  background-color: #f6b26c;
}
.content-box__green .content-box-icon-wrapper {
  background-color: #a6cf68;
}
.content-box__blue .content-box-icon-wrapper {
  background-color: #86b8e4;
}
.content-box__purple .content-box-icon-wrapper {
  background-color: #ba9bd7;
}
.content-box-icon-wrapper ~ .content-box-text-wrapper {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .content-box-icon-wrapper ~ .content-box-text-wrapper {
    margin-top: 23px;
  }
}
.content-box-icon-wrapper .content-box-icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .content-box-icon-wrapper .content-box-icon {
    left: 25px;
    top: 9px;
  }
}
.content-box-icon-wrapper .content-box-title {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  top: 2px;
  left: 8px;
  margin-bottom: 0;
  line-height: 1.2;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 389px) {
  .content-box-icon-wrapper .content-box-title {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .content-box-icon-wrapper .content-box-title {
    left: 52px;
    top: 6px;
  }
}
.content-box:has(.content-box-icon-wrapper)::before {
  display: none;
}
.content-box-title {
  font-family: Zen Maru Gothic;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 60px;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .content-box-title {
    font-size: 29px;
    top: 3px;
    left: 105px;
  }
}
.content-box-title__long {
  letter-spacing: -0.03em;
}
.content-box-title__long-text {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .content-box-title__long-text {
    font-size: 29px;
  }
}
.content-box-title__small {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .content-box-title__small {
    font-size: 25px;
  }
}
.content-box-text {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .content-box-text {
    font-size: 16px;
  }
}
.content-box-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .content-box-text::before {
    border-width: 6px 0 6px 10px;
    top: 5px;
    left: -1px;
  }
}
.content-box-text__pink::before {
  border-color: transparent transparent transparent #ee7d86;
}
.content-box-text__orange::before {
  border-color: transparent transparent transparent #f6b26c;
}
.content-box-text__green::before {
  border-color: transparent transparent transparent #a6cf68;
}
.content-box-text__blue::before {
  border-color: transparent transparent transparent #86b8e4;
}
.content-box-text__purple::before {
  border-color: transparent transparent transparent #ba9bd7;
}
.content-box-text-wrapper {
  margin: 55px 20px 0;
}
@media screen and (min-width: 768px) {
  .content-box-text-wrapper {
    margin: 76px 90px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-box .no-wrap {
    display: block;
    white-space: nowrap;
  }
}
.content-box-hr {
  height: 1px;
  margin: 15px 0;
  border: none;
}
.content-box-hr__pink {
  background-color: #ee7d86;
}
.content-box-hr__orange {
  background-color: #f6b26c;
}
.content-box-hr__green {
  background-color: #a6cf68;
}
.content-box-hr__blue {
  background-color: #86b8e4;
}
.content-box-hr__purple {
  background-color: #ba9bd7;
}

.coop-title span {
  margin-left: -3px;
  margin-right: -3px;
}

@media screen and (min-width: 768px) {
  .container-btn {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.content-btn {
  margin: 40px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-btn {
    max-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
    margin-bottom: 50px;
  }
}
.content-btn-link {
  display: block;
}
.content-btn-link img {
  width: 100%;
  max-width: 376px;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.content-btn-link img:hover {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* footer */
.footer {
  border-top: 1px solid #ccc;
  margin-bottom: 106px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 1400px) {
  .footer {
    margin-bottom: 25px;
  }
}
.footer-text {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 17px;
  color: #666;
}
.footer-text:nth-child(2) {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */