*::selection {
  background-color: #FFE092;
  color: #3c3c3c;
}

.windows body {
  background-color: #eeeeee !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F8F8F8;
}

#wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#container {
  position: relative;
  z-index: 10;
}

.float_ig {
  position: fixed;
  z-index: 100;
  bottom: 12%;
  left: -50px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1100px) {
  .float_ig {
    bottom: 17%;
    left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .float_ig {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .float_ig {
    bottom: 19%;
  }
}
.float_ig a {
  display: flex;
  align-items: center;
}
.float_ig a .txt {
  display: inline-block;
  color: #3C3C3C;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .line {
  height: 2px;
  background: #3C3C3C;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  visibility: hidden;
}
.float_ig a .float_icon {
  display: inline-block;
  vertical-align: bottom;
  transform: rotate(-90deg);
}

#global_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background: transparent;
  z-index: 9500;
}
#global_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  position: absolute;
  width: 15%;
  padding-left: 20px;
  padding-top: 24px;
}
@media screen and (max-width: 520px) {
  .logo {
    padding-left: 5px;
    padding-top: 16px;
    width: auto;
  }
}
.logo a {
  display: inline-block;
  padding: 10px;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 520px) {
  .logo a {
    width: 120px;
    display: grid;
    place-items: center;
  }
}
.logo a img {
  filter: drop-shadow(2px 2px 0 rgb(255, 255, 255));
}
@media screen and (max-width: 520px) {
  .logo a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

#global_navi {
  display: none;
  position: absolute;
  right: 0;
  width: 65%;
  margin-right: 120px;
}
@media screen and (max-width: 1100px) {
  #global_navi {
    display: none;
  }
}
#global_navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#global_navi ul li {
  position: relative;
  overflow: hidden;
}
#global_navi ul li a {
  width: 100%;
  height: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #F57F31;
  line-height: 1;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#global_navi ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_navi ul li a span {
  position: relative;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3C3C3C;
  font-size: 1.4rem;
}
#global_navi ul li a span::before {
  position: absolute;
  top: 100%;
  font-size: 1.4rem;
  color: #F57F31;
  content: attr(data-hover);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
}
#global_navi ul li a.outlink {
  padding-left: 20px;
  background: url(../images/common/icon_cart.svg) no-repeat left center;
}

