html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box !important;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd,
a {
  color: #222;
  font-size: 1.5rem;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.61;
}
@media screen and (max-width: 1020px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  th,
  td,
  dt,
  dd,
  a {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

.link_txt:hover {
  color: #888;
}

.txt_center {
  text-align: center;
}

.bg_yellow {
  background: url(../images/yellow_bg.jpg);
}

.bg_green {
  background: url(../images/green_bg.jpg);
}

.bg_mountain_green {
  width: 130%;
  height: 500px;
  background: url(../images/green_bg.jpg);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
@media screen and (max-width: 1020px) {
  .bg_mountain_green {
    height: 300px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .bg_mountain_green {
    height: 150px;
    top: -60px;
  }
}

.bg_mountain_yellow {
  width: 130%;
  height: 500px;
  background: url(../images/yellow_bg.jpg);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
@media screen and (max-width: 1020px) {
  .bg_mountain_yellow {
    height: 300px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .bg_mountain_yellow {
    height: 150px;
    top: -60px;
  }
}

.ttl {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .ttl h2 img {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .ttl h2 img {
    max-width: 95%;
  }
}
.ttl h2 > span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .ttl h2 > span {
    font-size: 26px;
  }
}
.ttl p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ttl p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1020px) {
  .forPC {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .forPCTAB {
    display: none;
  }
}

.forTABSP {
  display: none;
}
@media screen and (max-width: 1020px) {
  .forTABSP {
    display: block;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
}

.u-margintop--lg {
  margin-top: 120px;
}
@media screen and (max-width: 1020px) {
  .u-margintop--lg {
    margin-top: 80px !important;
  }
}

.u-margintop--md {
  margin-top: 60px !important;
}

.u-marginbottom--md {
  margin-bottom: 60px !important;
}

.u-padding--lg {
  padding: 120px 0;
}
@media screen and (max-width: 1020px) {
  .u-padding--lg {
    padding: 80px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 60px 0 !important;
  }
}

.u-padding--md {
  padding: 60px 0 !important;
}

.u-paddingbottom--xl {
  padding-bottom: 210px !important;
}
@media screen and (max-width: 1020px) {
  .u-paddingbottom--xl {
    padding-bottom: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px !important;
  }
}

#wrapper {
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 1020px) {
  #header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
}
#header .top_logo {
  width: 127px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #header .top_logo {
    width: 100px;
    left: 10px;
  }
  #header .top_logo img {
    width: 100%;
  }
}
#header .header_info {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 166px;
  transform: translateY(-55%);
}
@media screen and (max-width: 767px) {
  #header .header_info {
    display: none;
  }
}
#header .gnav {
  position: absolute;
  top: 50%;
  right: 300px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1260px) {
  #header .gnav {
    right: 210px;
  }
}
@media screen and (max-width: 1020px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav ul {
  font-size: 0;
}
#header .gnav ul li {
  display: inline-block;
}
#header .gnav ul li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 1260px) {
  #header .gnav ul li:not(:first-of-type) {
    margin-left: 20px;
  }
}
#header .gnav ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.3s;
}
#header .gnav ul li a:hover {
  color: #FF6F02;
}
@media screen and (max-width: 1260px) {
  #header .gnav ul li a {
    font-size: 1.4rem;
  }
}
#header .line_btn {
  background: #07C756;
  width: 260px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
#header .line_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1260px) {
  #header .line_btn {
    width: 180px;
  }
}
@media screen and (max-width: 1020px) {
  #header .line_btn {
    height: 80px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header .line_btn {
    height: 60px;
    right: 60px;
    width: 150px;
  }
}
#header .line_btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .line_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1260px) {
  #header .line_btn img {
    width: 80%;
  }
}

