@charset "UTF-8";
/* ==========================================================
* COMMON
========================================================== */
html {
  height: 100%;
}

body {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  background: #ffffff none;
  overflow-scrolling: touch;
  height: 100%;
  margin: 0;
}

.wrap {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

h2, h3, h4 {
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  margin: 0 auto 1.5rem;
}

* + h2 {
  margin: 3rem 0 1.5rem;
}

h3 {
  font-size: 2rem;
}

* + h3 {
  margin: 2rem 0 0.5rem;
}

p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.7em;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transform: scale(1.05);
}

/* ==========================================================
* CTA AREA
========================================================== */
.l-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-cta__btn {
  background-color: #ffffff;
  min-width: 280px;
  padding: 1rem 2rem;
  color: #ffffff;
  text-align: center;
}
.l-cta__fixed {
  position: fixed;
  right: 0;
  bottom: 30px;
  transition: all 0.3s linear;
  background: #C00;
  padding: 1.5rem 1rem;
  border-radius: 10px 0 0 10px;
  border: white 2px solid;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
  z-index: 999;
}
.l-cta__fixed:hover {
  transform: scale(1.05);
}
.l-cta__fixed a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  gap: 0.5rem;
}
.l-cta__fixed a:hover {
  transform: unset;
}
.l-cta__fixed a .arrow {
  background-image: url("../images/common/button_arrow_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.l-cta__fixed a.l-cta__item_list {
  margin: 0;
}
.l-cta__item_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0 5rem;
}
.l-cta__item_list img {
  max-width: 641px;
}

/* ==========================================================
* Header
========================================================== */
header {
  background-color: #ffffff;
  width: 100%;
  padding: 0.5rem 1rem;
}

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  z-index: 99;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.l-header__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-header__logo {
  width: 100%;
  max-width: 160px;
}
.l-header__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ==========================================================
* Main Visual
========================================================== */
.l-mv {
  background-image: url("../images/common/mv.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-mv__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40% 0 3.5rem 0;
}
.l-mv__cta img {
  max-width: 641px;
}
.l-fv_bottom {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
.l-fv_bottom picture {
  width: 90%;
}

/* ==========================================================
* Main Contents
========================================================== */
main {
  width: 100%;
  position: relative;
}
main section {
  width: 100%;
}
main section .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
main section .inner h2 {
  color: #003C31;
  text-align: center;
}
main section .inner h2 .accent {
  color: #234138;
}
main section .inner h3 {
  color: #234138;
}
main section .inner h3 span.accent {
  color: #003C31;
}
main.alternate section {
  background-color: #e6e6e6;
}
main.alternate section:nth-child(2n) {
  background-color: #ffffff;
}

/* ==========================================================
* Section 01
========================================================== */
.l-worry--q {
  background-color: #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 0 0;
}
.l-worry .sm {
  background-color: #FFFAEE;
}
.l-worry .sm img {
  width: 100%;
}
.l-worry--a {
  background-color: #FFFAEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}

/* ==========================================================
* Section 02
========================================================== */
.l-3point h2 {
  margin: 0;
}
.l-3point__items {
  background-color: #F3F1E8;
  width: 100%;
  padding: 2rem 0;
}
.l-3point__items .alternate {
  background-color: #ffffff;
  width: 100%;
  margin: 2rem 0;
  padding: 2rem 0;
}
.l-3point__items img {
  margin: 0 auto;
}

/* ==========================================================
* Section 03
========================================================== */
.l-find {
  padding: 4rem 0 0;
}
.l-find h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
}
.l-find h2 img {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}

/* ==========================================================
* Section 04
========================================================== */
.l-find__cta-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  gap: 2rem;
}
.l-find__cta-contents:first-child {
  margin: 0 0 8rem;
}
.l-find__cta-contents picture img {
  margin: 0 auto;
}

/* ==========================================================
* Section 05
========================================================== */
.l-voice__item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 96%;
  margin: 4rem auto 5rem;
}
.l-voice__item picture img {
  margin: auto;
}