.key_visual#top {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 9000;
  background: linear-gradient(180deg, rgb(245, 127, 49) 0%, rgb(255, 81, 65) 100%);
}
.key_visual#top.end__sc {
  position: relative;
}
@media screen and (max-width: 520px) {
  .key_visual#top .key_infinite_text,
.key_visual#top .key_infinite_text2 {
    display: none;
  }
}
.key_visual#top .key_infinite_text .text-infinity-scroll,
.key_visual#top .key_infinite_text .text-infinity-scroll2,
.key_visual#top .key_infinite_text2 .text-infinity-scroll,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 20%;
  z-index: 10;
  padding: 6px 0;
  border: 4px solid #fff;
  border-left: none;
  border-right: none;
}
.key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 4vw;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 14.5vw;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
    font-size: 18vw;
  }
}
.key_visual#top .key_infinite_text .text-infinity-scroll .first,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .first,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .first {
  animation: anim--first 100s infinite linear 0.1s both;
}
.key_visual#top .key_infinite_text .text-infinity-scroll .second,
.key_visual#top .key_infinite_text .text-infinity-scroll2 .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll .second,
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 .second {
  animation: anim--second 100s infinite linear 0.1s both;
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.key_visual#top .key_infinite_text2 .text-infinity-scroll2 {
  top: 37.8%;
}
.key_visual#top .wapper_img {
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  filter: blur(30px);
}
.key_visual#top .wapper_img.active {
  transition: all 1.2s ease-in-out 2.2s;
  filter: blur(0);
}
.key_visual#top .wapper_img.end__sc {
  position: relative;
}
.key_visual#top .wapper_img .slider {
  width: 100%;
  height: 100svh;
  z-index: 100;
  position: relative;
}
.key_visual#top .wapper_img .slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center bottom;
}
.key_visual#top .wapper_img .slider img.pc {
  display: inline;
}
@media screen and (max-width: 1100px) {
  .key_visual#top .wapper_img .slider img.pc {
    object-position: 50% bottom;
    object-fit: contain;
    height: 100%;
  }
}
.key_visual#top .wapper_img .slider img.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .key_visual#top .wapper_img .slider img.pc {
    display: none;
  }
  .key_visual#top .wapper_img .slider img.sp {
    display: inline-block;
    object-fit: contain;
    height: 100%;
    object-position: center bottom;
  }
}
.key_visual#top .slider__nav.js-slider__nav,
.key_visual#top .scroll {
  display: none;
}
.key_visual#top .txt_box {
  position: absolute;
  z-index: 200;
  left: 40px;
  bottom: 50px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box {
    left: 15px;
    bottom: auto;
    top: 15%;
    height: 75%;
    width: 90%;
  }
}
.key_visual#top .txt_box.widescreen {
  bottom: 15px;
  left: 20px;
  padding: 10px 10px 0 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box.widescreen {
    background: none;
  }
}
.key_visual#top .txt_box.widescreen p.txt1 span.txt_box_title {
  padding-left: 30px;
  font-size: 2.6rem;
}
.key_visual#top .txt_box.widescreen p.txt2 span.txt_wrap {
  font-size: 3.8rem;
}
.key_visual#top .txt_box.widescreen p.txt3 span.txt_wrap {
  font-size: 3.8rem;
}
.key_visual#top .txt_box.widescreen .info_box .cursor_saki {
  right: -0.3px;
  bottom: 38px;
}
.key_visual#top .txt_box.widescreen .info_box .txtmain_inner {
  font-size: 3.6rem;
}
.key_visual#top .txt_box .box_txt > p {
  width: fit-content;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt1::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt1.active::before {
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt1.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt > p.txt2 {
  margin-bottom: 4px;
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt2 span {
  padding: 4px 10px 4px 0;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt > p.txt2 span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt > p.txt2 span {
    font-size: 3.6rem;
  }
}
.key_visual#top .txt_box .box_txt > p.txt2::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt2.active::before {
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt2.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt > p.txt3 {
  line-height: 1.2;
}
.key_visual#top .txt_box .box_txt > p.txt3 span {
  padding: 4px 10px 4px 0;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt > p.txt3 span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt > p.txt3 span {
    font-size: 3.6rem;
  }
}
.key_visual#top .txt_box .box_txt > p.txt3::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.key_visual#top .txt_box .box_txt > p.txt3.active::before {
  transition: all 0.35s cubic-bezier(0.16, 0.93, 0.84, 0.38);
  left: 100%;
}
.key_visual#top .txt_box .box_txt > p.txt3.active span {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.key_visual#top .txt_box .box_txt span.txt_box_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0);
  padding: 4px 25px 4px 40px;
  border-radius: 5px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .box_txt span.txt_box_title {
    padding: 4px 25px 4px 30px;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_box_title {
    padding: 4px 14px;
    font-size: 3.2rem;
  }
}
.key_visual#top .txt_box .box_txt span.txt_wrap {
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 6.4rem;
  position: relative;
  border-radius: 5px;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_wrap {
    font-size: 3.2rem;
  }
}
.key_visual#top .txt_box .box_txt span.txt_wrap .carning {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.35em;
  padding: 0;
}
.key_visual#top .txt_box .box_txt span.txt_wrap .carning1 {
  letter-spacing: -0.85em;
}
.key_visual#top .txt_box .box_txt span.txt_wrap .shironuki {
  font-weight: bold;
  color: rgba(255, 255, 255, 0) !important;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  text-shadow: none;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .box_txt span.txt_wrap .shironuki {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    padding: 4px;
  }
}
.key_visual#top .txt_box .box_txt > ::before, .key_visual#top .txt_box .box_txt > ::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: -100%;
}
.key_visual#top .txt_box .box_txt > ::before {
  background: rgb(0, 0, 0);
}
.key_visual#top .txt_box .box_txt > ::after {
  background: rgb(255, 255, 255);
}
.key_visual#top .txt_box .info_box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box {
    position: absolute;
    bottom: 0;
    padding: 10px 20px 0 0;
  }
}
.key_visual#top .txt_box .info_box.active span {
  transition: all 0.4s ease 0.7s;
  opacity: 1;
  transform: scale(1) rotate(0);
}
.key_visual#top .txt_box .info_box.active::before {
  transition: all 0.4s ease;
  left: 110%;
}
.key_visual#top .txt_box .info_box.active::after {
  transition: all 0.4s ease 0.3s;
  left: 110%;
}
.key_visual#top .txt_box .info_box #line_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box #line_wrap {
    width: 100%;
    padding-right: 5px;
  }
}
.key_visual#top .txt_box .info_box #line_wrap .line1 {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: line-animation 1.2s linear forwards 5.8s;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box #line_wrap .line1 {
    stroke-width: 3;
  }
}
.key_visual#top .txt_box .info_box .cursor_saki {
  position: absolute;
  bottom: 22px;
  right: 2.5px;
  opacity: 0;
  animation: cursorop 0.45s linear forwards 6.4s;
}
@media screen and (max-width: 1280px) {
  .key_visual#top .txt_box .info_box .cursor_saki {
    bottom: 39px;
    right: -0.5px;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .cursor_saki {
    bottom: 6px;
    right: 0.58%;
  }
}
.key_visual#top .txt_box .info_box .info_box_txt {
  position: relative;
  display: inline-block;
  padding: 10px 20px 12px 10px;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .info_box_txt {
    padding: 0 10px 0 0;
  }
}
.key_visual#top .txt_box .info_box .info_box_txt.active .txtmain::before {
  transition: all 0.35s linear;
  left: 120%;
}
.key_visual#top .txt_box .info_box .info_box_txt.active .txtmain .txtmain_inner {
  transition: all 0.35s linear 0.4s;
  opacity: 1;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain {
  position: relative;
  width: fit-content;
  height: fit-content;
  display: inline-block;
  overflow: hidden;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
}
.key_visual#top .txt_box .info_box .info_box_txt .txtmain .txtmain_inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .key_visual#top .txt_box .info_box .info_box_txt .txtmain .txtmain_inner {
    padding: 0;
    font-size: 3rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
