@charset "UTF-8";
.global-footer {
  position: relative;
  z-index: 1;
}

#content {
  border-top: solid 1px #a1a1a1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content {
    padding-top: 22px;
    font-size: 14px;
  }
  #content .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #content {
    font-size: 16px;
  }
  #content .sp_only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1024px) {
  #content .tb_show {
    display: none !important;
  }
}
#content img {
  max-width: 100%;
}
#content a {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #content a:hover {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none) {
  #content *::-ms-backdrop, #content a:hover {
    /* IE11 にのみ適用される */
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  #content .inner-1120 {
    max-width: 1120px;
    width: calc(100% - 152px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #content .inner-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content .kv {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #content .kv {
    margin-bottom: 50px;
  }
}
#content .kv picrure {
  display: block;
}
#content .kv .kv__ttl {
  position: absolute;
  left: -12px;
  top: 20px;
  background: #128cf4;
  font-size: 12px;
  color: white;
  line-height: 1.4;
  padding: 8px 14px 8px 15px;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media (min-width: 768px) {
  #content .kv .kv__ttl {
    font-size: 1.375rem;
    padding: 15px 26px 15px 26px;
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .kv .kv__ttl {
    top: 3.90625vw;
    font-size: 2.1484375vw;
    padding: 1.46484375vw 2.5390625vw;
  }
}
#content .kv .kv__ttl:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 12px;
  height: 8px;
  content: "";
  background: url(../img/kv-ttl-bg-bottom@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#content .kv .kv__ttl:after {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: 31px;
  height: 100%;
  content: "";
  background: url(../img/kv-ttl-bg-right@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
@media (max-width: 767px) {
  #content .kv .kv__ttl:after {
    width: 16px;
  }
}
#content .kv .kv__campaign {
  display: block;
  position: absolute;
  width: 140px;
  right: -10px;
  bottom: -32px;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
#content .kv .kv__campaign:hover {
  transform: scale3D(1.03, 1.03, 1.03);
}
@media (min-width: 768px) {
  #content .kv .kv__campaign {
    width: 276px;
    height: 276px;
    right: -90px;
    bottom: -32px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .kv .kv__campaign {
    width: 21.5625vw;
    right: -7.03125vw;
  }
}
#content .kv .kv__campaign:hover {
  opacity: 1;
}
#content .content__nav {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  #content .content__nav {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #content .content__nav {
    margin-bottom: 120px;
  }
}
#content .content__nav ul {
  list-style: none;
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 768px) {
  #content .content__nav ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .content__nav ul {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  #content .content__nav ul li {
    text-align: center;
  }
}
#content .content__nav ul li a, #content .content__nav ul li span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #edf0f2;
  letter-spacing: 0.1em;
  color: #666666;
}
#content .content__nav ul li .current {
  background: #128cf4;
  color: white;
  position: relative;
}
#content .content__nav ul li .current:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #235a8a;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content .client-box {
  padding: 25px 16px;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #content .client-box {
    margin-bottom: 120px;
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .client-box {
    padding: 3.125vw;
  }
}
@media (min-width: 768px) {
  #content .client-box .client-box__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
  }
  #content .client-box .client-box__inner .client-box__info {
    width: 48.5227272727%;
  }
  #content .client-box .client-box__inner .client__pic {
    width: 48.5227272727%;
  }
}
#content .client-box .client-box__inner .client-box__info {
  line-height: 1.5;
}
#content .client-box .client-box__inner .client-box__info .client-box__ttl {
  font-size: 14px;
  border-left: solid 3px #fbdb00;
  padding-left: 6px;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  #content .client-box .client-box__inner .client-box__info .client-box__ttl {
    padding-left: 8px;
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .client-box .client-box__inner .client-box__info .client-box__ttl {
    font-size: 1.5625vw;
  }
}
#content .client-box .client-box__inner .client-box__info .client-box__ttl .indent {
  display: inline-block;
  text-indent: -0.5em;
}
#content .client-box .client-box__inner .client-box__info .client-box__txt {
  line-height: 1.875;
}
@media (max-width: 767px) {
  #content .client-box .client__pic {
    margin-bottom: 13px;
  }
}
#content .client-box .client-box__bg1,
#content .client-box .client-box__bg2 {
  position: absolute;
  width: calc(100% - 44px);
  height: 100%;
  pointer-events: none;
}
#content .client-box .client-box__bg1:before,
#content .client-box .client-box__bg2:before {
  content: "";
  display: block;
  width: 18px;
  position: absolute;
}
@media (min-width: 768px) {
  #content .client-box .client-box__bg1:before,
#content .client-box .client-box__bg2:before {
    width: 25px;
  }
}
#content .client-box .client-box__bg1 {
  left: 0;
  top: 0;
  border-top: solid 3px #128cf4;
  border-left: solid 3px #128cf4;
}
@media (min-width: 768px) {
  #content .client-box .client-box__bg1 {
    border-top-width: 4px;
    border-left-width: 4px;
  }
}
#content .client-box .client-box__bg1:before {
  left: 0;
  bottom: 0;
  border-top: solid 3px #128cf4;
  transform: translate(calc(-3px), calc(-50%)) rotate(120deg);
  transform-origin: left bottom;
}
@media (min-width: 768px) {
  #content .client-box .client-box__bg1:before {
    border-top-width: 4px;
    transform: translate(calc(-3px), calc(-50% - 1px)) rotate(135deg);
  }
}
#content .client-box .client-box__bg2 {
  right: 0;
  bottom: 0;
  border-bottom: solid 3px #0cddc2;
  border-right: solid 3px #0cddc2;
}
@media (min-width: 768px) {
  #content .client-box .client-box__bg2 {
    border-bottom-width: 4px;
    border-right-width: 4px;
  }
}
#content .client-box .client-box__bg2:before {
  right: 0;
  top: 0;
  border-top: solid 3px #0cddc2;
  transform: translate(calc(100%), calc(50% - 2px)) rotate(-60deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  #content .client-box .client-box__bg2:before {
    border-top-width: 4px;
    transform: translate(calc(100%), calc(50% - 2px)) rotate(-45deg);
  }
}
#content .section {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #content .section {
    margin-bottom: 120px;
  }
}
#content .section .section__ttl {
  font-size: 22px;
  border-bottom: solid 3px #dce0e3;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #content .section .section__ttl {
    font-size: 36px;
    margin-bottom: 40px;
    padding-bottom: 14px;
    border-width: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .section .section__ttl {
    font-size: 2.8125vw;
    margin-bottom: 3.125vw;
  }
}
#content .section .section__ttl .indent {
  text-indent: -0.5em;
  display: inline-block;
}
#content .section .section__ttl:after {
  content: "";
  display: block;
  width: 220px;
  border-bottom: solid 3px #fbdb00;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media (min-width: 768px) {
  #content .section .section__ttl:after {
    bottom: -4px;
    border-width: 4px;
  }
}
#content .section .section__sub-ttl {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 16px;
}
@media (min-width: 768px) {
  #content .section .section__sub-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#content .section .section__txt {
  line-height: 1.875;
  margin-bottom: 60px;
}
#content .section .section__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
#content .section .section__txt strong {
  color: #128cf4;
}
#content .section .section__txt small {
  font-size: 12px;
}
@media (min-width: 768px) {
  #content .section .section__txt small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #content .section .section__txt .annotation {
    display: flex;
    display: -webkit-flex;
    line-height: 1.5833333333;
  }
  #content .section .section__txt .annotation .annotation__num {
    margin-right: 0.5em;
  }
  #content .section .section__txt .annotation .indent {
    display: inline-block;
    text-indent: -0.5em;
  }
}
#content .section .section__txt.mb30 {
  margin-bottom: 30px;
}
#content .zoom-btn {
  text-align: center;
  margin-top: 10px;
}
#content .zoom-btn a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: inherit;
}
#content .zoom-btn a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ico-zoom.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%);
}
#content .product-area {
  background: #edf0f2;
  border-radius: 20px;
  padding: 40px 20px;
  container-type: inline-size;
}
@media (min-width: 768px) {
  #content .product-area {
    padding: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-area {
    padding: 4.6875vw;
  }
}
#content .product-area .product-area__ttl {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content .product-area .product-area__ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
#content .product-area .product-area__ttl .product-area__ttl__txt {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#content .product-area .product-area__ttl .product-area__ttl__txt:before {
  content: "";
  display: block;
  width: 102%;
  border-bottom: solid 6px #fbdb00;
  position: absolute;
  left: -1%;
  bottom: 0;
}
@media (min-width: 768px) {
  #content .product-area .product-area__ttl .product-area__ttl__txt:before {
    border-bottom: solid 10px #fbdb00;
  }
}
#content .product-area .product-area__ttl .product-area__ttl__txt span {
  position: relative;
}
#content .product-area .product-area__sub-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #content .product-area .product-area__sub-ttl {
    font-size: 36px;
  }
}
#content .product-area .product-area_txt-list {
  margin-bottom: 40px;
}
#content .product-area .product-area_txt-list li {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #content .product-area .product-area_txt-list li {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  #content .product-area .product-area_txt-list li:not(:last-child) {
    margin-bottom: 14px;
  }
}
#content .product-area .product-area_txt-list li:before {
  content: "";
  display: block;
  min-width: 6px;
  width: 6px;
  height: 6px;
  background: #128cf4;
  border-radius: 100%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #content .product-area .product-area_txt-list li:before {
    transform: translateY(-2px);
  }
}
@media (min-width: 768px) {
  #content .product-area .product-area_txt-list li:before {
    margin-right: 10px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #content .product-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
#content .product-list .product {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  #content .product-list .product:not(:last-child) {
    margin-bottom: 30px;
  }
  #content .product-list .product:nth-child(1) img {
    width: 168px;
  }
  #content .product-list .product:nth-child(2) img {
    width: 195px;
  }
  #content .product-list .product:nth-child(3) img {
    width: 185px;
  }
}
@media (min-width: 768px) {
  #content .product-list .product {
    width: 32%;
    border-radius: 20px;
  }
}
#content .product-list .product a {
  display: block;
  height: 100%;
  position: relative;
  padding: 30px 40px 65px;
}
@media (min-width: 768px) {
  #content .product-list .product a {
    padding: 40px 30px 80px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  #content .product-list .product a {
    padding: 2.9282576867vw 2.196193265vw 5.8565153734vw;
  }
}
#content .product-list .product .product__ttl {
  font-size: 15px;
  color: #128cf4;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #content .product-list .product .product__ttl {
    font-size: 20px;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  #content .product-list .product .product__ttl {
    font-size: 1.4641288433vw;
  }
}
#content .product-list .product .product__pic {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  #content .product-list .product .product__pic {
    height: 194px;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
}
#content .product-list .product .product__name {
  color: #0e0e0e;
  font-weight: bold;
}
#content .product-list .product .product__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #128cf4;
  font-weight: bold;
}
@media (min-width: 768px) {
  #content .product-list .product .product__bottom {
    font-size: 18px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-list .product .product__bottom {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  #content .product-box:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #content .product-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  #content .product-box .product__pic, #content .product-box .product__info {
    width: calc(50% - 20px);
  }
  #content .product-box .product__info {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#content .product-box .product__info__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #content .product-box .product__info__ttl {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px) {
  #content .product-box .product__info__ttl {
    font-size: 20px;
  }
}
#content .product-box .product__info__txt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #content .product-box .product__info__txt {
    margin-bottom: 40px;
  }
}
#content .product-box .product__pic {
  background: white;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  #content .product-box .product__pic {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #content .product-box .product__pic {
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .product-box .product__pic {
    padding: 2.9296875vw;
  }
}
#content .product-box .product__pic .product__name {
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #content .product-box .product__pic .product__name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-box .product__pic .product__name {
    font-size: 1.5625vw;
  }
}
#content .product-box .product__info__list {
  font-weight: bold;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content .product-box .product__info__list {
    font-size: 20px;
    margin-bottom: 53px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-box .product__info__list {
    font-size: 1.5625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-box .product__info__list {
    margin-bottom: 4.140625vw;
  }
}
#content .product-box .product__info__list li {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
}
#content .product-box .product__info__list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/ico-point.svg) no-repeat center bottom;
  background-size: contain;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #content .product-box .product__info__list li:before {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .product-box .product__info__list li:before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
