@charset "UTF-8";
/*--------------------------
	Base
--------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}


html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.83333vw; /* 10px / 1200px * 100 */
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 2.85714286vw; /* 10px / 350px * 100 */
  }
}

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

/*--------------------------
	Layout
--------------------------*/
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 700px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: 1060px;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .l-inner {
    padding: 0 2.5rem;
    width: 100%;
  }
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/*--------------------------
	module
--------------------------*/
header#header {
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0rem 0.6rem 0.4rem rgba(0, 0, 0, 0.16);
  box-shadow: 0rem 0.6rem 0.4rem rgba(0, 0, 0, 0.16);
  z-index: 999;
  position: fixed;
}

@media screen and (max-width: 700px) {
  header#header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    -webkit-box-shadow: 0rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
    box-shadow: 0rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
  }
}
header#header .header_box_1 {
  display: flex;
  padding: 2.3rem 2rem 3.3rem 3.5rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  header#header .header_box_1 {
    padding: 1.2rem 1.5rem;
  }
}

.header_txt-img {
  background: #0090D4;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .header_txt-img {
    padding: 0.7rem 0;
  }
}

.header_txt-img-inner {
  width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .header_txt-img-inner {
    width: 80%;
    margin: 0 auto;
  }
}

.header__line {
  width: 100%;
  background: #992121;
  background: linear-gradient(90deg, #992121 0%, #D40101 100%);
  padding: 1rem 0;
}

.header__line-img {
  margin: 0 auto;
  text-align: center;
  width: 50rem;
}
@media screen and (max-width: 700px) {
  .header__line-img {
    width: 34rem;
  }
}

@media screen and (max-width: 700px) {
  .header_logo_1 {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .header_logo_2 {
    width: 40%;
  }
}

header#header .header_box_1 .header_box_1_1 {
  width: 15%;
}

@media screen and (max-width: 700px) {
  header#header .header_box_1 .header_box_1_1 .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    width: 32.5rem;
    height: auto;
    margin: 0 auto;
    gap: 1rem;
  }
  header#header .header_box_1 .header_box_1_1 .header_logo a img.pc {
    width: auto;
  }
}
.header_box_1_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 85%;
  justify-content: flex-end;
}

header#header .image_4 {
  width: 45rem;
  height: 6.5rem;
  background: url(../images/top/header_amazon.png) no-repeat left center/contain;
  position: absolute;
  bottom: -5.5rem;
  right: -25rem;
  z-index: 340;
}

.header_box_1_2_1,
.header_box_1_2_2 {
  position: relative;
}

header#header .header_box_1 .header_box_1_2_1 .link_1,
header#header .header_box_1 .header_box_1_2_2 .link_1 {
  position: relative;
  display: block;
  width: 26rem;
  height: 6rem;
  background: #189DFF;
  border-radius: 1.4rem;
  margin-right: 1rem;
  margin-right: 2.7rem;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0.5rem #BDB9B8;
  box-shadow: 0px 0.5rem #BDB9B8;
  transition: 0.4s;
}
header#header .header_box_1 .header_box_1_2_1 .link_1:hover,
header#header .header_box_1 .header_box_1_2_2 .link_1:hover {
  -webkit-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
}

header#header .header_box_1 .header_box_1_2_1 .link_1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
header#header .header_box_1 .header_box_1_2_1 .link_1 span img {
  width: 100%;
  height: auto;
  display: block;
}

.header#header .header_box_1 .header_box_1_2_1 .link_1 {
  -webkit-box-shadow: 0px 0.5rem #016FBF;
  box-shadow: 0px 0.5rem #016FBF;
}

.header#header .header_box_1 .header_box_1_2_1 .link_1:hover {
  -webkit-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #027DD8;
}

header#header .header_box_1 .header_box_1_2_1 .link_1 .image_3,
.header#header .header_box_1 .header_box_1_2_1 .link_1 .image_3 {
  height: 1.7rem;
  width: 24rem;
  background: url(../images/top/header_btn1_1_pc.svg) no-repeat left center/contain;
  position: absolute;
  top: -2.4rem;
  left: 0.9rem;
  transition: background-image 0.3s ease;
}

header#header .header_box_1 .header_box_1_2_2 {
  margin-right: 7px;
  width: 39rem;
}

header#header .header_box_1 .header_box_1_2_2 .link_1 {
  background: #1EAA39;
  width: 38rem;
  height: 8rem;
  display: flex;
  justify-content: end;
  align-items: center;
  -webkit-box-shadow: 0px 0.5rem #00913A;
  box-shadow: 0px 0.5rem #00913A;
  transition: 0.4s;
  padding-right: 2.7rem;
  position: relative;
}
header#header .header_box_1 .header_box_1_2_2 .link_1:hover {
  -webkit-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #00913A;
}

.header_box_1_2_2-span {
  width: 36rem;
  position: relative;
  top: -1rem;
  left: 2.3rem;
}

.header_box_1_2_2-span3,
.header_box_1_2_2-span2 {
  position: absolute;
  top: 53%;
  left: 18%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 11rem;
  transform-origin: center center;
}

.header_box_1_2_2-span3 {
  z-index: 1;
  opacity: 1;
}

.header_box_1_2_2-span2 {
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}

header#header .header_box_1 .header_box_1_2_2 .link_1:hover .header_box_1_2_2-span2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
header#header .header_box_1 .header_box_1_2_2 .link_1:hover .header_box_1_2_2-span3 {
  opacity: 0;
}

header#header .header_box_1 .header_box_1_2_2 .link_1 .header_box_color {
  color: #FFED00;
}

header#header .header_box_1 .header_box_1_2_2 .link_1 .image_1 {
  background: url("../images/top/header_btn2_2_pc.svg") no-repeat left center/contain;
  width: 55%;
}

@media screen and (max-width: 980px) {
  header#header .header_box_1 .header_box_1_2_2 .link_1 .image_3 {
    width: 12.4rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 870px) {
  header#header .header_box_1 .header_box_1_2_2 .link_1 .image_3 {
    width: 14rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 790px) {
  header#header .header_box_1 .header_box_1_2_2 .link_1 .image_3 {
    width: 13.4rem;
    height: 1.2rem;
  }
}
header#header .header_box_1 .header_box_1_2_2 .link_1:hover .image_1 {
  background: url("../images/top/header_btn2_2_hover_pc.svg") no-repeat left center/contain;
  width: 55%;
}

header#header .header_box_1 .header_box_1_2_2 .link_1::after {
  width: 27rem;
}

header#header .header_box_1 .header_box_1_2_3 {
  width: 22rem;
  padding-top: 0.6rem;
}

header#header .header_box_1 .header_box_1_2_3 a {
  pointer-events: all;
}

@media screen and (max-width: 700px) {
  .header_logo {
    width: auto;
  }
}

footer.footer {
  width: 100%;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 5rem 0;
}
@media screen and (max-width: 700px) {
  footer.footer {
    padding: 3rem 0 16rem;
  }
}

.footer-logo {
  width: 29rem;
}
@media screen and (max-width: 700px) {
  .footer-logo {
    width: 37vw;
  }
}

.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .footer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 95%;
    margin: 0 auto;
  }
}
.footer_box .text_1 {
  font-size: 1.2rem;
}

.footer_sns {
  display: flex;
}
@media screen and (max-width: 700px) {
  .footer_sns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 0 auto;
    width: 53%;
  }
}

.footer_sns a {
  display: inline-block;
  width: 23%;
  margin-left: 3rem;
  transition: 0.2s;
}
@media screen and (max-width: 700px) {
  .footer_sns a {
    display: inline-block;
    width: 25%;
    margin-left: 1.5rem;
  }
}
.footer_sns a:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.footer_copy-sp {
  font-size: 0.9rem;
  text-align: center;
  padding-top: 1.5rem;
}

.sp_footer_menu_box {
  position: fixed;
  bottom: 13.3rem;
  height: 0rem;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sp_footer_menu_box.scrolled {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sp_footer_menu_box .sp_footer_menu_box_1 {
  background: url(../images/top/sp_footer_menu.png?ver=1.1) no-repeat center bottom/contain;
  height: 14rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 300rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sp_footer_menu_box .sp_footer_menu_box_1.run {
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sp_footer_menu_box .sp_footer_menu_box_1 .sp_footer_menu_box_1_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  bottom: 6rem;
  position: absolute;
  width: 100%;
}

.sp_footer_menu_box .sp_footer_menu_box_1 .sp_footer_menu_box_1_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sp_footer_menu_box .sp_footer_menu_box_1 .link_1 {
  height: 7.1rem;
  display: block;
  width: 100%;
}

.sp_footer_menu_box .sp_footer_menu_box_1 .link_2 {
  width: 50%;
  height: 6.4rem;
  display: block;
}

.sp_footer_menu_box .sp_footer_menu_box_1 .link_3 {
  width: 50%;
  height: 6.4rem;
  display: block;
}

.btn-A {
  display: flex;
  justify-content: center;
  padding: 2.9rem 2rem 2.9rem 4rem;
  text-align: center;
  background-color: #49BB00;
  box-shadow: 0px 0.5rem #05A33E;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 80%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 700px) {
  .btn-A {
    margin: 0 auto 3rem;
    padding: 1.8rem 1.5rem 1.8rem 2rem;
    box-shadow: 0px 0.3rem #05A33E;
  }
}
.btn-A:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #FFB601;
}
@media screen and (max-width: 700px) {
  .btn-A:hover {
    background-color: #49BB00;
    box-shadow: 0px 0.3rem #05A33E;
    transform: none;
  }
}
.btn-A--02 {
  padding: 2.5rem 2rem 2.9rem 4rem;
}
@media screen and (max-width: 700px) {
  .btn-A--02 {
    margin: 0 auto 3rem;
    padding: 1.2rem 1.5rem 1.6rem 2rem;
    box-shadow: 0px 0.3rem #05A33E;
  }
}
.btn-A--02 span {
  width: 93%;
}
.btn-A--03 {
  padding: 2.5rem 0rem 2.9rem 8rem;
  width: 100%;
  margin-bottom: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  .btn-A--03 {
    margin: 2rem auto 0;
    padding: 1.2rem 1rem 1.6rem 6.5rem;
    box-shadow: 0px 0.3rem #05A33E;
    width: 100%;
  }
}
.btn-A--03 span {
  width: 80%;
}
@media screen and (max-width: 700px) {
  .btn-A--03 span {
    width: 100%;
  }
}

.btn-B {
  display: flex;
  justify-content: center;
  padding: 3rem 2rem 3.1rem 5rem;
  text-align: center;
  background-color: #49BB00;
  box-shadow: 0px 0.5rem #05A33E;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 103%;
  margin: 2.8rem 0 0 0rem;
}
@media screen and (max-width: 700px) {
  .btn-B {
    padding: 1.9rem 2rem 1.9rem 3rem;
    width: 100%;
    margin: 2rem 0 0 0rem;
    box-shadow: 0px 0.3rem #05A33E;
  }
}
.btn-B:hover {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #FFB601;
}
@media screen and (max-width: 700px) {
  .btn-B:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #49BB00;
    box-shadow: 0px 0.3rem #05A33E;
  }
}

.btn-C {
  display: flex;
  justify-content: center;
  padding: 1.8rem 0rem 1.8rem 6rem;
  text-align: center;
  background-color: #49BB00;
  box-shadow: 0px 0.5rem #05A33E;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 85%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 700px) {
  .btn-C {
    box-shadow: 0px 0.3rem #05A33E;
  }
}
.btn-C:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #FFB601;
  box-shadow: 0px 0.5rem #05A33E;
}
@media screen and (max-width: 700px) {
  .btn-C:hover {
    background-color: #49BB00;
    box-shadow: 0px 0.3rem #05A33E;
  }
}
.btn-C span {
  width: 88%;
}

.btn-D {
  display: flex;
  justify-content: center;
  padding: 3rem 0rem 3rem 2rem;
  text-align: center;
  background-color: #49BB00;
  box-shadow: 0px 0.5rem #05A33E;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 63%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 700px) {
  .btn-D {
    padding: 1.2rem 0rem 1.2rem 0rem;
    width: 90%;
    box-shadow: 0px 0.3rem #05A33E;
    border-radius: 15px;
    margin: 0 auto 2rem;
  }
}
.btn-D:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #C43490;
}
@media screen and (max-width: 700px) {
  .btn-D:hover {
    background-color: #49BB00;
    box-shadow: 0px 0.3rem #05A33E;
    transform: none;
  }
}
.btn-D span {
  width: 88%;
}

