@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --swl-font_family: "Noto Serif JP", serif;
  --swl-font_weight: 700;
  font-style: normal;
}

.f_ba {
  font-family: "Baskerville", serif;
}

.js-tdg .js-tdi {
  display: inline-block;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-tdg.is-animated .js-tdi {
  opacity: 1;
  transform: translateX(0);
}

.fadeRight {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}
.fadeRight.animated {
  opacity: 1;
  transform: translateX(0);
}

.fadeLeft {
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}
.fadeLeft.animated {
  opacity: 1;
  transform: translateX(0);
}

.fadeUp {
  transform: translateY(15px);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  transition: 0.6s;
}
.fadeUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeDown.animated {
  opacity: 1;
  transform: translateY(0);
}

.fadeInBlur {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(30px);
  transition: opacity 0.8s cubic-bezier(0.27, 0, 0.58, 1), transform 0.8s cubic-bezier(0.27, 0, 0.58, 1), filter 0.8s cubic-bezier(0.27, 0, 0.58, 1);
}

.fadeInBlur:not(.animated) {
  transition: all 0.3s ease 0s !important;
}

.fadeInBlur.animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap02 {
  width: 1240px;
  margin: 0 auto;
}

.wrap03 {
  width: 1340px;
  margin: 0 auto;
}

@keyframes floating-y {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.fixed_cta {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  width: 270px;
  line-height: 1;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.fixed_cta.hide {
  opacity: 0;
  visibility: hidden;
}
.fixed_cta .inner {
  width: 100%;
  padding: 13px 20px 20px;
}
.fixed_cta .inner::before, .fixed_cta .inner::after {
  content: "";
  position: absolute;
  inset: 0;
}
.fixed_cta .inner::before {
  z-index: -1;
  background: #D8A827;
  background: linear-gradient(180deg, #d8a827 0%, #a77900 100%);
}
.fixed_cta .inner::after {
  background-image: url(image/fixed_cta_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.fixed_cta .inner .cont {
  z-index: 1;
  width: 100%;
}
.fixed_cta .inner .cont .card {
  position: absolute;
  top: -29px;
  left: -35px;
  width: 87px;
  line-height: 1;
}
.fixed_cta .inner .cont .card img {
  width: 100%;
}
.fixed_cta .inner .cont .text_box .label {
  padding-left: 60px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.fixed_cta .inner .cont .text_box .line_btn {
  width: 100%;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.fixed_cta .inner .cont .text_box .line_btn a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
.fixed_cta .inner .cont .text_box .line_btn a:hover::before {
  opacity: 0;
}
.fixed_cta .inner .cont .text_box .line_btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
.fixed_cta .inner .cont .text_box .line_btn a::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner .icon {
  flex-shrink: 0;
  line-height: 1;
  width: 24px;
  margin-right: 14px;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner .icon img {
  width: 100%;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 12px;
  line-height: 1;
}
.fixed_cta .inner .cont .text_box .line_btn a .btn_inner .arrow img {
  width: 100%;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fire_move {
  0%, 10% {
    transform: translate3d(0, 0, 0) scale3d(0.001, 0.001, 1);
    opacity: 0;
  }
  20% {
    transform: translate3d(-50px, 0, 0) scale3d(0.5, 0.5, 1);
    opacity: 0.5;
  }
  30%, 80% {
    transform: translate3d(-100px, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: translate3d(100px, 50px, 0) scale3d(1, 1, 1);
    opacity: 0;
  }
}
@keyframes fire_shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: translate3d(0, 5px, 0);
  }
  25%, 50%, 75% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes charizard {
  0% {
    transform: translate(0, 20px);
    opacity: 1;
  }
  5% {
    transform: translate(0, -20px);
    opacity: 1;
  }
  10% {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    transform: translate(400px, 200px) rotate(10deg);
    opacity: 1;
  }
  60% {
    transform: translate(400px, 200px) rotate(10deg);
    opacity: 1;
  }
  70% {
    transform: translate(100px, 0) rotate(0deg);
    opacity: 1;
  }
  80% {
    transform: translate(100px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(600px, 0) scale(0.9);
    opacity: 0;
  }
}
#top_fv_sec {
  isolation: isolate;
  padding: 130px 0 75px;
  background-image: url(image/fv_back_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_fv_sec .service_name {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: calc(50vw - 620px);
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
#top_fv_sec .fire {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: calc(50vw - 620px - 25px);
  width: 580px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform-origin: bottom right;
  transform: translate3d(0, 0, 0) scale3d(0.001, 0.001, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#top_fv_sec .fire.animated {
  animation: fire_move 2s ease 0.7s both;
}
#top_fv_sec .fire.animated img {
  animation: fire_shake 0.4s linear 1.3s both;
}
#top_fv_sec .fire img {
  display: block;
  width: 100%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#top_fv_sec .charizard {
  position: absolute;
  z-index: 4;
  width: 670px;
  top: 20px;
  right: calc(50vw - 620px - 115px);
  line-height: 1;
  opacity: 0;
  pointer-events: none;
}
#top_fv_sec .charizard.animated {
  animation-name: charizard;
  animation-fill-mode: both;
  animation-duration: 4s;
}
#top_fv_sec .charizard img {
  width: 100%;
}
#top_fv_sec::before, #top_fv_sec::after {
  content: "";
  position: absolute;
  inset: 0;
}
#top_fv_sec::before {
  z-index: 1;
  background-color: #171512;
  opacity: 0.94;
  mix-blend-mode: multiply;
}
#top_fv_sec::after {
  z-index: 2;
  background-image: url(image/fv_back_deco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
}
#top_fv_sec .cont {
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
#top_fv_sec .cont .text_cont .dotted_box {
  position: absolute;
  top: -15px;
  left: -1px;
  font-size: 25px;
  color: #FDE950;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#top_fv_sec .cont .text_cont .dotted_box .dot:nth-child(2) {
  letter-spacing: 0.54em;
}
#top_fv_sec .cont .text_cont .ttl {
  font-size: 37px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
#top_fv_sec .cont .text_cont .ttl .color {
  color: #FDE950;
}
#top_fv_sec .cont .text_cont .ttl .small {
  font-size: 24px;
}
#top_fv_sec .cont .text_cont .ttl .bg {
  font-size: 70px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 5px 5px 11px;
  background: #B97D0C;
  background: linear-gradient(180deg, rgb(185, 125, 12) 0%, rgb(247, 188, 55) 50%, rgb(185, 125, 12) 100%);
  margin-right: 7px;
}
#top_fv_sec .cont .text_cont .ttl .middle {
  font-size: 48px;
  letter-spacing: 0.07em;
}
#top_fv_sec .cont .text_cont .ttl .big {
  display: inline-block;
  line-height: 1;
  font-size: 62px;
  letter-spacing: 0.07em;
}
#top_fv_sec .cont .text_cont .guide_text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}
#top_fv_sec .cont .text_cont .medal_list {
  margin-bottom: 42px;
}
#top_fv_sec .cont .text_cont .medal_list ul {
  display: flex;
  gap: 0 14.5px;
}
#top_fv_sec .cont .text_cont .medal_list ul li::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 100vmax;
  filter: blur(12px);
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner {
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  width: 48.7px;
  height: 1px;
  background-color: #EABB6C;
  margin: 0 auto;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .star {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 31.4px;
  line-height: 1;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .star img {
  width: 100%;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .deco {
  flex-shrink: 0;
  width: 20.8px;
  line-height: 1;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .deco:nth-of-type(4) {
  transform: rotateY(180deg);
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .deco img {
  width: 100%;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box {
  flex-shrink: 0;
  padding-bottom: 20px;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 8.5px;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box .num {
  font-size: 38px;
  letter-spacing: -0.04em;
  line-height: 0.7;
  color: #C18006;
  font-weight: 600;
  font-style: italic;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box .num_label {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .speed {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #C18006;
  line-height: 1.15;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .shipping {
  text-align: center;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .shipping .shipping_label {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #C18006;
  line-height: 1;
  margin-bottom: 8px;
}
#top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .shipping .shipping_text {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a:hover .btn::before {
  opacity: 0;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .label_box {
  z-index: 4;
  text-align: center;
  margin-bottom: -15px;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .label_box .label {
  display: inline-block;
  background-color: #fff;
  padding: 7px 35px;
  border: 1px solid #06C755;
  color: #006F2D;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn {
  overflow: hidden;
  width: 360px;
  padding: 22px 20px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .icon {
  flex-shrink: 0;
  width: 30px;
  line-height: 1;
  margin-right: 15px;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .icon img {
  width: 100%;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 13px;
  line-height: 1;
}
#top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .arrow img {
  width: 100%;
}
#top_fv_sec .cont .img_block {
  z-index: 6;
  flex-shrink: 0;
  padding-top: 100px;
  padding-right: 100px;
}
#top_fv_sec .cont .img_block .medal {
  position: absolute;
  z-index: 3;
  top: -15px;
  right: -50px;
  width: 129px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear;
}
#top_fv_sec .cont .img_block .medal.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#top_fv_sec .cont .img_block .medal img {
  width: 100%;
}
#top_fv_sec .cont .img_block .img_wrap {
  transform: rotate(10deg);
}
#top_fv_sec .cont .img_block .img_wrap .img_list {
  z-index: 2;
}
#top_fv_sec .cont .img_block .img_wrap .img_list.bg {
  z-index: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  filter: blur(10px);
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul {
  display: flex;
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li {
  z-index: 2;
  width: 243px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-16px, 0, 0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.25, 1, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(1), #top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(3) {
  position: absolute;
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(1) {
  z-index: 3;
  top: 62px;
  left: -122px;
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(3) {
  z-index: 1;
  top: -62px;
  left: 100px;
}
#top_fv_sec .cont .img_block .img_wrap .img_list ul li img {
  width: 100%;
}

#top_campaign_sec {
  padding: 35px 0 40px;
  background: #B1A273;
  background: linear-gradient(180deg, #b1a273 0%, #887539 100%);
}
#top_campaign_sec .deco {
  position: absolute;
}
#top_campaign_sec .deco img {
  width: 100%;
}
#top_campaign_sec .deco.deco1 {
  z-index: 2;
  top: 113px;
  left: calc(50vw - 670px - 20px);
  width: 200px;
  line-height: 1;
  transform: rotate(-10deg);
}
#top_campaign_sec .deco.deco2 {
  z-index: 1;
  top: 53px;
  left: calc(50vw - 620px - 9px);
  width: 200px;
  line-height: 1;
  transform: rotate(-10deg);
}
#top_campaign_sec .deco.deco3 {
  z-index: 1;
  top: 21px;
  right: calc(50vw - 620px - 72px);
  width: 264px;
  line-height: 1;
  transform: rotate(10deg);
}
#top_campaign_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/check_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
#top_campaign_sec .cont {
  z-index: 1;
  color: #fff;
}
#top_campaign_sec .cont .ttl_box {
  margin-bottom: 25px;
  text-align: center;
}
#top_campaign_sec .cont .ttl_box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 17px;
}
#top_campaign_sec .cont .ttl_box .ttl .num {
  font-size: 52px;
}
#top_campaign_sec .cont .ttl_box .ttl .big {
  font-size: 38px;
}
#top_campaign_sec .cont .ttl_box .deco_border {
  width: 670px;
  margin: 0 auto;
  height: 1px;
  background: #EFC64E;
  background: linear-gradient(90deg, rgba(239, 198, 78, 0) 0%, #efc64e 50%, rgba(239, 198, 78, 0) 100%);
}
#top_campaign_sec .cont .label {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 17px;
}
#top_campaign_sec .cont .label .big {
  font-size: 32px;
}
#top_campaign_sec .cont .label .bg {
  background-color: #fff;
  color: #C69B0D;
  padding: 4px 3px 0;
  margin-left: 2px;
}
#top_campaign_sec .cont .label .bg .num {
  font-size: 35px;
}
#top_campaign_sec .cont .copy_box {
  text-align: center;
  margin-bottom: 40px;
}
#top_campaign_sec .cont .copy_box .deco_border {
  position: absolute;
  right: 165px;
  bottom: -22px;
  width: 516px;
  line-height: 1;
  transform: rotate(2deg);
}
#top_campaign_sec .cont .copy_box .deco_border img {
  width: 100%;
}
#top_campaign_sec .cont .copy_box .copy {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  z-index: 1;
  line-height: 1;
  font-size: 41px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#top_campaign_sec .cont .copy_box .copy .small {
  font-size: 30px;
}
#top_campaign_sec .cont .copy_box .copy .color {
  color: #FDE950;
}
#top_campaign_sec .cont .common_line_btn {
  margin: 0 auto;
}