.hbg_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  z-index: 1900;
}
@media screen and (max-width: 767px) {
  .hbg_btn {
    width: 60px;
    height: 60px;
  }
}
.hbg_btn .line {
  width: 40px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hbg_btn .line {
    width: 30px;
    height: 1px;
  }
}
.hbg_btn .bar01 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.hbg_btn .bar02 {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hbg_btn .bar02 {
    top: 30px;
  }
}
.hbg_btn .menu_txt {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hbg_btn .menu_txt {
    font-size: 1rem;
    top: 38px;
  }
}

.hbg_btn_close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: -80px;
  background: #000;
  z-index: 1900;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .hbg_btn_close {
    width: 60px;
    height: 60px;
    left: -60px;
  }
}
.hbg_btn_close .line {
  width: 40px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hbg_btn_close .line {
    width: 30px;
    height: 1px;
  }
}
.hbg_btn_close .bar01 {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .hbg_btn_close .bar01 {
    top: 22px;
  }
}
.hbg_btn_close .bar02 {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .hbg_btn_close .bar02 {
    top: 22px;
  }
}
.hbg_btn_close .menu_txt {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hbg_btn_close .menu_txt {
    font-size: 1rem;
    top: 38px;
  }
}

.hbg_menu {
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -480px;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s !important;
  z-index: 5000;
}
@media screen and (max-width: 767px) {
  .hbg_menu {
    width: 250px;
    right: -310px;
  }
}
.hbg_menu.active {
  right: 0;
  transition: 0.3s !important;
}
.hbg_menu .gnav_sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hbg_menu .gnav_sp ul li {
  text-align: center;
}
.hbg_menu .gnav_sp ul li:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hbg_menu .gnav_sp ul li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.hbg_menu .gnav_sp ul li a {
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hbg_menu .gnav_sp ul li a {
    font-size: 1.5rem;
  }
}
.hbg_menu .gnav_sp .header_info_sp {
  margin-top: 40px;
}

#main_visual {
  margin-top: 100px;
  width: 100%;
  background: #FF6F02;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  #main_visual {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  #main_visual {
    margin-top: 60px !important;
  }
}
#main_visual img {
  max-width: 100%;
  width: 100%;
}
#main_visual .man {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1020px) {
  #main_visual .man {
    left: -50px;
    bottom: -30px;
  }
}
@media screen and (max-width: 560px) {
  #main_visual .man {
    left: -30px;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  #main_visual .man img {
    width: 450px;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  #main_visual .man img {
    width: 400px;
  }
}
@media screen and (max-width: 720px) {
  #main_visual .man img {
    width: 300px;
  }
}
@media screen and (max-width: 560px) {
  #main_visual .man img {
    width: 200px;
  }
}
@media screen and (max-width: 440px) {
  #main_visual .man img {
    width: 160px;
  }
}
#main_visual .line {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#main_visual .right_content {
  width: calc(100% - 600px);
  margin-left: 600px;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  #main_visual .right_content {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
}
@media screen and (max-width: 1200px) {
  #main_visual .right_content {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
}
@media screen and (max-width: 1020px) {
  #main_visual .right_content {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}
@media screen and (max-width: 720px) {
  #main_visual .right_content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}
@media screen and (max-width: 560px) {
  #main_visual .right_content {
    width: calc(100% - 150px);
    margin-left: 150px;
  }
}
@media screen and (max-width: 440px) {
  #main_visual .right_content {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}
#main_visual .right_content .character {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #main_visual .right_content .character img {
    width: 800px;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  #main_visual .right_content .character img {
    width: 550px;
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  #main_visual .right_content .character img {
    width: 420px;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  #main_visual .right_content .character img {
    width: 340px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  #main_visual .right_content .character img {
    width: 280px;
    height: auto;
  }
}
#main_visual .right_content .catch {
  position: absolute;
  top: 120px;
  left: 17%;
}
@media screen and (max-width: 1200px) {
  #main_visual .right_content .catch {
    top: 90px;
    left: 12%;
  }
  #main_visual .right_content .catch img {
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  #main_visual .right_content .catch {
    top: 90px;
    left: 8%;
  }
  #main_visual .right_content .catch img {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  #main_visual .right_content .catch {
    top: 80px;
    left: 8%;
  }
  #main_visual .right_content .catch img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  #main_visual .right_content .catch {
    top: 50px;
    left: 5%;
  }
  #main_visual .right_content .catch img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  #main_visual .right_content .catch {
    top: 35px;
    left: 12%;
  }
  #main_visual .right_content .catch img {
    width: 200px;
    height: auto;
  }
}