.btn-E {
  display: flex;
  justify-content: center;
  padding: 2.7rem 0rem 2.7rem 2rem;
  text-align: center;
  background-color: #EA6390;
  box-shadow: 0px 0.5rem #BE5176;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 45%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .btn-E {
    width: 100%;
    margin: 0rem auto 0;
    padding: 1.7rem 0rem 1.7rem 0rem;
    text-align: center;
    background-color: #EA6390;
    box-shadow: 0px 0.3rem #BE5176;
    cursor: pointer;
    transition: 0.3s;
    line-height: 1;
    font-size: 0;
  }
}
.btn-E:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #C43490;
}
@media screen and (max-width: 700px) {
  .btn-E:hover {
    background-color: #EA6390;
    box-shadow: 0px 0.3rem #BE5176;
    transform: translateY(0rem);
  }
}
.btn-E span {
  width: 64%;
}
.btn-E::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/wi-fi__btn-box-txt-balloon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 85%;
  height: 7rem;
  top: -90%;
  left: 9%;
}
@media screen and (max-width: 700px) {
  .btn-E::before {
    height: 4rem;
  }
}
.btn-E--02 {
  background-color: #49BB00;
  box-shadow: 0px 0.3rem #05A33E;
}
.btn-E--02:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #026f2a;
}
@media screen and (max-width: 700px) {
  .btn-E--02:hover {
    background-color: #49BB00;
    box-shadow: 0px 0.3rem #05A33E;
    transform: translateY(0rem);
  }
}
.btn-E--02::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/wi-fi__btn-box-txt-balloon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 85%;
  height: 7rem;
  top: -90%;
  left: 8%;
}
@media screen and (max-width: 700px) {
  .btn-E--02::before {
    height: 4rem;
  }
}

.btn-program {
  display: inline-block;
  position: absolute;
  bottom: 1%;
  padding: 1.5rem 5rem 1.5rem 5rem;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
  background-color: #693200;
  -webkit-box-shadow: 0px 0.7rem #B3A902;
  box-shadow: 0px 0.7rem #B3A902;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .btn-program {
    padding: 1.3rem 0 1.3rem 0rem;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0.5rem #B3A25B;
    box-shadow: 0px 0.5rem #B3A25B;
  }
}
.btn-program::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/viewing-program-icon.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .btn-program::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.btn-program:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #C43490;
  color: #FFED00;
}
@media screen and (max-width: 700px) {
  .btn-program:hover {
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #693200;
    -webkit-box-shadow: 0px 0.5rem #B3A25B;
    box-shadow: 0px 0.5rem #B3A25B;
  }
}
.btn-program--02::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/viewing-program-icon-white.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .btn-program--02::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.btn-program span {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .btn-program span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.btn-smartphone {
  display: flex;
  padding: 2rem 3rem 2rem 3rem;
  bottom: 0;
  background-color: #8DC21F;
  -webkit-box-shadow: 0px 0.5rem #37AE02;
  box-shadow: 0px 0.5rem #37AE02;
  line-height: 1;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  width: 46rem;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .btn-smartphone {
    width: 100%;
    padding: 1.4rem 2rem 1.4rem 2rem;
    border-radius: 10px;
  }
}
.btn-smartphone:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #00913A;
}
@media screen and (max-width: 700px) {
  .btn-smartphone:hover {
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #7CCE57;
    -webkit-box-shadow: 0px 0.5rem #37AE02;
    box-shadow: 0px 0.5rem #37AE02;
  }
}

.wi-fi__home-style-btn-flex {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn-flex {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.wi-fi__home-style-btn01 {
  display: flex;
  justify-content: center;
  padding: 2.5rem 3rem 2.5rem 3rem;
  bottom: 0;
  background-color: #F89EF5;
  -webkit-box-shadow: 0px 0.5rem #E850E3;
  box-shadow: 0px 0.5rem #E850E3;
  line-height: 1;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  width: 38rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn01 {
    width: 85%;
    margin: 0 auto;
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
}
.wi-fi__home-style-btn01 span {
  width: 53%;
}
.wi-fi__home-style-btn01:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #E850E3;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn01:hover {
    transform: none;
    background-color: #F89EF5;
    -webkit-box-shadow: 0px 0.5rem #E850E3;
    box-shadow: 0px 0.5rem #E850E3;
  }
}
.wi-fi__home-style-btn01::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/common-arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn01::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.wi-fi__home-style-btn01:hover::before {
  right: 2%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn01:hover::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.wi-fi__home-style-btn02 {
  display: flex;
  justify-content: center;
  padding: 2.5rem 3rem 2.5rem 3rem;
  bottom: 0;
  background-color: #7CCE57;
  -webkit-box-shadow: 0px 0.5rem #36AF00;
  box-shadow: 0px 0.5rem #36AF00;
  line-height: 1;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  width: 38rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn02 {
    width: 85%;
    margin: 0 auto;
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
}
.wi-fi__home-style-btn02 span {
  width: 54%;
}
.wi-fi__home-style-btn02:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #36AF00;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn02:hover {
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #7CCE57;
    -webkit-box-shadow: 0px 0.5rem #37AE02;
    box-shadow: 0px 0.5rem #37AE02;
  }
}
.wi-fi__home-style-btn02::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/common-arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn02::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.wi-fi__home-style-btn02:hover::before {
  right: 2%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-style-btn02:hover::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.sec04__viewing-btn {
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 2.9rem 2rem 2.9rem 2rem;
  text-align: center;
  background-color: #DF4B7E;
  box-shadow: 0px 0.5rem #AC3E64;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 56%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0rem 1.5rem 0rem;
    border-radius: 15px;
    box-shadow: 0px 0.3rem #AC3E64;
  }
}
.sec04__viewing-btn span {
  width: 85%;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-btn span {
    width: 75%;
  }
}
.sec04__viewing-btn:hover {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #C43490;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-btn:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #DF4B7E;
    box-shadow: 0px 0.5rem #AC3E64;
  }
}

.btn-cable-smartphone {
  display: inline-block;
  position: absolute;
  bottom: 1%;
  padding: 2rem 7rem 2rem 2rem;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #2BB576;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.7rem #1FA939;
  box-shadow: 0px 0.7rem #1FA939;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  .btn-cable-smartphone {
    padding: 0.7rem 4rem 0.7rem 0rem;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0.5rem #1FA939;
    box-shadow: 0px 0.5rem #1FA939;
    color: #2BB576;
    background-color: #fff;
  }
}
.btn-cable-smartphone::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .btn-cable-smartphone::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.btn-cable-smartphone:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #FF85A0;
  color: #FFED00;
}
@media screen and (max-width: 700px) {
  .btn-cable-smartphone:hover {
    -webkit-transform: none;
    transform: none;
    color: #2BB576;
    background-color: #fff;
    -webkit-box-shadow: 0px 0.5rem #1E7F54;
    box-shadow: 0px 0.5rem #1E7F54;
  }
}
.btn-cable-smartphone:hover:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/top/viewing-program-icon-hov.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .btn-cable-smartphone:hover:before {
    background: url(../images/top/viewing-program-icon.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    right: 2%;
  }
}
.btn-cable-smartphone span {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .btn-cable-smartphone span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.sec04__tv-btn-link {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem 2.5rem 2rem;
  text-align: center;
  background-color: #49BB00;
  box-shadow: 0px 0.5rem #05A33E;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-btn-link {
    padding: 0.7rem 1.4rem 1.2rem 1.4rem;
    width: 67%;
    border-radius: 1rem;
  }
}
.sec04__tv-btn-link:hover {
  transform: translateY(0.5rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #C43490;
}
@media screen and (max-width: 700px) {
  .sec04__tv-btn-link:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #49BB00;
    box-shadow: 0px 0.5rem #05A33E;
  }
}
.sec04__tv-btn-link span {
  width: 88%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-btn-link span {
    width: 100%;
  }
}

.btn-cta {
  display: flex;
  justify-content: center;
  padding: 3.4rem 1rem 3.6rem 6rem;
  text-align: center;
  color: #F542A9;
  background-color: #EA6390;
  box-shadow: 0px 0.5rem #B64E71;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .btn-cta {
    padding: 1.4rem 3rem 1.2rem 3rem;
    font-size: 1.6rem;
  }
}
.btn-cta:hover {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 rgba(0, 0, 0, 0.9);
  background-color: #FFB601;
  color: #FFED00;
}
@media screen and (max-width: 700px) {
  .btn-cta:hover {
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #E44DAE;
    -webkit-box-shadow: 0px 0.4rem #B3941A;
    box-shadow: 0px 0.4rem #B3941A;
  }
}

.cinema-link {
  display: flex;
  justify-content: center;
  padding: 0.2em 1rem 0.6rem 2rem;
  text-align: center;
  background-color: #036EB8;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .cinema-link {
    padding: 1rem 1.3rem 1rem 1.3rem;
    width: 82%;
    border-radius: 8px;
  }
}
.cinema-link:hover {
  background-color: #FFB601;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  .cinema-link:hover {
    background-color: #036EB8;
  }
}
.cinema-link span {
  width: 100%;
}

.modal_box {
  display: none;
}

.modaal-container {
  border: 1rem solid #FFF500;
  border-radius: 2rem !important;
  width: 95rem;
}

@media screen and (max-width: 700px) {
  .modaal-container {
    width: 95%;
    border: 0.6rem solid #FFF500;
    border-radius: 1rem !important;
  }
}
.modaal-container .text_1 {
  font-size: 2rem;
  color: #064B9E;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.45;
  line-height: 1.3333333333;
}

@media screen and (max-width: 700px) {
  .modaal-container .text_1 {
    font-size: 3.4285714286vw;
    margin-bottom: 2.8vw;
  }
}
.modaal-container .text_2 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 1.6rem;
}

.modaal-container .text_2.text_2-01 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 1.6rem;
  overflow-y: scroll;
  height: 50rem;
}

.modaal-container .text_2 span {
  margin-left: -1.6rem;
}

@media screen and (max-width: 700px) {
  .modaal-container .text_2 {
    font-size: 1.1rem;
    line-height: 1.4;
    padding-left: 1.2rem;
  }
  .modaal-container .text_2.text_2-01 {
    font-size: 1.1rem;
    line-height: 1.4;
    padding-left: 1.2rem;
    overflow-y: auto;
    height: auto;
  }
  .modaal-container .text_2 span {
    margin-left: -1.2rem;
  }
}
.modaal-container .text_2_pl0 {
  padding-left: 0;
}

@media screen and (max-width: 700px) {
  .modaal-container .text_2_pl0 {
    padding-left: 0;
  }
}
.modaal-container .hr_1 {
  border: unset;
  border-top: 0.2rem solid #064B9E;
}

@media screen and (max-width: 700px) {
  .modaal-container .hr_1 {
    border-top: 0.2rem solid #064B9E;
  }
}
.modaal-content-container {
  height: 100%;
  padding: 3rem;
}

@media screen and (max-width: 700px) {
  .modaal-content-container {
    padding: 7vw 7vw !important;
  }
}
.modal_box_1 {
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 700px) {
  .modal_box_1 {
    max-height: 40rem;
  }
}
#modaal-close.modaal-close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url("../images/top/modal_parts_1.svg") no-repeat center/contain;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 700px) {
  #modaal-close.modaal-close {
    width: 11vw;
    height: 11vw;
    right: -1rem;
    top: -4vw;
  }
}
#modaal-close.modaal-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: unset;
  background: unset;
}

#modaal-close.modaal-close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: unset;
  background: unset;
}

.modaal-overlay {
  opacity: 0.6 !important;
}

.modal_5_box {
  position: relative;
}

.modal_5_box::before {
  content: "";
  position: absolute;
  width: 109%;
  height: 55%;
  /* left: -68rem; */
  /* bottom: -66rem; */
  background-color: #FFF100;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  bottom: -37.9%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_5_box .modal_5_img_01 {
  position: relative;
  z-index: 10;
  margin-top: -0.6rem;
  margin-bottom: -2rem;
  width: 92%;
}

.modal_5_box .modal_5_img_02 {
  width: 50%;
  position: absolute;
  top: -9rem;
  left: -9rem;
}

.modal_5_btn {
  position: absolute;
  right: -13rem;
  bottom: -16rem;
  width: 27rem;
  height: 27rem;
  border-radius: 50%;
  background-color: #8CB808;
  z-index: 10;
}

.modal_5_btn .modaal-close {
  position: static;
}

.modal_5_btn .modaal-close:hover {
  background: #FC13E2;
}

.modal_5_btn .modaal-close::before {
  background-color: unset;
}

.modal_5_btn a {
  display: block;
  position: relative !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.modal_5_btn a .modal_5_btn_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 247px;
  height: 247px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.modal_5_btn a .img_text {
  position: absolute;
  top: 68px;
  left: 67px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_5_btn a .img_text img {
  width: 144px;
  text-align: center;
}

.modal_5_btn a .img_text .img_hov {
  display: none;
}

.modal_5_btn a .img_icon {
  position: absolute;
  bottom: -22px;
  left: 53px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 176px;
  height: 202px;
}

.modal_5_btn a:hover .modal_5_btn_circle {
  border-color: #FFF100;
}

.modal_5_btn a:hover .img_text {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_5_btn a:hover .img_text .img {
  display: none;
}

.modal_5_btn a:hover .img_text .img_hov {
  display: block;
}

.modal_5_btn a:hover .img_icon {
  -webkit-transform: scale(1.1) translateY(10px);
  transform: scale(1.1) translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #FC13E2 !important;
}

.modaal-close:after, .modaal-close:before {
  content: none !important;
}

.webshoudan_box {
  display: none;
}

@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-content-container {
    padding: unset !important;
  }
}
.modaal-wrapper.webshoudan_modal .modaal-container {
  border: unset;
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container #modaal-close {
    width: 12vw;
    height: 12vw;
    background: url(../images/top/webshoudan_8_pc.svg) no-repeat center/contain;
    border-radius: unset;
    right: -4vw;
    top: -5vw;
  }
}
.modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 {
  position: relative;
}

.modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .webshoudan_1 img {
  width: 1028rem;
  height: auto;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0rem);
}