.common_line_btn {
  width: 360px;
}
.common_line_btn a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 22px 20px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
.common_line_btn a:hover::before {
  opacity: 0;
}
.common_line_btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
.common_line_btn a::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_line_btn a .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
.common_line_btn a .btn_inner .icon {
  flex-shrink: 0;
  width: 30px;
  line-height: 1;
  margin-right: 15px;
}
.common_line_btn a .btn_inner .icon img {
  width: 100%;
}
.common_line_btn a .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
.common_line_btn a .btn_inner .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 13px;
  line-height: 1;
}
.common_line_btn a .btn_inner .arrow img {
  width: 100%;
}

.common_ttl_box {
  text-align: center;
}
.common_ttl_box .en_ttl {
  font-size: 18px;
  line-height: 1;
  color: #C69B0D;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
}
.common_ttl_box .ttl {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
.common_ttl_box .ttl .color {
  color: #AC7D14;
}

.common_line_block .label_box {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 21px;
}
.common_line_block .label_box .label {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.common_line_block .label_box .label .color {
  color: #AC7D14;
}
.common_line_block .label_box .border_box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.common_line_block .label_box .border_box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(45% + 23px);
  width: 1px;
  height: 20px;
  background-color: #000000;
  transform: rotate(45deg);
}
.common_line_block .label_box .border_box .border {
  height: 1px;
  background-color: #000000;
}
.common_line_block .label_box .border_box .border:first-child {
  flex-shrink: 0;
  width: 45%;
}
.common_line_block .label_box .border_box .border:last-child {
  flex-grow: 1;
}
.common_line_block .line_btn {
  width: 420px;
  margin: 0 auto;
}
.common_line_block .line_btn a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 24px 20px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
.common_line_block .line_btn a:hover::before {
  opacity: 0;
}
.common_line_block .line_btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
.common_line_block .line_btn a::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_line_block .line_btn a .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
.common_line_block .line_btn a .btn_inner .icon {
  flex-shrink: 0;
  width: 34px;
  line-height: 1;
  margin-right: 28px;
}
.common_line_block .line_btn a .btn_inner .icon img {
  width: 100%;
}
.common_line_block .line_btn a .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
.common_line_block .line_btn a .btn_inner .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 15px;
  line-height: 1;
}
.common_line_block .line_btn a .btn_inner .arrow img {
  width: 100%;
}

#top_achievement_sec {
  padding: 120px 0 0;
  margin-bottom: 100px;
}
#top_achievement_sec::before, #top_achievement_sec::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 275px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#top_achievement_sec::before {
  top: 0;
  z-index: -1;
  background-color: #F8F4EC;
}
#top_achievement_sec::after {
  top: 20px;
  z-index: -2;
  background-color: #FCF9F4;
}
#top_achievement_sec .top_copy_cont {
  margin-bottom: 50px;
}
#top_achievement_sec .top_copy_cont .medal_box {
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 30px;
}
#top_achievement_sec .top_copy_cont .medal_box .inner {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 10px;
}
#top_achievement_sec .top_copy_cont .medal_box .inner::before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  width: 97.3px;
  height: 1px;
  background-color: #EABB6C;
  margin: 0 auto;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .star {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 62.7px;
  line-height: 1;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .star img {
  width: 100%;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .deco {
  flex-shrink: 0;
  width: 35px;
  line-height: 1;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .deco:nth-of-type(4) {
  transform: rotateY(180deg);
}
#top_achievement_sec .top_copy_cont .medal_box .inner .deco img {
  width: 100%;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .text_box {
  flex-shrink: 0;
  padding-bottom: 35px;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .text_box .label {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 8.5px;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box .num {
  font-size: 74px;
  letter-spacing: -0.04em;
  line-height: 0.7;
  color: #C49106;
  font-weight: 600;
  font-style: italic;
}
#top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box .num_label {
  font-size: 44px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
}
#top_achievement_sec .top_copy_cont .copy_box {
  text-align: center;
}
#top_achievement_sec .top_copy_cont .copy_box .copy {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
#top_achievement_sec .top_copy_cont .copy_box .copy .color {
  color: #AC7D14;
}
#top_achievement_sec .top_copy_cont .copy_box .copy .small {
  font-size: 38px;
}
#top_achievement_sec .top_copy_cont .copy_box .deco_border {
  width: 920px;
  height: 3px;
  margin: 0 auto;
  background: #A77900;
  background: linear-gradient(90deg, rgba(167, 121, 0, 0) 0%, #a77900 50%, rgba(167, 121, 0, 0) 100%);
}
#top_achievement_sec .achievement_cont {
  margin-bottom: 35px;
  padding: 0 20px 60px 50px;
}
#top_achievement_sec .achievement_cont::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background: #FCFCF7;
  background: linear-gradient(180deg, #fcfcf7 0%, #f7f7e5 100%);
}
#top_achievement_sec .achievement_cont .deco {
  position: absolute;
  width: 40px;
  line-height: 1;
}
#top_achievement_sec .achievement_cont .deco img {
  width: 100%;
}
#top_achievement_sec .achievement_cont .deco.deco1 {
  top: 60px;
  left: 10px;
}
#top_achievement_sec .achievement_cont .deco.deco2 {
  top: 60px;
  right: 10px;
  transform: rotateY(180deg);
}
#top_achievement_sec .achievement_cont .deco.deco3 {
  bottom: 10px;
  left: 10px;
  transform: rotateX(180deg);
}
#top_achievement_sec .achievement_cont .deco.deco4 {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
#top_achievement_sec .achievement_cont .top_ttl_box {
  margin-bottom: 20px;
}
#top_achievement_sec .achievement_cont .top_ttl_box .common_ttl_box {
  margin-bottom: 30px;
}
#top_achievement_sec .achievement_cont .top_ttl_box .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 8px;
}
#top_achievement_sec .achievement_cont .top_ttl_box .check_text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
  color: #D00000;
  margin-bottom: 30px;
}
#top_achievement_sec .achievement_cont .top_ttl_box .date {
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
}
#top_achievement_sec .achievement_cont .list {
  padding-right: 30px;
  height: 650px;
  overflow-y: scroll;
  --sb-thumb: #AC7D14;
  --sb-track: #C6C1B8;
  --sb-size: 5px;
}
#top_achievement_sec .achievement_cont .list .simplebar-track.simplebar-vertical {
  width: var(--sb-size);
  background: var(--sb-track);
  border-radius: 100vmax;
}
#top_achievement_sec .achievement_cont .list .simplebar-track.simplebar-horizontal {
  height: var(--sb-size);
  background: var(--sb-track);
  border-radius: 100vmax;
}
#top_achievement_sec .achievement_cont .list .simplebar-scrollbar::before {
  width: var(--sb-size);
  background: var(--sb-thumb);
  border-radius: 100vmax;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top_achievement_sec .achievement_cont .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
#top_achievement_sec .achievement_cont .list ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #C69B0D;
}
#top_achievement_sec .achievement_cont .list ul li .img {
  flex-shrink: 0;
  width: 100%;
  height: 380px;
  line-height: 1;
  margin-bottom: 20px;
}
#top_achievement_sec .achievement_cont .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#top_achievement_sec .achievement_cont .list ul li .text_box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .psa_box {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-bottom: 10px;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .psa_box .label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 4.5px 10px 3px;
  background: #D8A827;
  background: linear-gradient(180deg, #d8a827 0%, #a77900 100%);
}
#top_achievement_sec .achievement_cont .list ul li .text_box .psa_box .num {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .name {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .price_box {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 0 7px;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .price_box .label {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .price_box .price {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 500;
}
#top_achievement_sec .achievement_cont .list ul li .text_box .price_box .price .num {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #B26E00;
}

#top_reason_sec {
  padding: 85px 0 170px;
  background-color: #FCF9F4;
}
#top_reason_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/reason_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  mix-blend-mode: multiply;
}
#top_reason_sec .cont {
  z-index: 1;
}
#top_reason_sec .cont .top_ttl_box {
  text-align: center;
  margin-bottom: 40px;
}
#top_reason_sec .cont .top_ttl_box .common_ttl_box {
  margin-bottom: 30px;
}
#top_reason_sec .cont .top_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_reason_sec .cont .list ul li {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
#top_reason_sec .cont .list ul li + li {
  margin-top: 90px;
}
#top_reason_sec .cont .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#top_reason_sec .cont .list ul li .text_block {
  flex-grow: 1;
}
#top_reason_sec .cont .list ul li .text_block .num_box {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#top_reason_sec .cont .list ul li .text_block .num_box .num {
  font-size: 20px;
  line-height: 1;
  color: #AC7D14;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-style: italic;
}
#top_reason_sec .cont .list ul li .text_block .num_box .icon {
  width: 20px;
  line-height: 1;
}
#top_reason_sec .cont .list ul li .text_block .num_box .icon img {
  width: 100%;
}
#top_reason_sec .cont .list ul li .text_block .ttl_box {
  padding-left: 20px;
  border-left: 1px solid #AC7D14;
  margin-bottom: 25px;
}
#top_reason_sec .cont .list ul li .text_block .ttl_box .ttl {
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: bold;
}
#top_reason_sec .cont .list ul li .text_block .ttl_box .ttl .color {
  color: #AC7D14;
}
#top_reason_sec .cont .list ul li .text_block .ttl_box .ttl.small {
  font-size: 26px;
}
#top_reason_sec .cont .list ul li .text_block .text {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.6;
}
#top_reason_sec .cont .list ul li .text_block .text + .text {
  margin-top: 18px;
}
#top_reason_sec .cont .list ul li .img_block {
  flex-shrink: 0;
  width: 530px;
}
#top_reason_sec .cont .list ul li .img_block::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #AC7D14;
}
#top_reason_sec .cont .list ul li .img_block .graph_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 25px 27px;
  background-color: #fff;
  line-height: 1;
  border: 1px solid #AC7D14;
}
#top_reason_sec .cont .list ul li .img_block .graph_cont .graph {
  width: 220px;
  line-height: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