.key_visual#top .overlay_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 520px) {
  .key_visual#top .overlay_cover {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
  }
}

@keyframes cursorop {
  to {
    opacity: 1;
  }
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 500;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.sc_circle {
  position: absolute;
  z-index: 300;
  bottom: 50px;
  right: 50px;
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 520px) {
  .sc_circle {
    width: 65px;
    height: 65px;
    bottom: 10%;
    right: 20px;
  }
}
.sc_circle .circle {
  animation: 12s linear infinite rotation1;
}
@media screen and (max-width: 520px) {
  .sc_circle .circle {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
}
.sc_circle .cursor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  margin: auto;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 520px) {
  .sc_circle .cursor {
    width: 12px;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topkey_blur1 {
  visibility: hidden;
  position: absolute;
  top: 70vh;
  left: -300px;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .topkey_blur1 {
    width: 350px;
    height: auto;
    left: -50px;
  }
}

.key_visual#sub {
  position: relative;
  padding-top: 150px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .key_visual#sub {
    padding-top: 150px;
    margin-bottom: 80px;
  }
}
.key_visual#sub .inner {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .key_visual#sub .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .key_visual#sub .inner {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#sub .inner {
    width: 90%;
  }
}
.key_visual#sub .inner .title-box {
  margin-bottom: 40px;
}
.key_visual#sub .inner .title-box .sub-title {
  color: #F57F31;
  font-size: 2rem;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width: 520px) {
  .key_visual#sub .inner .title-box .sub-title {
    font-size: 1.6rem;
  }
}
.key_visual#sub .inner .title-box .page-title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  color: #3C3C3C;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 5rem;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .page-title {
    font-size: 4.5rem;
  }
}
.key_visual#sub .inner .title-box .page-title .after {
  display: none;
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .page-title .after {
    display: block;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .page-title .after {
    display: none;
  }
}
.key_visual#sub .inner .title-box .another {
  font-size: 7rem !important;
  line-height: 1.3 !important;
}
@media screen and (max-width: 768px) {
  .key_visual#sub .inner .title-box .another {
    font-size: 3.4rem !important;
  }
}
@media screen and (max-height: 600px) {
  .key_visual#sub .inner .title-box .another {
    font-size: 4.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .key_about#sub {
    margin-bottom: 0px !important;
  }
}

.pankuzu {
  width: 100%;
}
.pankuzu .navi {
  text-align: right;
  color: #F57F31;
  display: block;
  font-size: 1.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
}
.pankuzu .navi a {
  color: #F57F31;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pankuzu .navi span {
  display: inline;
  font-size: 1.6rem;
  color: #3C3C3C;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .pankuzu .navi span {
    display: inline-block;
  }
}

.key_visual#recruit {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 9000;
  background: linear-gradient(180deg, rgb(245, 127, 49) 0%, rgb(255, 81, 65) 100%);
}
.key_visual#recruit .eyecatch_pic {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .key_visual#recruit .eyecatch_pic {
    width: 100%;
    overflow-x: hidden;
  }
}
.key_visual#recruit .eyecatch_pic img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 100%;
    left: 6%;
  }
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 210%;
    left: -10%;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .eyecatch_pic img {
    width: 280%;
    left: -30%;
  }
}
.key_visual#recruit .key_visual_inner {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.key_visual#recruit .key_visual_inner .inner_box {
  width: 50%;
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .key_visual_inner .inner_box {
    place-items: start center;
    width: 100%;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
    padding: 15% 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap {
    padding: 26% 0 0 0;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .read {
  font-size: 2.4vw;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .read {
    font-size: 5vw;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .main_read {
  font-size: 5vw;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .main_read {
    font-size: 8vw;
  }
}
.key_visual#recruit .key_visual_inner .inner_box .txt_wrap .catch_sironuki span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .key_visual#recruit .key_visual_inner .inner_box .txt_wrap .catch_sironuki span {
    font-size: 6vw;
  }
}
.key_visual#recruit .pankuzu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.key_visual#recruit .pankuzu .navi {
  padding: 40px;
}
.key_visual#recruit .pankuzu .navi a {
  color: #fff;
}