#content .product-box .product__info__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #content .product-box .product__info__list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .product-box .product__info__list li:not(:last-child) {
    margin-bottom: 2.9296875vw;
  }
}
#content .product-box .product-link {
  background: #128cf4 url(../img/link-arrow.svg) no-repeat right 15px center;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #content .product-box .product-link {
    background-size: 6px;
  }
}
@media (min-width: 768px) {
  #content .product-box .product-link {
    background: #128cf4 url(../img/link-arrow.svg) no-repeat right 25px center;
    width: 360px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .product-box .product-link {
    font-size: 1.7578125vw;
    background-position: right 2.44140625vw center;
    background-size: 0.9765625vw;
  }
}
#content .product-box--full {
  display: block;
}
#content .product-box--full .product__pic, #content .product-box--full .product__info {
  width: 100%;
}
#content .product-box--full .product__info__txt {
  margin-bottom: 30px;
}
#content .product-box--full .product__pic {
  margin-bottom: 30px;
}
#content .impression-section {
  background-color: #fafbfb;
  background-image: url(../img/restaurant/impression-bg1@sp.png), url(../img/restaurant/impression-bg2@sp.png), url(../img/restaurant/impression-bg3@sp.png), url(../img/restaurant/impression-bg4@sp.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom;
}
@media (max-width: 767px) {
  #content .impression-section {
    background-size: 375px, 375px, 375px, 375px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #content .impression-section {
    margin-top: 120px;
    margin-bottom: 60px;
    padding: 60px;
    background-image: url(../img/restaurant/impression-bg1.png), url(../img/restaurant/impression-bg2.png), url(../img/restaurant/impression-bg3.png), url(../img/restaurant/impression-bg4.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #content .impression-section {
    background-size: contain, contain, contain, contain;
  }
}
#content .impression-section .impression-section__ttl {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  padding-bottom: 18px;
  background: url(../img/restaurant/impression-ttl-bg.svg) no-repeat center bottom;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #content .impression-section .impression-section__ttl {
    background-size: 155px;
  }
}
@media (min-width: 768px) {
  #content .impression-section .impression-section__ttl {
    font-size: 26px;
    padding-bottom: 30px;
    margin-bottom: 48px;
  }
}
#content .impression-section .impression-section__sub-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.65;
}
@media (min-width: 768px) {
  #content .impression-section .impression-section__sub-ttl {
    font-size: min((36 / 1024) * 100vw, 36px);
    line-height: 1.25;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #content .impression-section .impression__inner {
    width: 78.3928571429%;
    margin: auto;
    max-width: 878px;
    /*			.impression__txt
    				{
    					width: (580/878)*100%;
    				}

    				.impression__pic
    				{
    					width: (260/878)*100%;
    				}
    */
  }
}
#content .impression-section .impression__inner .impression__txt {
  line-height: 1.875;
}
#content .impression-section .impression__inner .impression__txt strong {
  color: #128cf4;
}
@media (max-width: 767px) {
  #content .impression-section .impression__inner .impression__txt {
    margin-bottom: 11px;
  }
}
#content .impression-section .impression__inner .impression__pic {
  text-align: right;
  margin-top: 1em;
  /*
  				.impression__name
  				{
  					margin-top: 20px;
  				}
  */
}
@media (max-width: 767px) {
  #content .impression-section .impression__inner .impression__pic img {
    width: 180px;
  }
}
#content #campaign {
  margin: 80px 0;
}
@media (max-width: 767px) {
  #content #campaign {
    margin: 30px 0;
  }
}
#content #campaign .campaign-inquiry-banner {
  display: block;
}
#content #campaign .campaign-inquiry-banner img {
  display: block;
}
#content .support-section {
  background: #d1e7f3;
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #content .support-section {
    padding: 90px;
  }
}
#content .support-section .support-section__ttl {
  color: #128cf4;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #content .support-section .support-section__ttl {
    font-size: 24px;
  }
}
#content .support-section .section__txt {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #content .support-section .section__txt {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.875;
  }
}
#content .support-section .section__pic {
  margin-bottom: 40px;
}
#content .support-section .support-link {
  background: #128cf4 url(../img/link-arrow.svg) no-repeat right 15px center;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  font-size: 17px;
  margin: auto;
  font-weight: bold;
  width: 270px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #content .support-section .support-link {
    background-size: 6px;
  }
}
@media (min-width: 768px) {
  #content .support-section .support-link {
    background: #128cf4 url(../img/link-arrow.svg) no-repeat right 25px center;
    width: 400px;
    height: 60px;
    font-size: 24px;
  }
}
#content .campaign-section {
  padding: 70px 0;
}
@media (min-width: 768px) {
  #content .campaign-section {
    padding: 120px 0;
  }
}
#content .campaign-section .campaign-section__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #content .campaign-section .campaign-section__ttl {
    margin-bottom: 50px;
  }
}
#content .campaign-section .section__txt {
  text-align: center;
  line-height: 1.875;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #content .campaign-section .section__txt {
    font-size: 18px;
    margin-bottom: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .campaign-section .section__txt {
    font-size: 1.40625vw;
  }
}
#content .campaign-section .sub-section:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
#content .campaign-section .sub-section .sub-section__ttl {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: solid 2px #dce0e3;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .sub-section__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
#content .campaign-section .sub-section .sub-section__ttl:before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #ff3e4c;
  margin-right: 1em;
  transform: translateY(2px);
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .sub-section__ttl:before {
    width: 6px;
    height: 50px;
  }
}
#content .campaign-section .sub-section .sub-section__ttl--term .term--show {
  margin-left: auto;
  font-size: 13px;
  color: inherit;
  background: url(../img/ico-open.svg) no-repeat right center;
  display: inline-block;
  padding-right: 30px;
  height: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  #content .campaign-section .sub-section .sub-section__ttl--term .term--show {
    background-size: 18px;
  }
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .sub-section__ttl--term .term--show {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding-right: 48px;
  }
}
#content .campaign-section .sub-section .sub-section__ttl--term .term--show:before {
  content: "タップして開く";
}
@media (hover: hover) {
  #content .campaign-section .sub-section .sub-section__ttl--term .term--show:before {
    content: "クリックして開く";
  }
}
#content .campaign-section .sub-section .sub-section__ttl--term .term--show.on {
  background: url(../img/ico-close.svg) no-repeat right center;
}
@media (max-width: 767px) {
  #content .campaign-section .sub-section .sub-section__ttl--term .term--show.on {
    background-size: 18px;
  }
}
#content .campaign-section .sub-section .sub-section__ttl--term .term--show.on:before {
  content: "タップして閉じる";
}
@media (hover: hover) {
  #content .campaign-section .sub-section .sub-section__ttl--term .term--show.on:before {
    content: "クリックして閉じる";
  }
}
#content .campaign-section .sub-section .sub-section__txt {
  line-height: 1.875;
}
#content .campaign-section .sub-section .sub-section__txt:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .sub-section__txt {
    font-size: 18px;
  }
}
#content .campaign-section .sub-section .sub-section__list {
  line-height: 1.875;
  list-style-type: none;
}
#content .campaign-section .sub-section .sub-section__list li {
  display: flex;
  display: -webkit-flex;
}
#content .campaign-section .sub-section .sub-section__list li:before {
  content: "・";
}
#content .campaign-section .sub-section .sub-section__list:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .sub-section__list {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .gift-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #content .campaign-section .sub-section .gift-list .gift:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .gift-list .gift {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .campaign-section .sub-section .gift-list .gift {
    width: calc(50% - (20/1280)*100vw);
  }
}
#content .campaign-section .sub-section .gift-list .gift .gift__name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  #content .campaign-section .sub-section .gift-list .gift .gift__name {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content .campaign-section .sub-section .gift-list .gift .gift__name {
    font-size: 1.5vw;
  }
}
#content .campaign-section .sub-section .gift-list .gift .gift__pic--border {
  border: solid 1px #dce0e3;
}
#content .campaign-section .term-box .sub-section__txt a {
  word-break: break-all;
  color: #108ccf;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #content .campaign-section .term-box .sub-section__txt .mail {
    display: flex;
    display: -webkit-flex;
  }
  #content .campaign-section .term-box .sub-section__txt .mail .mail__ttl {
    display: inline-block;
    white-space: nowrap;
  }
}
#content .campaign-section .answer-link {
  height: 50px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: inherit;
  width: 270px;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link {
    font-size: 24px;
    width: 400px;
    height: 72px;
  }
}
#content .campaign-section .answer-link .answer-link__bg1,
#content .campaign-section .answer-link .answer-link__bg2 {
  height: 100%;
  top: 0;
  position: absolute;
  width: 255px;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg1,