#orange_catch {
  width: 100%;
  background: linear-gradient(to bottom, #FF6F02, #FE3A01);
  padding: 4px 0 16px;
}
#orange_catch .orange_catch_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #orange_catch .orange_catch_txt {
    padding: 20px 20px 0px;
  }
}
#orange_catch .orange_catch_txt h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px #FE3A01, 0 0 3px #FE3A01, 0 0 3px #FE3A01, 0 0 3px #FE3A01;
  font-size: 3.6rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 235px;
}
@media screen and (max-width: 1020px) {
  #orange_catch .orange_catch_txt h2 {
    font-size: 2.6rem;
    padding: 0 0 0 190px;
    line-height: 1.31;
  }
}
@media screen and (max-width: 767px) {
  #orange_catch .orange_catch_txt h2 {
    padding: 0;
    text-align: center;
  }
}
#orange_catch .orange_catch_txt h2 .sm {
  font-size: 2.6rem;
}
@media screen and (max-width: 1020px) {
  #orange_catch .orange_catch_txt h2 .sm {
    font-size: 1.6rem;
  }
}
#orange_catch .orange_catch_txt h2 .lg {
  font-size: 4.6rem;
}
@media screen and (max-width: 1020px) {
  #orange_catch .orange_catch_txt h2 .lg {
    font-size: 3.6rem;
  }
}
#orange_catch .orange_catch_txt h2 .circle {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 4px 16px 6px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1020px) {
  #orange_catch .orange_catch_txt h2 .circle {
    font-size: 1.4rem;
    font-weight: 300;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #orange_catch .orange_catch_txt h2 .circle {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}