#top_reason_sec .cont .list ul li .img_block .graph_cont .graph img {
  width: 100%;
}
#top_reason_sec .cont .list ul li .img_block .graph_cont .arrow {
  flex-shrink: 0;
  width: 23px;
  height: 90px;
  background-color: #725320;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  transform: translateX(2px);
}
#top_reason_sec .cont .list ul li .img_block .img {
  width: 100%;
  height: 350px;
  line-height: 1;
}
#top_reason_sec .cont .list ul li .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_cta_sec {
  overflow: hidden;
  padding: 55px 0 40px;
  background: #B4A576;
  background: linear-gradient(180deg, #b4a576 0%, #887539 100%);
}
.common_cta_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/cta_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.63;
  mix-blend-mode: multiply;
}
.common_cta_sec .human {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(50vw - 670px + 13px);
  width: 319px;
  line-height: 1;
}
.common_cta_sec .human img {
  width: 100%;
}
.common_cta_sec .img_list {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: calc(50vw - 670px - 7px);
  transform: translateY(-50%);
}
.common_cta_sec .img_list ul {
  display: flex;
}
.common_cta_sec .img_list ul li {
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
}
.common_cta_sec .img_list ul li:nth-child(1), .common_cta_sec .img_list ul li:nth-child(3) {
  position: absolute;
  transform: rotate(10deg);
}
.common_cta_sec .img_list ul li:nth-child(1) {
  z-index: 1;
  top: 142px;
  left: -57px;
  width: 220px;
}
.common_cta_sec .img_list ul li:nth-child(2) {
  z-index: 3;
  width: 268px;
}
.common_cta_sec .img_list ul li:nth-child(3) {
  z-index: 1;
  top: -42px;
  left: 125px;
  width: 221px;
}
.common_cta_sec .img_list ul li img {
  width: 100%;
}
.common_cta_sec .cont .copy_box {
  margin-bottom: 16px;
  text-align: center;
}
.common_cta_sec .cont .copy_box .copy {
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 7px 16px 16px;
  color: #fff;
  background: #B97D0C;
  background: linear-gradient(180deg, #a77900 0%, #d8a827 50%, #a77900 100%);
}
.common_cta_sec .cont .copy_box .copy .big {
  font-size: 50px;
}
.common_cta_sec .cont .copy_box .copy.middle {
  font-size: 45px;
}
.common_cta_sec .cont .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #fff;
}
.common_cta_sec .cont .check_text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 10px;
  color: #fff;
}
.common_cta_sec .cont .medal_list {
  margin-top: 17px;
}
.common_cta_sec .cont .medal_list ul {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.common_cta_sec .cont .medal_list ul li {
  display: flex;
  align-items: flex-end;
  gap: 0 11px;
}
.common_cta_sec .cont .medal_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.common_cta_sec .cont .medal_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.common_cta_sec .cont .medal_list ul li .deco {
  width: 19.7px;
  line-height: 1;
}
.common_cta_sec .cont .medal_list ul li .deco:nth-of-type(3) {
  transform: rotateY(180deg);
}
.common_cta_sec .cont .medal_list ul li .deco img {
  width: 100%;
}
.common_cta_sec .cont .medal_list ul li .medal_text_box {
  text-align: center;
  padding-bottom: 10px;
}
.common_cta_sec .cont .medal_list ul li .medal_text_box .medal_label {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
}
.common_cta_sec .cont .campaign_cont {
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.common_cta_sec .cont .campaign_cont .deco_border {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(4deg);
  width: 390px;
  line-height: 1;
}
.common_cta_sec .cont .campaign_cont .deco_border img {
  width: 100%;
}
.common_cta_sec .cont .campaign_cont .ttl_box {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 16px;
}
.common_cta_sec .cont .campaign_cont .ttl_box::before, .common_cta_sec .cont .campaign_cont .ttl_box::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}
.common_cta_sec .cont .campaign_cont .ttl_box .ttl {
  flex-shrink: 0;
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
}
.common_cta_sec .cont .campaign_cont .campaign_text {
  z-index: 1;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.common_cta_sec .cont .campaign_cont .campaign_text .num {
  font-size: 20px;
}
.common_cta_sec .cont .campaign_cont .campaign_text .big {
  margin-left: 3px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FDE950;
}
.common_cta_sec .cont .line_btn_wrap {
  width: 360px;
  margin: 0 auto;
}
.common_cta_sec .cont .line_btn_wrap a {
  display: block;
  width: 100%;
}
.common_cta_sec .cont .line_btn_wrap a:hover .btn::before {
  opacity: 0;
}
.common_cta_sec .cont .line_btn_wrap a .label_box {
  z-index: 4;
  text-align: center;
  margin-bottom: -15px;
}
.common_cta_sec .cont .line_btn_wrap a .label_box .label {
  display: inline-block;
  background-color: #fff;
  padding: 7px 35px;
  border: 1px solid #06C755;
  color: #006F2D;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1;
}
.common_cta_sec .cont .line_btn_wrap a .btn {
  overflow: hidden;
  width: 100%;
  padding: 22px 20px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
.common_cta_sec .cont .line_btn_wrap a .btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
.common_cta_sec .cont .line_btn_wrap a .btn::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .icon {
  flex-shrink: 0;
  width: 30px;
  line-height: 1;
  margin-right: 15px;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .icon img {
  width: 100%;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 13px;
  line-height: 1;
}
.common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .arrow img {
  width: 100%;
}

#top_voice_sec {
  margin: 100px 0 145px;
}
#top_voice_sec .top_text_cont {
  margin-bottom: 23px;
}
#top_voice_sec .top_text_cont .top_ttl_box {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 33px;
}
#top_voice_sec .top_text_cont .top_ttl_box .deco_border {
  width: 290px;
  line-height: 1;
  transform: translateY(-15px);
}
#top_voice_sec .top_text_cont .top_ttl_box .deco_border img {
  width: 100%;
}
#top_voice_sec .top_text_cont .top_ttl_box .ttl_box {
  flex-shrink: 0;
  text-align: center;
}
#top_voice_sec .top_text_cont .top_ttl_box .ttl_box .en_ttl {
  font-size: 18px;
  line-height: 1;
  color: #C69B0D;
  margin-bottom: -19px;
  font-style: italic;
  font-weight: normal;
}
#top_voice_sec .top_text_cont .top_ttl_box .ttl_box .ttl {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
#top_voice_sec .top_text_cont .top_ttl_box .ttl_box .ttl .small {
  font-size: 18px;
}
#top_voice_sec .top_text_cont .top_ttl_box .ttl_box .ttl .color {
  color: #AC7D14;
}
#top_voice_sec .top_text_cont .text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_voice_sec .medal_list {
  margin-bottom: 25px;
}
#top_voice_sec .medal_list ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 8px;
}
#top_voice_sec .medal_list ul li::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 100vmax;
  filter: blur(12px);
}
#top_voice_sec .medal_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top_voice_sec .medal_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top_voice_sec .medal_list ul li .inner {
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
#top_voice_sec .medal_list ul li .inner::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  width: 58px;
  height: 1px;
  background-color: #EABB6C;
  margin: 0 auto;
}
#top_voice_sec .medal_list ul li .inner .star {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 37.4px;
  line-height: 1;
}
#top_voice_sec .medal_list ul li .inner .star img {
  width: 100%;
}
#top_voice_sec .medal_list ul li .inner .deco {
  flex-shrink: 0;
  width: 24.8px;
  line-height: 1;
}
#top_voice_sec .medal_list ul li .inner .deco:nth-of-type(4) {
  transform: rotateY(180deg);
}
#top_voice_sec .medal_list ul li .inner .deco img {
  width: 100%;
}
#top_voice_sec .medal_list ul li .inner .text_box {
  flex-shrink: 0;
  padding-bottom: 23px;
}
#top_voice_sec .medal_list ul li .inner .text_box .label {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
#top_voice_sec .medal_list ul li .inner .text_box .num_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 6px;
}
#top_voice_sec .medal_list ul li .inner .text_box .num_box .num_total {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.16em;
}
#top_voice_sec .medal_list ul li .inner .text_box .num_box .num {
  font-size: 48px;
  letter-spacing: -0.04em;
  line-height: 0.7;
  color: #C49106;
  font-weight: 600;
  font-style: italic;
}
#top_voice_sec .medal_list ul li .inner .text_box .num_box .num_label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
#top_voice_sec .medal_list ul li .inner .text_box .num_box .per {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
}
#top_voice_sec .medal_list .check_text {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: right;
  font-weight: 500;
}
#top_voice_sec .slider_wrap {
  margin-bottom: 50px;
}
#top_voice_sec .slider_wrap .slider_guide_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  right: -100px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#top_voice_sec .slider_wrap .slider_guide_box .dots_list {
  display: none;
  pointer-events: auto;
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #C69B0D;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #fff;
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow:last-child {
  transform: rotateY(180deg);
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow:hover {
  background-color: #C69B0D;
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow:hover svg path {
  fill: #fff;
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow svg {
  vertical-align: middle;
  width: 14.5px;
  transform: translateX(20%);
}
#top_voice_sec .slider_wrap .slider_guide_box .arrow svg path {
  fill: #C69B0D;
  transition: 0.3s;
}
#top_voice_sec .slider_wrap .top_voice_slider .slick-list {
  touch-action: pan-y;
}
#top_voice_sec .slider_wrap .top_voice_slider .slick-track {
  display: flex;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box {
  width: 356.6666666667px;
  margin: 0 15px;
  height: auto;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box:nth-child(3) {
  animation-delay: 0.1s;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box:nth-child(4) {
  animation-delay: 0.2s;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000000;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box {
  flex-shrink: 0;
  width: 100%;
  height: 500px;
  line-height: 1;
  margin-bottom: 25px;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #C69B0D;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box .img {
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-bottom: 6px;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box .label {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 4.5px 10px 6px;
  background: #D8A827;
  background: linear-gradient(180deg, #d8a827 0%, #a77900 100%);
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box .num {
  font-size: 45px;
  letter-spacing: -0.04em;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #AC7D14;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 15px;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box {
  margin-top: auto;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box .border {
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box .border img {
  width: 100%;
}
#top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box .area {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
#top_voice_sec .copy_cont .copy {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 28px;
}
#top_voice_sec .copy_cont .copy .color {
  color: #AC7D14;
}

#top_check_sec {
  padding: 85px 0 145px;
}
#top_check_sec::before, #top_check_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: 0;
}
#top_check_sec::before {
  z-index: -1;
  background-color: #EDEDEA;
}
#top_check_sec::after {
  background-image: url(image/check_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
#top_check_sec .cont {
  z-index: 1;
}
#top_check_sec .cont .top_ttl_box {
  text-align: center;
  margin-bottom: 35px;
}
#top_check_sec .cont .top_ttl_box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
#top_check_sec .cont .top_ttl_box .copy_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
#top_check_sec .cont .top_ttl_box .copy_box .deco_border {
  position: absolute;
  bottom: -26px;
  right: -35px;
  width: 517px;
  line-height: 1;
  transform: rotate(4deg);
}
#top_check_sec .cont .top_ttl_box .copy_box .deco_border img {
  width: 100%;
}
#top_check_sec .cont .top_ttl_box .copy_box .copy {
  z-index: 1;
  font-size: 44px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #6A4913;
}
#top_check_sec .cont .top_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
}
#top_check_sec .cont .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
#top_check_sec .cont .list ul li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top_check_sec .cont .list ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#top_check_sec .cont .list ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#top_check_sec .cont .list ul li .en_label {
  flex-shrink: 0;
  line-height: 1;
  font-size: 20px;
  color: #555247;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 6px;
}
#top_check_sec .cont .list ul li .img {
  flex-shrink: 0;
  width: 360px;
  height: 210px;
  line-height: 1;
  margin-bottom: -20px;
}
#top_check_sec .cont .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_check_sec .cont .list ul li .text_cont {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 1;
}
#top_check_sec .cont .list ul li .text_cont .type_box {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 25px;
}
#top_check_sec .cont .list ul li .text_cont .type_box .type {
  display: inline-block;
  padding: 8px 20px 10px;
  background-color: #716856;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