#content .campaign-section .answer-link .answer-link__bg2 {
    width: 384px;
  }
}
#content .campaign-section .answer-link .answer-link__bg1:before,
#content .campaign-section .answer-link .answer-link__bg2:before {
  content: "";
  display: block;
  width: 12px;
  position: absolute;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg1:before,
#content .campaign-section .answer-link .answer-link__bg2:before {
    width: 25px;
  }
}
#content .campaign-section .answer-link .answer-link__bg1 {
  left: 0;
  border-top: solid 4px #128cf4;
  border-left: solid 4px #128cf4;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg1 {
    border-width: 6px;
  }
}
#content .campaign-section .answer-link .answer-link__bg1:before {
  left: 0;
  bottom: 0;
  border-top: solid 4px #128cf4;
  transform: translate(calc(-3px), calc(-50% - 1px)) rotate(135deg);
  transform-origin: left bottom;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg1:before {
    border-width: 6px;
    transform: translate(calc(-4px), calc(-50% - 1px)) rotate(135deg);
  }
}
#content .campaign-section .answer-link .answer-link__bg2 {
  right: 0;
  border-bottom: solid 4px #0cddc2;
  border-right: solid 4px #0cddc2;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg2 {
    border-width: 6px;
  }
}
#content .campaign-section .answer-link .answer-link__bg2:before {
  right: 0;
  top: 0;
  border-top: solid 4px #0cddc2;
  transform: translate(calc(100%), calc(50% - 2px)) rotate(-45deg);
  transform-origin: left top;
}
@media (min-width: 768px) {
  #content .campaign-section .answer-link .answer-link__bg2:before {
    border-width: 6px;
  }
}
#content .contact-section {
  padding: 40px;
  background: #128cf4;
}
@media (min-width: 768px) {
  #content .contact-section {
    padding: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section {
    padding: 5.859375vw;
  }
}
#content .contact-section .contact-section__ttl {
  color: white;
  font-size: 12px;
  margin-bottom: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  #content .contact-section .contact-section__ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#content .contact-section .contact__row {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content .contact-section .contact__row {
    text-align: center;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  #content .contact-section .contact__row {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row {
    font-size: 1.953125vw;
  }
}
#content .contact-section .contact__row .tell-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content .contact-section .contact__row .tell-box {
    justify-content: center;
  }
}
#content .contact-section .contact__row .tell-box .phone-number {
  display: inline-block;
  white-space: nowrap;
}
#content .contact-section .contact__row .tell-box1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  #content .contact-section .contact__row .tell-box1 {
    justify-content: flex-end;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row .tell-box1 {
    flex-basis: 44.6009389671%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #content .contact-section .contact__row .tell-box1 {
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row .tell-box1 {
    font-size: 3.90625vw;
  }
}
#content .contact-section .contact__row .tell-box1 .phone-number {
  color: #fbdb00;
}
#content .contact-section .contact__row .tell-box1 img {
  width: 28px;
  margin-right: 3px;
}
@media (min-width: 768px) {
  #content .contact-section .contact__row .tell-box1 img {
    width: 14.2105263158%;
    margin-right: 2.1052631579%;
  }
}
#content .contact-section .contact__row .tell-box2 {
  font-size: 23px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #content .contact-section .contact__row .tell-box2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row .tell-box2 {
    flex-basis: 44.6009389671%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #content .contact-section .contact__row .tell-box2 {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row .tell-box2 {
    font-size: 3.515625vw;
  }
}
#content .contact-section .contact__row .tell-box2 .phone-number {
  color: white;
}
#content .contact-section .contact__row .tell-box2 img {
  width: 24px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #content .contact-section .contact__row .tell-box2 img {
    width: 10%;
    margin-right: 2.1052631579%;
  }
}
@media (min-width: 768px) {
  #content .contact-section .contact__row .separate {
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content .contact-section .contact__row .separate {
    flex-basis: 7.2769953052%;
    display: inline-block;
  }
}
#content .contact-section .warning {
  color: #e60011;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #content .contact-section .warning {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#content .contact-section .section__txt {
  text-align: center;
  color: white;
  font-size: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #content .contact-section .section__txt {
    line-height: 1.875;
  }
}
@media (min-width: 768px) {
  #content .contact-section .section__txt {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
#content .contact-section .contact-link {
  width: 238px;
  height: 36px;
  background: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #128cf4;
  font-weight: bold;
  border-radius: 10px;
  margin: auto;
}
@media (min-width: 768px) {
  #content .contact-section .contact-link {
    width: 475px;
    height: 72px;
    font-size: 24px;
    border-radius: 20px;
  }
}
#content .contact-section .contact-link:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/ico-mail.svg) no-repeat center bottom;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #content .contact-section .contact-link:before {
    background-size: contain;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #content .contact-section .contact-link:before {
    width: 40px;
    height: 28px;
  }
}
#content #contact-right-bg {
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  #content #contact-right-bg.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#content #contact-right {
  position: fixed;
  right: 0;
  width: 680px;
  top: 65vh;
  background: #0fc4c7;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 30px 0;
  transform: translate(584px, -50%);
  transition: 0.5s;
  z-index: 10;
}
@media (max-width: 767px) {
  #content #contact-right {
    width: 360px;
    border-radius: 15px 0 0 15px;
    max-width: calc(100% - 15px);
    padding: 15px 5px;
    top: 45vh;
    transform: translate(calc(100% - 30px), 0);
    height: 132px;
    cursor: pointer;
  }
}
#content #contact-right.open {
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #content #contact-right.open {
    height: 186px;
    transform: none;
    cursor: auto;
  }
}
#content #contact-right.open .contact-toggle-img {
  opacity: 0;
}
#content #contact-right.open .contact-right-inner {
  opacity: 1;
}
@media (max-width: 767px) {
  #content #contact-right.open .telephone-container .number-container {
    pointer-events: auto;
  }
}
#content #contact-right.hidden {
  transform: translate(640px, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #content #contact-right.hidden {
    transform: translate(330px, 0);
  }
}
#content #contact-right .contact-toggle-img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  #content #contact-right .contact-toggle-img {
    width: 12px;
    left: 11px;
    top: 14px;
    transform: none;
  }
}
#content #contact-right .contact-right-inner {
  opacity: 0;
  transition: 0.2s;
}
#content #contact-right .top-txt {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #FFF;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #content #contact-right .top-txt {
    font-size: 0.8125rem;
    margin-bottom: 9px;
  }
}
#content #contact-right .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #content #contact-right .telephone-container {
    margin-bottom: 2px;
  }
}
#content #contact-right .telephone-container .number-container {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#content #contact-right .telephone-container .icon-phone {
  margin-right: 6px;
  width: 30px;
}
@media (max-width: 767px) {
  #content #contact-right .telephone-container .icon-phone {
    width: 20px;
    margin-right: 5px;
  }
}
#content #contact-right .telephone-container .icon-green {
  margin-right: 3px;
  width: 43px;
}
@media (max-width: 767px) {
  #content #contact-right .telephone-container .icon-green {
    width: 24px;
  }
}
#content #contact-right .telephone-container .phone-number {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 767px) {
  #content #contact-right .telephone-container .phone-number {
    font-size: 0.9375rem;
  }
}
#content #contact-right .telephone-container .free-dial {
  color: #e4e300;
}
#content #contact-right .telephone-container .contact-text3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #content #contact-right .telephone-container .contact-text3 {
    font-size: 0.75rem;
    margin-left: 2px;
    margin-right: 6px;
  }
}
#content #contact-right .warning {
  color: #e60011;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #content #contact-right .warning {
    font-size: 0.75rem;
  }
}
#content #contact-right .bottom-txt {
  font-size: 0.9375rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #FFF;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #content #contact-right .bottom-txt {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 12px;
  }
}
#content #contact-right .contact-button {
  display: block;
  width: 380px;
  margin: 0 auto;
  background: #024665;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #content #contact-right .contact-button {
    width: 215px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.75rem;
  }
}
#content #contact-right .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #content #contact-right .contact-button .icon-mail {
    width: 18px;
    margin-right: 8px;
    transform: translateY(3px);
  }
}
#content .campaign-badge-container {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  #content .campaign-badge-container {
    width: calc(100% - 30px);
    left: 15px;
    transform: none;
  }
}
#content .campaign-badge-container #campaign-badge {
  position: absolute;
  display: block;
  right: -6.6964285714%;
  top: calc(105px + 80px);
  width: 19.6428571429%;
  z-index: 4;
  transition: 0.5s;
  pointer-events: auto;
}
@media (max-width: 767px) {
  #content .campaign-badge-container #campaign-badge {
    left: -2px;
    right: auto;
    top: calc(110px + 56vw);
    width: 33.3333333333%;
  }
}
#content .campaign-badge-container #campaign-badge.no-header {
  top: 20px;
}
@media (max-width: 767px) {
  #content .campaign-badge-container #campaign-badge.no-header {
    max-width: 160px;
  }
}
#content .campaign-badge-container #campaign-badge.hidden {
  opacity: 0;
  pointer-events: none;
}
#content .campaign-badge-container #campaign-badge img {
  display: block;
  width: 100%;
}
#content .top-button {
  position: fixed;
  right: 40px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #108cf3;
  background-image: url("../img/up-arrow-white@2x.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 767px) {
  #content .top-button {
    width: 35px;
    height: 35px;
    background-size: 12px;
    right: 15px;
    bottom: 15px;
  }
}
#content .top-button.active {
  opacity: 1;
  pointer-events: auto;
}
#content .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 1001;
  display: none;
}
#content .modal-box {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: calc(100% - 24px);
  height: calc(100% - 48px);
  z-index: 1001;
  display: none;
}
#content .modal-box .modal-box__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  height: 100%;
  width: 100%;
}
#content .modal-box .modal-box__inner img {
  max-width: fit-content;
  width: 1000px;
}
#content .modal-box .modal-box--close {
  position: absolute;
  top: 0;
  right: 20px;
  color: inherit;
  font-size: 13px;
}
#content .modal-box .modal-box--close:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/modal-close.svg) no-repeat center bottom;
  background-size: contain;
  margin: auto;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  @container (max-width: 1119px) {
    #content .product-area .product-area__sub-ttl {
      font-size: 3.2142857143cqw;
    }
  }
}