.page_desc {
  width: 1360px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1360px) {
  .page_desc {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1100px) {
  .page_desc {
    height: auto;
  }
}
.page_desc p {
  font-feature-settings: "palt";
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #3C3C3C;
}
.page_desc p span {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #F57F31;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .page_desc p span {
    font-size: 2.3rem;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p span {
    font-size: 2.5rem;
  }
}
.page_desc p span .after {
  display: none;
}
@media screen and (max-width: 1100px) {
  .page_desc p span .after {
    display: block;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p span .after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page_desc p {
    font-size: 1.8rem;
  }
}
@media screen and (max-height: 600px) {
  .page_desc p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .page_desc .desc_txt_sevice br {
    display: none;
  }
}

.logo-box {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 150px;
  z-index: 8000;
}
.logo-box img {
  width: 100%;
}

#pankuzu {
  padding: 25px 0;
  position: relative;
  z-index: 50;
  width: 100%;
}
#pankuzu.sub {
  top: auto;
}
#pankuzu.sub.company_pan {
  position: relative;
  z-index: 1000;
}
#pankuzu.sub.company_pan * {
  color: #fff !important;
}
#pankuzu .inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  #pankuzu .inner {
    width: 100%;
  }
}
#pankuzu .inner a {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#pankuzu .inner .pantxt {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#global_footer {
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
  background: #F8F8F8;
}
#global_footer.js__bg .overlay {
  transition: height 0.65s cubic-bezier(0.72, 0.22, 0.34, 0.79);
  height: 70%;
}
@media screen and (max-width: 800px) {
  #global_footer.js__bg .overlay {
    height: 90%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer.js__bg .overlay {
    height: 100%;
  }
}
#global_footer .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
}
@media screen and (max-width: 520px) {
  #global_footer .overlay {
    border-radius: 35em 35em 0 0;
  }
}
@media screen and (max-width: 520px) {
  #global_footer {
    border-radius: 40px 40px 0 0;
    padding-top: 0;
    background: linear-gradient(to bottom, #FFAB4A 0%, #F57F31 100%);
  }
}