.contant_jump {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contant_jump {
    padding: 80px 0;
  }
}
.contant_jump .gundom_bg_01 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1260px) {
  .contant_jump .gundom_bg_01 {
    max-width: 40%;
  }
  .contant_jump .gundom_bg_01 img {
    width: 100%;
    height: auto;
  }
}
.contant_jump .gundom_bg_02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1260px) {
  .contant_jump .gundom_bg_02 {
    max-width: 40%;
  }
  .contant_jump .gundom_bg_02 img {
    width: 100%;
    height: auto;
  }
}
.contant_jump_btn {
  text-align: center;
  box-sizing: border-box;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .contant_jump_btn {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.contant_jump_btn a {
  font-size: 2.6rem;
  color: #fff;
  padding: 26px 60px;
  background: #07C756;
  display: inline-block;
  border-radius: 100px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contant_jump_btn a {
    font-size: 1.8rem;
    padding: 16px 20px;
  }
}
.contant_jump_btn a:hover {
  background: #FF6F02;
}
.contant_jump .loopSlide {
  display: flex;
  width: 100vw;
  height: 642px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contant_jump .loopSlide {
    height: 360px;
  }
}
.contant_jump .loopSlide img {
  width: auto;
  height: 100%;
}
.contant_jump .loopSlide img:first-of-type {
  animation: slide1 60s -30s linear infinite;
}
.contant_jump .loopSlide img:last-of-type {
  animation: slide2 60s linear infinite;
}
.contant_jump_content {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contant_jump_content h2 img {
    max-width: 90%;
  }
}
.contant_jump_content ul {
  margin-top: 24px;
}
.contant_jump_content ul li {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.feature {
  position: relative;
  overflow: hidden;
}
.feature:after {
  content: "";
  display: inline-block;
  background: url(../images/back_dot.png) no-repeat;
  background-size: contain;
  width: 210px;
  height: 270px;
  position: absolute;
  top: 80px;
  left: -65px;
}
@media screen and (max-width: 1020px) {
  .feature:after {
    width: 105px;
    height: 135px;
    left: -40px;
  }
}
.feature:before {
  content: "";
  display: inline-block;
  background: url(../images/back_dot.png) no-repeat;
  background-size: contain;
  width: 210px;
  height: 270px;
  position: absolute;
  bottom: 80px;
  right: -80px;
}
@media screen and (max-width: 1020px) {
  .feature:before {
    width: 105px;
    height: 135px;
    right: -40px;
  }
}
.feature_content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.feature_content section {
  width: 33.3%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.feature_content section:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .feature_content section:not(:first-of-type) {
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feature_content section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature_content section .icon {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .feature_content section .icon {
    margin-bottom: 12px;
  }
}
.feature_content section .icon img {
  width: 100%;
  max-width: 245px;
}
@media screen and (max-width: 767px) {
  .feature_content section .icon img {
    width: 50%;
  }
}
.feature_content section h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.31;
}
@media screen and (max-width: 1020px) {
  .feature_content section h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_content section h3 {
    font-size: 2rem;
  }
}
.feature_content section p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (max-width: 1020px) {
  .feature_content section p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_content section p {
    margin-top: 10px;
  }
}

.price_table {
  position: relative;
  z-index: 10;
  padding-top: 0 !important;
}
.price_table_content {
  width: calc(100% - 80px);
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1020px) {
  .price_table_content {
    gap: 20px;
  }
}
.price_table_content article {
  width: 48%;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .price_table_content article {
    align-items: center;
  }
}
.price_table_content article:nth-of-type(n + 3) {
  margin-top: 4%;
}
.price_table_content article:nth-of-type(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 1020px) {
  .price_table_content article {
    width: calc(50% - 10px);
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .price_table_content article {
    width: 100%;
    margin: 0 !important;
  }
}
.price_table_content_img {
  width: 200px;
}
@media screen and (max-width: 1020px) {
  .price_table_content_img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .price_table_content_img {
    width: 120px;
  }
  .price_table_content_img img {
    width: 100%;
    height: auto;
  }
}
.price_table_content_txt {
  flex: 1;
  margin-left: 20px;
}
.price_table_content_txt p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.41;
}
@media screen and (max-width: 1020px) {
  .price_table_content_txt p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .price_table_content_txt p {
    font-size: 1.4rem;
  }
}
.price_table_content_txt .price {
  background: #FFE084;
  position: relative;
  padding: 6px 20px;
  margin-top: 8px;
}
.price_table_content_txt .price:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url(../images/tag.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 33px;
}
.price_table_content_txt .price p {
  font-size: 2.8rem;
  color: #FF0A12;
  font-weight: 600;
  padding-left: 40px;
}
@media screen and (max-width: 1020px) {
  .price_table_content_txt .price p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .price_table_content_txt .price p {
    font-size: 1.8rem;
  }
}

.contact_loop {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .contact_loop {
    padding: 80px 0;
  }
}
.contact_loop_btn {
  text-align: center;
  box-sizing: border-box;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .contact_loop_btn {
    margin-top: 12px;
  }
}
.contact_loop_btn a {
  font-size: 2.6rem;
  color: #fff;
  padding: 26px 60px;
  background: #07C756;
  display: inline-block;
  border-radius: 100px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact_loop_btn a {
    font-size: 1.6rem;
    padding: 16px 20px;
  }
}
.contact_loop_btn a:hover {
  background: #FF6F02;
}
.contact_loop .loopSlide {
  display: flex;
  width: 100vw;
  height: 460px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact_loop .loopSlide {
    height: 280px;
  }
}
.contact_loop .loopSlide img {
  width: auto;
  height: 100%;
}
.contact_loop .loopSlide img:first-of-type {
  animation: slide1 60s -30s linear infinite;
}
.contact_loop .loopSlide img:last-of-type {
  animation: slide2 60s linear infinite;
}
.contact_loop_inner {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contact_loop_inner h2 img {
    max-width: 80%;
  }
}

.genre_content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.genre_content article {
  width: 25%;
  text-align: center;
}
.genre_content article:nth-of-type(n + 5) {
  margin-top: 36px;
}
@media screen and (max-width: 1020px) {
  .genre_content article {
    width: 33.3%;
  }
  .genre_content article:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .genre_content article {
    width: 48%;
  }
  .genre_content article:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .genre_content article:nth-of-type(odd) {
    margin-right: 4%;
  }
}
.genre_content article h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (max-width: 1020px) {
  .genre_content article h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .genre_content article h3 {
    font-size: 1.8rem;
  }
}
.genre_content article p {
  margin-top: 6px;
  padding: 0 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .genre_content article p {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .genre_content_img img {
    width: 100%;
    height: auto;
  }
}
.genre_matome {
  margin-bottom: 4cap;
}
@media screen and (max-width: 767px) {
  .genre_matome {
    margin-bottom: 20px;
  }
}
.genre_matome img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .genre_matome img {
    width: 90%;
    height: auto;
  }
}

.purchase-enhance_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .purchase-enhance_content {
    justify-content: center;
    gap: 20px;
  }
}
.purchase-enhance_content_img {
  max-width: calc(25% - 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .purchase-enhance_content_img {
    max-width: calc(50% - 10px);
    height: auto;
  }
}
.purchase-enhance_matome {
  margin-bottom: 4cap;
}
@media screen and (max-width: 767px) {
  .purchase-enhance_matome {
    margin-bottom: 20px;
  }
}
.purchase-enhance_matome img {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .purchase-enhance_matome img {
    width: 90%;
    height: auto;
  }
}

.achievement {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievement {
    border-radius: 10px;
    padding: 30px 16px !important;
    margin-top: 140px !important;
  }
}
.achievement .deco_img_01 {
  position: absolute;
  top: -40px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .achievement .deco_img_01 {
    top: -110px;
  }
}
@media screen and (max-width: 1020px) {
  .achievement .deco_img_01 img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .achievement .deco_img_01 img {
    width: 140px;
    height: auto;
  }
}
.achievement .deco_img_02 {
  position: absolute;
  top: -40px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .achievement .deco_img_02 {
    top: -110px;
  }
}
@media screen and (max-width: 1020px) {
  .achievement .deco_img_02 img {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .achievement .deco_img_02 img {
    width: 110px;
    height: auto;
  }
}
.achievement_content {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .achievement_content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .achievement_content {
    padding: 0;
  }
}
.achievement_content article {
  width: 303px;
}
.achievement_content article:nth-of-type(n + 4) {
  margin-top: 36px;
}
@media screen and (max-width: 1200px) {
  .achievement_content article {
    width: 32%;
    max-width: 303px;
  }
}
@media screen and (max-width: 767px) {
  .achievement_content article {
    width: 48%;
  }
  .achievement_content article:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .achievement_content article .achievement_img img {
    width: 100%;
    height: auto;
  }
}
.achievement_content article p {
  margin-top: 6px;
}
.achievement_content article .achievement_price {
  background: #FFE084;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .achievement_content article .achievement_price {
    display: block;
  }
}
.achievement_content article .achievement_price p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .achievement_content article .achievement_price p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.achievement_content article .achievement_price h4 {
  color: #FF0A12;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .achievement_content article .achievement_price h4 {
    font-size: 2rem;
    text-align: center;
  }
}

.flow_content {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 0 auto;
  background: #07C756;
  border-radius: 40px;
  padding: 30px 60px 50px;
}
@media screen and (max-width: 767px) {
  .flow_content {
    padding: 30px 20px;
  }
}
.flow_content .sub_ttl_center {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.41;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .flow_content .sub_ttl_center {
    font-size: 2.4rem;
  }
}
.flow_arrow article {
  background: #fff;
  border-radius: 100px;
  padding: 30px 20px;
  position: relative;
  margin-top: 30px;
}
.flow_arrow article:nth-of-type(1) {
  margin-top: 0;
}
.flow_arrow article:nth-of-type(1):before {
  content: "";
  display: inlnie-block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url(../images/qr_code_20220830.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1020px) {
  .flow_arrow article:nth-of-type(1):before {
    background: none;
  }
}
.flow_arrow article:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flow_arrow article:not(:last-of-type):after {
    border-width: 12px 15px 0 15px;
    bottom: -11px;
  }
}
.flow_arrow article:last-of-type {
  background: #07C756 !important;
  border: 1px solid #fff !important;
}
.flow_arrow article:last-of-type h2 {
  color: #fff !important;
  font-weight: 300 !important;
}
.flow_arrow article h2 {
  color: #07C756;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow_arrow article h2 {
    font-size: 2rem;
  }
}
.flow_arrow article p {
  text-align: center;
}
.flow .SP_link {
  display: none;
}
@media screen and (max-width: 1020px) {
  .flow .SP_link {
    display: inline-block;
    margin-top: 6px;
  }
  .flow .SP_link a {
    text-decoration: underline;
    color: #07C756;
  }
}

.flow_day {
  margin-top: 40px;
}
.flow_day_ttl {
  text-align: center;
}
.flow_day_ttl h3 {
  font-size: 4.6rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.21;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .flow_day_ttl h3 {
    font-size: 3.6rem;
  }
}
.flow_day_ttl h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -46px;
  background: url(../images/bikkuri.png) no-repeat;
  width: 39px;
  height: 30px;
}
.flow_day_ttl h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -46px;
  transform: scale(-1, 1);
  background: url(../images/bikkuri.png) no-repeat;
  width: 39px;
  height: 30px;
}
.flow_day_ttl p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow_day_ttl p {
    font-size: 1.2rem;
  }
}
.flow_day_content {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow_day_content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow_day_content article {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .flow_day_content article {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .flow_day_content article:first-of-type .flow_day_content_img {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 575px) {
  .flow_day_content article:first-of-type .flow_day_content_img {
    padding: 20px 13px;
  }
}
.flow_day_content article:not(:last-of-type) .flow_day_content_img {
  position: relative;
}
.flow_day_content article:not(:last-of-type) .flow_day_content_img:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background: url(../images/white_arrow.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .flow_day_content article:not(:last-of-type) .flow_day_content_img:before {
    right: -18px;
  }
}
.flow_day_content_img {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .flow_day_content_img {
    padding: 20px;
  }
  .flow_day_content_img img {
    width: 100%;
    height: auto;
  }
}
.flow_day_content p {
  text-align: center;
  color: #fff;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .flow_day_content p {
    font-size: 1.2rem;
  }
}
.flow_day_coution {
  margin-top: 30px;
  border-top: 2px dotted #fff;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow_day_coution {
    margin-top: 20px;
  }
}
.flow_day_coution p {
  color: #fff;
}
.flow_day_coution h4 {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 16px;
  border-radius: 100px;
  margin-top: 16px;
}

.customer_voice_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.customer_voice_content article:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article:not(:first-of-type) {
    margin-top: 20px;
  }
}
.customer_voice_content article:nth-of-type(odd) {
  position: relative;
}
.customer_voice_content article:nth-of-type(odd):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/men_icon.png);
  width: 139px;
  height: 125px;
}
.customer_voice_content article:nth-of-type(odd) .hukidashi {
  width: calc(100% - 200px);
  margin-left: 200px;
  background: #fff;
  padding: 25px 40px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article:nth-of-type(odd) .hukidashi {
    width: 100%;
    margin-left: 0;
    padding: 25px 30px;
  }
}
.customer_voice_content article:nth-of-type(odd) .hukidashi:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article:nth-of-type(odd) .hukidashi:before {
    content: none;
  }
}
.customer_voice_content article:nth-of-type(even) {
  position: relative;
}
.customer_voice_content article:nth-of-type(even):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/women_icon.png);
  width: 139px;
  height: 125px;
}
.customer_voice_content article:nth-of-type(even) .hukidashi {
  width: calc(100% - 200px);
  margin-right: 200px;
  background: #fff;
  padding: 25px 40px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article:nth-of-type(even) .hukidashi {
    width: 100%;
    margin-left: 0;
    padding: 25px 30px;
  }
}
.customer_voice_content article:nth-of-type(even) .hukidashi:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) scale(-1, 1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article:nth-of-type(even) .hukidashi:before {
    content: none;
  }
}
.customer_voice_content article h3 {
  font-size: 1.8rem;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .customer_voice_content article h3 {
    font-size: 1.6rem;
  }
}