/*-----------------------------------------
Service
-------------------------------------------*/
@media (min-width: 768px) {
  #content.service-page .client-box .client-box__inner .client-box__info .client-box__ttl {
    border: none;
    padding-left: 0;
    display: flex;
    display: -webkit-flex;
    letter-spacing: 0.1em;
  }
  #content.service-page .client-box .client-box__inner .client-box__info .client-box__ttl:before {
    content: "";
    display: block;
    height: 24px;
    width: 4px;
    background: #fbdb00;
    margin-right: 8px;
    transform: translateY(0.1em);
  }
}
#content.service-page .client-box .client-box__inner .client-box__info .client-box__ttl .indent {
  display: inline-block;
  text-indent: -0.5em;
}
#content.service-page .point-section .section__txt {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content.service-page .point-section .section__txt {
    margin-bottom: 40px;
  }
}
#content.service-page .point-section .section__txt:last-child {
  margin-bottom: 0;
}
#content.service-page .point-section .point-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 30px;
  list-style-type: none;
}
@media (min-width: 768px) {
  #content.service-page .point-section .point-list {
    margin-bottom: 40px;
  }
}
#content.service-page .point-section .point-list li {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  #content.service-page .point-section .point-list li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  #content.service-page .impression-section .impression__inner .impression__pic {
    width: 34.9658314351%;
  }
}
#content.service-page .impression-section .impression__inner .impression__pic .impression__name {
  letter-spacing: 0;
}