#global_footer .cta_area {
  position: relative;
}
#global_footer .cta_area .cta_pic {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  #global_footer .cta_area .cta_pic {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_pic {
    display: none;
  }
}
#global_footer .cta_area .cta_pic_sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_pic_sp {
    display: inline-block;
  }
}
#global_footer .cta_area .cta_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1360px;
  height: 100%;
  margin: 0 auto 0 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1360px) {
  #global_footer .cta_area .cta_info {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info {
    width: 100%;
    justify-items: center;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info {
    visibility: hidden;
  }
}
#global_footer .cta_area .cta_info .info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap {
    left: -3%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap {
    left: auto;
    bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap {
    bottom: 30px;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 {
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 {
    margin-right: 0;
    text-align: center;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .desc {
    font-size: 1.2rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .link1 {
    font-size: 2.4rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box1 .annotation {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box1 .annotation {
    font-size: 1.3rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box2 {
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 {
    text-align: center;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box2 .desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
  display: inline-block;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_info .info_wrap .box2 .link_tel {
    font-size: 2.4rem;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box3 {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_info .info_wrap .box3 {
    display: none;
  }
}
#global_footer .cta_area .cta_info .info_wrap .box3 a {
  display: flex;
  align-items: center;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a:hover .txt {
  transition: all 0.25s ease-in-out 0.05s;
  background-position: 0 0;
  border-bottom-color: #F57F31;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a:hover .btn_circle {
  transition: background 0.35s cubic-bezier(0.47, 0.21, 0.49, 0.77) 0.2s;
  background: #3C3C3C;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a .txt {
  color: #fff;
  font-size: 1.7rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to left, #fff 0%, #fff 50%, #FFAB4A 50%, #F57F31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100% 0;
}
#global_footer .cta_area .cta_info .info_wrap .box3 a .btn_circle {
  width: 50px;
  height: 50px;
  background: #F57F31;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
#global_footer .cta_area .cta_sns {
  position: absolute;
  bottom: 20%;
  left: 25%;
  width: 1360px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #global_footer .cta_area .cta_sns {
    left: 6%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns {
    justify-content: space-around;
    left: auto;
    right: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns {
    width: 100%;
  }
}
#global_footer .cta_area .cta_sns a {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a {
    margin-right: 0;
    text-align: center;
  }
}
#global_footer .cta_area .cta_sns a span {
  color: #fff;
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a span {
    display: none;
  }
}
#global_footer .cta_area .cta_sns a img {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  #global_footer .cta_area .cta_sns a img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .cta_area .cta_sns a img {
    margin-right: 0;
  }
}

#global_footer .footer_content {
  padding: 60px 0 16px;
  max-width: 85vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content {
    padding: 30px 0 30px;
  }
}
#global_footer .footer_content .content_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #global_footer .footer_content .content_top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left {
    text-align: center;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_logo {
  margin-bottom: 20px;
  width: 250px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left .f_logo {
    width: 180px;
    margin: 0 auto 20px;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_logo a {
  display: inline-block;
  width: 100%;
}
#global_footer .footer_content .content_top .content_top_left .f_logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global_footer .footer_content .content_top .content_top_left .f_address {
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_left .f_address {
    font-size: 2.1rem;
  }
}
#global_footer .footer_content .content_top .content_top_left .f_telnum {
  font-size: 1.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #fff;
}
#global_footer .footer_content .content_top .content_top_center {
  display: flex;
  width: 800px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_top .content_top_center {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: block;
    padding-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_center {
    display: none;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns {
  margin: 0 auto;
  padding: 0 30px;
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns {
    font-size: 1.6rem;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/common/icon_youtube_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(1)::before {
    background-size: 27px;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 60px;
  background-image: url(../images/common/icon_instagram_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(2)::before {
    background-size: 22px;
  }
}
#global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/common/icon_tiktok_f.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #global_footer .footer_content .content_top .content_top_center .pc_sns:nth-child(3)::before {
    background-size: 22px;
  }
}
#global_footer .footer_content .content_top .content_top_right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right {
    display: block;
    text-align: center;
  }
}
#global_footer .footer_content .content_top .content_top_right a {
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 2em;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right a {
    padding: 4px 24px;
    font-size: 1.6rem;
  }
}
#global_footer .footer_content .content_top .content_top_right a:hover {
  transition: all 0.3s;
  border-color: #FFE092;
}
#global_footer .footer_content .content_top .content_top_right a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .content_top_right a:hover span {
    transform: none;
  }
}
#global_footer .footer_content .content_top .content_top_right a span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.3s;
}
#global_footer .footer_content .content_top .content_top_right a span::before {
  position: absolute;
  top: 100%;
  font-size: 2rem;
  color: #FFE092;
  padding: 8px 0px;
  line-height: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
#global_footer .footer_content .content_top .sp_sns {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_top .sp_sns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  #global_footer .footer_content .content_top .sp_sns a {
    display: inline-block;
  }
  #global_footer .footer_content .content_top .sp_sns a:last-child {
    margin-right: 0;
  }
  #global_footer .footer_content .content_top .sp_sns a:last-child img {
    width: 32px;
    height: auto;
    vertical-align: bottom;
  }
}
#global_footer .footer_content .content_navi {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_navi {
    column-gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .content_navi {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi {
    display: block;
  }
}
#global_footer .footer_content .content_navi .navi_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 1360px) {
  #global_footer .footer_content .content_navi .navi_block {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