.question {
  position: relative;
  z-index: 10;
}
.question_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.question_content article {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .question_content article {
    width: 100%;
  }
  .question_content article:nth-of-type(n + 2) {
    margin-top: 20px !important;
  }
}
.question_content article:nth-of-type(n + 3) {
  margin-top: 30px;
}
.question_content article:nth-of-type(odd) {
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .question_content article:nth-of-type(odd) {
    margin-right: 0;
  }
}
.question_content article .question_question {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .question_content article .question_question {
    padding: 30px 20px;
  }
}
.question_content article .question_question h2 {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .question_content article .question_question h2 {
    font-size: 1.6rem;
  }
}
.question_content article .question_question h2 span {
  background: #07C756;
  padding: 6px 16px 8px;
  border-radius: 6px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .question_content article .question_question h2 span {
    font-size: 2rem;
  }
}
.question_content article .question_answer {
  background: #fff;
  padding: 40px 30px;
  border-radius: 0 0 10px 10px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .question_content article .question_answer {
    padding: 30px 20px;
  }
}
.question_content article .question_answer p {
  position: relative;
  padding-left: 65px;
}
.question_content article .question_answer p span {
  background: #000;
  padding: 6px 16px 8px;
  border-radius: 6px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .question_content article .question_answer p span {
    font-size: 2rem;
  }
}