@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .webshoudan_1 img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_1 {
    width: 211rem;
    height: 301rem;
    display: block;
    background: url("../images/top/webshoudan_5_pc.svg") no-repeat center/contain;
    position: absolute;
    right: -111rem;
    bottom: -38rem;
  }
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_1::before {
    content: "";
    position: absolute;
    width: 292rem;
    height: 376rem;
    background: url("../images/top/webshoudan_7_pc.svg") no-repeat center/contain;
    right: -73rem;
    bottom: 2rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_1:hover::before {
    background: url("../images/top/webshoudan_7_hover_pc.svg") no-repeat center/contain;
    right: -70rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_1 {
    width: 252rem;
    height: 58rem;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: calc(50% + 0rem);
    top: 280rem;
    display: block;
  }
}
.modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_2 {
  width: 500rem;
  height: 141rem;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0rem);
  top: 538rem;
  display: block;
}
@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_1 .link_2 {
    width: 83%;
    height: 21%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: calc(50% + 0rem);
    top: 72%;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_2 img {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: calc(50% + 0rem);
  }
}
.modaal-wrapper.webshoudan_modal .modaal-container .webshoudan_box_2 .link_2 {
  width: 83%;
  height: 15%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0rem);
  top: 80%;
  display: block;
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}

.js-time_limited_02 {
  display: none;
}

.js-time_limited_fire_02 {
  display: block;
}

.modal_tel_box {
  display: none;
}