/*-----------------------------------------
Medical
-------------------------------------------*/
@media (max-width: 767px) {
  #content.medical-page .product-list .product:nth-child(1) .product__pic img {
    width: 100%;
  }
  #content.medical-page .product-list .product:nth-child(2) .product__pic img {
    width: 153px;
  }
  #content.medical-page .product-list .product:nth-child(3) .product__pic img {
    width: 135px;
  }
}
@media (min-width: 768px) {
  #content.medical-page .product-list .product .product__pic {
    height: 177px;
  }
}
#content.medical-page .product-box .product__pic .product__name {
  line-height: 1.875;
}
#content.medical-page .point-list {
  margin-top: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  list-style-type: none;
}
@media (min-width: 768px) {
  #content.medical-page .point-list {
    margin-top: 120px;
  }
}
@media (max-width: 1023px) {
  #content.medical-page .point-list {
    flex-wrap: wrap;
    font-size: 14px;
  }
}
#content.medical-page .point-list li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 1024px) {
  #content.medical-page .point-list li {
    width: 31.5178571429%;
  }
}
#content.medical-page .point-list li:last-child {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #content.medical-page .point-list li:last-child {
    margin-top: 30px;
    width: 100%;
  }
  #content.medical-page .point-list li:last-child .point {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  #content.medical-page .point-list li:last-child {
    flex-direction: column;
  }
  #content.medical-page .point-list li:last-child .point:first-child .point__txt {
    line-height: 1;
  }
}
#content.medical-page .point-list .point .point__pic {
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 1024px) {
  #content.medical-page .point-list .point:last-child .point__txt {
    height: 44px;
  }
}
#content.medical-page .point-list .point .point__txt {
  line-height: 1.875;
}
@media (max-width: 767px) {
  #content.medical-page .product-box .product__pic {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content.medical-page .product-box .product__pic {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*-----------------------------------------
Educational
-------------------------------------------*/
@media (min-width: 768px) {
  #content.educational-page .client-box .client-box__inner .client-box__info .client-box__ttl {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  #content.educational-page .product-box .product__pic {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #content.educational-page .product-box .product__pic {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#content.educational-page .point-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 30px;
  list-style-type: none;
}
@media (min-width: 768px) {
  #content.educational-page .point-list {
    margin-bottom: 40px;
  }
}
#content.educational-page .point-list li {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  #content.educational-page .point-list li {
    width: calc(50% - 20px);
  }
}
#content.educational-page .point-list .point__txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #content.educational-page .point-list .point__txt {
    line-height: 1.875;
  }
}

