@charset "UTF-8";
/* =============================================================
mixin
============================================================= */
/* =============================================================
colors
============================================================= */
/* =============================================================
common - 全体に共通するスタイル
============================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .until-1200px {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .over-1200px {
    display: none !important;
  }
}
body {
  font-size: 18px;
  color: #2D3A61;
  font-family: "Zen Maru Gothic", "ヒラギノ明朝 ProN", serif;
  line-height: 1.5555;
}

img {
  width: 100%;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.is-blue {
  background: #00C4FF;
}

.is-orange {
  background: #F7BC78;
}

.section-sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #00C4FF;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .section-sub-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-sub-title {
    margin-left: 0;
    font-size: 14px;
  }
}

.section-main-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  color: #00C4FF;
  font-family: "M PLUS 1", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-main-title {
    display: block;
    font-size: 35px;
    line-height: 1;
  }
}

.section-title-decos {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .section-title-decos {
    margin-left: 10px;
  }
}

.section-title-deco {
  display: inline-block;
  transform: skewX(-30deg);
  width: 8px;
  height: 12px;
  margin-left: -8px;
  margin-top: -10px;
  background: #00C4FF;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section-title-deco {
    margin-left: -2px;
    height: 8px;
    width: 10px;
  }
}

/* =============================================================
closing
============================================================= */
.closing {
  border: 20px solid #FF8600;
  background: url(../img/closing-cover.png) no-repeat center center/cover;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .closing {
    border: 15px solid #FF8600;
    padding: 10px;
  }
}

.closing-content {
  width: 88.8%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .closing-content {
    max-width: 500px;
    width: 100%;
    padding: 35px 10px 0;
    display: block;
  }
}

.closing-content-left {
  width: 25%;
}
.closing-content-left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .closing-content-left {
    width: 100%;
    display: none;
  }
}

.closing-content-right {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .closing-content-right {
    width: 100%;
    margin-left: 0;
  }
}

.closing-content-campaign {
  font-size: 32px;
  color: #00C4FF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .closing-content-campaign {
    font-size: 20px;
    text-align: center;
  }
}

.closing-content-title {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .closing-content-title {
    font-size: 18px;
  }
}

.closing-content-detail {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .closing-content-detail {
    font-size: 16px;
    margin-top: 20px;
  }
}

.closing-content-detail-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .closing-content-detail-area {
    display: block;
    text-align: center;
  }
}

.closing-detail-left {
  display: flex;
  align-items: center;
}

.closing-beige {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EDC891;
}

.closing-beige-text {
  font-size: 14px;
}

.closing-detail-center {
  text-align: center;
  margin-left: 5%;
}

.closing-campaign-text {
  color: #FFF001;
  font-size: 24px;
}
.closing-campaign-text span {
  font-size: 15px;
}

.closing-campaign-content {
  margin-top: 10px;
  line-height: 1;
}

.closing-campaign-g {
  font-size: 24px;
}

.closing-campaign-money {
  font-size: 60px;
  color: #FF8600;
  margin-left: 10px;
}

.closing-campaign-cost {
  font-size: 36px;
  color: #FF8600;
  margin-left: 10px;
  position: relative;
}
.closing-campaign-cost::before {
  content: "（税込）";
  position: absolute;
  font-size: 14px;
  color: #FF8600;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.closing-button {
  margin-left: 5%;
}

.closing-button-link {
  padding: 20px 40px;
  background: #FF8600;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  white-space: nowrap;
}
.closing-button-link:hover {
  background: #fff;
  border: 3px solid #FF8600;
  color: #FF8600;
}

.closing-item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  width: 10%;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .closing-item-img2 {
    position: absolute;
    bottom: -50%;
    right: 0;
    transform: translateY(-50%);
    width: 12%;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .closing-item-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    width: 30%;
    z-index: 3;
  }
}

.closing-content-detail-area2 {
  width: 88.8%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .closing-content-detail-area2 {
    width: 100%;
    max-width: 500px;
    display: block;
    text-align: center;
    padding: 20px 10px 35px;
  }
}

.closing-detail-left2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .closing-detail-left2 {
    margin-top: 10px;
  }
}