#top_check_sec .cont .list ul li .text_cont .type_box .type .small {
  font-size: 15px;
}
#top_check_sec .cont .list ul li .text_cont .check_box {
  flex-shrink: 0;
  margin-bottom: 20px;
}
#top_check_sec .cont .list ul li .text_cont .check_box .ttl_box {
  display: flex;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 12px;
}
#top_check_sec .cont .list ul li .text_cont .check_box .ttl_box::before, #top_check_sec .cont .list ul li .text_cont .check_box .ttl_box::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #BEBEBC;
}
#top_check_sec .cont .list ul li .text_cont .check_box .ttl_box .ttl {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #4B3E21;
}
#top_check_sec .cont .list ul li .text_cont .check_box .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_check_sec .cont .list ul li .text_cont .check_box .text .color {
  color: #815B1E;
  font-weight: bold;
}
#top_check_sec .cont .list ul li .text_cont .merit_box {
  flex-grow: 1;
  background-color: #fff;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box {
  margin-bottom: 25px;
  padding: 12px 0 3px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 5px;
  background: #A28139;
  background: linear-gradient(180deg, #a28139 0%, #8c691d 100%);
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  height: 14px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #8C691D;
  background: linear-gradient(180deg, #8c691d 0%, #a28139 100%);
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .deco {
  width: 9.6px;
  line-height: 1;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .deco:nth-of-type(2) {
  transform: rotateY(180deg);
}
#top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .deco img {
  width: 100%;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .text_box {
  padding: 0 22px 15px;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .text_box .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
#top_check_sec .cont .list ul li .text_cont .merit_box .text_box .text .bg {
  padding: 1px 3px;
  font-weight: bold;
  background-color: #FFFB9A;
}

#top_flow_sec {
  margin: 100px 0 110px;
}
#top_flow_sec .top_ttl_box {
  text-align: center;
  margin-bottom: 40px;
}
#top_flow_sec .top_ttl_box .common_ttl_box {
  margin-bottom: 30px;
}
#top_flow_sec .top_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_flow_sec .list {
  margin-bottom: 64px;
}
#top_flow_sec .list ul li {
  display: flex;
}
#top_flow_sec .list ul li .arrow {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 140px;
  height: 40px;
  margin: 0 auto;
  background-color: #503B19;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#top_flow_sec .list ul li + li {
  margin-top: 70px;
}
#top_flow_sec .list ul li:nth-child(1) .num_block {
  background-color: #BEA570;
}
#top_flow_sec .list ul li:nth-child(2) .num_block {
  background-color: #C6A65F;
}
#top_flow_sec .list ul li:nth-child(3) .num_block {
  background-color: #C7A353;
}
#top_flow_sec .list ul li:nth-child(4) .num_block {
  background-color: #B98F32;
}
#top_flow_sec .list ul li:nth-child(5) .num_block {
  background-color: #B28521;
}
#top_flow_sec .list ul li:nth-child(6) .num_block {
  background-color: #AC7D14;
}
#top_flow_sec .list ul li .num_block {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top_flow_sec .list ul li .num_block .num {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
}
#top_flow_sec .list ul li .num_block .num .big {
  font-size: 42px;
}
#top_flow_sec .list ul li .text_block {
  flex-grow: 1;
  border: 1px solid #C1AA78;
  padding: 30px 50px 30px 60px;
  display: flex;
  gap: 0 60px;
}
#top_flow_sec .list ul li .text_block .deco {
  position: absolute;
  width: 30px;
  line-height: 1;
}
#top_flow_sec .list ul li .text_block .deco img {
  width: 100%;
}
#top_flow_sec .list ul li .text_block .deco.deco1 {
  top: 10px;
  left: 10px;
}
#top_flow_sec .list ul li .text_block .deco.deco2 {
  top: 10px;
  right: 10px;
  transform: rotateY(180deg);
}
#top_flow_sec .list ul li .text_block .deco.deco3 {
  bottom: 10px;
  left: 10px;
  transform: rotateX(180deg);
}
#top_flow_sec .list ul li .text_block .deco.deco4 {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
#top_flow_sec .list ul li .text_block .img_box {
  flex-shrink: 0;
  width: 300px;
  line-height: 1;
  display: flex;
  align-items: center;
}
#top_flow_sec .list ul li .text_block .img_box .img {
  width: 100%;
  height: 200px;
  line-height: 1;
}
#top_flow_sec .list ul li .text_block .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flow_sec .list ul li .text_block .text_box {
  flex-grow: 1;
}
#top_flow_sec .list ul li .text_block .text_box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 15px;
}
#top_flow_sec .list ul li .text_block .text_box .text_inner .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#top_flow_sec .list ul li .text_block .text_box .text_inner .check_text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#top_flow_sec .list ul li .line_btn {
  margin-top: 22px;
  width: 320px;
}
#top_flow_sec .list ul li .line_btn a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 15px 20px;
  background: #008D3B;
  background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
}
#top_flow_sec .list ul li .line_btn a:hover::before {
  opacity: 0;
}
#top_flow_sec .list ul li .line_btn a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  transition: 0.3s;
  background: #0DE065;
  background: linear-gradient(180deg, #0de065 0%, #008d3b 100%);
}
#top_flow_sec .list ul li .line_btn a::after {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #CAFCDE;
  animation: btn_animation 3s ease-in-out infinite;
  pointer-events: none;
}
#top_flow_sec .list ul li .line_btn a .btn_inner {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
#top_flow_sec .list ul li .line_btn a .btn_inner .icon {
  flex-shrink: 0;
  width: 30px;
  line-height: 1;
  margin-right: 22px;
}
#top_flow_sec .list ul li .line_btn a .btn_inner .icon img {
  width: 100%;
}
#top_flow_sec .list ul li .line_btn a .btn_inner .btn_label {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
#top_flow_sec .list ul li .line_btn a .btn_inner .btn_arrow {
  margin-left: auto;
  flex-shrink: 0;
  width: 13px;
  line-height: 1;
}
#top_flow_sec .list ul li .line_btn a .btn_inner .btn_arrow img {
  width: 100%;
}
#top_flow_sec .copy_cont .copy {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 28px;
}
#top_flow_sec .copy_cont .copy .color {
  color: #AC7D14;
}

#top_company_sec {
  margin-bottom: 120px;
  padding: 70px 0 135px;
  background-color: #FCFBF4;
}
#top_company_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/profile_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  mix-blend-mode: multiply;
}
#top_company_sec .cont {
  z-index: 1;
}
#top_company_sec .cont .top_ttl_box {
  margin-bottom: 60px;
  text-align: center;
}
#top_company_sec .cont .top_ttl_box .deco {
  width: 113px;
  line-height: 1;
  margin: 0 auto 19px;
}
#top_company_sec .cont .top_ttl_box .deco img {
  width: 100%;
}
#top_company_sec .cont .top_ttl_box .ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 25px;
  color: #AC7D14;
}
#top_company_sec .cont .top_ttl_box .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#top_company_sec .cont .profile_cont {
  display: flex;
  gap: 0 80px;
}
#top_company_sec .cont .profile_cont .img_box {
  flex-shrink: 0;
  width: 390px;
}
#top_company_sec .cont .profile_cont .img_box::before, #top_company_sec .cont .profile_cont .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #C69B0D;
}
#top_company_sec .cont .profile_cont .img_box::before {
  top: 10px;
  right: -10px;
}
#top_company_sec .cont .profile_cont .img_box::after {
  top: -10px;
  left: -10px;
}
#top_company_sec .cont .profile_cont .img_box .img {
  z-index: 1;
  width: 100%;
  height: 510px;
  line-height: 1;
}
#top_company_sec .cont .profile_cont .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_company_sec .cont .profile_cont .text_block {
  flex-grow: 1;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #E3E1D5;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr th,
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr td {
  padding: 20px 0;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr th {
  width: 150px;
  border-bottom: 1px solid #AC7D14;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr td .inner .data a {
  color: #000000;
  text-decoration: underline;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr td .inner .data a:hover {
  text-decoration: none;
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr td .inner .license_img {
  width: 140px;
  line-height: 1;
  margin-top: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#top_company_sec .cont .profile_cont .text_block .table_wrap table tr td .inner .license_img img {
  width: 100%;
}

#top_faq_sec {
  margin-bottom: 135px;
}
#top_faq_sec .top_ttl_box {
  text-align: center;
  margin-bottom: 40px;
}
#top_faq_sec .top_ttl_box .common_ttl_box {
  margin-bottom: 30px;
}
#top_faq_sec .top_ttl_box .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 500;
}
#top_faq_sec .faq_list ul li {
  cursor: pointer;
}
#top_faq_sec .faq_list ul li + li {
  margin-top: 20px;
}
#top_faq_sec .faq_list ul li.is-open .q_box .arrow {
  transform: rotateX(0deg);
}
#top_faq_sec .faq_list ul li .en_label {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
#top_faq_sec .faq_list ul li .en_label .en {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
#top_faq_sec .faq_list ul li .q_box {
  background-color: #F7F4EF;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 30px;
}
#top_faq_sec .faq_list ul li .q_box .en_label {
  background-color: #AC7D14;
}
#top_faq_sec .faq_list ul li .q_box .ttl {
  flex-grow: 1;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: bold;
}
#top_faq_sec .faq_list ul li .q_box .arrow {
  flex-shrink: 0;
  margin-left: 40px;
  width: 15px;
  line-height: 1;
  transform: rotateX(180deg);
  transition: 0.3s;
}
#top_faq_sec .faq_list ul li .q_box .arrow img {
  width: 100%;
}
#top_faq_sec .faq_list ul li .a_box {
  padding: 0 80px 10px 0;
  display: flex;
}
#top_faq_sec .faq_list ul li .a_box .en_label {
  background-color: #B7A989;
}
#top_faq_sec .faq_list ul li .a_box .text_box {
  flex-grow: 1;
}
#top_faq_sec .faq_list ul li .a_box .text_box .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

#main_footer {
  z-index: 1000;
  padding: 90px 0 45px;
  background-color: #F5F3EA;
}
#main_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/footer_sec_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  mix-blend-mode: multiply;
}
#main_footer .cont {
  z-index: 1;
}
#main_footer .cont .top_data_block {
  margin-bottom: 110px;
}
#main_footer .cont .top_data_block .top_data_box {
  width: 610px;
  margin: 0 auto;
}
#main_footer .cont .top_data_block .top_data_box + .top_data_box {
  margin-top: 25px;
}
#main_footer .cont .top_data_block .top_data_box .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
#main_footer .cont .top_data_block .top_data_box .ttl_box::before, #main_footer .cont .top_data_block .top_data_box .ttl_box::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #BEBEBC;
}
#main_footer .cont .top_data_block .top_data_box .ttl_box .ttl {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#main_footer .cont .top_data_block .top_data_box .data {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
#main_footer .cont .top_data_block .top_data_box .data + .data {
  margin-top: 12px;
}
#main_footer .cont .copy_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main_footer .cont .copy_box .link ul li a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000000;
}
#main_footer .cont .copy_box .copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* 共通設定 */
.common_page_main .main_cont {
  padding: 100px 0 0;
  margin-bottom: 30px;
}
.common_page_main .main_cont .ttl_box {
  z-index: 1;
}
.common_page_main .main_cont .ttl_box .en {
  font-size: 20px;
  font-weight: 500;
  color: #AC7D14;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.common_page_main .main_cont .ttl_box .ttl {
  font-size: 46px;
  line-height: 1.3;
}
.common_page_main .breadcrumb {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #000000;
}
.common_page_main .breadcrumb a {
  color: #000000;
}

.breadcrumb.single {
  margin-top: 70px;
}

.common_page_wrap {
  padding: 110px 0 180px;
}