/*-----------------------------------------
Cafe
-------------------------------------------*/
#content.cafe-page .product-box .product__pic {
  background: none;
  padding: 0;
}
#content.cafe-page .shop-box {
  border-radius: 20px;
  background: #edf0f2;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  #content.cafe-page .shop-box {
    padding: 30px;
  }
}
#content.cafe-page .shop-box__ttl {
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content.cafe-page .shop-box__ttl {
    margin-bottom: 20px;
  }
}
#content.cafe-page .shop-box__txt {
  line-height: 2;
}
@media (max-width: 767px) {
  #content.cafe-page .shop-box__txt {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#content.cafe-page .section .section__pic.mb120 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #content.cafe-page .product-area .product-area__sub-ttl {
    margin-bottom: 30px;
  }
  #content.cafe-page .section__content--col2 {
    margin-bottom: 30px;
  }
  #content.cafe-page .section__content--col2 .shop-box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #content.cafe-page .section .section__ttl {
    letter-spacing: 0.04em;
  }
  #content.cafe-page .section .section__pic.mb120 {
    margin-bottom: 120px;
  }
  #content.cafe-page .product-area .product-area__ttl {
    margin-bottom: 40px;
  }
  #content.cafe-page .product-box .product__info {
    display: block;
  }
  #content.cafe-page .section__content--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
  #content.cafe-page .product-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