.closing-beige2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EDC891;
}
@media screen and (max-width: 767px) {
  .closing-beige2 {
    width: 25px;
    height: 25px;
  }
}

.closing-beige-text2 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .closing-beige-text2 {
    font-size: 13px;
    color: #EDC891;
    margin-left: 5px;
  }
}

.closing-detail-center2 {
  text-align: center;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .closing-detail-center2 {
    margin-left: 0;
  }
}

.closing-campaign-text2 {
  color: #FFF001;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-text2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .closing-campaign-text2 {
    font-size: 20px;
    color: #00C4FF;
  }
}
.closing-campaign-text2 span {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-text2 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .closing-campaign-text2 span {
    font-size: 13px;
  }
}

.closing-campaign-content2 {
  margin-top: 10px;
  line-height: 1;
}

.closing-campaign-g2 {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-g2 {
    font-size: 16px;
  }
}
.closing-campaign-money2 {
  font-size: 60px;
  color: #FF8600;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-money2 {
    font-size: 40px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .closing-campaign-money2 {
    margin-left: 10px;
  }
}

.closing-campaign-cost2 {
  font-size: 36px;
  color: #FF8600;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-cost2 {
    font-size: 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .closing-campaign-cost2 {
    margin-left: 10px;
  }
}
.closing-campaign-cost2::before {
  content: "（税込）";
  position: absolute;
  font-size: 14px;
  color: #FF8600;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .closing-campaign-cost2::before {
    font-size: 11px;
  }
}

.closing-button2 {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .closing-button2 {
    margin-left: 0;
    margin-top: 30px;
  }
}

.closing-button-link2 {
  padding: 20px 40px;
  background: #FF8600;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .closing-button-link2 {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .closing-button-link2 {
    padding: 16px 40px;
    font-size: 18px;
  }
}

.closing-item-img2-2 {
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-50%);
  width: 12%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .closing-item-img2-2 {
    width: 70px;
  }
}

.closing-content-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.closing-content-sp-right {
  width: 100px;
  margin-left: 5%;
}

/* =============================================================
header
============================================================= */
.header {
  background: #00C4FF;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 100;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  width: 100%;
  padding: 10px 40px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner {
    align-items: center;
    position: relative;
  }
}

.header-left {
  width: 15%;
}
@media screen and (max-width: 1000px) {
  .header-left {
    display: inline-block;
    width: 15%;
  }
}

.header-center {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-center {
    width: 70%;
  }
}

.header-logo {
  display: block;
  max-width: 98px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header-logo {
    max-width: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 72px;
  }
}

.header-right {
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header-right {
    margin-right: 0;
  }
}