.common_single_wrap {
  padding: 100px 0 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* 個人情報保護方針 */
.privacy_cont_sec .main_text {
  font-size: 16px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 0 40px;
}

.privacy_cont_sec dl + dl {
  margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dotted #707070;
  padding-block: 0 0.6em;
  margin-block: 0 0.8em;
}

.privacy_cont_sec dl dd {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 400;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blackscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 70px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #AC7D14;
  border-color: #AC7D14 !important;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #AC7D14;
  border-color: #AC7D14 !important;
  font-weight: bold;
}

.common_form_main {
  padding-top: 0;
}

.common_form_page {
  padding: 170px 0 150px;
}
.common_form_page .container {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.common_form_page .container .text_block {
  position: sticky;
  top: 50px;
  left: 0;
  flex-grow: 1;
}
.common_form_page .container .text_block .top_text_box .ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.common_form_page .container .text_block .top_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.common_form_page .container .text_block .top_text_box .text a {
  color: #000000;
  text-decoration: underline;
  margin: 0 2px;
}
.common_form_page .container .text_block .top_text_box .text + .text {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box {
  margin-top: 40px;
}
.common_form_page .container .text_block .form_guide_box .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.common_form_page .container .text_block .form_guide_box .img_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_form_page .container .text_block .thum_box {
  display: flex;
  gap: 0 30px;
}
.common_form_page .container .text_block .thum_box .text_box {
  flex-grow: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
  margin-top: 10px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
  content: "";
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #AC7D14;
}
.common_form_page .container .text_block .thum_box .thum {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.common_form_page .container .text_block .thum_box .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_form_page .container .form_cont {
  flex-shrink: 0;
  width: 50%;
  margin-left: 50px;
  padding: 45px 25px;
  background-color: #F0F3F6;
  border: 1px solid #F5F5F5;
  border-radius: 20px;
}
.common_form_page .container .form_cont .form_wrap .wp-block-table {
  overflow: visible;
}
.common_form_page .container .form_cont .form_wrap table,
.common_form_page .container .form_cont .form_wrap th,
.common_form_page .container .form_cont .form_wrap td {
  border: none;
  padding: 0;
}
.common_form_page .container .form_cont .form_wrap .form_box {
  margin-bottom: 30px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
  margin-top: 25px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label .hissu {
  color: red;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 12px 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box {
  position: relative;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-color: transparent #C7C4C4 #C7C4C4 transparent;
  border-width: 2px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select {
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.6em 1em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select.empty {
  color: #231815;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .btn {
  width: 100%;
}
.common_form_page .container .form_cont .form_wrap .btn button {
  width: 100%;
  line-height: 70px;
  background-color: #AC7D14;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  box-shadow: 0 6px #aa650a;
  transition: 0.3s;
}
.common_form_page .container .form_cont .form_wrap .btn button:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.common_form_page .container .form_cont .form_wrap button[name=submitBack] {
  background: #272625;
  margin-top: 20px;
  box-shadow: 0 6px #000000;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text a {
  color: #353536;
  text-decoration: underline;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
  margin-top: 10px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.data_box.check_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.radio_btns {
  display: flex;
  gap: 0 15px;
}
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}
.radio_btns label {
  display: inline-block;
}
.radio_btns .radio_btns__item + span {
  padding-left: 1.8em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.radio_btns .radio_btns__item + span::after, .radio_btns .radio_btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.radio_btns .radio_btns__item + span::after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 4px;
  border: none;
  background: #fff;
  transform: scale(0);
  transition: all 0.3s;
}
.radio_btns .radio_btns__item:checked + span::before {
  background-color: #AC7D14;
}
.radio_btns .radio_btns__item:checked + span::after {
  transform: scale(1);
}

.radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.radio-btns label {
  display: inline-block;
}
.radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
.radio-btns .radio-btns__item + span:after, .radio-btns .radio-btns__item + span:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.radio-btns .radio-btns__item + span:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #f18800;
  transform: scale(0);
  transition: all 0.3s;
}
.radio-btns .radio-btns__item:checked + span {
  color: #f18800;
}
.radio-btns .radio-btns__item:checked + span:after {
  transform: scale(1);
}

section#page-contact input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.mwform-checkbox-field-text:before, .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-checkbox-field-text:after {
  border-width: 3px;
  border-color: transparent transparent #f18800 #f18800;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

/* MW WP Form 共通 */
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}

#sidebar {
  width: 310px;
}
#sidebar .block + .block {
  margin-top: 30px;
}
#sidebar .common_link_box {
  margin-bottom: 50px;
}
#sidebar .block .top_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
#sidebar .block .top_ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #AC7D14;
}
#sidebar .block .ranking_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .ranking_list ul li:first-child a .ranking_box {
  background-color: #f7d305;
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}
#sidebar .block .ranking_list ul li:nth-child(2) a .ranking_box {
  background-color: #a5a5a5;
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}
#sidebar .block .ranking_list ul li:nth-child(3) a .ranking_box {
  background-color: #c47222;
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}
#sidebar .block .ranking_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .ranking_list ul li a .ranking_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24px;
  text-align: center;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 6px, transparent 0, transparent 12px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#sidebar .block .ranking_list ul li a .ranking_box .num {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
#sidebar .block .ranking_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .ranking_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .ranking_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #231815;
}
#sidebar .block .ranking_list ul li a:hover .img img {
  transform: scale(1.1);
}
#sidebar .block .voice_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .voice_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .voice_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .voice_list ul li a .text_box .date {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000000;
  margin-bottom: 7px;
}
#sidebar .block .voice_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a:hover .img img {
  transform: scale(1.1);
}

/* 準備中 */
.sorry_sec .text_box .text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sorry_sec .text_box .text + .text {
  margin-top: 15px;
}
.sorry_sec .text_box .common_btn {
  margin: 30px auto 0;
}