.shop_info {
  position: relative;
  z-index: 10;
  padding-top: 0 !important;
}
.shop_info_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.shop_info_content article {
  width: 48%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .shop_info_content article {
    width: 100%;
  }
  .shop_info_content article:nth-of-type(n + 2) {
    margin-top: 20px !important;
  }
}
.shop_info_content article:nth-of-type(n + 3) {
  margin-top: 30px;
}
.shop_info_content article:nth-of-type(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .shop_info_content article:nth-of-type(odd) {
    margin-right: 0;
  }
}
.shop_info_content article .shop_img {
  width: 200px;
}
.shop_info_content article .shop_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1020px) {
  .shop_info_content article .shop_img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .shop_info_content article .shop_img {
    width: 120px;
  }
}
.shop_info_content article .shop_txt {
  flex: 1;
  margin-left: 20px;
}
.shop_info_content article .shop_txt h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .shop_info_content article .shop_txt h3 {
    font-size: 1.6rem;
  }
}

#footer .footer_menu {
  padding: 40px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu {
    padding: 25px 10px;
  }
}
#footer .footer_menu ul {
  display: inline-block;
  text-align: center;
}
#footer .footer_menu ul li {
  display: inline-block;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu ul li {
    padding: 0 10px;
  }
}
#footer .footer_menu ul li:not(:first-of-type) {
  border-left: 1px solid #000;
}
#footer .footer_menu ul li a {
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .footer_menu ul li a {
    font-size: 1.2rem;
  }
}
#footer .footer_menu ul li a:hover {
  text-decoration: underline;
}
#footer .copy {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: 300;
}

.purchase-enhance-series {
  position: relative;
  z-index: 10;
  padding-top: 0 !important;
}
.purchase-enhance-series_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
  margin: 50px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .purchase-enhance-series_content {
    margin: 30px auto 0;
  }
}
.purchase-enhance-series_content p {
  flex: 1 1 auto;
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