.modaal-wrapper.tel_modal .modaal-container {
  border: unset;
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.modaal-wrapper.tel_modal .modaal-content-container {
  padding: unset !important;
}

.modaal-wrapper.tel_modal img {
  width: 100%;
}

.modaal-wrapper.tel_modal .modal_tel_box_1 {
  position: relative;
}

.modaal-wrapper.tel_modal .modal_tel_box_1 .modal_tel_2 {
  position: absolute;
  bottom: 2.2rem;
  left: 2rem;
  width: 26rem;
  height: 9rem;
}

.modaal-wrapper.tel_modal .modal_tel_box_1 .modal_tel_3 {
  width: 75vw;
  height: 16vw;
  position: absolute;
  top: -8vw;
  left: 0rem;
}
@media screen and (max-width: 700px) {
  .modaal-wrapper.tel_modal .modal_tel_box_1 .modal_tel_3 {
    width: 60vw;
    height: 16vw;
    position: absolute;
    top: -4vw;
    left: 0rem;
  }
}

.modaal-wrapper.tel_modal .modal_tel_box_1 .link_1 {
  width: 27.4rem;
  height: 10.6rem;
  position: absolute;
  left: 1.4rem;
  bottom: 1rem;
  display: block;
}
@media screen and (max-width: 700px) {
  .modaal-wrapper.tel_modal .modal_tel_box_1 .link_1 {
    width: 87%;
    height: 16.3%;
    position: absolute;
    left: 5.4%;
    bottom: 5.3%;
    display: block;
  }
}

.modal_5_box {
  position: relative;
}

.modal_5_box::before {
  content: "";
  position: absolute;
  width: 95rem;
  height: 21.6rem;
  /* left: -68rem; */
  bottom: -14.8rem;
  /* bottom: -66rem; */
  background-color: #FFF100;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.modal_5_box .modal_5_img_01 {
  position: relative;
  z-index: 10;
  margin-top: -0.6rem;
  margin-bottom: -3rem;
  width: 90%;
}

.modal_5_box .modal_5_img_02 {
  width: 47rem;
  position: absolute;
  top: -9.6rem;
  left: -15rem;
}

.modal_5_btn {
  position: absolute;
  right: -8rem;
  bottom: -14rem;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background-color: #8CB808;
  z-index: 10;
}

.modal_5_btn::after {
  content: "";
  position: absolute;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 89%;
  /* height: 99px; */
  background-image: url(../images/top/modal_5_img06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal_5_btn .modaal-close {
  position: static;
}

.modal_5_btn .modaal-close:hover {
  background: #FC13E2;
}

.modal_5_btn .modaal-close::before {
  background-color: unset;
}

.modal_5_btn a {
  display: block;
  position: relative !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.modal_5_btn a .modal_5_btn_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19rem;
  height: 19rem;
  border: 0.3rem solid #ffffff;
  border-radius: 50%;
}

.modal_5_btn a .img_text {
  position: absolute;
  top: 5rem;
  left: 4.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_5_btn a .img_text img {
  width: 12rem;
  text-align: center;
}

.modal_5_btn a .img_text .img_hov {
  display: none;
}

.modal_5_btn a .img_icon {
  position: absolute;
  bottom: -3rem;
  left: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13rem;
  height: 16rem;
}

.modal_5_btn a:hover .modal_5_btn_circle {
  border-color: #FFF100;
}

.modal_5_btn a:hover .img_text {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_5_btn a:hover .img_text .img {
  display: none;
}

.modal_5_btn a:hover .img_text .img_hov {
  display: block;
}

.modal_5_btn a:hover .img_icon {
  -webkit-transform: scale(1.1) translateY(10px);
  transform: scale(1.1) translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #FC13E2 !important;
}

.modaal-close:after, .modaal-close:before {
  content: none !important;
}

.modal_tamago.modal-color {
  color: #04A0E9;
  cursor: pointer;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_tamago.modal-color {
    padding-bottom: 0.4rem;
  }
}

.link_hoshino-link {
  color: #0090D4;
}

.modal_present.modal-color {
  color: #036EB8;
  cursor: pointer;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #036EB8;
}
@media screen and (max-width: 700px) {
  .modal_present.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_more.modal-color {
  color: #04A0E9;
  cursor: pointer;
  border-bottom: 1px solid #04A0E9;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 700px) {
  .modal_more.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_online.modal-color {
  color: #FFEF01;
  cursor: pointer;
  border-bottom: 1px solid #FFEF01;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_online.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_uni_01.modal-color {
  color: #D00505;
  cursor: pointer;
  border-bottom: 1px solid #D00505;
}
@media screen and (max-width: 700px) {
  .modal_uni_01.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_uni_02.modal-color {
  color: #D00505;
  cursor: pointer;
  border-bottom: 1px solid #D00505;
}
@media screen and (max-width: 700px) {
  .modal_uni_02.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_kai.modal_color {
  color: #04A0E9;
  cursor: pointer;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_kai.modal_color {
    padding-bottom: 0.1rem;
    color: #04A0E9;
  }
}

.modal_tv.modal-color {
  color: #EF7F23;
  cursor: pointer;
  border-bottom: 1px solid #EF7F23;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_tv.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_cashback_03.modal-color {
  color: #EF7F23;
  cursor: pointer;
  border-bottom: 1px solid #EF7F23;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_cashback_03.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_cashback_02.modal-color {
  color: #EF7F23;
  cursor: pointer;
  border-bottom: 1px solid #EF7F23;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_cashback_02.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_cashback_01.modal-color {
  color: #F8E00E;
  cursor: pointer;
  border-bottom: 1px solid #F8E00E;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_cashback_01.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal_waribiki.modal-color {
  color: #F8DE00;
  cursor: pointer;
  border-bottom: 1px solid #F8DE00;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_waribiki.modal-color {
    padding-bottom: 0.1rem;
  }
}

.modal-color.link-color {
  color: #FFEC00;
  cursor: pointer;
  border-bottom: 1px solid #FFEC00;
}

.modal_simulation.modal-color {
  color: #F05C7C;
  cursor: pointer;
  border-bottom: 1px solid #F05C7C;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 700px) {
  .modal_simulation.modal-color {
    padding-bottom: 0.1rem;
  }
}

.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .u-fade-type-up:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .u-fade-type-up:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .u-fade-type-up:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .u-fade-type-up:nth-child(6) {
  transition-delay: 1.5s;
}

/* フェードイン付与 */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fade02 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px); /* 上に位置を変更 */
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll02 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); /* 元の位置に戻す */
}

.scroll_fadein {
  opacity: 0;
}

.fadein_animation_start {
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.slideup {
  transform: translateY(50px);
}

.slidedown {
  transform: translateY(-50px);
}

.slideright {
  transform: translateX(50px);
}

.slideleft {
  transform: translateX(-50px);
}

/*--------------------------
	page
--------------------------*/
.animate-on-scroll {
  opacity: 0;
  visibility: hidden;
}
.animate-on-scroll.animate__animated {
  opacity: 1;
  visibility: visible;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.pattern {
  position: relative;
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 32rem 0 11%;
}
@media screen and (max-width: 700px) {
  .pattern {
    background: url(../images/top/mv-bg-sp.png);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 6rem 0 26%;
  }
}

.pattern02 {
  position: relative;
  background: url(../images/top/triangle-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFBA00;
  width: 100%;
  height: 100%;
  margin-top: -7%;
  padding: 13rem 0 15rem;
  z-index: 5;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 48% 4%, 100% 0%, 100% 95%, 49% 100%, 0% 95%);
  clip-path: polygon(0% 0%, 48% 4%, 100% 0%, 100% 95%, 49% 100%, 0% 95%);
}
@media screen and (max-width: 700px) {
  .pattern02 {
    clip-path: none;
    background: #FFE100;
    background: url(../images/top/pattern02-sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -5rem;
    padding: 7rem 0 7rem;
  }
}

.pattern03 {
  position: relative;
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  padding: 14% 0 14rem;
  z-index: 0;
  margin-top: -8%;
}
@media screen and (max-width: 700px) {
  .pattern03 {
    background: url(../images/top/mv-bg-sp.png);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -11%;
    padding: 9rem 0 0rem;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 700px) {
  .mv {
    width: 100%;
    padding: 0;
    margin-top: 13rem;
  }
}
.mv__heading01 {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .mv__heading01 {
    width: 100%;
    margin: 0 auto 2.5rem;
    display: block;
    position: relative;
    left: 0%;
  }
}
.mv__heading-big {
  position: absolute;
  width: 26%;
  right: 46.3%;
  bottom: 28%;
}
@media screen and (max-width: 700px) {
  .mv__heading-big {
    position: absolute;
    width: 45%;
    right: 13.3%;
    bottom: 69%;
  }
}
.mv__heading02 {
  width: 17%;
  display: block;
  position: absolute;
  right: 0.3%;
  bottom: -16%;
}
@media screen and (max-width: 700px) {
  .mv__heading02 {
    width: 43%;
    display: block;
    position: absolute;
    left: 1%;
    bottom: -12.5rem;
  }
}
.mv__heading03 {
  width: 19%;
  display: block;
  position: absolute;
  left: 3%;
  top: -17%;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .mv__heading03 {
    width: 34%;
    display: block;
    position: absolute;
    left: 5%;
    top: -8rem;
  }
}
@media screen and (max-width: 700px) {
  .mv__heading04 {
    margin: 0 calc(46% - 50vw);
    width: 106vw;
    display: block;
    position: relative;
    left: 0%;
    top: 1.5rem;
  }
}
.mv__list {
  display: flex;
  align-items: end;
  gap: 0 1.5rem;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 700px) {
  .mv__list {
    gap: 1rem 0rem;
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
.mv__img {
  position: absolute;
  width: 48%;
  bottom: -58%;
  right: -50%;
}
.mv__bottom {
  width: 100%;
  bottom: -56%;
  display: block;
  margin-top: -21rem;
  position: relative;
  z-index: -1;
}
.mv__bottom img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv__position-bg01 {
  width: 100%;
  position: relative;
  z-index: -1;
}
.mv__position-bg01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__bg {
  display: inline-block;
  width: 100%;
  margin-top: 16rem;
}
@media screen and (max-width: 700px) {
  .mv__bg {
    margin-top: -12rem;
    height: auto;
  }
}

.container {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 10rem;
  padding: 4rem 0;
  position: relative;
}
.container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11rem;
  top: 30%;
  background-color: #036EB7;
}
@media screen and (max-width: 700px) {
  .container::before {
    height: 4rem;
    top: 32%;
    background-color: #036EB7;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 2rem 0;
    margin-top: -3.5rem;
    margin-bottom: 3.5rem;
  }
}

.sec__center {
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sec__center {
    width: 100%;
    margin: 0;
    margin-bottom: 3.5rem;
  }
}
.sec__txt01 {
  width: 88%;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 700px) {
  .sec__txt01 {
    width: 85%;
    margin: 0 auto;
  }
}
.sec__txt02 {
  width: 57%;
  margin: 0 auto;
  margin-top: 17%;
}
@media screen and (max-width: 700px) {
  .sec__txt02 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30%;
  }
}

.sec-commons--03 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec-commons--03 {
    padding-bottom: 0rem;
  }
}
.sec-commons__flex {
  display: flex;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto;
  position: relative;
  z-index: 30;
  gap: 6rem;
}
@media screen and (max-width: 700px) {
  .sec-commons__flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 30;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.sec-commons__flex--row {
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .sec-commons__flex--row {
    flex-direction: column;
  }
}
.sec-commons__heading {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-commons__heading {
    width: 70%;
    margin: 0 auto;
  }
}
.sec-commons__heading--02 {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-commons__heading--02 {
    width: 70%;
  }
}
.sec-commons__illustrator {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .sec-commons__illustrator {
    width: 75%;
    margin: 0 auto;
  }
}
.sec-commons__illustrator--02 {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .sec-commons__illustrator--02 {
    width: 90%;
  }
}
.sec-commons__an01 {
  position: absolute;
  top: -1rem;
  left: 4%;
  width: 51%;
}
@media screen and (max-width: 700px) {
  .sec-commons__an01 {
    top: -0.5rem;
    left: 4%;
    width: 50%;
  }
}

.sec-box__flex {
  display: flex;
  justify-content: center;
  gap: 0 5rem;
  margin-top: -3rem;
}
@media screen and (max-width: 700px) {
  .sec-box__flex {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: -2rem;
  }
}
.sec-box__common {
  background-color: #fff;
  border: solid 0.5rem #000;
  border-radius: 4rem 2rem 2rem 2rem;
  width: 48%;
}
@media screen and (max-width: 700px) {
  .sec-box__common {
    border-radius: 4rem 1rem 1rem 1rem;
    width: 100%;
  }
}
.sec-box__txt {
  padding: 6rem 5rem 2rem 5rem;
}
@media screen and (max-width: 700px) {
  .sec-box__txt {
    padding: 4rem 2.5rem 1.5rem 2.5rem;
  }
}
.sec-box__txt--02 {
  padding-bottom: 2.4rem;
  text-align: center;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sec-box__txt--02 {
    padding-bottom: 1.2rem;
  }
}

.sec-box02__box {
  background-color: #fff;
  border: solid 0.5rem #000;
  border-radius: 6rem 2rem 2rem 2rem;
  padding: 5rem 0 5rem 0;
}
@media screen and (max-width: 700px) {
  .sec-box02__box {
    padding: 4rem 0 3rem 0;
    margin-top: -4.5rem;
    border-radius: 4rem 1rem 1rem 1rem;
  }
}
.sec-box02__heading {
  text-align: center;
  width: 83%;
  margin: 0 auto 2rem;
}
.sec-box02__flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sec-box02__flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.sec-box02__left {
  width: 41%;
}
@media screen and (max-width: 700px) {
  .sec-box02__left {
    width: 78%;
    margin: 0 auto;
  }
}
.sec-box02__right {
  padding-left: 3.4rem;
  width: 41%;
}
@media screen and (max-width: 700px) {
  .sec-box02__right {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
}

.sec-box03 {
  position: relative;
}
.sec-box03__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 5rem;
  margin-top: -4rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 700px) {
  .sec-box03__flex {
    flex-direction: column;
    gap: 9rem;
    margin-top: -3rem;
    margin-bottom: 9.5rem;
  }
}
.sec-box03__common {
  background-color: #fff;
  border: solid 0.5rem #000;
  border-radius: 6rem 2rem 2rem 2rem;
  width: 48%;
}
@media screen and (max-width: 700px) {
  .sec-box03__common {
    border-radius: 6rem 1rem 1rem 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .sec-box03__common--right {
    height: auto;
  }
}
.sec-box03__txt {
  padding: 5rem 0rem 4rem 0rem;
  width: 78%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sec-box03__txt {
    width: 100%;
    padding: 4rem 3rem 3rem 3rem;
    text-align: center;
  }
}
.sec-box03__txt--03 {
  padding-top: 11rem;
  padding-bottom: 3.5rem;
  position: relative;
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .sec-box03__txt--03 {
    width: 100%;
    padding-top: 7rem;
  }
}
.sec-box03__txt--03::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/box03-txt-right-balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 111%;
  height: 22rem;
  top: -10rem;
  left: -2rem;
}
@media screen and (max-width: 700px) {
  .sec-box03__txt--03::before {
    width: 90%;
    height: 20rem;
    top: -10rem;
    left: 2rem;
  }
}

.sec-present__bg {
  background-color: #8FC31F;
  border: solid 0.5rem #000;
  border-radius: 30rem;
  padding: 4rem 8rem 5rem 13rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-present__bg {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0rem;
    padding: 7rem 3rem 3rem 3rem;
    border-left: none;
    border-right: none;
  }
}
.sec-present__bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/sec-present-heading.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80%;
  height: 15rem;
  top: -17%;
  left: 9%;
}
@media screen and (max-width: 700px) {
  .sec-present__bg::before {
    background-image: url(../images/top/sec-present-heading-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 85%;
    height: 11rem;
    top: -11.5%;
    left: 5%;
  }
}
.sec-present__content {
  position: relative;
}
.sec-present__illustrator {
  position: absolute;
  width: 9.5rem;
  bottom: -2rem;
  right: 2.3rem;
}
@media screen and (max-width: 700px) {
  .sec-present__illustrator {
    position: absolute;
    width: 8rem;
    bottom: 8.5rem;
    right: 2.9rem;
  }
}
.sec-present__number {
  position: absolute;
  top: 3rem;
  left: -5rem;
  width: 17rem;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec-present__number {
    top: -1rem;
    left: -2rem;
    width: 10rem;
    z-index: 1;
  }
}
.sec-present__cinema-btn {
  position: absolute;
  top: 84%;
  left: 14rem;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .sec-present__cinema-btn {
    top: 38rem;
    left: 2.5rem;
    width: 100%;
  }
}

.sec02__main-heading01 {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 3vw;
  transform: translate(-50%, -50%);
  width: 6vw;
}
@media screen and (max-width: 700px) {
  .sec02__main-heading01 {
    position: static;
    transform: none;
    width: 22%;
    margin-bottom: 4rem;
  }
}
.sec02__main-heading02 {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 14vw;
  transform: translate(-50%, -50%);
  width: 20vw;
}
@media screen and (max-width: 700px) {
  .sec02__main-heading02 {
    position: static;
    transform: none;
    width: 65%;
    margin-bottom: 1rem;
  }
}
.sec02 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2rem;
}
@media (max-width: 700px) {
  .sec02 .content {
    flex-direction: column;
    height: auto;
  }
}
.sec02__add-txt {
  text-align: center;
  margin: 3rem 0 0;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .sec02__add-txt {
    text-align: left;
    margin: 0.5rem 0 0;
    font-size: 1.2rem;
  }
}

.sec-course {
  position: relative;
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  padding: 10rem 0 0rem;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .sec-course {
    background: url(../images/top/sec-course-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.sec-course__headings {
  position: relative;
}
.sec-course__heading {
  text-align: center;
  margin: 0 auto;
  padding: 0rem 0 0rem;
  width: 93rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-course__heading {
    padding: 0rem 0 2rem;
    width: 80%;
    position: static;
  }
}
.sec-course__heading02 {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 3rem 5rem;
  width: 60%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  .sec-course__heading02 {
    padding: 0;
    width: 95%;
    margin-top: 0rem;
    margin-left: 1.9rem;
  }
}
.sec-course__left {
  position: absolute;
  bottom: 21%;
  left: -39%;
  z-index: 5;
  width: 20%;
}
@media screen and (max-width: 1320px) {
  .sec-course__left {
    left: -33%;
  }
}
@media screen and (max-width: 700px) {
  .sec-course__left {
    bottom: 224%;
    left: -6%;
    z-index: 5;
    width: 19%;
  }
}
.sec-course__right {
  position: absolute;
  bottom: 21%;
  right: -39%;
  z-index: 5;
  width: 20%;
}
@media screen and (max-width: 1320px) {
  .sec-course__right {
    right: -33%;
  }
}
@media screen and (max-width: 700px) {
  .sec-course__right {
    position: absolute;
    bottom: 102%;
    right: -3%;
    z-index: 5;
    width: 22%;
  }
}
.sec-course__top-left {
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-course__top-left {
    top: 9%;
    left: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec-course__top-right {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-course__top-right {
    top: 9%;
    right: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec-course__bottom-left {
  position: absolute;
  bottom: 4%;
  left: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-course__bottom-left {
    bottom: 4%;
    left: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec-course__bottom-right {
  position: absolute;
  bottom: 4%;
  right: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-course__bottom-right {
    bottom: 4%;
    right: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}

.sec03 {
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03 {
    margin-top: 0;
    padding-top: 0;
  }
}
.sec03 section.select {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 700px) {
  .sec03 section.select {
    margin-top: 0;
  }
}
.sec03 section.select .select_box {
  position: relative;
  width: 100%;
}
.sec03 section.select .select_box .select_box_1 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.sec03 section.select .select_box .select_box_2 .tab-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: -0.3rem auto;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav {
    width: 100vw;
    gap: 1rem;
    margin: -0.1rem auto;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li {
  width: calc(50% - 2rem);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: relative;
  height: 16rem;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li {
    width: calc(51% - 8px);
    height: 12rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 2rem 0 !important;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:first-child {
  background: #2EA7E0;
  border-radius: 0 2rem 0 0;
  padding: 3rem 0;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:first-child {
    background: #2EA7E0;
    border-radius: 0 2rem 0 0;
    padding: 3rem 0;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:last-child {
  background: #EE7815;
  border-radius: 2rem 0 0 0;
  padding: 3rem 0;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:last-child {
    border-radius: 2rem 0 0 0;
    padding: 3rem 0;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_1_1 {
  display: none;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_1_1 {
    display: none;
  }
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_1_1-sp {
    display: block;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_1_2 {
  display: block;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_1_2 {
    display: none;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav .image_1_2 {
  width: 18rem;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active .image_1_2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_2_2 {
    display: none;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav .image_2_2 {
  width: 24rem;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active .image_2_2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_2_1 {
    display: none;
  }
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:hover .image_2_1-sp {
    display: block;
    width: 33vw;
    margin: 0 auto;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:hover:first-child {
  background: #2EA7E0;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover:first-child {
    background: #2EA7E0;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:hover:last-child {
  background: #EE7816;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover:last-child {
    background: #EE7816;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li.active:first-child {
  position: relative;
  background: #2EA7E0;
  background: url(../images/top/tab-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.active:first-child {
    position: relative;
    background: #2EA7E0;
    background: url(../images/top/tab-bg-sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li.tab-nav-b.active {
  position: relative;
  background: #EE7815;
  background: url(../images/top/tab02-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li.tab-nav-b.active {
    position: relative;
    background: #EE7815;
    background: url(../images/top/tab02-bg-sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_1 {
  display: none;
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_1-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_1 {
    display: none;
  }
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_1-sp {
    display: block;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_2 {
  display: block;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_1_2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_2_2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_2_2 {
    display: none;
  }
  .sec03 section.select .select_box .select_box_2 .tab-nav li:hover .image_2_2-sp {
    display: block;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sec03 section.select .select_box .select_box_2 .tab-nav li a .image_1_1 {
  height: auto;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li a .image_1_1 {
    width: 33vw;
  }
  .sec03 section.select .select_box .select_box_2 .tab-nav li a .image_1_1-sp {
    width: 15.6vw;
    position: relative;
    left: 6%;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li a .image_1_2 {
    width: 33vw;
  }
}
.sec03 section.select .select_box .select_box_2 .tab-nav li a .image_2_1 {
  height: auto;
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li a .image_2_1 {
    width: 36vw;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sec03 section.select .select_box .select_box_2 .tab-nav li a .image_2_2-sp {
    width: 28vw;
    position: relative;
    left: 7%;
  }
}
.sec03 .tab-content {
  position: relative;
  z-index: 3;
}
.sec03 .tab-nav-a,
.sec03 .tab-nav-b {
  position: relative;
  /* --- SP (700px 以下) --- */
}
@media screen and (max-width: 700px) {
  .sec03 .tab-nav-a,
  .sec03 .tab-nav-b {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}
.sec03 .tab-nav-a img,
.sec03 .tab-nav-b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  display: block;
}
.sec03 .tab-nav-a .img-yellow,
.sec03 .tab-nav-a .img-orange,
.sec03 .tab-nav-b .img-yellow,
.sec03 .tab-nav-b .img-orange {
  opacity: 0;
}
.sec03 .tab-nav-a .img-white,
.sec03 .tab-nav-b .img-white {
  opacity: 1;
}
.sec03 .tab-nav-a:hover .img-white,
.sec03 .tab-nav-b:hover .img-white {
  opacity: 0;
}
.sec03 .tab-nav-a:hover .img-orange,
.sec03 .tab-nav-b:hover .img-orange {
  opacity: 1;
}
.sec03 .tab-nav-a.active .img-white,
.sec03 .tab-nav-b.active .img-white {
  opacity: 1;
}
.sec03 .tab-nav-a.active .img-orange,
.sec03 .tab-nav-b.active .img-orange {
  opacity: 0;
}
@media (max-width: 700px) {
  .sec03 .tab-nav-a,
  .sec03 .tab-nav-b {
    /* デフォルト（アクティブじゃないタブは黄） */
    /* アクティブなタブは白 */
    /* hover 無効化 */
  }
  .sec03 .tab-nav-a .img-yellow,
  .sec03 .tab-nav-b .img-yellow {
    opacity: 1;
  }
  .sec03 .tab-nav-a .img-white,
  .sec03 .tab-nav-b .img-white {
    opacity: 0;
  }
  .sec03 .tab-nav-a .img-orange,
  .sec03 .tab-nav-b .img-orange {
    opacity: 0;
  }
  .sec03 .tab-nav-a a.active .img-yellow,
  .sec03 .tab-nav-b a.active .img-yellow {
    opacity: 0;
  }
  .sec03 .tab-nav-a a.active .img-white,
  .sec03 .tab-nav-b a.active .img-white {
    opacity: 1;
  }
  .sec03 .tab-nav-a a:hover .img-white,
  .sec03 .tab-nav-b a:hover .img-white {
    opacity: 1 !important;
  }
  .sec03 .tab-nav-a a:hover .img-orange,
  .sec03 .tab-nav-b a:hover .img-orange {
    opacity: 0 !important;
  }
}
.sec03 .waribiki-color {
  position: relative;
  background: #2EA7E0;
  background: url(../images/top/waribiki-color-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki-color {
    background: #2EA7E0;
    background: url(../images/top/waribiki-color-bg-sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
.sec03 .waribiki_body {
  padding: 11rem 0 9rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_body {
    padding: 6rem 0 5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_body--02 {
    padding: 6rem 0 5rem;
    margin-bottom: 0;
  }
}
.sec03 .waribiki_body__line {
  padding-bottom: 2rem;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_body__line {
    padding-bottom: 2.5rem;
    width: 75%;
  }
}
.sec03 .waribiki_body__line--02 {
  width: 72%;
}
.sec03 .waribiki_body__text {
  color: #fff;
  text-align: left;
  letter-spacing: 0rem;
  padding: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_body__text {
    font-size: 1.1rem;
    padding: 0rem 0 0rem;
    text-align: left;
  }
}
.sec03 .waribiki_body__text02 {
  padding-top: 2.7rem;
  font-size: 1.2rem;
}
.sec03 .waribiki__img-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
    flex-direction: column;
  }
}
.sec03 .waribiki__img-flex--02 {
  margin-bottom: 13rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img-flex--02 {
    margin-bottom: 5rem;
  }
}
.sec03 .waribiki__img01 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img01 {
    width: 100%;
    position: relative;
    padding-bottom: 1rem;
  }
}
.sec03 .waribiki__img01--02 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img01--02 {
    width: 100%;
  }
}
.sec03 .waribiki__img01-an {
  position: absolute;
  right: 15.2%;
  top: 13%;
  width: 15%;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img01-an {
    right: 13.2%;
    top: 21%;
    width: 16%;
  }
}
.sec03 .waribiki__img01-an.waribiki__img01-an--02 {
  position: absolute;
  left: 0.2%;
  top: 17%;
  width: 14%;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img01-an.waribiki__img01-an--02 {
    left: -1.8%;
    top: 38%;
    width: 16%;
  }
}
.sec03 .waribiki__img-balloon {
  position: absolute;
  top: 7%;
  width: 10rem;
  right: -23%;
}
.sec03 .waribiki__img02 {
  width: 58%;
  position: relative;
  left: 3rem;
  top: -3rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img02 {
    width: 100%;
    position: static;
    padding-bottom: 1.5rem;
  }
}
.sec03 .waribiki__img02--02 {
  left: 6rem;
  width: 47%;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__img02--02 {
    width: 100%;
    left: 17.6rem;
    top: -27rem;
  }
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__text_01 {
    position: static;
  }
}
.sec03 .waribiki__text_01--02 {
  position: sticky;
  padding-top: 1rem;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki__text_01--02 {
    bottom: 32%;
    left: 5%;
    padding-top: 0;
  }
}
.sec03 .waribiki_form .form_result .waribiki_text_04 {
  position: static;
  font-size: 3.4rem;
  color: #EF5C7C;
  line-height: 0.6;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_form .form_result .waribiki_text_04 {
    position: relative;
    /* width: 28rem; */
    font-size: 1.6rem;
    bottom: -0.6rem;
  }
}
.sec03.waribiki_form .waribiki_img_04 {
  width: 52vw;
  top: 22vw;
  left: 21vw;
  height: 20vw;
}
@media screen and (max-width: 700px) {
  .sec03 .waribiki_form .waribiki_img_04 {
    width: 172vw;
    top: 22vw;
    left: -11vw;
    height: 50vw;
  }
}

.waribiki__number {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 9rem;
}
@media screen and (max-width: 700px) {
  .waribiki__number {
    width: 80%;
    border-right: none;
    flex-direction: column;
    margin-bottom: 4.5rem;
  }
}

.waribiki__switching-wrap {
  padding-left: 0;
  background: #F0E1A5;
  padding-bottom: 1rem;
}
@media screen and (max-width: 700px) {
  .waribiki__switching-wrap {
    padding-left: 0;
  }
}

.waribiki__input-ann {
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .waribiki__input-ann {
    text-align: center;
    padding: 0.7rem 0 2rem;
  }
}

.waribiki__calculator-wrap {
  padding: 4rem 8rem 0 8rem;
  position: relative;
  bottom: -1rem;
}
@media screen and (max-width: 700px) {
  .waribiki__calculator-wrap {
    padding: 1rem 3rem 0 2rem;
    position: relative;
    bottom: -0.3rem;
  }
}

.waribiki__calculator-list {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 700px) {
  .waribiki__calculator-list {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}

.waribiki__calculator-item {
  width: 16%;
}
@media screen and (max-width: 700px) {
  .waribiki__calculator-item {
    width: 17%;
  }
}

.waribiki_calculator-cat {
  position: absolute;
  bottom: 0;
  right: -9%;
  z-index: 1;
  width: 24%;
}
@media screen and (max-width: 700px) {
  .waribiki_calculator-cat {
    position: absolute;
    bottom: 0;
    right: -14%;
    z-index: 1;
    width: 35%;
  }
}

.waribiki__switching-link {
  padding-left: 11rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #693200;
}
@media screen and (max-width: 700px) {
  .waribiki__switching-link {
    padding-left: 2rem;
    margin-top: 0.4rem;
    font-size: 1.1rem;
    color: #693200;
  }
}

.cashback {
  position: relative;
  background: #EE7815;
  background: url(../images/top/cashback-color-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .cashback {
    background: url(../images/top/cashback-color-bg-sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .cashback .cashback_body__line {
    padding: 5rem 0 0;
  }
}
.cashback__heading {
  padding-top: 6.6rem;
}
@media screen and (max-width: 700px) {
  .cashback__heading {
    padding-top: 3rem;
  }
}
.cashback__or {
  padding: 4rem 0 3rem;
  text-align: center;
  margin: 0 auto;
  width: 10rem;
}
@media screen and (max-width: 700px) {
  .cashback__or {
    width: 5rem;
    padding: 2.5rem 0 3rem;
  }
}
.cashback__img01 {
  width: 75%;
  position: relative;
  top: 2rem;
  z-index: 0;
  top: 0vw;
  right: -11%;
  animation: bounceInRight;
  animation-duration: 1s;
}
@media screen and (max-width: 700px) {
  .cashback__img01 {
    width: 110%;
    position: relative;
    top: 2rem;
    z-index: 0;
    top: 7vw;
    right: 1%;
  }
}
.cashback__img02 {
  position: absolute;
  top: -6%;
  left: 106%;
  width: 27vw;
  z-index: 20;
}
@media screen and (max-width: 700px) {
  .cashback__img02 {
    position: absolute;
    top: 17%;
    left: 105%;
    width: 45vw;
    z-index: 20;
  }
}
.cashback__img03 {
  position: absolute;
  top: -28%;
  left: 197%;
  width: 24vw;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .cashback__img03 {
    position: absolute;
    top: -5%;
    left: 94%;
    width: 54vw;
    z-index: 0;
  }
}
.cashback__img04 {
  position: relative;
  z-index: 40;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .cashback__img04 {
    width: 100%;
    /* left: 50%; */
    z-index: 20;
  }
}
.cashback__img05 {
  position: relative;
  z-index: 40;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .cashback__img05 {
    width: 100%;
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    z-index: 20;
  }
}
.cashback__img06 {
  position: relative;
  z-index: 40;
  width: 60%;
  padding-top: 3rem;
  margin: 0 auto;
  padding: 5vw 0;
}
@media screen and (max-width: 700px) {
  .cashback__img06 {
    width: 85%;
    top: 5.5rem;
    z-index: 20;
  }
}
.cashback__img07 {
  position: relative;
  z-index: 40;
  width: 75%;
  margin: 0 auto;
  padding-top: 7rem;
}
@media screen and (max-width: 700px) {
  .cashback__img07 {
    width: 88%;
    top: 3rem;
    z-index: 20;
    left: 1.7%;
    padding-top: 4rem;
  }
}
.cashback__img08 {
  position: absolute;
  bottom: 2vw;
  right: -8%;
  width: 22%;
}
@media screen and (max-width: 700px) {
  .cashback__img08 {
    width: 30%;
    bottom: -2rem;
    left: 82%;
    z-index: 20;
  }
}
.cashback__img09 {
  position: absolute;
  top: 21vw;
  left: -7%;
  width: 17%;
}
@media screen and (max-width: 700px) {
  .cashback__img09 {
    width: 60%;
    top: 28rem;
    left: -8%;
    z-index: 20;
  }
}
.cashback__img10 {
  position: absolute;
  bottom: 21vw;
  right: -9%;
  width: 18%;
}
@media screen and (max-width: 700px) {
  .cashback__img10 {
    width: 29%;
    bottom: -2rem;
    left: 75%;
    z-index: 20;
    height: 52vw;
  }
}
.cashback__icon {
  position: absolute;
  top: 2.5vw;
  left: 50%;
  width: 12%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .cashback__icon {
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
  }
}
.cashback__text01 {
  z-index: 10;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .cashback__text01 {
    width: 100%;
    z-index: 60;
    text-align: left;
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 1.1rem;
  }
}
.cashback__text02 {
  padding-top: 4rem;
  z-index: 10;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .cashback__text02 {
    padding-top: 1.5rem;
    width: auto;
    text-align: left;
    font-size: 1.1rem;
  }
}
.cashback__text03 {
  padding-top: 4rem;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .cashback__text03 {
    padding-top: 1.5rem;
    width: auto;
    text-align: left;
    font-size: 1.1rem;
  }
}
.cashback__plus-icon {
  text-align: center;
  margin: 0 auto;
  padding: 6rem 0;
  width: 8rem;
}
@media screen and (max-width: 700px) {
  .cashback__plus-icon {
    width: 4rem;
    padding: 2.5rem 0;
  }
}

.cashback-tokuten {
  background: #fff;
  border: solid 0.6rem #000;
  border-radius: 2rem;
  position: relative;
  padding: 10rem 2rem 5rem 2rem;
}
@media screen and (max-width: 700px) {
  .cashback-tokuten {
    margin-top: 0;
    padding: 4rem 2rem 3rem 2rem;
    border: solid 0.3rem #000;
  }
}
.cashback-tokuten__heading {
  width: 51%;
  position: absolute;
  top: -8%;
  left: 24%;
}
@media screen and (max-width: 700px) {
  .cashback-tokuten__heading {
    width: 85%;
    top: -2rem;
    left: 8%;
  }
}
.cashback-tokuten__list {
  display: flex;
  align-items: flex-start;
  gap: 13rem;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .cashback-tokuten__list {
    flex-direction: column;
    gap: 6.5rem;
    margin-bottom: 0rem;
  }
}
.cashback-tokuten__list::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/cashback-tokuten-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5rem;
  height: 33rem;
  top: -2rem;
  right: 47.3%;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 700px) {
  .cashback-tokuten__list::before {
    background-image: url(../images/top/cashback-tokuten-or-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25rem;
    height: 3rem;
    top: 20.5rem;
    right: 0%;
    transform: translate(0%, 0%);
  }
}
.cashback-tokuten__item-img {
  display: block;
  width: 38rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .cashback-tokuten__item-img {
    width: 100%;
  }
}

.cashback_text_03 {
  position: absolute;
  width: 58vw;
  top: 58vw;
  z-index: 10;
  left: 21vw;
  height: 38vw;
}
@media screen and (max-width: 700px) {
  .cashback_text_03 {
    width: 90%;
    top: 167vw;
    left: 5%;
    height: auto;
  }
}

.cashback_text_04 {
  position: absolute;
  width: 58vw;
  top: 94vw;
  z-index: 10;
  left: 21vw;
}
@media screen and (max-width: 700px) {
  .cashback_text_04 {
    width: 90%;
    top: 260vw;
    left: 5%;
    height: auto;
  }
}

.cashback_icon {
  position: absolute;
  width: 22vw;
  /* height: 147px; */
  top: 15vw;
  left: 15vw;
}

@media screen and (max-width: 700px) {
  .cashback_icon {
    width: 151rem;
    left: 7rem;
    top: 1112rem;
  }
}
.cashback_icon02 {
  position: absolute;
  width: 22vw;
  /* height: 147px; */
  top: 45vw;
  right: 13vw;
}

@media screen and (max-width: 700px) {
  .cashback_icon02 {
    width: 151rem;
    left: 7rem;
    top: 1112rem;
  }
}
.cashback_icon03 {
  position: absolute;
  width: 22vw;
  /* height: 147px; */
  top: 82vw;
  right: 62vw;
}

@media screen and (max-width: 700px) {
  .cashback_icon03 {
    width: 30rem;
    left: -8rem;
    top: 13rem;
    transform: rotate(-166deg);
  }
}
.cashback_icon04 {
  position: absolute;
  width: 22vw;
  top: 122vw;
  right: 15vw;
}

@media screen and (max-width: 700px) {
  .cashback_icon04 {
    width: 15rem;
    left: 25rem;
    top: 443vw;
    transform: rotate(-20deg);
  }
}
.sec-otoku {
  position: relative;
  padding: 12rem 0 14rem;
  position: relative;
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .sec-otoku {
    background: #FFE100 url(../images/top/sec-otoku-bg-sp.png) top center/100% repeat-y;
    padding: 5rem 0 3.5rem;
    margin-top: 0rem;
  }
}
.sec-otoku__heading01 {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-otoku__heading01 {
    margin: 0 auto;
    padding-top: 5rem;
    margin-top: -5rem;
    width: 95%;
    margin-bottom: 2.5rem;
  }
}
.sec-otoku__common-heading-an {
  position: absolute;
  top: 30%;
  right: 22.5%;
  width: 9%;
}
@media screen and (max-width: 700px) {
  .sec-otoku__common-heading-an {
    top: 61%;
    right: 30.5%;
    width: 13.5%;
  }
}
@media screen and (max-width: 700px) {
  .sec-otoku__lists {
    margin-bottom: 1.5rem;
  }
}
.sec-otoku__list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2.5rem;
  position: relative;
}
.sec-otoku__list::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/sec-otoku-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5rem;
  height: 5rem;
  top: 54%;
  left: 64%;
  z-index: 100;
}
.sec-otoku__list::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/sec-otoku-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5rem;
  height: 5rem;
  top: 53%;
  right: 64.6%;
  z-index: 100;
}
.sec-otoku__item {
  width: 32%;
  position: relative;
}
.sec-otoku__arrow {
  width: 11%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku__arrow {
    width: 22%;
    margin-bottom: 0;
  }
}
.sec-otoku__price {
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku__price {
    margin-bottom: 1.2rem;
  }
}
.sec-otoku__moreover {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-otoku__moreover {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sec-otoku__moreover-balloon {
  position: absolute;
  top: 0;
  left: 0%;
  width: 15%;
}
@media screen and (max-width: 700px) {
  .sec-otoku__moreover-balloon {
    top: 21%;
    left: 14%;
    width: 23%;
  }
}
.sec-otoku__moreover-balloon-txt {
  text-align: center;
  font-size: 1.2rem;
}
.sec-otoku__hd {
  width: 7.6rem;
  height: 1.1rem;
  background: #D3D3D4;
  border-radius: 20rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku__hd {
    width: 6.5rem;
    height: 1rem;
  }
}
.sec-otoku__brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-otoku__brand--02 {
  width: 19rem;
}
.sec-otoku__brand--03 {
  width: 21rem;
}
.sec-otoku__txt {
  font-size: 1.2rem;
}
.sec-otoku__link {
  display: block;
  text-align: center;
  padding: 2rem 0;
  position: relative;
  transition: 0.4s;
  text-align: center;
  box-shadow: 0px 0.5rem #B3455E;
  line-height: 1;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #EB6EA5;
  width: 85%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 700px) {
  .sec-otoku__link {
    padding: 1.3rem 0;
    margin: 1rem auto 0;
    margin-bottom: -0.5vw;
    position: static;
    bottom: 0.1rem;
    width: 85%;
  }
}
.sec-otoku__btn-img {
  width: 68%;
  position: relative;
  left: 12%;
}

.sec-otoku_set-discount {
  background-color: #FFFFE6;
  background-image: url(../images/top/sec-otoku_set-discount-bg.png);
  background-position: 48% 7%;
  background-repeat: no-repeat;
  background-size: 114rem;
  width: 100%;
  height: 100%;
  padding: 15rem 0 11rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount {
    background-image: none;
    padding: 4rem 0 2rem;
  }
}
.sec-otoku_set-discount::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 80px solid #FFFFE6;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount::after {
    border-top: 50px solid #FFFFE6;
  }
}
.sec-otoku_set-discount__heading {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__heading {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec-otoku_set-discount__heading::before {
    content: "";
    position: absolute;
    background-image: url(../images/top/sec-otoku_set-discount-bg-sp01.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -1rem;
    left: -1%;
    width: 34rem;
    height: 19.3rem;
    z-index: -1;
  }
}
.sec-otoku_set-discount__common-heading-an {
  position: absolute;
  top: 61%;
  right: 26.7%;
  width: 10%;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__common-heading-an {
    top: 67%;
    right: 25.7%;
    width: 11%;
  }
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__btn-group {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}
.sec-otoku_set-discount__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-direction: column;
  }
}
.sec-otoku_set-discount__item {
  width: 31%;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__item {
    width: 100%;
  }
}
.sec-otoku_set-discount__item:hover {
  filter: brightness(1.3);
}
.sec-otoku_set-discount__box {
  background: #F8DE00;
  border: solid 0.6rem #000;
  border-radius: 6rem;
  padding: 9rem 2rem 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__box {
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 2rem;
    position: relative;
    margin-top: -0.6rem;
  }
  .sec-otoku_set-discount__box::before {
    content: "";
    position: absolute;
    background-image: url(../images/top/sec-otoku_set-discount-bg-sp02.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: -20rem;
    left: -1%;
    width: 32rem;
    height: 15.3rem;
    z-index: 0;
  }
}
.sec-otoku_set-discount__box-heading {
  width: 76%;
  margin: 0 auto;
}
.sec-otoku_set-discount__flex {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
  gap: 0 1rem;
  margin-top: -1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__flex {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0 1rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.sec-otoku_set-discount__left {
  width: 31%;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__left {
    width: 65%;
    padding-bottom: 1rem;
  }
}
.sec-otoku_set-discount__right {
  width: 60%;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__right {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__girl-boy {
    display: flex;
    justify-content: space-around;
    width: 77%;
    margin: 0 auto;
  }
}
.sec-otoku_set-discount__left-girl {
  position: absolute;
  top: -15.9rem;
  left: 5.5%;
  width: 12.3rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__left-girl {
    top: -10rem;
    left: 6rem;
    width: 7.7rem;
    position: sticky;
  }
}
.sec-otoku_set-discount__right-boy {
  position: absolute;
  top: -15rem;
  right: 5.7rem;
  width: 12rem;
}
@media screen and (max-width: 700px) {
  .sec-otoku_set-discount__right-boy {
    top: -9.9rem;
    right: 6rem;
    width: 8rem;
    position: sticky;
  }
}

.wi-fi {
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 700px) {
  .wi-fi {
    margin-top: -4rem;
    padding: 12rem 0 5rem;
    background: #1EAA39 url(../images/top/wi-fi-bg-sp.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
.wi-fi .pop-image02 {
  opacity: 0;
  transform: scale(0.3) translateY(100px);
  will-change: transform, opacity;
}
.wi-fi__heading01 {
  width: 77%;
  margin: 0 auto;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 700px) {
  .wi-fi__heading01 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.wi-fi__common-heading-an {
  position: absolute;
  top: 46%;
  left: 13.5%;
  width: 11%;
}
@media screen and (max-width: 700px) {
  .wi-fi__common-heading-an {
    top: 45%;
    left: 12%;
    width: 12%;
  }
}
.wi-fi__main-heading {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .wi-fi__main-heading {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
  }
}
.wi-fi__house {
  text-align: center;
  width: 44%;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .wi-fi__house {
    width: 80%;
    margin-bottom: 1.8rem;
  }
}
.wi-fi .pop-bounce {
  opacity: 0;
  transform: scale(0.3) translateY(100px);
  will-change: transform, opacity;
}
.wi-fi__home-sensor01 {
  position: absolute;
  top: 12%;
  left: 32%;
  width: 58%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-sensor01 {
    top: 22.3%;
    left: 14%;
    width: 36%;
  }
}
.wi-fi__home-sensor02 {
  position: absolute;
  top: 67.8%;
  left: 18.2%;
  width: 33%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-sensor02 {
    top: 4.5%;
    left: 32.8%;
    width: 55%;
  }
}
.wi-fi__home-balloon01 {
  position: absolute;
  top: 7%;
  left: -59%;
  width: 58%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-balloon01 {
    position: sticky;
    width: 100%;
    margin-left: -9%;
  }
}
.wi-fi__home-balloon02 {
  position: absolute;
  bottom: 0%;
  left: -57%;
  width: 59%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-balloon02 {
    position: sticky;
    width: 90%;
    margin-left: 4rem;
  }
}
.wi-fi__home-balloon03 {
  position: absolute;
  top: 28%;
  right: -70%;
  width: 71%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-balloon03 {
    position: sticky;
    width: 100%;
    margin-left: -2.5rem;
  }
}
.wi-fi__home-balloon04 {
  position: absolute;
  top: 71%;
  right: -65%;
  width: 67%;
}
@media screen and (max-width: 700px) {
  .wi-fi__home-balloon04 {
    position: sticky;
    width: 100%;
    padding-top: 2rem;
  }
}
.wi-fi__btn-box {
  background-color: #fff;
  border: solid 0.4rem #000;
  border-radius: 4rem;
  padding: 7rem 2rem 6rem 2rem;
  width: 85%;
  margin: 14rem auto 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .wi-fi__btn-box {
    width: 100%;
    margin: 6rem auto 0;
    border-radius: 2rem;
    padding: 4rem 2rem 3rem 2rem;
  }
}
.wi-fi__btn-box-sub-heading {
  position: absolute;
  top: -7%;
  left: 27%;
  width: 46%;
}
@media screen and (max-width: 700px) {
  .wi-fi__btn-box-sub-heading {
    width: 80%;
    margin: 0rem auto 0;
    top: -5%;
    left: 10%;
  }
}
.wi-fi__btn-box-heading {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 10.7rem;
}
@media screen and (max-width: 700px) {
  .wi-fi__btn-box-heading {
    margin-bottom: 7.5rem;
  }
}
.wi-fi__btn-box-flex {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .wi-fi__btn-box-flex {
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
    gap: 7rem;
  }
}

.stripe {
  background-size: auto auto;
  background-color: rgb(126, 200, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(134, 203, 0) 20px, rgb(134, 203, 0) 40px);
  padding: 12rem 0 14rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 700px) {
  .stripe {
    padding: 5rem 0 5rem;
  }
}
.stripe__heading {
  margin: 0 auto 3rem;
  width: 82rem;
}
@media screen and (max-width: 700px) {
  .stripe__heading {
    width: 100%;
    margin: 0 auto 7rem;
  }
}

.sec04 {
  background-color: #F4EC25;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .sec04 {
    padding: 7.5rem 0 0rem;
  }
}
.sec04 .pop-image04 {
  opacity: 0;
  transform: scale(0.3) translateY(200px);
  will-change: transform, opacity;
}
.sec04__group {
  position: relative;
  z-index: 60;
}
.sec04__main-img {
  width: 110%;
  margin: 0 auto;
  position: relative;
  left: -5%;
}
.sec04__img {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec04__img {
    margin-bottom: 2.5rem;
  }
}
.sec04__tv-img {
  position: relative;
  width: 96%;
  margin: 0rem auto;
}
@media screen and (max-width: 700px) {
  .sec04__tv-img {
    width: 100%;
    margin: 0 auto;
  }
}
.sec04__tv-btn {
  position: absolute;
  bottom: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-btn {
    bottom: 39%;
    left: 17%;
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 700px) {
  .sec04 .tv-btn-img {
    width: 12rem;
  }
}
.sec04__tv-cinema {
  position: absolute;
  bottom: 14%;
  left: 12%;
  width: 17%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-cinema {
    bottom: 24rem;
    left: -2.3%;
    width: 9rem;
  }
}
.sec04__tv-drama {
  position: absolute;
  top: 1%;
  left: 4%;
  width: 18%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-drama {
    top: -5.5rem;
    left: 22%;
    width: 9rem;
  }
}
.sec04__tv-music {
  position: absolute;
  bottom: 15%;
  right: 13%;
  width: 17%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-music {
    bottom: 25.2rem;
    right: -1%;
    width: 7rem;
  }
}
.sec04__tv-sports {
  position: absolute;
  top: 1%;
  right: 2%;
  width: 17%;
}
@media screen and (max-width: 700px) {
  .sec04__tv-sports {
    top: -5.9rem;
    right: 23.4%;
    width: 7.6rem;
  }
}
.sec04__viewing-bg {
  background-color: #FFFFFF;
  border: solid 0.6rem #000;
  border-radius: 4rem;
  padding: 6rem 8rem 3rem 8rem;
  position: relative;
  width: 98%;
  margin: -3.7rem auto 0;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-bg {
    border: none;
    width: 100%;
    border-radius: 1.5rem;
    padding: 3.5rem 2.5rem 3rem 2.5rem;
    margin: -2.5rem auto 0;
    border: solid 0.35rem #000;
  }
}
.sec04__viewing-icon {
  position: absolute;
  top: 26%;
  left: 5%;
  width: 12%;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-icon {
    top: 6%;
    left: 5%;
    width: 25%;
  }
}
.sec04__viewing-cat {
  width: 21%;
  position: absolute;
  top: -19%;
  right: 1%;
  z-index: 20;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-cat {
    width: 33%;
    position: absolute;
    top: 17%;
    right: -2%;
  }
}
.sec04__top-left {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec04__top-left {
    top: 1%;
    left: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec04__top-right {
  position: absolute;
  top: 3%;
  right: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec04__top-right {
    top: 1%;
    right: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec04__bottom-left {
  position: absolute;
  bottom: 3%;
  left: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec04__bottom-left {
    bottom: 2%;
    left: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec04__bottom-right {
  position: absolute;
  bottom: 3%;
  right: 1%;
  z-index: 5;
  width: 5rem;
}
@media screen and (max-width: 700px) {
  .sec04__bottom-right {
    bottom: 2%;
    right: 2%;
    z-index: 5;
    width: 2.5rem;
  }
}
.sec04__heading01 {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
}
@media screen and (max-width: 700px) {
  .sec04__heading01 {
    top: 9%;
    width: 28%;
  }
}
.sec04__heading02 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59%;
}
@media screen and (max-width: 700px) {
  .sec04__heading02 {
    top: 23%;
    width: 80%;
  }
}
.sec04__heading03 {
  position: absolute;
  top: 43%;
  left: 32%;
  width: 43%;
}
@media screen and (max-width: 700px) {
  .sec04__heading03 {
    top: 32%;
    left: 12%;
    width: 80%;
  }
}
.sec04__img01 {
  position: absolute;
  top: 10%;
  left: -9%;
  width: 22%;
}
.sec04__img02 {
  position: absolute;
  top: 3%;
  right: -18%;
  width: 33%;
}
.sec04__img03 {
  position: absolute;
  bottom: 26%;
  right: -5%;
  width: 32%;
}
.sec04__img04 {
  position: absolute;
  bottom: 16%;
  left: 2%;
  width: 25%;
}
@media screen and (max-width: 700px) {
  .sec04__img-sp {
    position: absolute;
    width: 97%;
    top: 49%;
    left: 3%;
  }
}
.sec04__btn {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .sec04__btn {
    top: 78%;
  }
}
.sec04__btn-link {
  display: flex;
  padding: 1.4rem 3rem 1.4rem 3rem;
  border: solid 0.1rem #000;
  border-radius: 4rem;
  cursor: pointer;
  width: 28rem;
  line-height: 1;
  margin: 0 auto;
  background-color: transparent;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec04__btn-link {
    width: 22rem;
    padding: 0.9rem 3rem 0.9rem 3rem;
  }
}
.sec04__btn-link:hover {
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec04__btn-link:hover {
    -webkit-transform: none;
    transform: none;
  }
}
.sec04__viewing {
  width: 71%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 700px) {
  .sec04__viewing {
    margin-bottom: 2.5rem;
    margin-left: 0;
    width: 85%;
  }
}
.sec04__viewing-add {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 700px) {
  .sec04__viewing-add {
    width: 104%;
    position: relative;
    left: 0%;
    text-align: left;
    font-size: 1.1rem;
  }
}

.free-trial {
  padding: 15rem 0 8rem;
  background: url(../images/top/free-trial-bg.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .free-trial {
    padding: 5rem 0 4.5rem;
  }
}
.free-trial .pop-image05 {
  opacity: 0;
  transform: scale(0.3) translateY(100px);
  will-change: transform, opacity;
}
.free-trial__inner {
  border: solid 10px #EB6EA5;
  padding: 1rem;
  background-color: #fff;
  border-radius: 3rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .free-trial__inner {
    margin: 0 auto 3rem;
    border: solid 5px #EB6EA5;
    border-radius: 1rem;
  }
}
.free-trial__declaration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
}
@media screen and (max-width: 700px) {
  .free-trial__declaration {
    width: 70%;
  }
}
.free-trial__inner-outline {
  border: solid 3px #EB6EA5;
  border-radius: 1.5rem;
  padding: 8.7rem 12rem 8rem 9rem;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .free-trial__inner-outline {
    border: none;
    padding: 5.2rem 1rem 10rem 1rem;
  }
}
.free-trial__heading {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 700px) {
  .free-trial__heading {
    width: 100%;
    padding-bottom: 1.9rem;
  }
}
.free-trial__txt {
  width: 69%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .free-trial__txt {
    width: 100%;
    padding-bottom: 1.9rem;
  }
}
.free-trial__img {
  position: absolute;
  right: -17rem;
  bottom: -16rem;
  width: 60rem;
}
@media screen and (max-width: 700px) {
  .free-trial__img {
    width: 100%;
    right: -4.7rem;
    bottom: -2.4rem;
  }
}
.free-trial__box-txt-add {
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .free-trial__box-txt-add {
    padding-left: 0;
    color: #000;
    text-align: center;
    padding-bottom: 0rem;
  }
}

.sec05 {
  position: relative;
  background: #FFE100;
  background: url(../images/top/mv-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 10rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .sec05 {
    background: url(../images/top/sec05-bg-sp.png) repeat-y top center, #FFE100;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-bottom: 4.5rem;
  }
}
.sec05 .outline_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 15rem;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_box {
    padding-top: 8rem;
    padding-bottom: 4rem;
    width: 100%;
    margin: 0 auto;
  }
}
.sec05 .outline_box-out {
  background-color: #fff;
  padding: 3vw 2vw 2vw;
  border-radius: 0px 32px 32px 32px;
  height: 45vw;
  border: solid 0.7rem #036EB7;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_box-out {
    background-color: #fff;
    padding: 3rem 2rem 2rem;
    border-radius: 0px 16px 16px 16px;
    height: 50rem;
    border: solid 0.5rem #036EB7;
  }
}
.sec05 .outline_box_1 {
  height: 38vw;
  overflow-y: scroll;
  padding-right: 5%;
  margin: 2% 0.5% 2% 0.5%;
  scrollbar-width: thin;
  background-color: #fff;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_box_1 {
    height: 42rem;
    margin: 2% 1.5% 2% 0%;
  }
}
.sec05 .text-box_1 {
  width: 100%;
  height: 100%;
  padding-right: 20rem;
}
.sec05 .outline_img {
  width: 15rem;
  position: absolute;
  left: 7%;
  top: 12.8rem;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_img {
    width: 31%;
    position: absolute;
    top: 19vw;
    left: 13.2vw;
    z-index: 10;
  }
}
.sec05 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #036EB7;
}
@media screen and (max-width: 700px) {
  .sec05 hr {
    margin: 0.5rem 0 1rem;
  }
}
.sec05 .outline_box_1 .text_1 {
  font-size: 2.4rem;
  color: #036EB7;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.45;
  margin-top: 2rem;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_box_1 .text_1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.3333333333;
    margin-top: 1rem;
  }
}
.sec05 .text_box .text_2 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  padding-left: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .sec05 .text_box .text_2 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-left: 0;
    text-indent: 0;
    padding-left: 1rem;
  }
}
.sec05 .outline_box_1 .text_2_pl0 {
  padding-left: 0;
}
@media screen and (max-width: 700px) {
  .sec05 .outline_box_1 .text_2_pl0 {
    padding-left: 0;
  }
}
.sec05 .text_box .text_2 span {
  margin-left: -1.5rem;
}
@media screen and (max-width: 700px) {
  .sec05 .text_box .text_2 span {
    margin-left: -1.2rem;
  }
}
.sec05__banner {
  padding: 10rem 0;
}
@media screen and (max-width: 700px) {
  .sec05__banner {
    padding: 0;
  }
}
.sec05__banner-txt {
  text-align: center;
  font-size: 1.2rem;
  padding: 1.5rem 0 4rem;
  letter-spacing: -0.06rem;
  color: #fff;
}
.sec05__map {
  background-color: #fff;
  background-image: url(../images/top/sec05-map-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec05__map {
    background-image: url(../images/top/sec05-map-bg-sp.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 4rem;
    border-radius: 1rem;
  }
}
.sec05__map-flex {
  display: flex;
  margin-bottom: 0rem;
  position: relative;
  justify-content: center;
  gap: 0 0rem;
}
@media screen and (max-width: 700px) {
  .sec05__map-flex {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.sec05__map-heading {
  width: 63%;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .sec05__map-heading {
    width: 90%;
    margin: 0px auto 1.8rem 3rem;
  }
}
.sec05__map-img {
  width: 49%;
  position: relative;
  top: -5rem;
}
@media screen and (max-width: 700px) {
  .sec05__map-img {
    width: 85%;
    padding-bottom: 0rem;
    margin: 0 auto;
    top: 0;
  }
}
.sec05__map-cat {
  width: 35%;
  position: relative;
  top: 4rem;
  left: 3rem;
}
@media screen and (max-width: 700px) {
  .sec05__map-cat {
    width: 66%;
    left: 0rem;
    top: 0;
    z-index: 1;
    margin: 0 auto 1.4rem;
  }
}
.sec05 .cta-d {
  position: absolute;
  bottom: -0.4%;
  right: -26%;
  width: 60%;
}
@media screen and (max-width: 700px) {
  .sec05 .cta-d {
    bottom: 0.3rem;
    right: 0;
    width: 100%;
  }
}
.sec05 .cta-d__img {
  width: 64.5rem;
}

.project__inner {
  margin: 10rem 0 0;
  background: #015CAB;
  border-radius: 20rem;
  width: 100%;
  padding: 4rem 0 4rem 5rem;
  position: relative;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0.8rem #003C71;
  box-shadow: 0px 0.8rem #003C71;
}
@media screen and (max-width: 700px) {
  .project__inner {
    padding: 3rem 2rem 2.5rem 2rem;
    border-radius: 4rem;
    box-shadow: 0px 0.4rem #003C71;
    margin: 4rem 0 0;
  }
}
.project__flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 700px) {
  .project__flex {
    width: 100%;
    flex-direction: column;
  }
}
.project__stamp {
  width: 27rem;
  position: relative;
  left: -1.5%;
}
@media screen and (max-width: 700px) {
  .project__stamp {
    width: 85%;
    margin: 0 auto 1.7rem;
  }
}
.project__txt {
  padding: 0rem;
  z-index: 3;
  color: #fff;
  padding-top: 1rem;
}
@media screen and (max-width: 700px) {
  .project__txt {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.project__heading {
  width: 43%;
  padding-bottom: 1rem;
  position: relative;
  left: -1rem;
}
@media screen and (max-width: 700px) {
  .project__heading {
    width: 100%;
    left: 0;
  }
}
.project__cat {
  z-index: 3;
  width: 14rem;
  position: relative;
  top: 1rem;
}

.cta {
  background-color: #1FA939;
  padding: 6rem 0rem 5rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.cta--blue {
  background-color: #00CCDD;
}
.cta__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.cta__img {
  width: 60rem;
  position: relative;
}
.cta__img-btn {
  position: absolute;
  top: 0;
  width: 26%;
  left: 16.2rem;
}
.cta .cta__img-btn.animate__shakeX {
  animation-name: shakeX-medium !important;
  animation-duration: 1.2s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: ease-in-out !important;
}
@keyframes shakeX-medium {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-6px) rotate(-2deg);
  }
  20% {
    transform: translateX(6px) rotate(2deg);
  }
  30% {
    transform: translateX(-5px) rotate(-1deg);
  }
  40% {
    transform: translateX(5px) rotate(1deg);
  }
  50% {
    transform: translateX(-4px) rotate(-1deg);
  }
  60% {
    transform: translateX(4px) rotate(1deg);
  }
  70% {
    transform: translateX(-3px) rotate(-1deg);
  }
  80% {
    transform: translateX(3px) rotate(1deg);
  }
  90% {
    transform: translateX(-2px) rotate(0);
  }
  100% {
    transform: translateX(0);
  }
}
.cta__img-an {
  display: inline-block;
}
.cta__btn {
  position: relative;
  z-index: 10;
  width: 39%;
}
.cta__btn .btn-cta {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.cta__btn .btn-cta span {
  display: block;
  width: 89%;
  height: auto;
}
.cta__btn .character {
  position: absolute;
  width: 41rem;
  top: -242%;
  left: 0%;
  z-index: 0;
}
.cta__btn .character .bubble-img {
  position: absolute;
  top: -4.5rem;
  left: 24%;
  transform: translateX(-50%);
  width: 70%;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cta__btn .character .bubble-hover {
  opacity: 0;
}
.cta__btn .character .bubble-default {
  opacity: 0;
}
.cta__circle {
  position: absolute;
  top: -8rem;
  right: -21rem;
  width: 35rem;
  opacity: 0.4;
}
@media (max-width: 1240px) {
  .cta__circle {
    right: -10rem;
    top: -13rem;
  }
}

/*--------------------------
	animation
--------------------------*/
/*----------------------------------------------------
  リサイズ時のtransition停止
----------------------------------------------------*/
body.transition-stop * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*----------------------------------------------------
  見出し アニメーション
----------------------------------------------------*/
.a-heading-A {
  opacity: 0;
  transition: 0.65s;
}
.a-heading-A.active {
  opacity: 1;
}

/*----------------------------------------------------
  anim-txts
*/
/*----------------------------------------------------
  使用方法：

<h1 class="as a-anim-txts">
  <span class="anim-txt anim-txt-0">テ</span>
  <span class="anim-txt anim-txt-1">キ</span>
  <span class="anim-txt anim-txt-2">ス</span>
  <span class="anim-txt anim-txt-3">ト</span>
</h1>
----------------------------------------------------*/
.a-anim-txts > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(60px, 0) skewX(-30deg) scale(1, 1);
  -moz-transform: translate(60px, 0) skewX(-30deg) scale(1, 1);
  transform: translate(60px, 0) skewX(-30deg) scale(1, 1);
}
.a-anim-txts > span:nth-child(1) {
  transition: 0.65s 0.0625s;
}
.a-anim-txts > span:nth-child(2) {
  transition: 0.65s 0.125s;
}
.a-anim-txts > span:nth-child(3) {
  transition: 0.65s 0.1875s;
}
.a-anim-txts > span:nth-child(4) {
  transition: 0.65s 0.25s;
}
.a-anim-txts > span:nth-child(5) {
  transition: 0.65s 0.3125s;
}
.a-anim-txts > span:nth-child(6) {
  transition: 0.65s 0.375s;
}
.a-anim-txts > span:nth-child(7) {
  transition: 0.65s 0.4375s;
}
.a-anim-txts > span:nth-child(8) {
  transition: 0.65s 0.5s;
}
.a-anim-txts > span:nth-child(9) {
  transition: 0.65s 0.5625s;
}
.a-anim-txts > span:nth-child(10) {
  transition: 0.65s 0.625s;
}
.a-anim-txts > span:nth-child(11) {
  transition: 0.65s 0.6875s;
}
.a-anim-txts > span:nth-child(12) {
  transition: 0.65s 0.75s;
}
.a-anim-txts > span:nth-child(13) {
  transition: 0.65s 0.8125s;
}
.a-anim-txts > span:nth-child(14) {
  transition: 0.65s 0.875s;
}
.a-anim-txts > span:nth-child(15) {
  transition: 0.65s 0.9375s;
}
.a-anim-txts > span:nth-child(16) {
  transition: 0.65s 1s;
}
.a-anim-txts > span:nth-child(17) {
  transition: 0.65s 1.0625s;
}
.a-anim-txts > span:nth-child(18) {
  transition: 0.65s 1.125s;
}
.a-anim-txts > span:nth-child(19) {
  transition: 0.65s 1.1875s;
}
.a-anim-txts > span:nth-child(20) {
  transition: 0.65s 1.25s;
}
.a-anim-txts > span:nth-child(21) {
  transition: 0.65s 1.3125s;
}
.a-anim-txts > span:nth-child(22) {
  transition: 0.65s 1.375s;
}
.a-anim-txts > span:nth-child(23) {
  transition: 0.65s 1.4375s;
}
.a-anim-txts > span:nth-child(24) {
  transition: 0.65s 1.5s;
}
.a-anim-txts > span:nth-child(25) {
  transition: 0.65s 1.5625s;
}
.a-anim-txts > span:nth-child(26) {
  transition: 0.65s 1.625s;
}
.a-anim-txts > span:nth-child(27) {
  transition: 0.65s 1.6875s;
}
.a-anim-txts > span:nth-child(28) {
  transition: 0.65s 1.75s;
}
.a-anim-txts > span:nth-child(29) {
  transition: 0.65s 1.8125s;
}
.a-anim-txts > span:nth-child(30) {
  transition: 0.65s 1.875s;
}
.a-anim-txts > span:nth-child(31) {
  transition: 0.65s 1.9375s;
}
.a-anim-txts > span:nth-child(32) {
  transition: 0.65s 2s;
}
.a-anim-txts > span:nth-child(33) {
  transition: 0.65s 2.0625s;
}
.a-anim-txts > span:nth-child(34) {
  transition: 0.65s 2.125s;
}
.a-anim-txts > span:nth-child(35) {
  transition: 0.65s 2.1875s;
}
.a-anim-txts > span:nth-child(36) {
  transition: 0.65s 2.25s;
}
.a-anim-txts > span:nth-child(37) {
  transition: 0.65s 2.3125s;
}
.a-anim-txts > span:nth-child(38) {
  transition: 0.65s 2.375s;
}
.a-anim-txts > span:nth-child(39) {
  transition: 0.65s 2.4375s;
}
.a-anim-txts > span:nth-child(40) {
  transition: 0.65s 2.5s;
}
.a-anim-txts > span:nth-child(41) {
  transition: 0.65s 2.5625s;
}
.a-anim-txts > span:nth-child(42) {
  transition: 0.65s 2.625s;
}
.a-anim-txts > span:nth-child(43) {
  transition: 0.65s 2.6875s;
}
.a-anim-txts > span:nth-child(44) {
  transition: 0.65s 2.75s;
}
.a-anim-txts > span:nth-child(45) {
  transition: 0.65s 2.8125s;
}
.a-anim-txts > span:nth-child(46) {
  transition: 0.65s 2.875s;
}
.a-anim-txts > span:nth-child(47) {
  transition: 0.65s 2.9375s;
}
.a-anim-txts > span:nth-child(48) {
  transition: 0.65s 3s;
}
.a-anim-txts > span:nth-child(49) {
  transition: 0.65s 3.0625s;
}
.a-anim-txts > span:nth-child(50) {
  transition: 0.65s 3.125s;
}
.a-anim-txts > span:nth-child(51) {
  transition: 0.65s 3.1875s;
}
.a-anim-txts > span:nth-child(52) {
  transition: 0.65s 3.25s;
}
.a-anim-txts > span:nth-child(53) {
  transition: 0.65s 3.3125s;
}
.a-anim-txts > span:nth-child(54) {
  transition: 0.65s 3.375s;
}
.a-anim-txts > span:nth-child(55) {
  transition: 0.65s 3.4375s;
}
.a-anim-txts > span:nth-child(56) {
  transition: 0.65s 3.5s;
}
.a-anim-txts > span:nth-child(57) {
  transition: 0.65s 3.5625s;
}
.a-anim-txts > span:nth-child(58) {
  transition: 0.65s 3.625s;
}
.a-anim-txts > span:nth-child(59) {
  transition: 0.65s 3.6875s;
}
.a-anim-txts > span:nth-child(60) {
  transition: 0.65s 3.75s;
}
.a-anim-txts > span:nth-child(61) {
  transition: 0.65s 3.8125s;
}
.a-anim-txts > span:nth-child(62) {
  transition: 0.65s 3.875s;
}
.a-anim-txts > span:nth-child(63) {
  transition: 0.65s 3.9375s;
}
.a-anim-txts > span:nth-child(64) {
  transition: 0.65s 4s;
}
.a-anim-txts > span:nth-child(65) {
  transition: 0.65s 4.0625s;
}
.a-anim-txts > span:nth-child(66) {
  transition: 0.65s 4.125s;
}
.a-anim-txts > span:nth-child(67) {
  transition: 0.65s 4.1875s;
}
.a-anim-txts > span:nth-child(68) {
  transition: 0.65s 4.25s;
}
.a-anim-txts > span:nth-child(69) {
  transition: 0.65s 4.3125s;
}
.a-anim-txts > span:nth-child(70) {
  transition: 0.65s 4.375s;
}
.a-anim-txts > span:nth-child(71) {
  transition: 0.65s 4.4375s;
}
.a-anim-txts > span:nth-child(72) {
  transition: 0.65s 4.5s;
}
.a-anim-txts > span:nth-child(73) {
  transition: 0.65s 4.5625s;
}
.a-anim-txts > span:nth-child(74) {
  transition: 0.65s 4.625s;
}
.a-anim-txts > span:nth-child(75) {
  transition: 0.65s 4.6875s;
}
.a-anim-txts > span:nth-child(76) {
  transition: 0.65s 4.75s;
}
.a-anim-txts > span:nth-child(77) {
  transition: 0.65s 4.8125s;
}
.a-anim-txts > span:nth-child(78) {
  transition: 0.65s 4.875s;
}
.a-anim-txts > span:nth-child(79) {
  transition: 0.65s 4.9375s;
}
.a-anim-txts > span:nth-child(80) {
  transition: 0.65s 5s;
}
.a-anim-txts > span:nth-child(81) {
  transition: 0.65s 5.0625s;
}
.a-anim-txts > span:nth-child(82) {
  transition: 0.65s 5.125s;
}
.a-anim-txts > span:nth-child(83) {
  transition: 0.65s 5.1875s;
}
.a-anim-txts > span:nth-child(84) {
  transition: 0.65s 5.25s;
}
.a-anim-txts > span:nth-child(85) {
  transition: 0.65s 5.3125s;
}
.a-anim-txts > span:nth-child(86) {
  transition: 0.65s 5.375s;
}
.a-anim-txts > span:nth-child(87) {
  transition: 0.65s 5.4375s;
}
.a-anim-txts > span:nth-child(88) {
  transition: 0.65s 5.5s;
}
.a-anim-txts > span:nth-child(89) {
  transition: 0.65s 5.5625s;
}
.a-anim-txts > span:nth-child(90) {
  transition: 0.65s 5.625s;
}
.a-anim-txts > span:nth-child(91) {
  transition: 0.65s 5.6875s;
}
.a-anim-txts > span:nth-child(92) {
  transition: 0.65s 5.75s;
}
.a-anim-txts > span:nth-child(93) {
  transition: 0.65s 5.8125s;
}
.a-anim-txts > span:nth-child(94) {
  transition: 0.65s 5.875s;
}
.a-anim-txts > span:nth-child(95) {
  transition: 0.65s 5.9375s;
}
.a-anim-txts > span:nth-child(96) {
  transition: 0.65s 6s;
}
.a-anim-txts > span:nth-child(97) {
  transition: 0.65s 6.0625s;
}
.a-anim-txts > span:nth-child(98) {
  transition: 0.65s 6.125s;
}
.a-anim-txts > span:nth-child(99) {
  transition: 0.65s 6.1875s;
}
.a-anim-txts > span:nth-child(100) {
  transition: 0.65s 6.25s;
}
.a-anim-txts.active span {
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg) scale(1, 1);
  -moz-transform: translate(0, 0) skewX(0deg) scale(1, 1);
  transform: translate(0, 0) skewX(0deg) scale(1, 1);
}

/*----------------------------------------------------
  slide-box-A
*/
/*----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-A">
    <img src="./img/sample.jpg" alt="" />
  </div>
----------------------------------------------------*/
.a-slide-box-A {
  overflow: hidden;
  opacity: 1;
  position: relative;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
  transition: 0.65s;
}
.a-slide-box-A:after {
  background: #bbb; /* Old browsers */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.65s 0.65s;
}
.a-slide-box-A img {
  transition: 0.65s 0.65s;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.a-slide-box-A.a-slide-box-A--t {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
}
.a-slide-box-A.a-slide-box-A--b {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  transform-origin: bottom center;
}
.a-slide-box-A.a-slide-box-A--l {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
}
.a-slide-box-A.a-slide-box-A--r {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
}
.a-slide-box-A.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.a-slide-box-A.active:after {
  opacity: 0;
}
.a-slide-box-A.active img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*----------------------------------------------------
  slide-box-B
*/
/*----------------------------------------------------
  使用方法：

  <div class="as a-slide-box-B">
    <div class="slide-box-B__bg">
      <img src="" alt="">
    </div>
  </div>
----------------------------------------------------*/
.a-slide-box-B {
  display: block;
}
.a-slide-box-B img {
  vertical-align: middle;
}
.a-slide-box-B .slide-box-B__bg {
  background: #fff;
  display: inline-block;
  position: relative;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  overflow: hidden;
}
.a-slide-box-B .slide-box-B__bg img {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  transition: all 0.65s;
}
.a-slide-box-B .slide-box-B__bg:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  margin-left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: all 0.65s;
}
.a-slide-box-B.a-slide-box-B--t .slide-box-B__bg {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  transform-origin: bottom center;
}
.a-slide-box-B.a-slide-box-B--t .slide-box-B__bg img {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  transform-origin: bottom center;
}
.a-slide-box-B.a-slide-box-B--t .slide-box-B__bg:after {
  margin: 100% 0 0 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.a-slide-box-B.a-slide-box-B--b .slide-box-B__bg {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
}
.a-slide-box-B.a-slide-box-B--b .slide-box-B__bg img {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  transform-origin: top center;
}
.a-slide-box-B.a-slide-box-B--b .slide-box-B__bg:after {
  margin: -100% 0 0 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.a-slide-box-B.a-slide-box-B--l .slide-box-B__bg {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
}
.a-slide-box-B.a-slide-box-B--l .slide-box-B__bg img {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
}
.a-slide-box-B.a-slide-box-B--l .slide-box-B__bg:after {
  margin: 0 0 0 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.a-slide-box-B.a-slide-box-B--r .slide-box-B__bg {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
}
.a-slide-box-B.a-slide-box-B--r .slide-box-B__bg img {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
}
.a-slide-box-B.a-slide-box-B--r .slide-box-B__bg:after {
  margin: 0 0 0 -100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.a-slide-box-B.active .slide-box-B__bg img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.a-slide-box-B.active .slide-box-B__bg:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*----------------------------------------------------
  スライダー
----------------------------------------------------*/
.slide-gallery {
  overflow: hidden;
}
.slide-gallery .slide-gallery__inner {
  height: 220px;
  width: 3840px;
  -webkit-animation: slide 60s linear infinite;
  -moz-animation: slide 60s linear infinite;
  animation: slide 60s linear infinite;
  position: relative;
}
@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1920px, 0, 0);
    -moz-transform: translate3d(-1920px, 0, 0);
    transform: translate3d(-1920px, 0, 0);
  }
}

/*--------------------------
	state
--------------------------*/
/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1024px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .is-Tab_Sp {
    display: none;
  }
}

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