.header-ec-link {
  display: inline-block;
  text-align: right;
  padding-top: 18px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-ec-link {
    transform: translateY(7%);
  }
}
@media screen and (max-width: 767px) {
  .header-ec-link {
    transform: translateY(10%);
  }
}
.header-ec-link::after {
  content: "CART";
  font-size: 12px;
  letter-spacing: 2%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-ec-link::after {
    top: -5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .header-ec-link::after {
    top: -5px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  .header-ec-link {
    display: inline-block;
    margin-top: 0;
  }
}
.header-ec-link img {
  width: 38px;
}
@media screen and (max-width: 1000px) {
  .header-ec-link img {
    transform: translateY(-20%);
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header-ec-link img {
    width: 28px;
  }
}

.drawer-icon-pc {
  position: relative;
  z-index: 300;
  transform: translateY(-5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon-pc {
    display: inline-block;
    transform: translateY(7px);
  }
}
.drawer-icon-pc::before {
  content: "MENU";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon-pc::before {
    position: absolute;
    top: -14px;
  }
}
.drawer-icon-pc.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  transition: all 0.3s ease 0s;
}
.drawer-icon-pc.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon-pc.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  transition: all 0.3s ease 0s;
}

.drawer-icon {
  position: fixed;
  left: 15px;
  top: 5px;
  z-index: 300;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  transition: all 0.3s ease 0s;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-icon::before {
    position: absolute;
    content: "MENU";
    font-size: 11px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 34px;
  }
}

.drawer-icon__bars {
  width: 28px;
  height: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-icon__bars {
    width: 22px;
    height: 16px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 1px;
  width: 22px;
  background: #fff;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
    height: 2px;
    width: 28px;
  }
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon__bar2 {
    top: 10px;
  }
}

.drawer-icon__bar3 {
  top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-icon__bar3 {
    top: 20px;
  }
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 86.7px;
  background: #00C4FF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(-105%);
  transition: all 0.3s ease 0s;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .drawer-content {
    top: 70px;
    width: 230px;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}
.drawer-content.is-close {
  width: 230px;
  transform: translateX(-230px);
}

@media screen and (min-width: 768px) {
  .drawer-content-container {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .drawer-content__items-pc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    max-width: 100%;
  }
}

.drawer-content__item {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .drawer-content__item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-content__item:hover {
    color: #FF8600;
  }
}
.drawer-content__item + .drawer-content__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-content__item + .drawer-content__item {
    margin-top: 0;
    margin-left: 30px;
  }
}

.drawer-content__item__subtitle {
  font-size: 12px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .drawer-content__item__subtitle {
    font-size: 15px;
  }
}

.drawer-content__item__maintitle {
  font-size: 20px;
  padding-left: 10px;
  border-left: 2px solid #fff;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .drawer-content__item__maintitle {
    font-size: 24px;
  }
  .drawer-content__item__maintitle.is-border-orange {
    border-left: 2px solid #FF8600;
  }
}

.drawer-sns-items2 {
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-sns-items2 {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
}

.drawer-sns-item2 {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #F7BC78;
  border-radius: 50%;
  position: relative;
}
.drawer-sns-item2 + .drawer-sns-item2 {
  margin-left: 15px;
}
.drawer-sns-item2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}
@media screen and (max-width: 767px) {
  .drawer-sns-item2 {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #F7BC78;
    border-radius: 50%;
    position: relative;
  }
  .drawer-sns-item2 + .drawer-sns-item2 {
    margin-left: 15px;
  }
  .drawer-sns-item2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
  }
}

.drawer-background {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 298;
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-background {
    top: 70px;
  }
}
.drawer-background.is-active {
  display: block;
}
.drawer-background.is-close {
  display: none;
}

/* =============================================================
top
============================================================= */
.top {
  background: url(../img/top_bg.png) no-repeat center center/cover;
  height: 500px;
  margin-top: 86px;
}
@media screen and (max-width: 1000px) {
  .top {
    margin-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    background: url(../img/top-sp.png) no-repeat center center/cover;
    position: relative;
    margin-top: 70px;
  }
}

.top-inner {
  padding: 0 16px;
  box-sizing: content-box;
  height: inherit;
}