#content.cafe-page .impression-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #content.cafe-page .impression-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #content.cafe-page .impression-box--col2 {
    display: grid;
    grid-template-columns: 66.0592255125% 29.6127562642%;
    gap: 40px;
  }
}
#content.cafe-page .impression-box .impression__name {
  text-align: center;
  margin-top: 1em;
}
#content.cafe-page .impression-box .impression-sub-section__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content.cafe-page .impression-box .impression-sub-section__ttl {
    font-size: 20px;
  }
}
#content.cafe-page .impression-box .impression-sub-section .impression-box__bottom {
  font-size: 11px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #content.cafe-page .impression-box .impression-sub-section .impression-box__bottom {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  #content.cafe-page .impression-box .impression-sub-section .impression-box__bottom {
    font-size: 12px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  #content.cafe-page .impression-box__pic {
    width: min(390 / 660 * 100%, 390px);
    margin: auto;
    margin-top: 30px;
    text-align: center;
  }
  #content.cafe-page .impression-box__pic .impression__name {
    margin-top: 20px;
    letter-spacing: 0;
  }
}

/*-----------------------------------------
宿泊施設編
-------------------------------------------*/
#content.accommodation-page .product-box .product__pic {
  background: none;
  padding: 0;
}
#content.accommodation-page .shop-box {
  border-radius: 20px;
  background: #edf0f2;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  #content.accommodation-page .shop-box {
    padding: 30px;
  }
}
#content.accommodation-page .shop-box__ttl {
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content.accommodation-page .shop-box__ttl {
    margin-bottom: 20px;
  }
}
#content.accommodation-page .shop-box__txt {
  line-height: 2;
}
@media (max-width: 767px) {
  #content.accommodation-page .shop-box__txt {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#content.accommodation-page .section .section__pic.mb120 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #content.accommodation-page .section .section__ttl {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  #content.accommodation-page .product-area .product-area__sub-ttl {
    margin-bottom: 30px;
  }
  #content.accommodation-page .section__content--col2 {
    margin-bottom: 30px;
  }
  #content.accommodation-page .section__content--col2 .shop-box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #content.accommodation-page .section .section__ttl {
    letter-spacing: 0.04em;
  }
  #content.accommodation-page .section .section__pic.mb120 {
    margin-bottom: 120px;
  }
  #content.accommodation-page .product-area .product-area__ttl {
    margin-bottom: 40px;
  }
  #content.accommodation-page .product-box .product__info {
    display: block;
  }
  #content.accommodation-page .section__content--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
  #content.accommodation-page .product-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
#content.accommodation-page .impression-box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #content.accommodation-page .impression-box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #content.accommodation-page .impression-box--col2 {
    display: grid;
    grid-template-columns: 66.0592255125% 29.6127562642%;
    gap: 40px;
  }
}
#content.accommodation-page .impression-box .impression__name {
  text-align: center;
  margin-top: 1em;
}
#content.accommodation-page .impression-box .impression-sub-section__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #content.accommodation-page .impression-box .impression-sub-section__ttl {
    font-size: 20px;
  }
}
#content.accommodation-page .impression-box .impression-sub-section .impression-box__bottom {
  font-size: 11px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #content.accommodation-page .impression-box .impression-sub-section .impression-box__bottom {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  #content.accommodation-page .impression-box .impression-sub-section .impression-box__bottom {
    font-size: 12px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  #content.accommodation-page .impression-box__pic {
    width: min(390 / 660 * 100%, 390px);
    margin: auto;
    margin-top: 30px;
    text-align: center;
  }
  #content.accommodation-page .impression-box__pic .impression__name {
    margin-top: 20px;
    letter-spacing: 0;
  }
}