/* ==========================================================
* Section 06
========================================================== */
.l-benefit {
  background-image: url("../images/section06/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.l-benefit h2 {
  padding: 0 1rem;
}
.l-benefit .morning {
  margin: 0 auto 3rem;
}
.l-benefit .morning picture img {
  max-width: calc(100% + 130px);
  margin-left: -56px;
}
.l-benefit .night:after {
  content: "";
  background-image: url("../images/section06/arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  display: block;
  height: 60px;
  margin: 2rem auto 0.5rem;
}

/* ==========================================================
* Section 07
========================================================== */
.l-faq {
  background-color: #ffffff;
}
.l-faq .inner {
  padding: 1rem 30px;
}
.l-faq__list {
  width: 100%;
}
.l-faq .ac-btn {
  background-color: #e6e6e6;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.5rem;
  margin: 0 auto 1.5rem;
  font-weight: bold;
}
.l-faq .ac-btn span {
  color: #666666;
  font-size: 1.5rem;
  flex-basis: 90%;
  padding: 0;
}
.l-faq .ac-btn:before {
  flex-basis: 10%;
  content: "";
  background-image: url("../images/section07/q.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 5px 1rem 0 0;
}
.l-faq .ac-btn .ac-stts {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/section07/faq_arrow.png") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s 0s;
  transform: rotate(0deg);
}
.l-faq .ac-btn.ac-open .ac-stts {
  transform: rotate(180deg);
}
.l-faq .ac-body {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.l-faq .ac-body p {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem;
  flex-basis: 90%;
}
.l-faq .ac-body:before {
  flex-basis: 10%;
  content: "";
  background-image: url("../images/section07/a.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 5px 1rem 0 0;
}

/* ==========================================================
* Section 08
========================================================== */
.l-products {
  background-color: #EEF1E9;
  background: linear-gradient(to bottom, #fff, #EEF1E9 10%, #EEF1E9);
}
.l-products .note {
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}
.l-products__item {
  padding: 0 1.5rem;
}
.l-products__item .sm .item {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.l-products__item .sm .item .cta-wrap {
  width: 100%;
  max-width: 84%;
  margin: auto;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  /* bottom: 3rem; override at 2022/11/15 */
  bottom: 4rem;
  left: 50%;
  transform: translateX(-49%);
}
.l-products__item .sm .item .cta-wrap .cta {
  width: calc(50% - 1rem);
}
.l-products__item .sm .item .cta-wrap .cta_subscription img {
  width: 100%;
  margin: 0 auto 0 9%;
}
.l-products__item .body {
  background-image: url("../images/section08/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.3);
}
.l-products__item .body .name {
  padding: 1rem;
}
.l-products__item .body .name.green {
  background-color: #234138;
}
.l-products__item .body .name.gold {
  background-color: #9E873B;
}
.l-products__item .body .info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.l-products__item .body .cta {
  display: block;
  margin: 0 auto 3rem;
}
.l-products__item .body .cta img {
  margin: 0 auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}
.l-products__item .body .cta_single {
  padding: 0 1rem;
}
.l-products__item .body .cta_subscription {
  margin: 0;
}
.l-products__item .body .subscription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

/* ==================
* section_other
* ================== */
.section_other {
  margin: 0;
}

.section_other__information {
  width: 92.3%;
  max-width: 1120px;
  margin: 2rem auto 0;
  font-size: 1rem;
  color: #000;
  background-color: #F1F1F1;
  padding: 1rem;
  line-height: 1.7;
  font-weight: 300;
}

.section_other__information a {
  color: #0018FF;
}

.section_other__information a:hover {
  text-decoration: none;
}

/* ==================
* g-footer
* ================== */
.g-footer {
  margin: 2.5rem 0 0;
}
.g-footer .nav_group {
  width: 100%;
}

.g-footer__nav {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 300;
}

.g-footer__nav__item {
  display: inline-block;
  line-height: 2;
}

.g-footer__nav__item:after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  color: #000;
}

.g-footer__nav__item:last-of-type:after {
  content: none;
}

.g-footer__nav__item a {
  color: #000;
  text-decoration: none;
}

.g-footer__nav__item a:hover {
  text-decoration: underline;
}

.g-footer__nav__item--brake {
  display: block;
}

.g-footer__nav__item--brake:after {
  content: none;
}

.g-footer .copyright {
  background-color: #494F2E;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 1rem;
  margin: 12px auto 0;
  font-weight: 300;
  width: 100%;
}

ul[class^=c-list] li {
  display: flex;
  flex-direction: row;
  margin: 0 0 0.5em;
}
ul[class^=c-list] li:last-child {
  margin: 0;
}

.c-list_check li {
  align-items: flex-start;
}
.c-list_check li:before {
  content: url("../images/check.svg");
  display: block;
  width: 0.8em;
  margin: 0 0.5rem 0 0;
}
.c-list_circle li {
  align-items: center;
}
.c-list_circle li:before {
  content: "◯ ";
  display: block;
  width: 0.8em;
  margin: 0 0.5rem 0 0;
}
.c-list_asterisk li {
  align-items: flex-start;
}
.c-list_asterisk li:before {
  content: "※";
  display: block;
  width: 1em;
  margin: 0 0.5rem 0 0;
}
.c-list_dotted li {
  align-items: flex-start;
}
.c-list_dotted li:before {
  content: "・";
  display: block;
  width: 1em;
  margin: 0 0.5rem 0 0;
}
.c-list_square li {
  position: relative;
  align-items: center;
}
.c-list_square li:before {
  content: "■";
  color: #820101;
  display: block;
  width: 0.8em;
  margin: 0 0.5rem 0 0;
}
.c-list_square li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10em;
  max-width: 215px;
  width: calc(100% - 12.5em);
  border-top: 1px dashed #820101;
  transform: translateY(-50%);
}
.c-list_square li .before {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  line-height: 1.61;
}
.c-list_square li .before .ttl {
  background-color: #FD685F;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.c-list_square li .before .mont, .c-list_square li .before .mont * {
  font-family: "Montserrat", sans-serif;
  font-weight: inherit;
}

.ac-body {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 3rem;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.back-to-top a {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.move-page-top {
  display: block;
  width: 50px;
  height: 50px;
  color: var(--white);
  line-height: 50px;
  border-radius: 50px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 35, 0.2);
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.move-page-top:hover {
  opacity: 0.85;
}

.c-youtube_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-youtube_wrap:before, .c-youtube_wrap:after {
  content: "";
  background-color: #FD685F;
  position: absolute;
  display: block;
  width: 115px;
  height: 115px;
}
.c-youtube_wrap:before {
  top: -35px;
  left: -40px;
  z-index: 10;
}
.c-youtube_wrap:after {
  bottom: -35px;
  right: -40px;
  z-index: 20;
}
.c-youtube_wrap iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
}

/* ==========================================================
* Slick
========================================================== */
.slick-slide {
  position: relative;
  flex-shrink: 0;
  height: auto !important;
  overflow: hidden;
  transition-property: transform;
  transition: all 0.2s linear;
}
.slick-slide img {
  max-width: unset;
  max-height: 160px;
  margin: 0 auto;
}
.slick-dots li button:before {
  bottom: -48px;
  font-size: 16px;
}

.c-width_full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.c-w_80 {
  width: 80%;
}

.c-rounded_lg {
  border-radius: 2rem;
}

.c-mx_auto {
  margin: 0 auto;
}
.c-space_sm:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background-color: transparent;
}

mark {
  background: linear-gradient(transparent 65%, #fff600 0%);
}

.c-text_sm {
  font-size: 0.7em;
}
.c-text_lg {
  font-size: 1.5em;
}
.c-text_xl {
  font-size: 2em;
}
.c-text_en {
  font-family: "Montserrat", sans-serif;
}
.c-text__center {
  text-align: center;
}
.c-slash__both {
  text-align: center;
}
.c-slash__both .text {
  position: relative;
  display: inline;
  color: #111111;
  height: 2.5rem;
}
.c-slash__both .text:before, .c-slash__both .text:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: inherit;
  background-color: #111111;
  border-radius: 10rem;
  top: 0.4rem;
}
.c-slash__both .text:before {
  left: -2rem;
  transform: rotate(-25deg);
}
.c-slash__both .text:after {
  right: -2rem;
  transform: rotate(25deg);
}
.c-slash__both.green .text {
  color: #234138;
}
.c-slash__both.green .text:before, .c-slash__both.green .text:after {
  background-color: #234138;
}
.c-with_en {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 2rem 0;
}
.c-with_en span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5em;
  font-weight: thin;
}
.c-text_link_arrow {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
}
.c-text_link_arrow:after {
  content: "";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  right: -1rem;
  z-index: 2;
  transform: rotate(-45deg);
}

.c-relative {
  position: relative;
}
.c-flex_col_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-flex_row {
  display: flex;
  flex-direction: row;
}
.c-flex_row_center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-bg_color_pink {
  background-color: #FD685F;
  color: #ffffff;
}
.c-bg_color_green {
  background-color: #ffffff;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

@media screen and (min-width: 1000px) {
  .md {
    display: none !important;
  }
  .l-worry--a {
    padding: 2rem 0 7rem;
  }
  .g-footer .nav_group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .g-footer__nav {
    display: inline-block;
  }
  .g-footer__nav:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 1rem;
    color: #000;
  }
}

@media screen and (max-width: 1000px) {
  .lg {
    display: none !important;
  }
  header {
    /* padding: 2rem; */
  }
  .l-mv {
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 750px) {
  .xs {
    display: none !important;
  }
  .wrap {
    max-width: 100%;
  }
  .l-mv {
    background-image: url("../images/common/mv_lg.jpg");
    margin: 0 auto;
  }
  .l-fv_bottom {
    padding: 2rem 0 0;
  }
  .l-fv_bottom picture {
    width: 100%;
  }
  main {
    top: 0;
  }
  main section {
    max-width: 100%;
    margin: 0 auto;
  }
  .l-find {
    background: linear-gradient(to bottom, #fff, #ffffff 80%, #e6e6e6 90%, #e6e6e6);
    padding: 4rem 0 2rem;
  }
  .l-benefit {
    background-image: url("../images/section06/bg_lg.png");
    background-position: center top;
    background-size: cover;
    padding: 0 120px;
  }
  .l-benefit h2 {
    max-width: 550px;
  }
  .l-benefit .morning {
    margin: 0 auto 5rem;
  }
  .l-faq {
    margin: 3rem auto 0;
  }
  .l-faq h2 {
    padding: 0 1rem;
  }
  .l-faq .ac-btn {
    padding: 1rem 2rem 1rem 0.5rem;
  }
  .l-faq .ac-btn span {
    padding: 0 4rem 0 0;
  }
  .l-faq .ac-btn:before {
    flex-basis: 5%;
  }
  .l-faq .ac-body:before {
    flex-basis: 5%;
  }
  .l-products {
    padding: 0 0 4rem;
  }
  .l-products__item {
    max-width: 900px;
    width: 100%;
    margin: 4rem auto;
    padding: 0;
  }
  .g-footer__nav__item.pc_separate:last-of-type:after {
    content: "|";
  }
}
@media screen and (max-width: 750px) {
  .sm {
    display: none !important;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  .l-cta__fixed {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    width: 100%;
    padding: 1rem 0.5rem;
    border-radius: 0;
  }
  .l-cta__fixed a {
    max-width: 100%;
  }
  .l-cta__fixed a.l-cta__item_list img {
    width: 320px !important;
  }
  .l-cta__item_list img {
    border-radius: 1rem;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    margin: 0 auto;
  }
  header {
    /* padding: 1rem; */
  }
  .l-mv__cta {
    margin: 300px 0 2rem 0;
  }
  .l-mv__cta img {
    border-radius: 1rem;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    margin: 0 auto;
  }
  main section .inner {
    padding: 2rem 1rem;
  }
  .l-3point__items img {
    max-width: 90%;
    width: 100%;
  }
  .l-find__cta-contents:first-child {
    margin: 0 0 4rem;
  }
  .l-voice__item {
    margin: auto auto 2rem;
  }
  .l-benefit .morning picture img {
    max-width: calc(100% + 15px);
    margin-left: unset;
  }
  .l-faq .ac-btn span {
    font-size: 1.2rem;
  }
  .l-faq .ac-btn:before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 0;
  }
  .l-faq .ac-body p {
    font-size: 1.2rem;
  }
  .l-faq .ac-body:before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 0;
  }
  .l-products .note {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .l-products__item .body .cta {
    margin: 0 auto;
  }
  .section_other__information {
    margin: 0 auto;
  }
  .g-footer {
    margin: 1rem 0 0;
  }
  .g-footer__nav {
    margin: 0 auto;
    font-size: 12px;
  }
  .g-footer__nav:first-child:after {
    margin: 0;
  }
  .g-footer__nav__item:after {
    margin: 0;
  }
  .g-footer .copyright {
    max-width: 750px;
    font-size: 12px;
    padding: 0.5rem;
  }
  .c-list_square li:after {
    display: none;
  }
  .c-youtube_wrap {
    width: 90%;
  }
  .c-youtube_wrap:before {
    left: -20px;
  }
  .c-youtube_wrap:after {
    right: -20px;
  }
  .slick-slide {
    margin-right: 1rem;
  }
  .slick-slide img {
    max-height: 150px;
  }
  .c-w_80 {
    width: 96%;
  }
  .c-with_en {
    padding: 1rem 0;
  }
}