.top-container {
  display: flex;
  align-items: center;
  height: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-container {
    padding-top: 5%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.top-left {
  color: #00C4FF;
  font-weight: 700;
  margin-left: 10%;
  font-family: "Noto Serif JP", serif;
  text-shadow: 4px 1px 2px rgb(255, 255, 255), 5px 4px 11.5px rgb(255, 255, 255);
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-left {
    display: inline-block;
  }
}

.top-main-message {
  font-size: 48px;
  transform: matrix(1, 0, -0.2, 0.98, 0, 0);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-main-message {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-main-message {
    font-size: 27px;
  }
}
.top-main-message span {
  font-size: 86px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-main-message span {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .top-main-message span {
    font-size: 50px;
  }
}

.top-sub-message {
  font-size: 64px;
  line-height: 1;
  margin-top: 15px;
  margin-left: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-sub-message {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .top-sub-message {
    font-size: 38px;
    margin-left: 50px;
  }
}

.top-center {
  width: 100%;
}

.top-right {
  margin-left: auto;
  margin-right: 15%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-right {
    display: block;
    margin-left: 0;
    margin-right: 0;
    transform: translateY(15%);
    z-index: 20;
  }
}

.top-right-text {
  transform: rotate(-8.5deg) translateY(15px);
  position: relative;
  z-index: 0;
}
.top-right-text + .top-right-text {
  margin-top: 5px;
}
.top-right-text span {
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  height: 100%;
  font-weight: 700;
}
.top-right-text span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-8.5deg);
  width: 100%;
  height: inherit;
  padding: 0px 8px;
  background: linear-gradient(to right, #00C4FF 10%, transparent);
  z-index: -1;
}

.top-right-img {
  width: 290px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top-right-img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top-right-img {
    width: 180px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-tags {
    position: absolute;
    bottom: 5%;
  }
}

.top-tag-bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-tag-bottom {
    margin-top: 15px;
  }
}

.top-tag {
  padding: 7px 11px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-tag {
    padding: 8px 6px;
    border-radius: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 365px) {
  .top-tag {
    font-size: 12px;
  }
}
.top-tag:not(:nth-child(1)) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .top-tag:not(:nth-child(1)) {
    margin-left: 8px;
  }
}

.content {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .content {
    width: 110px;
    height: 110px;
  }
}

.wrap {
  display: flex;
  overflow: hidden;
}

.slideshow {
  display: flex;
  -webkit-animation: loop-slide1 40s infinite linear 1s both;
          animation: loop-slide1 40s infinite linear 1s both;
}

@-webkit-keyframes loop-slide1 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide1 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* =============================================================
banner
============================================================= */
.banner {
  display: block;
  padding: 80px 40px 90px;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 50px 20px 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner-footer {
    padding: 50px 20px 50px;
  }
}

.banner-second {
  position: relative;
  padding: 0 40px 90px;
}
.banner-second::before {
  content: "";
  position: absolute;
  background: #FFF001;
  height: 80px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-second::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  /* ココ */
  background-color: #FFF001;
  /* デモは赤色の部分 */
  left: 0;
  top: 80px;
  z-index: -1;
  /* topにピッタリくっつけたいので0にする */
}

.banner-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-inner:hover {
  opacity: 0.7;
}

.banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================
problem
============================================================= */
.problem {
  background: url(../img/problem-bg.png) no-repeat center center/cover;
  position: relative;
  z-index: -10;
}
.problem::before {
  position: absolute;
  content: "";
  border-right: 50vw solid transparent;
  border-bottom: 100px solid #FFF5B8;
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .problem::before {
    border-bottom: 50px solid #FFF5B8;
  }
}
.problem::after {
  position: absolute;
  content: "";
  border-left: 50vw solid transparent;
  border-bottom: 100px solid #FFF5B8;
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .problem::after {
    border-bottom: 50px solid #FFF5B8;
  }
}

.problem-inner {
  width: 53.75%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .problem-inner {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .problem-inner {
    width: 100%;
  }
}

.problem-intro {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.problem-intro-text {
  font-size: 26px;
  color: #fff;
  border-radius: 8px;
  background: #F7BC78;
  display: inline-block;
  padding: 3px 15px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .problem-intro-text {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

.problem-contents {
  padding: 80px 15px 120px;
  overflow: hidden;
}

.problem-content {
  display: flex;
  align-items: center;
  gap: 8%;
}
.problem-content:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .problem-content:nth-child(2n) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .problem-content {
    display: block;
  }
}

.problem-img {
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .problem-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .problem-texts-right {
    text-align: right;
    position: relative;
  }
}

.problem-text span {
  background: #fff;
  padding: 5px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problem-text span.is-bg {
    position: relative;
  }
  .problem-text span.is-bg::before {
    position: absolute;
    content: "";
    background: url(../img/problem-img1.png) no-repeat center center/contain;
    width: 150px;
    height: 150px;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    overflow: hidden;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .problem-text span.is-bg2 {
    position: relative;
    overflow: hidden;
  }
  .problem-text span.is-bg2::before {
    position: absolute;
    content: "";
    background: url(../img/problem-img2.png) no-repeat center center/contain;
    width: 150px;
    height: 150px;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    overflow: hidden;
    z-index: -1;
  }
}
.problem-text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: url(../img/problem-check.png) no-repeat center center/contain;
  width: 27px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .problem-text span::after {
    width: 22px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .problem-text span {
    font-size: 15px;
    padding: 4px 16px;
  }
}
.problem-text:nth-child(n+2) {
  margin-top: 20px;
}

/* =============================================================
product
============================================================= */
.product {
  padding: 80px 0 120px;
  background: #FFF5B8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product {
    padding: 60px 0 80px;
  }
}

.product-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.product-info-left {
  width: 70.4974271012%;
}
@media screen and (max-width: 767px) {
  .product-info-left {
    width: 100%;
  }
}

.product-info-right {
  width: 29.5025728988%;
}

.product-text {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .product-text {
    font-size: 15px;
    margin-top: 0;
  }
}

.product-items {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  max-width: 660px;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .product-items img {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-items {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-items {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
  }
  .product-items img {
    display: none;
  }
}

.product-item {
  width: calc(16.6% - 8.3333333333px);
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #F7BC78;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
}
.product-item + .product-item {
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .product-item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    width: calc(33.3% - 10px);
    margin-left: 0 !important;
  }
  .product-item:nth-child(n+4) {
    margin-top: 15px;
  }
}

.product-item-text {
  font-size: 12px;
}

.product-items-title {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  color: #B19464;
}
@media screen and (max-width: 767px) {
  .product-items-title {
    top: 20%;
  }
}

.grid {
  margin-top: 70px;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: 1fr 54.1666666667%;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid-null {
  grid-column: 1/2;
  grid-row: 1/2;
}

.grid-left {
  width: 70%;
  margin-left: auto;
  margin-top: auto;
  grid-column: 1/2;
  grid-row: 2/4;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .grid-left {
    width: 100%;
  }
}
.grid-left::before {
  position: absolute;
  content: "【図1】";
  font-size: 12px;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

.grid-title {
  font-size: 32px;
  color: #00C4FF;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .grid-title {
    font-size: 20px;
    margin-top: 28px;
    margin-left: 50px;
  }
}
.grid-title p {
  display: inline-block;
}
.grid-title::before {
  content: "";
  position: absolute;
  background: url(../img/sun\ 2.png) no-repeat center center/contain;
  left: -5px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .grid-title::before {
    width: 50px;
    height: 50px;
  }
}

.grid-texts {
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .grid-texts {
    font-size: 15px;
    margin-top: 24px;
  }
}

.grid-right-img {
  margin-top: 18px;
}

/* =============================================================
intro
============================================================= */
.intro {
  padding: 40px 0 130px;
  background: url(../img/Rectangle\ 4307.png) no-repeat center center/cover;
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
}

.intro-inner {
  padding: 0 40px;
  position: relative;
  z-index: 5;
}

.intro-bubble {
  width: 38%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-bubble {
    width: 80%;
  }
}

.intro-recommend-bg {
  text-align: center;
}

.intro-recommend {
  margin-top: 10px;
  text-align: center;
  background: #F7BC78;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .intro-recommend {
    font-size: 16px;
  }
}

.intro-problems {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.intro-problem + .intro-problem {
  margin-top: 12px;
}

.intro-problem-text {
  display: inline-block;
  text-align: left;
  padding: 5px 20px;
  background: #fff;
  position: relative;
}
.intro-problem-text::before {
  content: "";
  position: absolute;
  background: url(../img/check-tag.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .intro-problem-text {
    font-size: 14px;
  }
}

/* =============================================================
point
============================================================= */
.point {
  position: relative;
  padding: 240px 0 80px;
  background: #FFF001;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 110px 0 60px;
  }
}
.point::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  /* ココ */
  background-color: #FFF5B8;
  /* デモは赤色の部分 */
  left: 0;
  top: 0;
  /* topにピッタリくっつけたいので0にする */
}
@media screen and (max-width: 767px) {
  .point::before {
    height: 50px;
  }
}

.point-hula {
  position: absolute;
  top: 0;
  right: 7%;
  width: 10%;
  transform: translateY(-15%);
}
@media screen and (max-width: 767px) {
  .point-hula {
    width: 25%;
  }
}

.point-perm {
  position: absolute;
  top: 0;
  left: -3%;
  width: 29.7222222222%;
  transform: translateY(-20%);
}
@media screen and (max-width: 767px) {
  .point-perm {
    width: 40%;
  }
}

.point-items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .point-items {
    margin-top: 60px;
  }
}

.point-item {
  max-width: 100%;
  width: 800px;
  padding: 25px 60px;
  border-radius: 20px;
  background: #fff;
}
.point-item:nth-child(2n) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .point-item:nth-child(2n) {
    margin-left: auto;
  }
}
.point-item + .point-item {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .point-item + .point-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .point-item {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  .point-item {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.point-item-header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point-item-header {
    display: block;
    margin-top: 20px;
  }
}

.point-item-title {
  display: flex;
  align-items: center;
}

.point-item-title-number {
  width: 100px;
}
@media screen and (max-width: 1250px) {
  .point-item-title-number {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .point-item-title-number {
    width: 40px;
  }
}

.point-item-title-text_container {
  width: calc(100% - 40px);
}

.point-item-title-text {
  font-size: 32px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 5px #00C4FF dotted;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  .point-item-title-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .point-item-title-text {
    font-size: 16px;
    border-bottom: 3px #00C4FF dotted;
    margin-left: 12px;
  }
}

.point-item-detail {
  margin-left: 20%;
}
@media screen and (max-width: 900px) {
  .point-item-detail {
    margin-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .point-item-detail {
    margin-left: 0;
    font-size: 14px;
    margin-top: 10px;
  }
}

.point-item-content {
  display: flex;
  align-items: center;
}

.point-item-left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .point-item-left {
    width: 100%;
    margin-top: 20px;
  }
}

.point-item-text {
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.point-item-text span {
  font-weight: 700;
}

.point-item-img1 {
  margin-top: 10px;
  width: 80%;
}
.point-item-img1.is-small {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .point-item-img1.is-small {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .point-item-img1 {
    width: 100%;
    margin-top: 20px;
  }
}

.point-item-img2 {
  width: 80%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .point-item-img2 {
    width: 100%;
    margin-top: 20px;
  }
}

.point-item-right {
  width: 28%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .point-item-right {
    width: 0;
  }
}

.point-item-img-sp {
  width: 60%;
  margin: 0 auto;
}

/* =============================================================
STEP
============================================================= */
.step {
  position: relative;
  padding: 120px 0 80px;
  background: #FFF5B8;
}
.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 70px solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .step::before {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 50px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .step {
    padding: 100px 0 80px;
  }
}

.step-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .step-text {
    margin-top: 30px;
  }
}

.step-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .step-items {
    display: block;
  }
}

.step-item {
  position: relative;
  width: calc(25% - 40px);
  padding: 13px 15px 22px 15px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .step-item {
    width: calc(50% - 26.6666666667px);
  }
  .step-item:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .step-item {
    width: 69.3%;
    margin: 0 auto;
  }
  .step-item + .step-item {
    margin-top: 50px;
  }
}

.step-item-text {
  line-height: 1.8;
  margin-top: 15px;
}

.step-item-tag {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00C4FF;
  text-align: center;
}

.step-bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #FFF5B8;
  border-bottom: 0;
}

/* =============================================================
QA
============================================================= */
.qa {
  padding: 240px 0 180px;
  background: url(../img/Rectangle\ 4311.png) no-repeat center center/cover;
  position: relative;
}
.qa::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  /* ココ */
  background-color: #FFF5B8;
  /* デモは赤色の部分 */
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .qa::before {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 100px 0 80px;
  }
}

.qa-bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 50vw solid transparent;
  border-bottom: 100px solid #FFF001;
  height: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .qa-bg-left {
    border-bottom: 50px solid #FFF001;
  }
}

.qa-bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 50vw solid transparent;
  border-bottom: 100px solid #FFF001;
  height: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .qa-bg-right {
    border-bottom: 50px solid #FFF001;
  }
}

.qa__items {
  width: 900px;
  max-width: 100%;
  margin: 80px auto 0;
  position: relative;
}
.qa__items::after {
  content: "";
  position: absolute;
  background: url(../img/qa-img.png) no-repeat center center/contain;
  width: 300px;
  height: 300px;
  top: 0;
  right: 0;
  transform: translateY(-95%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .qa__items::after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .qa__items {
    margin: 60px auto 0;
  }
}

.qa__item {
  position: relative;
  z-index: 10;
}
.qa__item:not(:first-child) {
  margin-top: 24px;
}

.qa-box {
  border: 4px solid #60CBF7;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .qa-box {
    border: 2px solid #60CBF7;
    border-radius: 20px;
  }
}

.qa-box__q {
  color: #60CBF7;
  background: #fff;
  font-size: 20px;
  padding: 30px 80px;
  font-weight: 700;
  position: relative;
}
.qa-box__q.is-active {
  background: #00C4FF;
  color: #fff;
}
.qa-box__q::before {
  content: "Q.";
  position: absolute;
  font-size: 36px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-box__q::before {
    font-size: 28px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qa-box__q {
    padding: 24px 65px;
    border-radius: 18px 18px 0 0 !important;
  }
}

.qa-box__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-box__icon {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}
.qa-box__icon.is-open .qa-box__bar2 {
  display: none;
}

.qa-box__bar1 {
  width: 30px;
  height: 3px;
  background: #00C4FF;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.qa-box__bar1.is-white {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .qa-box__bar1 {
    width: 22px;
    height: 2px;
  }
}

.qa-box__bar2 {
  width: 3px;
  height: 30px;
  background: #00C4FF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}
.qa-box__bar2.is-white {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .qa-box__bar2 {
    height: 22px;
    width: 2px;
  }
}

.qa-box__a {
  background: #fff;
  font-size: 18px;
  color: #2D3A61;
  line-height: 1.5;
  padding: 16px 30px 16px 20px;
  display: none;
  border-radius: 0 0 26px 26px;
}
@media screen and (max-width: 767px) {
  .qa-box__a {
    border-radius: 0 0 16px 16px;
  }
}

.qa-box__content {
  position: relative;
  padding-left: 61px;
}
.qa-box__content::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 13px;
  font-size: 36px;
  line-height: 1;
  color: #2D3A61;
}

/* =============================================================
story
============================================================= */
.story {
  padding: 120px 0;
  background: #FFF001;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 60px 0;
  }
}

.story-container {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .story-container {
    display: block;
    margin-top: 32px;
  }
}

.story-left {
  width: 50.9090909091%;
}
@media screen and (max-width: 767px) {
  .story-left {
    width: 100%;
  }
}

.story-img-container {
  position: relative;
}

.story-img1 {
  width: 65.7142857143%;
}

.story-img2 {
  width: 60.5357142857%;
  margin-left: auto;
  transform: translateY(-10%);
}

.story-img-text {
  font-size: 16px;
  color: #00C4FF;
}
@media screen and (max-width: 767px) {
  .story-img-text {
    font-size: 14px;
  }
}
.story-img-text span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .story-img-text span {
    font-size: 16px;
  }
}

.story-right {
  width: 49.0909090909%;
}
@media screen and (max-width: 767px) {
  .story-right {
    width: 100%;
  }
}

.story-title {
  font-family: "Noto Serif JP", serif;
  color: #00C4FF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .story-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .story-title {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .story-title {
    font-size: 24px;
  }
}
.story-title span {
  font-size: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .story-title span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .story-title span {
    font-size: 36px;
  }
}
.story-title:nth-child(2) {
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .story-title:nth-child(2) {
    text-align: center;
  }
}
.story-title:nth-child(3) {
  text-align: right;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .story-title:nth-child(3) {
    text-align: right;
  }
}

.story-texts {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .story-texts {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .story-texts {
    margin-top: 24px;
  }
}

.story-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .story-text {
    font-size: 16px;
  }
}

/* =============================================================
footer
============================================================= */
.footer {
  padding: 30px 0;
  background: #00C4FF;
  color: #fff;
}

.footer-container {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer-container {
    display: block;
  }
}

.footer-left {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .footer-left {
    width: auto;
  }
}

.footer-left-container {
  display: inline-block;
  text-align: center;
}

.footer-logo {
  display: inline-block;
  max-width: 120px;
  width: 100%;
}

.footer-sns-items {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .footer-sns-items {
    display: none;
  }
}

.footer-sns-item {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #F7BC78;
  border-radius: 50%;
  position: relative;
}
.footer-sns-item + .footer-sns-item {
  margin-left: 5px;
}
.footer-sns-item:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
.footer-sns-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}

