@charset "UTF-8";
/* reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
.wrap img {
  image-rendering: -webkit-optimize-contrast;
}
html {
  outline: 0;
}
body {
  position: relative;
  width: 100%;
  outline: 0;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, textarea {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
@media (any-hover: hover) {
  a:hover, a li:hover, a img:hover {
    opacity: 0.65;
    background: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
span {
  display: inline-block;
}
/* reset-end */
/* base */
:root {
  --main-color: #DCEED2;
  --sub-color: #41A0CF;
  --color-white: #fff;
  --color-green: #00905F;
  /* --btn-color01: #BCA0CA;
  --btn-color02: #F3B3CF;
  --btn-color03: #F6B98C;
  --btn-color04: #CBE097;
  --btn-color05: #80CCE1;
  --btn-color06: #9CBBE2;
  --border-color: #87ADC8; */
}
html {
  font-size: 13px;
}
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  cursor: auto;
}
.wrap {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: var(--main-color);
  background-size: 80px auto;
  background-repeat: repeat;
  overflow-x: hidden;
}
.wrap a {
  transition: all 150ms ease-in-out;
}
.anniversary {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px 0 5px 0;
  border-bottom: 1px solid #000;
}
.anniversary p {
  font-size: 13px;
  line-height: 1.6em;
  letter-spacing: 1.5px;
  text-align: center;
}
.header .kv {
  width: 90%;
  max-width: 980px;
  margin: 70px auto 0 auto;
}