#global_footer .footer_content .content_navi .navi_block:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .content_navi .navi_block .navi_title {
  font-size: 1.6rem;
  color: #E8E8E8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block .navi_title {
    font-size: 1.85rem;
    margin-bottom: 0;
    padding: 14px 0 13px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title.js__on span::before {
    transition: all 0.35s ease;
    transform: translateX(25px);
    opacity: 0;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title.js__on span::after {
    transition: all 0.35s ease;
    transform: rotate(180deg);
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::before, #global_footer .footer_content .content_navi .navi_block .navi_title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::before {
    top: 7px;
  }
  #global_footer .footer_content .content_navi .navi_block .navi_title span::after {
    transform: rotate(90deg);
    top: 7px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block .navi_title.spnone {
    display: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul {
  position: relative;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle {
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    height: 0;
    overflow: hidden;
  }
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle li:last-child a span {
    border-bottom: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul.sp_toggle.js__on {
  transition: all 0.5s;
  top: 10px;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul.sp_toggle.js__on {
    padding: 10px;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li {
    margin-bottom: 0;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li:last-child {
  margin-bottom: 0;
}
#global_footer .footer_content .content_navi .navi_block ul li a {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
}
#global_footer .footer_content .content_navi .navi_block ul li a:hover span {
  transition: all 0.3s;
  transform: translateY(-100%);
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li a:hover span {
    transform: none;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li a span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.04em;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .content_navi .navi_block ul li a span {
    box-sizing: border-box;
    font-size: 1.85rem;
    margin-bottom: 0;
    padding: 12px 0 11px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
#global_footer .footer_content .content_navi .navi_block ul li a span::before {
  position: absolute;
  top: 100%;
  font-size: inherit;
  color: #FFE092;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
#global_footer .footer_content .relation_list {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding-top: 16px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list {
    padding-top: 0;
    border-top: none;
  }
}
#global_footer .footer_content .relation_list .navi_title {
  font-size: 1.6rem;
  color: #E8E8E8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list .navi_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list .navi_title {
    margin-bottom: 0;
    padding: 14px 0 13px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #global_footer .footer_content .relation_list .navi_title.js__on span::before {
    transition: all 0.35s ease;
    transform: translateX(25px);
    opacity: 0;
  }
  #global_footer .footer_content .relation_list .navi_title.js__on span::after {
    transition: all 0.35s ease;
    transform: rotate(180deg);
  }
  #global_footer .footer_content .relation_list .navi_title span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
  #global_footer .footer_content .relation_list .navi_title span::before, #global_footer .footer_content .relation_list .navi_title span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
  }
  #global_footer .footer_content .relation_list .navi_title span::before {
    top: 7px;
  }
  #global_footer .footer_content .relation_list .navi_title span::after {
    transform: rotate(90deg);
    top: 7px;
  }
}
#global_footer .footer_content .relation_list ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list ul {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul.sp_toggle {
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    height: 0;
    overflow: hidden;
  }
}
#global_footer .footer_content .relation_list ul.sp_toggle.js__on {
  transition: all 0.5s;
  top: 10px;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_content .relation_list ul li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul li {
    padding-left: 0;
    margin-bottom: 0;
  }
  #global_footer .footer_content .relation_list ul li:nth-child(1) a {
    border-top: 1px solid #fff;
  }
}
#global_footer .footer_content .relation_list ul li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  #global_footer .footer_content .relation_list ul li a {
    box-sizing: border-box;
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 12px 5px 11px;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
#global_footer .footer_content .relation_list ul li a span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

#global_footer .footer_bottom {
  position: relative;
  max-width: 85vw;
  margin: 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_bottom {
    max-width: 90vw;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_bottom {
    border-top: none;
  }
}
#global_footer .footer_bottom .pp_link {
  overflow: hidden;
}
#global_footer .footer_bottom .pp_link a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 4px 0;
  transition: all 0.3s;
}
#global_footer .footer_bottom .pp_link a:hover {
  transition: all 0.3s;
  transform: translateY(-100%);
}
#global_footer .footer_bottom .pp_link a::after {
  content: attr(data-hover);
  font-size: 1.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 4px 0;
  transition: all 0.3s;
}
#global_footer .footer_bottom .copy small {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#container {
  position: relative;
  min-height: 300px;
  margin-top: 75px;
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  #container {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 60px;
  }
}