.footer-center {
  width: 75%;
}

.footer-items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .footer-items {
    display: block;
    margin-top: 40px;
  }
}

.footer-item {
  color: #fff;
}
.footer-item:hover {
  color: #FF8600;
}
.footer-item + .footer-item {
  margin-left: 30px;
}

.footer-items-sub-title {
  padding-left: 12px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer-items-sub-title {
    font-size: 13px;
  }
}

.footer-items-main-title {
  padding-left: 12px;
  border-left: 2px solid #fff;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .footer-items-main-title {
    font-size: 20px;
  }
}
.footer-items-main-title.border-orange {
  border-left: 2px solid #FF8600;
}

.footer-right {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .footer-right {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}

.footer-ec-link {
  display: inline-block;
  text-align: right;
  margin-top: 5px;
}
.footer-ec-link img {
  width: 38px;
}
@media screen and (max-width: 1000px) {
  .footer-ec-link {
    margin-left: 20px;
    transform: translateY(-15%);
  }
}

.footer-specific-commercial {
  margin-top: 70px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-specific-commercial {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
}

.footer-specific-commercial-link {
  color: #fff;
}
.footer-specific-commercial-link:hover {
  opacity: 0.7;
}

.footer-copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer-copyright {
    text-align: right;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .footer-sns-items2 {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) {
  .footer-sns-items2 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .footer-sns-item2 {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #F7BC78;
    border-radius: 50%;
    position: relative;
  }
  .footer-sns-item2 + .footer-sns-item2 {
    margin-left: 15px;
  }
  .footer-sns-item2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
  }
}

/* =============================================================
review
============================================================= */
.review {
  padding: 120px 0 120px;
  background: #fff;
  position: relative;
}
.review::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  /* ココ */
  background-color: #FFF001;
  /* デモは赤色の部分 */
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .review::before {
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .review {
    padding: 180px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .review {
    padding: 120px 0 60px;
  }
}

.review-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .review-items {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .review-items {
    margin-top: 40px;
  }
}

.review-item {
  padding: 40px;
  background: #fff;
  border: 3px solid #F7BC78;
  border-radius: 20px;
  position: relative;
  width: calc(33.3% - 66.6666666667px);
  text-align: center;
  transition: 0.8s;
  transform: rotateY(0deg);
}
.review-item:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .review-item {
    padding: 32px;
    width: calc(33.3% - 46.6666666667px);
  }
}
@media screen and (max-width: 1000px) {
  .review-item {
    width: 50%;
    margin: 0 auto;
  }
  .review-item + .review-item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .review-item {
    width: 70%;
  }
  .review-item + .review-item {
    margin-top: 48px;
  }
}
@media screen and (max-width: 500px) {
  .review-item {
    width: 100%;
  }
}

.is-rotate {
  transform: scale(-1, 1);
}

.is-close {
  display: none;
}

.review-item-title {
  font-size: 24px;
}

.review-item-img {
  width: 140px;
  height: 140px;
  margin: 0px auto;
}

.review-item-text {
  margin-top: 15px;
}

.review-item-button {
  position: absolute;
  bottom: -10px;
  right: -2px;
  width: 50px;
  height: 50px;
  z-index: -1;
}

.back {
  display: none;
  transform: scale(-1, 1);
}

.is-open {
  display: block;
}

.review-item-profile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-item-title-back {
  font-size: 28px;
}
@media screen and (max-width: 1100px) {
  .review-item-title-back {
    font-size: 24px;
  }
}

.review-item-img-back {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .review-item-img-back {
    width: 80px;
    height: 80px;
    vertical-align: middle;
  }
}

.review-item-text-back {
  font-size: 16px;
  margin-top: 10px;
  text-align: left !important;
}

/* =============================================================
law
============================================================= */
.law {
  padding: 80px 0;
  margin-top: 86px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .law {
    padding: 60px 0;
    margin-top: 70px;
  }
}

.law-inner {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}

.law-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .law-title {
    font-size: 20px;
  }
}

.law-table {
  margin-top: 40px;
  background: #fff;
}
.law-table tbody tr {
  display: table-row;
}
.law-table tbody tr th {
  width: 30%;
  padding: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #2D3A61;
}
@media screen and (max-width: 767px) {
  .law-table tbody tr th {
    padding: 15px;
  }
}
.law-table tbody tr td {
  padding: 30px;
  border-bottom: 1px solid #f3f1ec;
}
@media screen and (max-width: 767px) {
  .law-table tbody tr td {
    padding: 15px;
  }
}