/* main */
.section_box {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.section_box.campaign{
  position: relative;
}
/* .line {
  display: block;
  width: 100%;
  padding-bottom: 70px;
  text-align: center;
} */
.header .lead_text {
  display: block;
  width: 90%;
  max-width: 850px;
  margin: 0 auto 120px;
  padding-top: 80px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.pickup_title {
  display: grid;
  place-items: center;
  width: 383px;
  height: 100px;
  margin: 0 auto 35px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: var(--color-white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: url("img/title_bg_blue.png") no-repeat center center / cover;
}
.campaign .pickup_title {
  margin-top: -20px;
  background: url("img/title_bg_pink.png") no-repeat center center / cover;
}
main .inner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 50px auto 0;
}
.event .inner_box {
  margin-top: 0;
}
/* .inner_box strong {
  display: block;
  width: 100%;
  margin-block: 40px;
  padding-block: 0.3em;
  border-top: 2px dashed var(--sub-color);
  border-bottom: 2px dashed var(--sub-color);
  color: var(--sub-color);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
} */
main .js_timer_box {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  font-size: 12.5px;
}
main .event .js_timer_box::after,
main .section_box.campaign::after,
.statement-box .inner_box::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -15px;
  width: calc(100% + 30px);
  height: 5px;
  background: url("img/line.png") no-repeat center center / cover;
}
/* main .js_timer_box .-preview, */
main .js_timer_box .preview,
main .js_timer_box .release {
  display: none;
}
main .js_timer_box.before .preview,
main .js_timer_box.start .release,
main .js_timer_box.end .release {
  display: block;
}
main .js_timer_box .img_side {
  position: relative;
  display: block;
  width: 100%;
}
main .js_timer_box .img_side p {
  font-size: 11px;
  text-align: right;
}
main .campaign .js_timer_box .img_side {
  position: relative;
}
main .js_timer_box.end {
  pointer-events: none;
}
main .js_timer_box.end .img_side img,
main .js_timer_box.end .txt_side {
  opacity: 0.5;
}
main .js_timer_box .close-note,
main .js_timer_box .img_side .close-note {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 560px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
}
main .campaign .js_timer_box .img_side .close-note {
  font-size: 26px;
  line-height: 70px;
}
main .close-note,
main .event .img_side .close-note {
  display: none;
}
main .end .close-note {
  display: block;
}
/* .date_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #000;
}
.date_icon {
  margin-left: 1em;
  padding: 0 1em;
  border: 1px solid #007ab4;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #007ab4;
  background: #fff;
}
main .js_timer_box .date_flex .date {
  border-bottom: none;
} */
main .js_timer_box .date {
  display: inline-block;
  font-size: 28px;
  line-height: 1.6;
  border-bottom: 1px dashed #000;
}
main .campaign .js_timer_box .date {
  margin-top: 15px;
}
.date .small {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.detail {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
}
.detail + .detail {
  margin-top: 20px;
}
.detail dt {
  width: max(20%, 80px);
  margin-right: 20px;
  padding: 0.2px 1em;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  background: #fff;
}
.detail dd {
  width: 80%;
}
/* .detail dd .indent {
  margin-left: 5.5em;
  text-indent: -5.5em;
} */
main .inner_box .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 55px;
  padding-inline: 20px 12px;
  border: 2px solid var(--color-green);
  border-radius: 3em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: var(--color-green);
  transition: all 0.3s;
}
main .inner_box .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 7px;
  background: url("img/btn_icon.svg") no-repeat center center / 100%;
  transition: all 0.3s;
}
.statement-box .inner_box {
  position: relative;
  width: 980px;
  max-width: calc(100% - 30px);
  margin: 0 auto 180px;
  padding-block: 80px;
  border: 1px solid var(--color-green);
  background: var(--color-white);
  text-align: center;
}
.statement-box .inner_box h3 {
  margin: 0 auto 60px;
}
.statement-box .inner_box h3 span {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.statement-box .inner_box h3 span:nth-child(1) {
  margin-bottom: 30px;
  color: var(--color-green);
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 11px;
}
.statement-box .inner_box p {
  width: 100%;
  margin-inline: auto;
  font-size: 22px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
/* main .campaign .inner_box .js_timer_box:nth-of-type(2) .btn {
  background: var(--btn-color01);
  border: 2px solid var(--btn-color01);
}
main .event .inner_box .js_timer_box:nth-of-type(2) .btn,
main .campaign .inner_box .js_timer_box:nth-of-type(3) .btn {
  background: var(--btn-color02);
  border: 2px solid var(--btn-color02);
}
main .event .inner_box .js_timer_box:nth-of-type(3) .btn,
main .campaign .inner_box .js_timer_box:nth-of-type(4) .btn {
  background: var(--btn-color03);
  border: 2px solid var(--btn-color03);
}
main .event .inner_box .js_timer_box:nth-of-type(4) .btn,
main .campaign .inner_box .js_timer_box:nth-of-type(5) .btn {
  background: var(--btn-color04);
  border: 2px solid var(--btn-color04);
}
main .event .inner_box .js_timer_box:nth-of-type(5) .btn,
main .campaign .inner_box .js_timer_box:nth-of-type(6) .btn {
  background: var(--btn-color05);
  border: 2px solid var(--btn-color05);
}
main .event .inner_box .js_timer_box:nth-of-type(6) .btn,
main .campaign .inner_box .js_timer_box:nth-of-type(1) .btn {
  background: var(--btn-color06);
  border: 2px solid var(--btn-color06);
} */
/* @media (any-hover: hover) {
  main .event .inner_box .js_timer_box .btn:hover,
  main .campaign .inner_box .js_timer_box .btn:hover {
    background: #fff;
    opacity: 1;
  }
  main .inner_box .js_timer_box .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(2) .btn:hover {
    color: var(--btn-color01);
  }
  main .event .inner_box .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(2) .btn:hover::before {
    border-color: var(--btn-color01);
  }
  main .event .inner_box .js_timer_box:nth-of-type(2) .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(3) .btn:hover {
    color: var(--btn-color02);
  }
  main .event .inner_box .js_timer_box:nth-of-type(2) .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(3) .btn:hover::before {
    border-color: var(--btn-color02);
  }
  main .event .inner_box .js_timer_box:nth-of-type(3) .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(4) .btn:hover {
    color: var(--btn-color03);
  }
  main .event .inner_box .js_timer_box:nth-of-type(3) .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(4) .btn:hover::before {
    border-color: var(--btn-color03);
  }
  main .event .inner_box .js_timer_box:nth-of-type(4) .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(5) .btn:hover {
    color: var(--btn-color04);
  }
  main .event .inner_box .js_timer_box:nth-of-type(4) .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(5) .btn:hover::before {
    border-color: var(--btn-color04);
  }
  main .event .inner_box .js_timer_box:nth-of-type(5) .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(6) .btn:hover {
    color: var(--btn-color05);
  }
  main .event .inner_box .js_timer_box:nth-of-type(5) .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(6) .btn:hover::before {
    border-color: var(--btn-color05);
  }
  main .event .inner_box .js_timer_box:nth-of-type(6) .btn:hover,
  main .campaign .inner_box .js_timer_box:nth-of-type(1) .btn:hover {
    color: var(--btn-color06);
  }
  main .event .inner_box .js_timer_box:nth-of-type(6) .btn:hover::before,
  main .campaign .inner_box .js_timer_box:nth-of-type(1) .btn:hover::before {
    border-color: var(--btn-color06);
  }
} */
main .js_timer_box .txt_side .event_title {
  margin: 10px 0 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1px;
}
/* main .js_timer_box .txt_side .event_title .title_s {
  font-size: 28px;
} */
main .js_timer_box .txt_side .txt_box {
  padding-block: 20px 25px;
  border-top: 1px solid #000;
}
main .js_timer_box .txt_side .txt_box .txt {
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 1.8em;
}
main .js_timer_box .txt_side .txt_box .txt.no-date {
  margin-bottom: 0;
}
main .banner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 870px;
  margin: 90px auto 150px;
  padding-inline: 15px;
}
main .banner_box .banner {
  width: 47.619%;
  max-width: 400px;
  height: 100px;
  border: 1px solid var(--color-green);
  border-radius: 10px;
  background-color: #fff;
}
main .banner_box .banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
main .banner_box .banner img {
  width: 50px;
}

/* footer */
.footer {
  width: 100%;
  margin: 0 auto;
  padding-block: 40px 30px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  background: #fff;
}
.footer_cocoon_logo {
  max-width: 200px;
  margin: 0 auto 60px;
}
._only-pc {
  display: none;
}
._only-sp {
  display: block;
}
/* 順番変更
#cc01 .inner_box .event .js_timer_box.end {
  order: 2;
}  */
@media all and (min-width: 1100px) {
  .footer_cocoon_logo {
    margin-bottom: 90px;
  }
}


@media all and (min-width: 850.001px) {
  .campaign .js_timer_box {
    max-width: 47.5%;
    margin-bottom: 0;
  }
}


@media all and (max-width: 850px) {
  .inner_box strong {
    margin-block: 20px 30px;
    font-size: 17px;
  }
  main .js_timer_box > .close-note {
    display: none;
  }
  .campaign .inner_box .js_timer_box:nth-child(1) {
    margin-bottom: 60px;
  }
}


@media all and (min-width: 768.001px) and (max-width: 850px) {
  main .event .end .img_side .close-note {
    display: block;
  }
  .img_side img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .event .js_timer_box .img_side,
  main .event .js_timer_box .txt_side {
    width: 100%;
  }
  .campaign .inner_box .js_timer_box:nth-child(2) {
    margin-bottom: 0;
  }
}


@media all and (min-width: 768.001px) {
  ._only-pc {
    display: block;
  }
  ._only-sp {
    display: none;
  }
  .inner_box {
    justify-content: flex-start;
  }
  main .event .js_timer_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 180px;
  }
  main .section_box.campaign {
    position: relative;
    margin-bottom: 180px;
  }
  main .event .js_timer_box::after,
  main .section_box.campaign::after,
  .statement-box .inner_box::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url("img/line.png") no-repeat center center / cover;
  }
  main .event .js_timer_box .img_side {
    width: 48%;
  }
  main .event .js_timer_box .txt_side {
    width: 47.5%;
  }
  main .js_timer_box .txt_side .event_title.pb1em {
    padding-bottom: 1.5em;
  }
}