.single_page_wrap {
  padding-top: 180px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.single_page_wrap #sidebar .wp-block-latest-posts a {
  color: #000000;
  text-decoration: underline;
}
.single_page_wrap .related_store_block {
  margin-top: 80px;
}
.single_page_wrap .related_store_block .label {
  padding-left: 20px;
  border-left: 2px solid;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
.single_page_wrap .related_store_block .box a {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.single_page_wrap .related_store_block .box a:hover .img img {
  transform: scale(1.05);
}
.single_page_wrap .related_store_block .box a:hover .text_box .name {
  color: #fff;
}
.single_page_wrap .related_store_block .box a .img {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}
.single_page_wrap .related_store_block .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.single_page_wrap .related_store_block .box a .text_box {
  flex-grow: 1;
}
.single_page_wrap .related_store_block .box a .text_box .cat {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
}
.single_page_wrap .related_store_block .box a .text_box .name {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000000;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.single_page_wrap .related_store_block .box a .text_box .text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #41454B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.single_page_wrap .related_event_block {
  margin-top: 80px;
}
.single_page_wrap .related_event_block .label {
  padding-left: 20px;
  border-left: 2px solid;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}
.single_page_wrap .related_event_block .box a {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.single_page_wrap .related_event_block .box a:hover .img img {
  transform: scale(1.05);
}
.single_page_wrap .related_event_block .box a:hover .text_box .name {
  color: #fff;
}
.single_page_wrap .related_event_block .box a .img {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background-color: #DEE8F5;
}
.single_page_wrap .related_event_block .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.single_page_wrap .related_event_block .box a .text_box {
  flex-grow: 1;
}
.single_page_wrap .related_event_block .box a .text_box .name {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #000000;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.single_page_wrap .related_event_block .box a .text_box .date {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #AC7D14;
}

@media (max-width: 750px) {
  .wrap,
  .wrap02,
  .wrap03 {
    max-width: 90%;
  }
  body {
    font-size: 3.6vw;
  }
  @keyframes floating-y {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  #sp_header_cta {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 1;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    padding: 3.5vw 0;
  }
  #sp_header_cta.hide {
    opacity: 0;
    visibility: hidden;
  }
  #sp_header_cta .cont {
    display: flex;
    align-items: center;
    gap: 0 5vw;
  }
  #sp_header_cta .cont .label {
    flex-shrink: 0;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  #sp_header_cta .cont .line_btn {
    flex-grow: 1;
  }
  #sp_header_cta .cont .line_btn a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 2.5vw 3.5vw 2.5vw 5vw;
    background: #008D3B;
    background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
  }
  #sp_header_cta .cont .line_btn a::after {
    position: absolute;
    z-index: 2;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #CAFCDE;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
  }
  #sp_header_cta .cont .line_btn a .btn_inner {
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #sp_header_cta .cont .line_btn a .btn_inner .icon {
    flex-shrink: 0;
    line-height: 1;
    width: 6vw;
    margin-right: 3.9vw;
  }
  #sp_header_cta .cont .line_btn a .btn_inner .icon img {
    width: 100%;
  }
  #sp_header_cta .cont .line_btn a .btn_inner .btn_label {
    flex-grow: 1;
    font-size: 3.6vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
  }
  #sp_header_cta .cont .line_btn a .btn_inner .arrow {
    margin-left: auto;
    flex-shrink: 0;
    width: 3vw;
    line-height: 1;
  }
  #sp_header_cta .cont .line_btn a .btn_inner .arrow img {
    width: 100%;
  }
  .fixed_cta_sp {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .fixed_cta_sp.hide {
    opacity: 0;
    visibility: hidden;
  }
  .fixed_cta_sp .inner {
    width: 100%;
    padding: 0 5vw 3vw 0.5vw;
  }
  .fixed_cta_sp .inner::before, .fixed_cta_sp .inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3vw;
  }
  .fixed_cta_sp .inner::before {
    z-index: -1;
    background: #D8A827;
    background: linear-gradient(180deg, #d8a827 0%, #a77900 100%);
  }
  .fixed_cta_sp .inner::after {
    background-image: url(image/fixed_cta_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
  .fixed_cta_sp .inner .cont {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 2.5vw;
  }
  .fixed_cta_sp .inner .cont .card {
    flex-shrink: 0;
    width: 20vw;
    line-height: 1;
  }
  .fixed_cta_sp .inner .cont .card img {
    width: 100%;
  }
  .fixed_cta_sp .inner .cont .text_box {
    flex-grow: 1;
  }
  .fixed_cta_sp .inner .cont .text_box .label {
    font-size: 4.4vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    margin-bottom: 2vw;
    text-shadow: 2px 2px 0px #AC7D14, -2px 2px 0px #AC7D14, 2px -2px 0px #AC7D14, -2px -2px 0px #AC7D14, 2px 0px 0px #AC7D14, 0px 2px 0px #AC7D14, -2px 0px 0px #AC7D14, 0px -2px 0px #AC7D14;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn {
    width: 100%;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 3vw 3.5vw 3vw 5.5vw;
    background: #008D3B;
    background: linear-gradient(180deg, #008d3b 0%, #0de065 100%);
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a::after {
    position: absolute;
    z-index: 2;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #CAFCDE;
    animation: btn_animation 3s ease-in-out infinite;
    pointer-events: none;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner {
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner .icon {
    flex-shrink: 0;
    line-height: 1;
    width: 8vw;
    margin-right: 4vw;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner .icon img {
    width: 100%;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner .btn_label {
    flex-grow: 1;
    font-size: 4vw;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner .arrow {
    margin-left: auto;
    flex-shrink: 0;
    width: 3.5vw;
    line-height: 1;
  }
  .fixed_cta_sp .inner .cont .text_box .line_btn a .btn_inner .arrow img {
    width: 100%;
  }
  @keyframes fire_move {
    0%, 10% {
      transform: translate3d(0, 0, 0) scale3d(0.001, 0.001, 1);
      opacity: 0;
    }
    20% {
      transform: translate3d(-2vw, 0, 0) scale3d(0.5, 0.5, 1);
      opacity: 0.5;
    }
    30%, 80% {
      transform: translate3d(-5vw, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
    }
    100% {
      transform: translate3d(5vw) scale3d(1, 1, 1);
      opacity: 0;
    }
  }
  @keyframes charizard {
    0% {
      transform: translate(0, 3vw);
      opacity: 1;
    }
    5% {
      transform: translate(0, -3vw);
      opacity: 1;
    }
    10% {
      transform: translate(0, 0);
      opacity: 1;
    }
    30% {
      transform: translate(36vw, 10vw) rotate(10deg);
      opacity: 1;
    }
    60% {
      transform: translate(36vw, 10vw) rotate(10deg);
      opacity: 1;
    }
    70% {
      transform: translate(10vw, 0) rotate(0deg);
      opacity: 1;
    }
    80% {
      transform: translate(10vw, 0);
      opacity: 1;
    }
    100% {
      transform: translate(50vw, 0) scale(0.9);
      opacity: 0;
    }
  }
  #top_fv_sec {
    padding: 20vw 0 14vw;
  }
  #top_fv_sec .service_name {
    top: 6vw;
    left: 5vw;
    font-size: 6vw;
  }
  #top_fv_sec .fire {
    top: 3vw;
    right: 10vw;
    width: 80vw;
  }
  #top_fv_sec .fire.animated {
    animation-delay: 0.7s;
    animation-duration: 2s;
  }
  #top_fv_sec .charizard {
    width: 90vw;
    top: 11vw;
    right: -22vw;
  }
  #top_fv_sec .charizard.animated {
    animation-duration: 4s;
  }
  #top_fv_sec .cont {
    flex-direction: column-reverse;
  }
  #top_fv_sec .cont .text_cont {
    margin-top: 10vw;
    text-align: center;
  }
  #top_fv_sec .cont .text_cont .dotted_box {
    top: -2.9vw;
    left: 2.2vw;
    font-size: 4.6vw;
    letter-spacing: -0.13em;
    gap: 0 1.4vw;
  }
  #top_fv_sec .cont .text_cont .dotted_box .dot:nth-child(2) {
    letter-spacing: 0.34em;
  }
  #top_fv_sec .cont .text_cont .ttl {
    font-size: 6vw;
    line-height: 2;
    margin-bottom: 1.5vw;
    letter-spacing: 0.03em;
  }
  #top_fv_sec .cont .text_cont .ttl .small {
    font-size: 4.4vw;
  }
  #top_fv_sec .cont .text_cont .ttl .bg {
    font-size: 8.1vw;
    padding: 2vw 1.5vw 2vw;
    margin-right: 1vw;
  }
  #top_fv_sec .cont .text_cont .ttl .middle {
    font-size: 6vw;
  }
  #top_fv_sec .cont .text_cont .ttl .big {
    font-size: 7.8vw;
  }
  #top_fv_sec .cont .text_cont .guide_text {
    font-size: 3.7vw;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
  #top_fv_sec .cont .text_cont .medal_list {
    margin-bottom: 0;
  }
  #top_fv_sec .cont .text_cont .medal_list ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.5vw 3vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li::before {
    top: -2.5vw;
    bottom: 1.5vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner {
    gap: 0 1vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner::before {
    bottom: 2.5vw;
    width: 12vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .star {
    width: 7vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .deco {
    width: 5vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box {
    padding-bottom: 5.3vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .label {
    font-size: 3.6vw;
    margin-bottom: 1.3vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box {
    gap: 0 1.3vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box .num {
    font-size: 10vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .num_box .num_label {
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.1;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .speed {
    font-size: 4.6vw;
    line-height: 1.15;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .shipping .shipping_label {
    font-size: 4.7vw;
    margin-bottom: 1.5vw;
  }
  #top_fv_sec .cont .text_cont .medal_list ul li .inner .text_box .shipping .shipping_text {
    font-size: 3.6vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap {
    width: 85vw;
    margin: 0 auto 10vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a {
    width: 100%;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .label_box {
    margin-bottom: -3vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .label_box .label {
    padding: 1.5vw 8vw 1.8vw;
    font-size: 3.6vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .btn {
    width: 100%;
    padding: 5vw 3.5vw 5vw 3.5vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .btn::before {
    content: none;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .icon {
    width: 8vw;
    margin-right: 4.3vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .btn_label {
    text-align: left;
    font-size: 4.3vw;
  }
  #top_fv_sec .cont .text_cont .line_btn_wrap a .btn .btn_inner .arrow {
    width: 3.5vw;
  }
  #top_fv_sec .cont .img_block {
    padding-top: 0;
    padding-right: 0;
  }
  #top_fv_sec .cont .img_block .medal {
    top: -11vw;
    right: 0;
    width: 24vw;
  }
  #top_fv_sec .cont .img_block .img_wrap .img_list ul {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #top_fv_sec .cont .img_block .img_wrap .img_list ul li {
    width: 33vw;
    line-height: 1;
    opacity: 0;
    transform: translate3d(-3vw, 0, 0);
  }
  #top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(1) {
    top: 8vw;
    left: -18vw;
  }
  #top_fv_sec .cont .img_block .img_wrap .img_list ul li:nth-child(3) {
    top: -8vw;
    left: 16vw;
  }
  #top_campaign_sec {
    padding: 10vw 0 9vw;
  }
  #top_campaign_sec .deco.deco1 {
    top: 15vw;
    left: 0.5vw;
    width: 20vw;
  }
  #top_campaign_sec .deco.deco2 {
    top: 6vw;
    left: 5vw;
    width: 19vw;
  }
  #top_campaign_sec .deco.deco3 {
    top: 7vw;
    right: -5vw;
    width: 30vw;
  }
  #top_campaign_sec .cont {
    z-index: 3;
  }
  #top_campaign_sec .cont .ttl_box {
    margin-bottom: 5vw;
  }
  #top_campaign_sec .cont .ttl_box .ttl {
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 2vw;
    text-shadow: 2px 2px 0px #A99969, -2px 2px 0px #A99969, 2px -2px 0px #A99969, -2px -2px 0px #A99969, 2px 0px 0px #A99969, 0px 2px 0px #A99969, -2px 0px 0px #A99969, 0px -2px 0px #A99969;
  }
  #top_campaign_sec .cont .ttl_box .ttl .num {
    font-size: 8vw;
  }
  #top_campaign_sec .cont .ttl_box .ttl .big {
    font-size: 7vw;
  }
  #top_campaign_sec .cont .ttl_box .deco_border {
    width: 81vw;
  }
  #top_campaign_sec .cont .label {
    font-size: 5vw;
    margin-bottom: 4.2vw;
  }
  #top_campaign_sec .cont .label .big {
    font-size: 5.5vw;
  }
  #top_campaign_sec .cont .label .bg {
    padding: 0.7vw 0.7vw 0.3vw;
    margin-left: 0.3vw;
  }
  #top_campaign_sec .cont .label .bg .num {
    font-size: 6.7vw;
  }
  #top_campaign_sec .cont .copy_box {
    margin-bottom: 7vw;
  }
  #top_campaign_sec .cont .copy_box .deco_border {
    right: 0;
    bottom: -3vw;
    width: 90vw;
  }
  #top_campaign_sec .cont .copy_box .copy {
    line-height: 1.35;
    font-size: 7vw;
  }
  #top_campaign_sec .cont .copy_box .copy .small {
    font-size: 4.8vw;
  }
  .common_line_btn {
    width: 100%;
  }
  .common_line_btn a {
    padding: 5vw 3.5vw 5vw 3.5vw;
  }
  .common_line_btn a::before {
    content: none;
  }
  .common_line_btn a .btn_inner .icon {
    width: 8.5vw;
    margin-right: 4vw;
  }
  .common_line_btn a .btn_inner .btn_label {
    text-align: left;
    font-size: 4.5vw;
  }
  .common_line_btn a .btn_inner .arrow {
    width: 3.5vw;
  }
  .common_ttl_box .en_ttl {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
  .common_ttl_box .ttl {
    font-size: 7.4vw;
  }
  .common_line_block .label_box {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .common_line_block .label_box .label {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .common_line_block .label_box .border_box {
    gap: 0 5vw;
  }
  .common_line_block .label_box .border_box::before {
    top: -2px;
    left: calc(45% + 3.4vw);
    height: 4.5vw;
  }
  .common_line_block .line_btn {
    width: 100%;
  }
  .common_line_block .line_btn a {
    padding: 5vw 3.5vw 5vw 3.5vw;
  }
  .common_line_block .line_btn a::before {
    content: none;
  }
  .common_line_block .line_btn a .btn_inner .icon {
    width: 8.5vw;
    margin-right: 4vw;
  }
  .common_line_block .line_btn a .btn_inner .btn_label {
    text-align: left;
    font-size: 4.5vw;
  }
  .common_line_block .line_btn a .btn_inner .arrow {
    width: 3.5vw;
  }
  #top_achievement_sec {
    padding: 17vw 0 0;
    margin-bottom: 18vw;
  }
  #top_achievement_sec::before, #top_achievement_sec::after {
    height: 31vw;
  }
  #top_achievement_sec::after {
    top: 3vw;
  }
  #top_achievement_sec .top_copy_cont {
    margin-bottom: 10vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box {
    margin-bottom: 6vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner {
    gap: 0 4vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner::before {
    bottom: 2.5vw;
    width: 15vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .star {
    width: 8vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .deco {
    width: 5.5vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .text_box {
    padding-bottom: 4.6vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .text_box .label {
    font-size: 3.8vw;
    margin-bottom: 2.1vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box {
    gap: 0 0.3vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box .num {
    font-size: 13vw;
  }
  #top_achievement_sec .top_copy_cont .medal_box .inner .text_box .num_box .num_label {
    text-align: left;
    font-size: 6.7vw;
    line-height: 0.7;
  }
  #top_achievement_sec .top_copy_cont .copy_box .copy {
    font-size: 7vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  #top_achievement_sec .top_copy_cont .copy_box .copy .small {
    font-size: 5.5vw;
  }
  #top_achievement_sec .top_copy_cont .copy_box .copy .middle {
    font-size: 6vw;
  }
  #top_achievement_sec .top_copy_cont .copy_box .deco_border {
    width: 70vw;
    height: 2px;
  }
  #top_achievement_sec .achievement_cont {
    width: 95vw;
    margin-left: -2.5vw;
    margin-bottom: 6vw;
    padding: 0 1vw 14vw 2.5vw;
  }
  #top_achievement_sec .achievement_cont::before {
    top: 11vw;
  }
  #top_achievement_sec .achievement_cont .deco {
    width: 6vw;
  }
  #top_achievement_sec .achievement_cont .deco.deco1 {
    top: 13.5vw;
    left: 2.5vw;
  }
  #top_achievement_sec .achievement_cont .deco.deco2 {
    top: 13.5vw;
    right: 2.5vw;
  }
  #top_achievement_sec .achievement_cont .deco.deco3 {
    bottom: 2.5vw;
    left: 2.5vw;
  }
  #top_achievement_sec .achievement_cont .deco.deco4 {
    bottom: 2.5vw;
    right: 2.5vw;
  }
  #top_achievement_sec .achievement_cont .top_ttl_box {
    margin-bottom: 4vw;
  }
  #top_achievement_sec .achievement_cont .top_ttl_box .common_ttl_box {
    margin-bottom: 6vw;
  }
  #top_achievement_sec .achievement_cont .top_ttl_box .text {
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  #top_achievement_sec .achievement_cont .top_ttl_box .check_text {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  #top_achievement_sec .achievement_cont .top_ttl_box .date {
    font-size: 3.2vw;
  }
  #top_achievement_sec .achievement_cont .list {
    padding-right: calc(1.5vw - 2px);
    height: 120vw;
    --sb-size: 2px;
  }
  #top_achievement_sec .achievement_cont .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 2.5vw;
  }
  #top_achievement_sec .achievement_cont .list ul li {
    padding-bottom: 3vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .img {
    height: 60vw;
    margin-bottom: 2vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .psa_box {
    gap: 0 1.5vw;
    margin-bottom: 2.5vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .psa_box .label {
    font-size: 3.6vw;
    padding: 1.1vw 2vw 0.8vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .psa_box .num {
    font-size: 5vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .name {
    font-size: 3.3vw;
    margin-bottom: 3vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .price_box {
    gap: 0 1vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .price_box .label {
    font-size: 5vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .price_box .price {
    font-size: 3.1vw;
  }
  #top_achievement_sec .achievement_cont .list ul li .text_box .price_box .price .num {
    font-size: 6.4vw;
    letter-spacing: normal;
  }
  #top_reason_sec {
    padding: 12vw 0 18vw;
  }
  #top_reason_sec .cont .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_reason_sec .cont .top_ttl_box .common_ttl_box {
    margin-bottom: 5vw;
  }
  #top_reason_sec .cont .top_ttl_box .text {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  #top_reason_sec .cont .list ul li {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  #top_reason_sec .cont .list ul li + li {
    margin-top: 12vw;
  }
  #top_reason_sec .cont .list ul li:first-child .img_block::before {
    content: none;
  }
  #top_reason_sec .cont .list ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  #top_reason_sec .cont .list ul li .text_block .num_box {
    margin-bottom: 3vw;
    gap: 0 2vw;
  }
  #top_reason_sec .cont .list ul li .text_block .num_box .num {
    font-size: 4vw;
  }
  #top_reason_sec .cont .list ul li .text_block .num_box .icon {
    width: 4.5vw;
  }
  #top_reason_sec .cont .list ul li .text_block .ttl_box {
    padding-left: 2.5vw;
    margin-bottom: 4vw;
  }
  #top_reason_sec .cont .list ul li .text_block .ttl_box .ttl {
    font-size: 6vw;
  }
  #top_reason_sec .cont .list ul li .text_block .ttl_box .ttl.small {
    font-size: 5.5vw;
  }
  #top_reason_sec .cont .list ul li .text_block .text {
    font-size: 3.4vw;
  }
  #top_reason_sec .cont .list ul li .text_block .text + .text {
    margin-top: 1vw;
  }
  #top_reason_sec .cont .list ul li .img_block {
    width: 100%;
    margin-bottom: 4.5vw;
  }
  #top_reason_sec .cont .list ul li .img_block::before {
    top: -2vw;
    left: -2vw;
  }
  #top_reason_sec .cont .list ul li .img_block .graph_cont {
    display: block;
    padding: 2.5vw;
  }
  #top_reason_sec .cont .list ul li .img_block .graph_cont .graph {
    width: 100%;
  }
  #top_reason_sec .cont .list ul li .img_block .graph_cont .arrow {
    width: 23vw;
    height: 6vw;
    margin: 2.6vw auto 2.8vw;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateX(0);
  }
  #top_reason_sec .cont .list ul li .img_block .img {
    width: 100%;
    height: 50vw;
  }
  .common_cta_sec {
    padding: 12vw 0 10vw;
  }
  .common_cta_sec .human {
    bottom: 31vw;
    left: 14vw;
    width: 33vw;
  }
  .common_cta_sec .img_list {
    top: auto;
    bottom: 42.5vw;
    right: 21vw;
    transform: translateY(0);
  }
  .common_cta_sec .img_list ul li:nth-child(1) {
    top: 12vw;
    left: -10vw;
    width: 18vw;
  }
  .common_cta_sec .img_list ul li:nth-child(2) {
    width: 23vw;
  }
  .common_cta_sec .img_list ul li:nth-child(3) {
    top: -3vw;
    left: 15vw;
    width: 18vw;
  }
  .common_cta_sec .cont .copy_box {
    margin-bottom: 4vw;
  }
  .common_cta_sec .cont .copy_box .copy {
    font-size: 6.3vw;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.6;
    padding: 1.2vw 2vw 1.2vw 2vw;
    color: #fff;
    background: #B97D0C;
    background: linear-gradient(180deg, #a77900 0%, #d8a827 50%, #a77900 100%);
  }
  .common_cta_sec .cont .copy_box .copy .big {
    font-size: 8vw;
  }
  .common_cta_sec .cont .copy_box .copy.middle {
    font-size: 8vw;
    padding: 0.5vw 2vw 0.5vw 2vw;
    line-height: 1.65;
  }
  .common_cta_sec .cont .copy_box .copy.last {
    line-height: 1.95;
  }
  .common_cta_sec .cont .text {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .common_cta_sec .cont .check_text {
    font-size: 2.8vw;
    margin-top: 3vw;
  }
  .common_cta_sec .cont .medal_list {
    margin-top: 4vw;
    width: 100vw;
    margin-left: -5vw;
  }
  .common_cta_sec .cont .medal_list ul {
    gap: 0 1.6vw;
  }
  .common_cta_sec .cont .medal_list ul li {
    gap: 0 0.7vw;
  }
  .common_cta_sec .cont .medal_list ul li .deco {
    width: 2.9vw;
  }
  .common_cta_sec .cont .medal_list ul li .medal_text_box {
    padding-bottom: 0.5vw;
  }
  .common_cta_sec .cont .medal_list ul li .medal_text_box .medal_label {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  .common_cta_sec .cont .campaign_cont {
    width: 100%;
    margin: 5vw auto 44vw;
    padding-bottom: 5vw;
  }
  .common_cta_sec .cont .campaign_cont .deco_border {
    bottom: 0;
    width: 100%;
  }
  .common_cta_sec .cont .campaign_cont .ttl_box {
    gap: 0 2vw;
    margin-bottom: 1.5vw;
  }
  .common_cta_sec .cont .campaign_cont .ttl_box .ttl {
    font-size: 3.6vw;
  }
  .common_cta_sec .cont .campaign_cont .campaign_text {
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .common_cta_sec .cont .campaign_cont .campaign_text .num {
    font-size: 5vw;
  }
  .common_cta_sec .cont .campaign_cont .campaign_text .big {
    margin-left: 0;
    font-size: 4.7vw;
    letter-spacing: 0.06em;
  }
  .common_cta_sec .cont .line_btn_wrap {
    width: 100%;
    z-index: 1;
  }
  .common_cta_sec .cont .line_btn_wrap a .label_box {
    margin-bottom: -3vw;
  }
  .common_cta_sec .cont .line_btn_wrap a .label_box .label {
    padding: 1.5vw 8vw 1.8vw;
    font-size: 3.6vw;
  }
  .common_cta_sec .cont .line_btn_wrap a .btn {
    padding: 5vw 3.5vw 5vw 3.5vw;
  }
  .common_cta_sec .cont .line_btn_wrap a .btn::before {
    content: none;
  }
  .common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .icon {
    width: 8.5vw;
    margin-right: 4vw;
  }
  .common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .btn_label {
    text-align: left;
    font-size: 4.5vw;
  }
  .common_cta_sec .cont .line_btn_wrap a .btn .btn_inner .arrow {
    width: 3.5vw;
  }
  #top_voice_sec {
    margin: 16vw 0 18vw;
  }
  #top_voice_sec .top_text_cont {
    margin-bottom: 5vw;
  }
  #top_voice_sec .top_text_cont .top_ttl_box {
    margin-bottom: 4vw;
    display: block;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .deco_border {
    width: 75vw;
    transform: translateY(0);
    margin: 0 auto;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .deco_border:first-of-type {
    display: none;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .ttl_box {
    margin-bottom: 3vw;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .ttl_box .en_ttl {
    font-size: 5vw;
    margin-bottom: 0;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .ttl_box .ttl {
    font-size: 7.4vw;
    line-height: 1.2;
  }
  #top_voice_sec .top_text_cont .top_ttl_box .ttl_box .ttl .small {
    font-size: 4vw;
  }
  #top_voice_sec .top_text_cont .text {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  #top_voice_sec .medal_list {
    width: 100vw;
    margin-left: -5vw;
    margin-bottom: 5vw;
  }
  #top_voice_sec .medal_list ul {
    gap: 0 1.5vw;
    margin-bottom: 2.5vw;
  }
  #top_voice_sec .medal_list ul li::before {
    top: -2.5vw;
    bottom: 1.5vw;
  }
  #top_voice_sec .medal_list ul li .inner {
    gap: 0 0.5vw;
  }
  #top_voice_sec .medal_list ul li .inner::before {
    bottom: 2vw;
    width: 12vw;
  }
  #top_voice_sec .medal_list ul li .inner .star {
    width: 6vw;
  }
  #top_voice_sec .medal_list ul li .inner .deco {
    width: 4vw;
  }
  #top_voice_sec .medal_list ul li .inner .text_box {
    padding-bottom: 3.3vw;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .label {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .num_box {
    gap: 0 1.2vw;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .num_box .num_total {
    display: none;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .num_box .num {
    font-size: 8.7vw;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .num_box .num_label {
    text-align: left;
    font-size: 3.1vw;
    line-height: 1.1;
  }
  #top_voice_sec .medal_list ul li .inner .text_box .num_box .per {
    font-size: 5vw;
  }
  #top_voice_sec .medal_list .check_text {
    font-size: 2.8vw;
    line-height: 1.3;
    text-align: center;
  }
  #top_voice_sec .slider_wrap {
    margin-bottom: 10vw;
  }
  #top_voice_sec .slider_wrap .slider_guide_box {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5vw;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .arrow {
    width: 12vw;
    height: 12vw;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .arrow:hover {
    background-color: #fff;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .arrow:hover svg path {
    fill: #B4B4B4;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .arrow svg {
    width: 4vw;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list {
    display: block;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list ul {
    position: inherit;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 0 6px;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list ul li {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: #CECECE;
    border-radius: 100vmax;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list ul li.slick-active {
    background-color: #C69B0D;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list ul li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 100vmax;
  }
  #top_voice_sec .slider_wrap .slider_guide_box .dots_list ul li button::before {
    content: none;
  }
  #top_voice_sec .slider_wrap .top_voice_slider {
    margin-bottom: 6vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box {
    width: 42.5833333333vw;
    margin: 0 1.75vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box:nth-child(4) {
    animation-delay: 0s;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box {
    height: 55vw;
    margin-bottom: 4vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .img_box::before {
    top: 1vw;
    right: -1vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box {
    gap: 0 1.5vw;
    margin-bottom: 2vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box .label {
    font-size: 3.6vw;
    padding: 1.2vw 2vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .point_box .num {
    font-size: 7vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .ttl {
    font-size: 3.7vw;
    margin-bottom: 3vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box .border {
    margin-bottom: 2.5vw;
  }
  #top_voice_sec .slider_wrap .top_voice_slider .voice_box a .text_box .area_box .area {
    font-size: 3.5vw;
  }
  #top_voice_sec .copy_cont .copy {
    font-size: 4.7vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  #top_check_sec {
    padding: 12vw 0 15vw;
  }
  #top_check_sec::before, #top_check_sec::after {
    left: 2.5vw;
    right: 2.5vw;
  }
  #top_check_sec .cont .top_ttl_box {
    margin-bottom: 6vw;
  }
  #top_check_sec .cont .top_ttl_box .ttl {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  #top_check_sec .cont .top_ttl_box .copy_box {
    margin: 0 auto 6vw;
  }
  #top_check_sec .cont .top_ttl_box .copy_box .deco_border {
    bottom: -4vw;
    right: -9vw;
    width: 80vw;
  }
  #top_check_sec .cont .top_ttl_box .copy_box .copy {
    font-size: 6.5vw;
    line-height: 1.3;
  }
  #top_check_sec .cont .top_ttl_box .text {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  #top_check_sec .cont .list ul {
    display: block;
  }
  #top_check_sec .cont .list ul li {
    width: 100%;
    height: 100%;
    display: block;
  }
  #top_check_sec .cont .list ul li + li {
    margin-top: 8vw;
  }
  #top_check_sec .cont .list ul li:nth-child(2) {
    animation-delay: 0s;
  }
  #top_check_sec .cont .list ul li:nth-child(3) {
    animation-delay: 0s;
  }
  #top_check_sec .cont .list ul li .en_label {
    font-size: 4.7vw;
    margin-bottom: 1.5vw;
  }
  #top_check_sec .cont .list ul li .img {
    width: 100%;
    height: 45vw;
    margin-bottom: -4.7vw;
  }
  #top_check_sec .cont .list ul li .text_cont {
    display: block;
  }
  #top_check_sec .cont .list ul li .text_cont .type_box {
    margin-bottom: 4.5vw;
  }
  #top_check_sec .cont .list ul li .text_cont .type_box .type {
    padding: 2vw 5vw 2.8vw;
    font-size: 4.8vw;
  }
  #top_check_sec .cont .list ul li .text_cont .type_box .type .small {
    font-size: 4vw;
  }
  #top_check_sec .cont .list ul li .text_cont .check_box {
    margin-bottom: 5vw;
  }
  #top_check_sec .cont .list ul li .text_cont .check_box .ttl_box {
    gap: 0 5vw;
    margin-bottom: 3vw;
  }
  #top_check_sec .cont .list ul li .text_cont .check_box .ttl_box .ttl {
    font-size: 4vw;
  }
  #top_check_sec .cont .list ul li .text_cont .check_box .text {
    font-size: 3.5vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box {
    margin-bottom: 7.5vw;
    padding: 3vw 0 0.5vw;
    gap: 0 1vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box::before {
    bottom: calc(-4vw + 1px);
    height: 4vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .ttl {
    font-size: 4vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .ttl_box .deco {
    width: 2.5vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .text_box {
    padding: 0 5vw 5vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .text_box .text {
    font-size: 3.6vw;
  }
  #top_check_sec .cont .list ul li .text_cont .merit_box .text_box .text .bg {
    padding: 0.5vw 1vw;
  }
  #top_flow_sec {
    margin: 16vw 0 16vw;
  }
  #top_flow_sec .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_flow_sec .top_ttl_box .common_ttl_box {
    margin-bottom: 5vw;
  }
  #top_flow_sec .top_ttl_box .text {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  #top_flow_sec .list {
    margin-bottom: 9vw;
  }
  #top_flow_sec .list ul li {
    display: block;
  }
  #top_flow_sec .list ul li .arrow {
    bottom: -6vw;
    width: 12vw;
    height: 4vw;
  }
  #top_flow_sec .list ul li + li {
    margin-top: 8vw;
  }
  #top_flow_sec .list ul li:first-child {
    border: 1px solid #C1AA78;
    padding-bottom: 6vw;
  }
  #top_flow_sec .list ul li:first-child .text_block {
    border: none;
    padding-bottom: 0;
  }
  #top_flow_sec .list ul li:first-child .text_block .deco.deco3 {
    bottom: -23vw;
  }
  #top_flow_sec .list ul li:first-child .text_block .deco.deco4 {
    bottom: -23vw;
  }
  #top_flow_sec .list ul li .num_block {
    width: 100%;
    display: block;
    padding: 2vw 0 1.7vw;
  }
  #top_flow_sec .list ul li .num_block .num {
    font-size: 4.6vw;
  }
  #top_flow_sec .list ul li .num_block .num .big {
    font-size: 4.6vw;
  }
  #top_flow_sec .list ul li .text_block {
    align-items: center;
    padding: 5vw 5vw 5vw;
    gap: 0 3.5vw;
  }
  #top_flow_sec .list ul li .text_block .deco {
    width: 4vw;
  }
  #top_flow_sec .list ul li .text_block .deco.deco1 {
    top: 2.5vw;
    left: 2.5vw;
  }
  #top_flow_sec .list ul li .text_block .deco.deco2 {
    top: 2.5vw;
    right: 2.5vw;
  }
  #top_flow_sec .list ul li .text_block .deco.deco3 {
    bottom: 2.5vw;
    left: 2.5vw;
  }
  #top_flow_sec .list ul li .text_block .deco.deco4 {
    bottom: 2.5vw;
    right: 2.5vw;
  }
  #top_flow_sec .list ul li .text_block .img_box {
    width: 28vw;
  }
  #top_flow_sec .list ul li .text_block .img_box .img {
    height: 40vw;
  }
  #top_flow_sec .list ul li .text_block .text_box .ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #top_flow_sec .list ul li .text_block .text_box .text_inner {
    height: 27vw;
    overflow-y: scroll;
  }
  #top_flow_sec .list ul li .text_block .text_box .text_inner .text {
    font-size: 3.3vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #top_flow_sec .list ul li .text_block .text_box .text_inner .check_text {
    margin-top: 1vw;
    font-size: 3.1vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #top_flow_sec .list ul li .line_btn {
    margin: 3.5vw auto 0;
    width: 80vw;
  }
  #top_flow_sec .list ul li .line_btn a {
    padding: 4vw 3.5vw 4vw 3.5vw;
  }
  #top_flow_sec .list ul li .line_btn a::before {
    content: none;
  }
  #top_flow_sec .list ul li .line_btn a .btn_inner .icon {
    width: 8vw;
    margin-right: 6vw;
  }
  #top_flow_sec .list ul li .line_btn a .btn_inner .btn_label {
    text-align: left;
    font-size: 4vw;
  }
  #top_flow_sec .list ul li .line_btn a .btn_inner .btn_arrow {
    width: 3.5vw;
  }
  #top_flow_sec .copy_cont .copy {
    font-size: 3.9vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  #top_company_sec {
    margin-bottom: 13vw;
    padding: 10vw 0 12vw;
  }
  #top_company_sec .cont .top_ttl_box {
    margin-bottom: 10vw;
  }
  #top_company_sec .cont .top_ttl_box .deco {
    width: 20vw;
    margin: 0 auto 4vw;
  }
  #top_company_sec .cont .top_ttl_box .ttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  #top_company_sec .cont .top_ttl_box .text {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  #top_company_sec .cont .top_ttl_box .text + .text {
    margin-top: 2vw;
  }
  #top_company_sec .cont .profile_cont {
    display: block;
  }
  #top_company_sec .cont .profile_cont .img_box {
    width: 86vw;
    margin: 0 auto 4vw;
  }
  #top_company_sec .cont .profile_cont .img_box::before {
    top: 2vw;
    right: -2vw;
  }
  #top_company_sec .cont .profile_cont .img_box::after {
    top: -2vw;
    left: -2vw;
  }
  #top_company_sec .cont .profile_cont .img_box .img {
    height: 60vw;
  }
  #top_company_sec .cont .profile_cont .img_box .img img {
    -o-object-position: top center;
       object-position: top center;
  }
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr th,
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr td {
    padding: 4vw 0;
  }
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr th {
    width: 29vw;
  }
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr td {
    padding: 4vw 0 4vw 2vw;
  }
  #top_company_sec .cont .profile_cont .text_block .table_wrap table tr td .inner .license_img {
    width: 50%;
    margin-top: 4vw;
  }
  #top_faq_sec {
    margin-bottom: 15vw;
  }
  #top_faq_sec .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_faq_sec .top_ttl_box .common_ttl_box {
    margin-bottom: 5vw;
  }
  #top_faq_sec .top_ttl_box .text {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  #top_faq_sec .faq_list ul li + li {
    margin-top: 3vw;
  }
  #top_faq_sec .faq_list ul li .en_label {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  #top_faq_sec .faq_list ul li .en_label .en {
    font-size: 5vw;
  }
  #top_faq_sec .faq_list ul li .q_box {
    margin-bottom: 2vw;
    padding-right: 3vw;
  }
  #top_faq_sec .faq_list ul li .q_box .ttl {
    font-size: 3.6vw;
  }
  #top_faq_sec .faq_list ul li .q_box .arrow {
    margin-left: 3vw;
    width: 2.5vw;
  }
  #top_faq_sec .faq_list ul li .a_box {
    padding: 0 0 3vw 0;
  }
  #top_faq_sec .faq_list ul li .a_box .text_box .text {
    font-size: 3.4vw;
    line-height: 1.6;
  }
  #main_footer {
    z-index: 1;
    padding: 15vw 0 32vw;
  }
  #main_footer .cont .top_data_block {
    margin-bottom: 7vw;
  }
  #main_footer .cont .top_data_block .top_data_box {
    width: 100%;
  }
  #main_footer .cont .top_data_block .top_data_box + .top_data_box {
    margin-top: 5vw;
  }
  #main_footer .cont .top_data_block .top_data_box .ttl_box {
    display: flex;
    margin-bottom: 3vw;
    gap: 0 5vw;
  }
  #main_footer .cont .top_data_block .top_data_box .ttl_box::before, #main_footer .cont .top_data_block .top_data_box .ttl_box::after {
    width: 100%;
  }
  #main_footer .cont .top_data_block .top_data_box .ttl_box .ttl {
    font-size: 3.5vw;
  }
  #main_footer .cont .top_data_block .top_data_box .data {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  #main_footer .cont .top_data_block .top_data_box .data + .data {
    margin-top: 2vw;
  }
  #main_footer .cont .copy_box {
    display: block;
    text-align: center;
  }
  #main_footer .cont .copy_box .link {
    margin-bottom: 7vw;
  }
  #main_footer .cont .copy_box .link ul li a {
    font-size: 3.2vw;
  }
  #main_footer .cont .copy_box .copy {
    font-size: 2.8vw;
  }
  /* 共通設定 */
  .common_page_main .main_cont {
    padding: 20vw 0 0;
    margin-bottom: 5vw;
  }
  .common_page_main .main_cont .ttl_box .en {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .common_page_main .main_cont .ttl_box .ttl {
    font-size: 6.5vw;
    border-radius: 1vw;
  }
  .common_page_main .breadcrumb {
    text-align: left;
    font-size: 2.8vw;
  }
  .common_page_wrap {
    padding: 17vw 0 22vw;
  }
  .common_single_wrap {
    padding: 0 0 17vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  .breadcrumb {
    font-size: 2.4vw;
  }
  .breadcrumb.single {
    text-align: left;
    margin-top: 19vw;
  }
  /* SP固定ページ 個人情報保護方針 */
  .privacy_cont_sec .main_text {
    font-size: 3.3vw;
    margin-block: 0 10vw;
  }
  .privacy_cont_sec dl + dl {
    margin-block: 8vw 0;
  }
  .privacy_cont_sec dl dt {
    font-size: 4.1vw;
    padding-block: 0 0.5em;
    margin-block: 0 0.7em;
  }
  .privacy_cont_sec dl dd {
    font-size: 3.3vw;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  .wp-pagenavi {
    margin-top: 12vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 1.5vw 2.8vw !important;
    margin: 0 2px;
    font-size: 3.6vw;
  }
  .common_form_page {
    padding: calc(65px + 14vw) 0 25vw;
  }
  .common_form_page .container {
    display: block;
  }
  .common_form_page .container .text_block {
    position: inherit;
    top: 0;
    margin-bottom: 8vw;
  }
  .common_form_page .container .text_block .top_text_box {
    margin-bottom: 0;
  }
  .common_form_page .container .text_block .top_text_box .ttl {
    font-size: 7.2vw;
    margin-bottom: 5vw;
  }
  .common_form_page .container .text_block .top_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .text_block .top_text_box .text a {
    margin: 0 0.1vw;
  }
  .common_form_page .container .text_block .top_text_box .text + .text {
    margin-top: 1.5vw;
  }
  .common_form_page .container .text_block .form_guide_box {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .common_form_page .container .text_block .form_guide_box .ttl {
    font-size: 3.8vw;
    padding-bottom: 2vw;
  }
  .common_form_page .container .text_block .thum_box {
    gap: 0 5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list {
    margin-top: 3vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
    margin-top: 2vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
    font-size: 3.5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
    margin-right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .common_form_page .container .text_block .thum_box .thum {
    width: 30%;
    border-radius: 3vw;
    padding: 2vw;
  }
  .common_form_page .container .form_cont {
    width: 100%;
    padding: 7vw 3.5vw 6vw;
    margin-left: 0;
  }
  .common_form_page .container .form_cont .top_text_box {
    margin-bottom: 6vw;
  }
  .common_form_page .container .form_cont .top_text_box .lead {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box {
    margin-bottom: 7vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
    margin-top: 5.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
    padding: 2.5vw 3.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
    padding: 3vw 3.5vw;
    font-size: 3.6vw;
    height: 50vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button {
    line-height: 16vw;
    font-size: 4.2vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button:hover {
    transform: translateY(0);
    box-shadow: 0 6px #0C5693;
  }
  .common_form_page .container .form_cont .form_wrap button[name=submitBack] {
    margin-top: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
    margin-top: 2vw;
  }
  /* layout helpers */
  .data_box.check_wrap {
    display: block;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-top: 2vw;
  }
  .radio_btns {
    display: block;
  }
  #sidebar {
    width: 100%;
    padding: 0 15px;
    margin-top: 5vw;
  }
  #sidebar .block + .block {
    margin-top: 10vw;
  }
  #sidebar .common_link_box {
    margin-bottom: 0;
  }
  #sidebar .block .top_ttl {
    font-size: 3.6vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  #sidebar .block .top_ttl::before {
    width: 30%;
  }
  #sidebar .block .ranking_list ul li + li {
    margin-top: 5vw;
  }
  #sidebar .block .ranking_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box {
    width: 6vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box .num {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #sidebar .block .ranking_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .ranking_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .ranking_list ul li a:hover .img img {
    transform: scale(1);
  }
  #sidebar .block .voice_list ul li + li {
    margin-top: 4vw;
  }
  #sidebar .block .voice_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .voice_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .voice_list ul li a .text_box .date {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  #sidebar .block .voice_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .voice_list ul li a:hover .img img {
    transform: scale(1);
  }
  /* 準備中 */
  .sorry_sec .text_box .text {
    text-align: left;
    font-size: 4vw;
  }
  .sorry_sec .text_box .text + .text {
    margin-top: 3vw;
  }
  .sorry_sec .text_box .common_btn {
    margin: 7vw 0 0;
  }
  .single_page_wrap {
    padding-top: calc(70px + 10vw);
    padding-bottom: 19vw;
    margin-bottom: 0;
  }
  .single_page_wrap #sidebar {
    padding: 0;
    margin-top: 14vw;
  }
}/*# sourceMappingURL=style.css.map */