.price_wrap .price_block {
  width: 1360px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1360px) {
  .price_wrap .price_block {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block {
    width: 95%;
  }
}
.price_wrap .price_block .price_header {
  margin-bottom: 30px;
  position: relative;
}
.price_wrap .price_block .price_header h3 {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  color: #F57F31;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_header h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_header h3 {
    font-size: 3rem;
  }
}
.price_wrap .price_block .price_header p {
  line-height: 1.8;
  font-size: 2.4rem;
  color: #3c3c3c;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_header p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_header .price_pill.private_pill .pill_title {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.price_wrap .price_block .price_header .price_pill.private_pill br {
  display: none;
}
.price_wrap .price_block .price_header .price_pill span {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px 9px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_header .price_pill span {
    padding: 10px 15px 9px 13px;
  }
}
.price_wrap .price_block .price_header .price_pill .pill_title {
  background: #3c3c3c;
  border-radius: 2em 0 0 2em;
}
.price_wrap .price_block .price_header .price_pill .pill_body {
  background: #F57F31;
  border-radius: 0 2em 2em 0;
  font-weight: bold;
}
.price_wrap .price_block .price_content .thumb {
  position: relative;
}
.price_wrap .price_block .price_content .thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 30px;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .thumb img {
    border-radius: 12px;
  }
}
.price_wrap .price_block .price_content .thumb.price_thumb1 {
  margin-bottom: 30px;
  overflow: hidden;
}
.price_wrap .price_block .price_content .thumb.price_thumb1.js__active::before {
  transition: all 0.25s cubic-bezier(0.54, 0.25, 0.54, 0.73);
  transform: translateY(-100%);
}
.price_wrap .price_block .price_content .thumb.price_thumb1::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F57F31;
  z-index: 5;
}
.price_wrap .price_block .price_content .content_inner_column {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .content_inner_column {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 834px) {
  .price_wrap .price_block .price_content .content_inner_column {
    display: block;
  }
}
.price_wrap .price_block .price_content .content_inner_column .title {
  text-align: center;
  margin-bottom: 18px;
}
.price_wrap .price_block .price_content .content_inner_column .title h4 {
  font-size: 3rem;
  color: #3C3C3C;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.price_wrap .price_block .price_content .content_inner_column .title p {
  color: #F57F31;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .title p {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.price_wrap .price_block .price_content .content_inner_column .title p br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .content_inner_column .title p br {
    display: block;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl, .price_wrap .price_block .price_content .content_inner_column .inner_right dl {
  margin-bottom: 20px;
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div {
  display: grid;
  grid-template-columns: 40% 60%;
  place-items: center;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div {
    grid-template-columns: 47% 53%;
  }
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div.ghostbox, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.ghostbox {
    display: none;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div.list_title, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.list_title {
  background: #F57F31;
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div.list_title .title_1, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.list_title .title_1 {
  border-top: 1px solid #FF951A;
  border-left: 1px solid #FF951A;
  border-bottom: 1px solid #FF951A;
  border-right: 0.5px solid #FFB96A;
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div.list_title .title_2, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.list_title .title_2 {
  border-top: 1px solid #FF951A;
  border-left: 0.5px solid #FFB96A;
  border-bottom: 1px solid #FF951A;
  border-right: 1px solid #FF951A;
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div.list_title dt, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div.list_title dd, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.list_title dt, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div.list_title dd {
  color: #fff;
  width: 100%;
  text-align: center;
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F57F31;
  width: 100%;
  text-align: left;
  padding: 4px 10px;
  border: 0.7px solid #FFB96A;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd {
    font-size: 1.8rem;
    padding: 4px;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt div, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt div, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F57F31;
  font-feature-settings: "palt";
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt div span, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt div span, .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt {
  border-right: 0.5px solid #FFB96A;
  height: 100%;
  font-feature-settings: "palt";
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dt span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dt span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd {
  border-left: 0.5px solid #FFB96A;
  height: 100%;
  font-feature-settings: "palt";
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div {
  width: 100%;
  height: 100%;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F57F31;
  font-feature-settings: "palt";
}
.price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left dl div dd div span, .price_wrap .price_block .price_content .content_inner_column .inner_right dl div dd div span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left .list_annotation p, .price_wrap .price_block .price_content .content_inner_column .inner_right .list_annotation p {
  color: #4B4B4B;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left .list_annotation p, .price_wrap .price_block .price_content .content_inner_column .inner_right .list_annotation p {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_column .inner_left .list_annotation p:last-child, .price_wrap .price_block .price_content .content_inner_column .inner_right .list_annotation p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_column .inner_right dl div {
    grid-template-columns: 30% 70%;
  }
}
.price_wrap .price_block .price_content .content_inner_single {
  margin-bottom: 40px;
}
.price_wrap .price_block .price_content .content_inner_single .title {
  text-align: center;
  margin-bottom: 18px;
}
.price_wrap .price_block .price_content .content_inner_single .title h4 {
  font-size: 2.6rem;
  color: #3C3C3C;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.price_wrap .price_block .price_content .content_inner_single .title p {
  color: #F57F31;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .price_wrap .price_block .price_content .content_inner_single .title p {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single .sub_header {
  text-align: center;
  margin-bottom: 20px;
}
.price_wrap .price_block .price_content .content_inner_single .sub_header h5 {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-size: 2.1rem;
}
.price_wrap .price_block .price_content .content_inner_single .sub_header p {
  color: #F57F31;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single .sub_header p {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single dl {
  margin-bottom: 20px;
}
.price_wrap .price_block .price_content .content_inner_single dl div {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .price_wrap .price_block .price_content .content_inner_single dl div {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single dl div {
    grid-template-columns: 30% 70%;
  }
}
.price_wrap .price_block .price_content .content_inner_single dl div.list_title {
  background: #F57F31;
}
.price_wrap .price_block .price_content .content_inner_single dl div.list_title .title_1 {
  border-top: 1px solid #FF951A;
  border-left: 1px solid #FF951A;
  border-bottom: 1px solid #FF951A;
  border-right: 0.5px solid #FFB96A;
}
.price_wrap .price_block .price_content .content_inner_single dl div.list_title .title_2 {
  border-top: 1px solid #FF951A;
  border-left: 0.5px solid #FFB96A;
  border-bottom: 1px solid #FF951A;
  border-right: 1px solid #FF951A;
}
.price_wrap .price_block .price_content .content_inner_single dl div.list_title dt, .price_wrap .price_block .price_content .content_inner_single dl div.list_title dd {
  color: #fff;
  width: 100%;
  text-align: center;
}
.price_wrap .price_block .price_content .content_inner_single dl div.list_title dt {
  border-right: 1px solid #fff;
}
.price_wrap .price_block .price_content .content_inner_single dl div dt, .price_wrap .price_block .price_content .content_inner_single dl div dd {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F57F31;
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #FFB96A;
  margin-bottom: -1px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .content_inner_single dl div dt, .price_wrap .price_block .price_content .content_inner_single dl div dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single dl div dt, .price_wrap .price_block .price_content .content_inner_single dl div dd {
    font-size: 1.8rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single dl div dt {
  border-right: 0.5px solid #FFB96A;
}
.price_wrap .price_block .price_content .content_inner_single dl div dt span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single dl div dt span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single dl div dd {
  border-left: 0.5px solid #FFB96A;
}
.price_wrap .price_block .price_content .content_inner_single dl div dd span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single dl div dd span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single ul {
  margin-bottom: 20px;
}
.price_wrap .price_block .price_content .content_inner_single ul li {
  display: grid;
  grid-template-columns: 20% 60% 20%;
}
@media screen and (max-width: 834px) {
  .price_wrap .price_block .price_content .content_inner_single ul li {
    grid-template-columns: 15% 70% 15%;
  }
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single ul li {
    grid-template-columns: 25% 50% 25%;
  }
}
.price_wrap .price_block .price_content .content_inner_single ul li.title_line p {
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #FF951A;
  place-items: center;
}
.price_wrap .price_block .price_content .content_inner_single ul li p {
  font-size: 1.8rem;
  padding: 6px 10px;
  display: grid;
  align-items: center;
  color: #F57F31;
  border: 1px solid #FFB96A;
  margin-bottom: -1px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single ul li p {
    font-size: 1.5rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single ul li p:nth-child(2) {
  border-right: none;
  border-left: none;
  text-align: left;
}
.price_wrap .price_block .price_content .content_inner_single .list_annotation {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .price_wrap .price_block .price_content .content_inner_single .list_annotation {
    width: 100%;
  }
}
.price_wrap .price_block .price_content .content_inner_single .list_annotation p {
  color: #F88E41;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
}
.price_wrap .price_block .price_content .content_inner_single .list_annotation p:last-child {
  margin-bottom: 0;
}
.price_wrap .price_block .price_content .content_inner_single .opt {
  width: 100%;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list {
  width: 100%;
  margin: 0 auto 20px;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr {
  border-bottom: 1px solid #F57F31;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr th {
  text-align: center;
  background: #FF951A;
  color: #fff;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 0;
  border-right: 1px solid #fff;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr th:nth-child(1) {
  width: 50%;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr th:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single .opt_list tr th {
    font-size: 1.8rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr td {
  text-align: left;
  color: #F57F31;
  padding: 7px 10px;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #FFB96A;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr td div {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F57F31;
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr td div br {
  display: none;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single .opt_list tr td div br {
    display: block;
  }
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr td div span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #F5BA23;
}
@media screen and (max-width: 520px) {
  .price_wrap .price_block .price_content .content_inner_single .opt_list tr td div span {
    font-size: 1.6rem;
  }
}
.price_wrap .price_block .price_content .content_inner_single .opt_list tr .long-cell {
  text-align: center;
}
.price_wrap .price_block .price_content .main_annotation h4 {
  text-align: center;
  font-size: 2.1rem;
  color: #F57F31;
  background: #FFE092;
  padding: 8px 0;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.price_wrap .price_block .price_content .main_annotation .main_annotation_list {
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.price_wrap .price_block .price_content .main_annotation .main_annotation_list dl div {
  display: grid;
  grid-template-columns: 30px 1fr;
}
.price_wrap .price_block .price_content .main_annotation .main_annotation_list dl div dt, .price_wrap .price_block .price_content .main_annotation .main_annotation_list dl div dd {
  font-family: "brother-1816", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #4B4B4B;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .price_wrap .price_block .price_content .main_annotation .main_annotation_list dl div dt, .price_wrap .price_block .price_content .main_annotation .main_annotation_list dl div dd {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=price.css.map */