@media all and (max-width: 768px) {
  .section_box {
    width: calc(100% - 30px);
  }
  /* .icon ._only-sp {
    display: inline-block;
  } */
  .anniversary {
    width: 90%;
  }
  .anniversary p {
    padding: 5px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1.5px;
  }
  .header .kv {
    margin: 20px auto 0 ;
  }
  .header .lead_text {
    margin-bottom: 60px;
    padding-top: 50px;
    font-size: 14px;
  }
  .pickup_title {
    width: 306px;
    max-width: 100%;
    font-size: 36px;
    background-size: contain !important;
  }
  /* .line {
    height: auto;
    padding-block: 30px 0;
  } */
  main .inner_box {
    margin-top: 30px;
  }
  /* main .line + .inner_box {
    margin-top: 40px;
  } */
  main .section_box.campaign::after {
    content: none;
  }
  main .section_box.campaign div + .js_timer_box::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -15px;
    width: calc(100% + 30px);
    height: 5px;
    background: url("img/line.png") no-repeat center center / cover;
  }

  main .js_timer_box .img_side .close-note {
    position: absolute;
    z-index: 100;
    width: 90%;
    padding: 8px;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
  }
  main .event .end .img_side .close-note {
    display: block;
  }
  main .js_timer_box .img_side {
    margin-bottom: 1.5em;
  }
  main .js_timer_box .img_side img {
    width: 100%;
  }
  main .js_timer_box .txt_side .event_title {
    margin: 10px 0;
    font-size: 23px;
  }
  main .js_timer_box .txt_side .event_title .title_s {
    font-size: 20px;
  }
  main .js_timer_box .date {
    font-size: 22px;
  }
  main .js_timer_box .date .small {
    font-size: 18px;
  }
  main .js_timer_box .btn {
    width: clamp(220px, 80%, 280px);
    margin-inline: auto;
  }
  .date_flex {
    align-items: flex-start;
  }
  .date_icon {
    font-size: 14px;
  }
  main .banner_box {
    margin-block: 20px 60px;
  }
  /* main .banner_box p {
    padding-top: 10px;
    font-size: 12px;
  } */
  main .banner_box .banner {
    height: 60px;
  }
  main .banner_box .banner a {
    font-size: 15px;
  }
  main .banner_box .banner img {
    width: 30px;
  }
  /* main .banner_box ._only-sp {
    display: inline;
  } */
  /* main .js_timer_box .footer {
    width: 100%;
  } */
  .footer {
    padding-block: 30px 20px;
  }
  .footer_cocoon_logo {
    width: clamp(178px, 40vw, 200px);
    margin-bottom: 40px;
  }
  .statement-box .inner_box {
    padding: 50px 20px;
    margin-bottom: 120px;
  }
  .statement-box .inner_box h3 {
    margin-bottom: 40px;
  }
  .statement-box .inner_box h3 span {
    width: 280px;
  }
  .statement-box .inner_box h3 span:nth-child(1) {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 4px;
  }
  .statement-box .inner_box p {
    font-size: 16px;
    font-weight: normal;
  }
}
@media all and (max-width: 375px) {
  .detail dd {
    font-size: 14px;
  }
}
