@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

#header-pc {
  margin: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header-pc {
    margin: 0 1%;
  }
}
@media screen and (max-width: 1130px) {
  #header-pc {
    display: none;
  }
}
#header-pc ul {
  display: flex;
  font-weight: bolder;
}
#header-pc ul li {
  padding: 0 10px;
}

h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  h1 {
    font-size: 20px;
  }
}
h1 a {
  display: flex;
  align-items: center;
}
h1 a img {
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  h1 a img {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  h1 a img {
    width: 11%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 a img {
    width: 15%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 14px;
  }
}

#header-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header-sp {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #header-sp {
    margin: 10px 0;
  }
}

#menu-sp {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#menu-sp.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#menu-sp.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#menu-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#menu-sp li {
  list-style: none;
  text-align: center;
}
#menu-sp li a {
  text-decoration: none;
  padding: 11px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#menu-sp li a:hover {
  color: #E60012;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/
}
.openbtn span {
  display: inline-block;
  background-color: #DCDCDC;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 2px;
    right: 1px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.t-w {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .t-w {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .t-w {
    margin: 0 3%;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .wrapper {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 3%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin: 0 3%;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1DB23;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

#page-top a:hover {
  background: #DCDCDC;
  color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  #page-top {
    right: 13px;
    bottom: 8px;
  }
}

/*上に上がる動き*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fukidashi {
  background-color: #E60012;
  color: #fff;
  width: 100%;
  padding: 1vw 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi {
    font-size: 20px;
    margin-bottom: 33px;
    padding: 2vw 0;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #E60012;
}

.yellow {
  background-color: #F1DB23;
}
.yellow::before {
  border-top: 20px solid #F1DB23;
}

.english {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .english {
    font-size: 14px;
  }
}

.subheading {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subheading::before, .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1.2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before, .subheading::after {
    width: 35px;
  }
}
.subheading::before {
  left: 0;
  transform: rotate(60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before {
    left: 10px;
  }
}
.subheading::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .subheading::after {
    right: 10px;
  }
}

.red {
  color: #E60012;
}

#title_top {
  position: relative;
}
#title_top .title_top {
  width: 65%;
  border-bottom: 120px solid #FFF17A;
  border-right: 85px solid transparent;
  height: 0;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 834px) {
  #title_top .title_top {
    width: 70%;
    border-bottom: 100px solid #FFF17A;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top {
    width: 93%;
    border-bottom: 85px solid #FFF17A;
    margin-top: 30px;
  }
}
#title_top .title_top::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  border-bottom: 120px solid #FCF7CA;
  border-left: 85px solid transparent;
  height: 0;
  top: -60px;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 834px) {
  #title_top .title_top::before {
    width: 70%;
    border-bottom: 100px solid #FCF7CA;
    top: -35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top::before {
    width: 93%;
    border-bottom: 85px solid #FCF7CA;
    top: -20px;
  }
}
#title_top h2 {
  padding-top: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 20%;
}
@media screen and (max-width: 834px) {
  #title_top h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top h2 {
    margin-left: 10%;
  }
}
#title_top p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E60012;
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #title_top p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top p {
    font-size: 16px;
    margin-left: 10%;
  }
}

.btn01 {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .btn01 {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .btn01 {
    padding: 6px;
  }
}

.btn01::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 43px 0;
  font-weight: bold;
  background-image: repeating-linear-gradient(130deg, #FFF8D5, #FFF8D5 20px, #FEFAE2 126px, #FEFAE2 128px);
  border: 15px solid #F1DB23;
}
@media screen and (max-width: 834px) {
  #banner {
    display: block;
    padding: 0px 10px 30px;
    margin: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    margin: 60px 0 70px;
    padding: 0 5px 30px;
    border: 10px solid #F1DB23;
  }
}
#banner .illust {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #banner .illust {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #banner .illust img {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #banner .illust img {
    width: 45%;
  }
}
#banner .contact_contents {
  margin: 0 2%;
}
#banner .contact_text {
  text-align: center;
}
#banner .contact_text p {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #banner .contact_text p {
    font-size: 17px;
  }
}
#banner .contact_text .installation {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation {
    font-size: 16px;
    line-height: 1.5;
  }
}
#banner .contact_text .installation span {
  font-size: 57px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation span {
    font-size: 32px;
  }
}
#banner .contact_text .installation .support {
  letter-spacing: -2px;
}
#banner .contact_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box {
    padding: 30px 5px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box {
    font-size: 18px;
    flex-direction: column;
    padding: 13px 5px;
  }
}
#banner .contact_box .line {
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line {
    margin-bottom: 40px;
  }
}
#banner .contact_box .line p {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line img {
    height: 50px;
  }
}
#banner .contact_box .tel {
  margin: 0 2%;
  text-align: center;
}
#banner .contact_box .tel div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div {
    justify-content: space-around;
  }
}
#banner .contact_box .tel div img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div img {
    width: 30px;
    margin-right: 0;
  }
}
#banner .contact_box .tel .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box .tel .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel .number {
    font-size: 25px;
  }
}

#faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #faq {
    margin-bottom: 100px;
  }
}
#faq h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
}
#faq h2 img {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  #faq h2 img {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  #faq h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq ul {
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #faq ul {
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #faq ul {
    margin-bottom: 40px;
  }
}
#faq ul li {
  border: 1px solid #DCDCDC;
}
#faq ul h3 {
  padding: 30px 0 30px 30%;
  background-color: #DCDCDC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 834px) {
  #faq ul h3 {
    padding: 30px 0 30px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3 {
    font-size: 16px;
    padding: 20px 10% 20px 20%;
    line-height: 1.5;
  }
}
#faq ul h3::before {
  display: block;
  content: "";
  background-image: url(../img/Q.png);
  position: absolute;
  top: 18px;
  left: 25.5%;
  width: 35px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq ul p {
  padding: 30px 0 50px 30%;
  position: relative;
  width: 81%;
}
@media screen and (max-width: 834px) {
  #faq ul p {
    width: 91%;
    padding: 30px 0 50px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p {
    padding: 20px 0 40px 20%;
  }
}
#faq ul p::before {
  display: block;
  content: "";
  background-image: url(../img/A.png);
  position: absolute;
  top: 20px;
  left: 32%;
  width: 30px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p::before {
    top: 9px;
    left: 6%;
  }
}

#shopping {
  margin: 200px auto;
}
@media screen and (max-width: 834px) {
  #shopping {
    margin: 0 auto 100px;
  }
}
#shopping .shopping_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
  width: 33%;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }
}
#shopping .shopping_box .delivery h4, #shopping .shopping_box .pay h4, #shopping .shopping_box .return h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 30px;
}
#shopping .shopping_box .delivery .img, #shopping .shopping_box .pay .img, #shopping .shopping_box .return .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .pay p, #shopping .shopping_box .return p {
    width: 90%;
  }
}
#shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
  border-width: 0 1px 0 1px;
  padding: 20px 25px;
  height: 35vh;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    border-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .pay {
    border-width: 1px 0 1px 0;
  }
}
#shopping .shopping_box .pay p {
  padding: 20px 25px;
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .pay p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .shopping_title {
    width: 15%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .shopping_title {
    width: 31%;
  }
}

footer {
  background-color: #202121;
  color: #fff;
}
footer #footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 480px) {
  footer #footer {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 834px) {
  footer #footer .f_logo {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_logo {
    width: 26%;
    margin-bottom: 10px;
  }
}
footer #footer .f_list-wrap {
  display: flex;
  justify-content: space-between;
}
footer #footer .f_list-wrap ul {
  margin-left: 50px;
}
@media screen and (max-width: 834px) {
  footer #footer .f_list-wrap ul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul {
    margin-left: 0;
  }
}
footer #footer .f_list-wrap ul li {
  padding: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul li {
    line-height: 1.5;
    font-size: 11px;
    padding: 8px 5px;
    height: 40px;
    width: 100px;
  }
}
footer #footer .f_sns a {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns img {
    width: 9%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns {
    margin: 30px 0 0 0;
  }
}
footer p {
  text-align: right;
}

.review_contents {
  display: flex;
  flex-direction: column;
}
.review_contents .review_top {
  display: flex;
  border-bottom: 1px solid #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.review_contents .review_top .name {
  width: 33%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .name {
    font-size: 16px;
    width: 30%;
  }
}
.review_contents .review_top .place {
  width: 33%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .place {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .place {
    font-size: 14px;
    width: 40%;
  }
}
.review_contents .review_top .star {
  margin-right: 5px;
  color: #F1DB23;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .star {
    font-size: 16px;
  }
}
.review_contents .review_text {
  margin-top: 10px;
}
.review_contents .review_text span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .review_contents .review_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_text span {
    font-size: 14px;
  }
}

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

.tab0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab0 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab0 {
    display: none;
  }
}

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

.youtube {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

#header-pc {
  margin: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header-pc {
    margin: 0 1%;
  }
}
@media screen and (max-width: 1130px) {
  #header-pc {
    display: none;
  }
}
#header-pc ul {
  display: flex;
  font-weight: bolder;
}
#header-pc ul li {
  padding: 0 10px;
}

h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  h1 {
    font-size: 20px;
  }
}
h1 a {
  display: flex;
  align-items: center;
}
h1 a img {
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  h1 a img {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  h1 a img {
    width: 11%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 a img {
    width: 15%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 14px;
  }
}

#header-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header-sp {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #header-sp {
    margin: 10px 0;
  }
}

#menu-sp {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#menu-sp.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#menu-sp.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#menu-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#menu-sp li {
  list-style: none;
  text-align: center;
}
#menu-sp li a {
  text-decoration: none;
  padding: 11px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#menu-sp li a:hover {
  color: #E60012;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/
}
.openbtn span {
  display: inline-block;
  background-color: #DCDCDC;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 2px;
    right: 1px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.t-w {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .t-w {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .t-w {
    margin: 0 3%;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .wrapper {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 3%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin: 0 3%;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1DB23;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

#page-top a:hover {
  background: #DCDCDC;
  color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  #page-top {
    right: 13px;
    bottom: 8px;
  }
}

/*上に上がる動き*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fukidashi {
  background-color: #E60012;
  color: #fff;
  width: 100%;
  padding: 1vw 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi {
    font-size: 20px;
    margin-bottom: 33px;
    padding: 2vw 0;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #E60012;
}

.yellow {
  background-color: #F1DB23;
}
.yellow::before {
  border-top: 20px solid #F1DB23;
}

.english {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .english {
    font-size: 14px;
  }
}

.subheading {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subheading::before, .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1.2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before, .subheading::after {
    width: 35px;
  }
}
.subheading::before {
  left: 0;
  transform: rotate(60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before {
    left: 10px;
  }
}
.subheading::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .subheading::after {
    right: 10px;
  }
}

.red {
  color: #E60012;
}

#title_top {
  position: relative;
}
#title_top .title_top {
  width: 65%;
  border-bottom: 120px solid #FFF17A;
  border-right: 85px solid transparent;
  height: 0;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 834px) {
  #title_top .title_top {
    width: 70%;
    border-bottom: 100px solid #FFF17A;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top {
    width: 93%;
    border-bottom: 85px solid #FFF17A;
    margin-top: 30px;
  }
}
#title_top .title_top::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  border-bottom: 120px solid #FCF7CA;
  border-left: 85px solid transparent;
  height: 0;
  top: -60px;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 834px) {
  #title_top .title_top::before {
    width: 70%;
    border-bottom: 100px solid #FCF7CA;
    top: -35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top::before {
    width: 93%;
    border-bottom: 85px solid #FCF7CA;
    top: -20px;
  }
}
#title_top h2 {
  padding-top: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 20%;
}
@media screen and (max-width: 834px) {
  #title_top h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top h2 {
    margin-left: 10%;
  }
}
#title_top p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E60012;
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #title_top p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top p {
    font-size: 16px;
    margin-left: 10%;
  }
}

.btn01 {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .btn01 {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .btn01 {
    padding: 6px;
  }
}

.btn01::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 43px 0;
  font-weight: bold;
  background-image: repeating-linear-gradient(130deg, #FFF8D5, #FFF8D5 20px, #FEFAE2 126px, #FEFAE2 128px);
  border: 15px solid #F1DB23;
}
@media screen and (max-width: 834px) {
  #banner {
    display: block;
    padding: 0px 10px 30px;
    margin: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    margin: 60px 0 70px;
    padding: 0 5px 30px;
    border: 10px solid #F1DB23;
  }
}
#banner .illust {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #banner .illust {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #banner .illust img {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #banner .illust img {
    width: 45%;
  }
}
#banner .contact_contents {
  margin: 0 2%;
}
#banner .contact_text {
  text-align: center;
}
#banner .contact_text p {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #banner .contact_text p {
    font-size: 17px;
  }
}
#banner .contact_text .installation {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation {
    font-size: 16px;
    line-height: 1.5;
  }
}
#banner .contact_text .installation span {
  font-size: 57px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation span {
    font-size: 32px;
  }
}
#banner .contact_text .installation .support {
  letter-spacing: -2px;
}
#banner .contact_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box {
    padding: 30px 5px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box {
    font-size: 18px;
    flex-direction: column;
    padding: 13px 5px;
  }
}
#banner .contact_box .line {
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line {
    margin-bottom: 40px;
  }
}
#banner .contact_box .line p {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line img {
    height: 50px;
  }
}
#banner .contact_box .tel {
  margin: 0 2%;
  text-align: center;
}
#banner .contact_box .tel div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div {
    justify-content: space-around;
  }
}
#banner .contact_box .tel div img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div img {
    width: 30px;
    margin-right: 0;
  }
}
#banner .contact_box .tel .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box .tel .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel .number {
    font-size: 25px;
  }
}

#faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #faq {
    margin-bottom: 100px;
  }
}
#faq h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
}
#faq h2 img {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  #faq h2 img {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  #faq h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq ul {
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #faq ul {
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #faq ul {
    margin-bottom: 40px;
  }
}
#faq ul li {
  border: 1px solid #DCDCDC;
}
#faq ul h3 {
  padding: 30px 0 30px 30%;
  background-color: #DCDCDC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 834px) {
  #faq ul h3 {
    padding: 30px 0 30px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3 {
    font-size: 16px;
    padding: 20px 10% 20px 20%;
    line-height: 1.5;
  }
}
#faq ul h3::before {
  display: block;
  content: "";
  background-image: url(../img/Q.png);
  position: absolute;
  top: 18px;
  left: 25.5%;
  width: 35px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq ul p {
  padding: 30px 0 50px 30%;
  position: relative;
  width: 81%;
}
@media screen and (max-width: 834px) {
  #faq ul p {
    width: 91%;
    padding: 30px 0 50px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p {
    padding: 20px 0 40px 20%;
  }
}
#faq ul p::before {
  display: block;
  content: "";
  background-image: url(../img/A.png);
  position: absolute;
  top: 20px;
  left: 32%;
  width: 30px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p::before {
    top: 9px;
    left: 6%;
  }
}

#shopping {
  margin: 200px auto;
}
@media screen and (max-width: 834px) {
  #shopping {
    margin: 0 auto 100px;
  }
}
#shopping .shopping_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
  width: 33%;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }
}
#shopping .shopping_box .delivery h4, #shopping .shopping_box .pay h4, #shopping .shopping_box .return h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 30px;
}
#shopping .shopping_box .delivery .img, #shopping .shopping_box .pay .img, #shopping .shopping_box .return .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .pay p, #shopping .shopping_box .return p {
    width: 90%;
  }
}
#shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
  border-width: 0 1px 0 1px;
  padding: 20px 25px;
  height: 35vh;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    border-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .pay {
    border-width: 1px 0 1px 0;
  }
}
#shopping .shopping_box .pay p {
  padding: 20px 25px;
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .pay p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .shopping_title {
    width: 15%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .shopping_title {
    width: 31%;
  }
}

footer {
  background-color: #202121;
  color: #fff;
}
footer #footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 480px) {
  footer #footer {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 834px) {
  footer #footer .f_logo {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_logo {
    width: 26%;
    margin-bottom: 10px;
  }
}
footer #footer .f_list-wrap {
  display: flex;
  justify-content: space-between;
}
footer #footer .f_list-wrap ul {
  margin-left: 50px;
}
@media screen and (max-width: 834px) {
  footer #footer .f_list-wrap ul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul {
    margin-left: 0;
  }
}
footer #footer .f_list-wrap ul li {
  padding: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul li {
    line-height: 1.5;
    font-size: 11px;
    padding: 8px 5px;
    height: 40px;
    width: 100px;
  }
}
footer #footer .f_sns a {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns img {
    width: 9%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns {
    margin: 30px 0 0 0;
  }
}
footer p {
  text-align: right;
}

.review_contents {
  display: flex;
  flex-direction: column;
}
.review_contents .review_top {
  display: flex;
  border-bottom: 1px solid #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.review_contents .review_top .name {
  width: 33%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .name {
    font-size: 16px;
    width: 30%;
  }
}
.review_contents .review_top .place {
  width: 33%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .place {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .place {
    font-size: 14px;
    width: 40%;
  }
}
.review_contents .review_top .star {
  margin-right: 5px;
  color: #F1DB23;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .star {
    font-size: 16px;
  }
}
.review_contents .review_text {
  margin-top: 10px;
}
.review_contents .review_text span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .review_contents .review_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_text span {
    font-size: 14px;
  }
}

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

.tab0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab0 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab0 {
    display: none;
  }
}

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

.youtube {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

.mv {
  margin-bottom: 6vw;
}

#top {
  display: flex;
  margin: 0 2%;
}
@media screen and (max-width: 1350px) {
  #top {
    display: block;
    max-width: 1230px;
    margin: 0 auto;
  }
}

#left {
  max-width: 20%;
  font-weight: bold;
  margin-right: 2%;
}
@media screen and (max-width: 1350px) {
  #left {
    max-width: 100%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 1240px) {
  #left {
    margin: 0 5% 8%;
  }
}
@media screen and (max-width: 480px) {
  #left {
    max-width: 100%;
    margin: 0 3% 10%;
  }
}

#category {
  margin-left: auto;
}
@media screen and (max-width: 1350px) {
  #category {
    margin: 0 auto;
    width: 100%;
  }
}
#category .category_title {
  padding: 10px;
  background-color: #F1DB23;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  #category .category_title {
    width: 99%;
    font-size: 30px;
  }
}
@media screen and (max-width: 834px) {
  #category .category_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #category .category_title {
    padding: 5px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  #category ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#category li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #F1DB23;
  padding: 5px;
}
#category li .category_img {
  width: 55%;
}
@media screen and (max-width: 1350px) {
  #category li {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #category li {
    width: 50%;
    font-size: 11px;
  }
}
#category .insta {
  margin-top: 50px;
  padding: 20px 5px 20px 20px;
  border: 1px solid #F1DB23;
  font-weight: bold;
}
#category .insta p {
  display: inline-block;
  font-size: 14px;
}
#category .insta img {
  margin: 5px 0 0 15px;
}
@media screen and (max-width: 1350px) {
  #category .insta {
    display: none;
  }
}

#main {
  max-width: 1230px;
}
@media screen and (max-width: 1240px) {
  #main {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  #main {
    margin: 0 3%;
  }
}
#main .about {
  max-width: 1035px;
  margin: 0 auto 5%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1350px) {
  #main .about {
    max-width: 100%;
  }
}
#main .top_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #main .top_about {
    flex-direction: column-reverse;
  }
}
#main .top_about p {
  width: 58%;
}
@media screen and (max-width: 480px) {
  #main .top_about p {
    width: 90%;
  }
}
#main .top_about .run {
  width: 35%;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #main .top_about .run {
    width: 50%;
    margin: 10px 0;
  }
}
#main h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #main h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #main h3 {
    text-align: center;
  }
}
#main .movie {
  text-align: center;
  font-weight: bold;
}
#main .youtube iframe {
  display: block;
  margin: 30px auto 50px;
}
#main .y-b {
  background-image: url(../img/y-b.jpg);
}
#main .btn01 {
  background-color: #F1DB23;
}

#problems .problems_contents ul {
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 834px) {
  #problems .problems_contents ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #problems .problems_contents ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#problems .problems_contents a {
  text-align: center;
}
#problems .problems_contents a img {
  width: 93%;
}
@media screen and (max-width: 480px) {
  #problems .problems_contents li {
    width: 140px;
    margin: 5px 0;
  }
}
#problems h3 {
  width: 75%;
  margin: 100px 0 80px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #dcdcdc;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #problems h3 {
    font-size: 20px;
    margin: 80px 0 45px;
  }
}
@media screen and (max-width: 480px) {
  #problems h3 {
    font-size: 18px;
    width: 90%;
    margin: 45px 0;
  }
}
#problems .problems_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #problems .problems_block {
    flex-direction: column-reverse;
  }
}
#problems .problems_block .problems_boxs {
  width: 60%;
}
@media screen and (max-width: 480px) {
  #problems .problems_block .problems_boxs {
    width: 100%;
  }
}
#problems .problems_block .problems_boxs .problems_box {
  margin-bottom: 50px;
}
#problems .problems_block .problems_boxs .problems_box_contants {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #problems .problems_block .problems_boxs .problems_box_contants {
    flex-direction: column;
  }
}
#problems .problems_block .problems_boxs .problems_box_contants div {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #problems .problems_block .problems_boxs .problems_box_contants div {
    width: 91%;
    margin: 5% 0;
  }
}
@media screen and (max-width: 480px) {
  #problems .problems_block .problems_boxs .problems_box_contants div img {
    width: 47%;
  }
}
#problems .problems_block .problems_img {
  margin-right: 50px;
}
@media screen and (max-width: 834px) {
  #problems .problems_block .problems_img {
    margin-right: 0;
    width: 38%;
  }
}
@media screen and (max-width: 480px) {
  #problems .problems_block .problems_img {
    width: 60%;
  }
}
#problems .problems_block h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #problems .problems_block h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #problems .problems_block h4 {
    text-align: center;
  }
}
#problems .problems_block .field {
  margin-bottom: 40px;
}
#problems .problems_block .field span {
  margin-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #problems .problems_block .field span {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

#header-pc {
  margin: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header-pc {
    margin: 0 1%;
  }
}
@media screen and (max-width: 1130px) {
  #header-pc {
    display: none;
  }
}
#header-pc ul {
  display: flex;
  font-weight: bolder;
}
#header-pc ul li {
  padding: 0 10px;
}

h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  h1 {
    font-size: 20px;
  }
}
h1 a {
  display: flex;
  align-items: center;
}
h1 a img {
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  h1 a img {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  h1 a img {
    width: 11%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 a img {
    width: 15%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 14px;
  }
}

#header-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header-sp {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #header-sp {
    margin: 10px 0;
  }
}

#menu-sp {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#menu-sp.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#menu-sp.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#menu-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#menu-sp li {
  list-style: none;
  text-align: center;
}
#menu-sp li a {
  text-decoration: none;
  padding: 11px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#menu-sp li a:hover {
  color: #E60012;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/
}
.openbtn span {
  display: inline-block;
  background-color: #DCDCDC;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 2px;
    right: 1px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.t-w {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .t-w {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .t-w {
    margin: 0 3%;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .wrapper {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 3%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin: 0 3%;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1DB23;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

#page-top a:hover {
  background: #DCDCDC;
  color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  #page-top {
    right: 13px;
    bottom: 8px;
  }
}

/*上に上がる動き*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fukidashi {
  background-color: #E60012;
  color: #fff;
  width: 100%;
  padding: 1vw 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi {
    font-size: 20px;
    margin-bottom: 33px;
    padding: 2vw 0;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #E60012;
}

.yellow {
  background-color: #F1DB23;
}
.yellow::before {
  border-top: 20px solid #F1DB23;
}

.english {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .english {
    font-size: 14px;
  }
}

.subheading {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subheading::before, .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1.2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before, .subheading::after {
    width: 35px;
  }
}
.subheading::before {
  left: 0;
  transform: rotate(60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before {
    left: 10px;
  }
}
.subheading::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .subheading::after {
    right: 10px;
  }
}

.red {
  color: #E60012;
}

#title_top {
  position: relative;
}
#title_top .title_top {
  width: 65%;
  border-bottom: 120px solid #FFF17A;
  border-right: 85px solid transparent;
  height: 0;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 834px) {
  #title_top .title_top {
    width: 70%;
    border-bottom: 100px solid #FFF17A;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top {
    width: 93%;
    border-bottom: 85px solid #FFF17A;
    margin-top: 30px;
  }
}
#title_top .title_top::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  border-bottom: 120px solid #FCF7CA;
  border-left: 85px solid transparent;
  height: 0;
  top: -60px;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 834px) {
  #title_top .title_top::before {
    width: 70%;
    border-bottom: 100px solid #FCF7CA;
    top: -35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top::before {
    width: 93%;
    border-bottom: 85px solid #FCF7CA;
    top: -20px;
  }
}
#title_top h2 {
  padding-top: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 20%;
}
@media screen and (max-width: 834px) {
  #title_top h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top h2 {
    margin-left: 10%;
  }
}
#title_top p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E60012;
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #title_top p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top p {
    font-size: 16px;
    margin-left: 10%;
  }
}

.btn01 {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .btn01 {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .btn01 {
    padding: 6px;
  }
}

.btn01::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 43px 0;
  font-weight: bold;
  background-image: repeating-linear-gradient(130deg, #FFF8D5, #FFF8D5 20px, #FEFAE2 126px, #FEFAE2 128px);
  border: 15px solid #F1DB23;
}
@media screen and (max-width: 834px) {
  #banner {
    display: block;
    padding: 0px 10px 30px;
    margin: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    margin: 60px 0 70px;
    padding: 0 5px 30px;
    border: 10px solid #F1DB23;
  }
}
#banner .illust {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #banner .illust {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #banner .illust img {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #banner .illust img {
    width: 45%;
  }
}
#banner .contact_contents {
  margin: 0 2%;
}
#banner .contact_text {
  text-align: center;
}
#banner .contact_text p {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #banner .contact_text p {
    font-size: 17px;
  }
}
#banner .contact_text .installation {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation {
    font-size: 16px;
    line-height: 1.5;
  }
}
#banner .contact_text .installation span {
  font-size: 57px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation span {
    font-size: 32px;
  }
}
#banner .contact_text .installation .support {
  letter-spacing: -2px;
}
#banner .contact_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box {
    padding: 30px 5px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box {
    font-size: 18px;
    flex-direction: column;
    padding: 13px 5px;
  }
}
#banner .contact_box .line {
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line {
    margin-bottom: 40px;
  }
}
#banner .contact_box .line p {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line img {
    height: 50px;
  }
}
#banner .contact_box .tel {
  margin: 0 2%;
  text-align: center;
}
#banner .contact_box .tel div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div {
    justify-content: space-around;
  }
}
#banner .contact_box .tel div img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div img {
    width: 30px;
    margin-right: 0;
  }
}
#banner .contact_box .tel .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box .tel .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel .number {
    font-size: 25px;
  }
}

#faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #faq {
    margin-bottom: 100px;
  }
}
#faq h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
}
#faq h2 img {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  #faq h2 img {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  #faq h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq ul {
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #faq ul {
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #faq ul {
    margin-bottom: 40px;
  }
}
#faq ul li {
  border: 1px solid #DCDCDC;
}
#faq ul h3 {
  padding: 30px 0 30px 30%;
  background-color: #DCDCDC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 834px) {
  #faq ul h3 {
    padding: 30px 0 30px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3 {
    font-size: 16px;
    padding: 20px 10% 20px 20%;
    line-height: 1.5;
  }
}
#faq ul h3::before {
  display: block;
  content: "";
  background-image: url(../img/Q.png);
  position: absolute;
  top: 18px;
  left: 25.5%;
  width: 35px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq ul p {
  padding: 30px 0 50px 30%;
  position: relative;
  width: 81%;
}
@media screen and (max-width: 834px) {
  #faq ul p {
    width: 91%;
    padding: 30px 0 50px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p {
    padding: 20px 0 40px 20%;
  }
}
#faq ul p::before {
  display: block;
  content: "";
  background-image: url(../img/A.png);
  position: absolute;
  top: 20px;
  left: 32%;
  width: 30px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p::before {
    top: 9px;
    left: 6%;
  }
}

#shopping {
  margin: 200px auto;
}
@media screen and (max-width: 834px) {
  #shopping {
    margin: 0 auto 100px;
  }
}
#shopping .shopping_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
  width: 33%;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }
}
#shopping .shopping_box .delivery h4, #shopping .shopping_box .pay h4, #shopping .shopping_box .return h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 30px;
}
#shopping .shopping_box .delivery .img, #shopping .shopping_box .pay .img, #shopping .shopping_box .return .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .pay p, #shopping .shopping_box .return p {
    width: 90%;
  }
}
#shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
  border-width: 0 1px 0 1px;
  padding: 20px 25px;
  height: 35vh;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    border-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .pay {
    border-width: 1px 0 1px 0;
  }
}
#shopping .shopping_box .pay p {
  padding: 20px 25px;
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .pay p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .shopping_title {
    width: 15%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .shopping_title {
    width: 31%;
  }
}

footer {
  background-color: #202121;
  color: #fff;
}
footer #footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 480px) {
  footer #footer {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 834px) {
  footer #footer .f_logo {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_logo {
    width: 26%;
    margin-bottom: 10px;
  }
}
footer #footer .f_list-wrap {
  display: flex;
  justify-content: space-between;
}
footer #footer .f_list-wrap ul {
  margin-left: 50px;
}
@media screen and (max-width: 834px) {
  footer #footer .f_list-wrap ul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul {
    margin-left: 0;
  }
}
footer #footer .f_list-wrap ul li {
  padding: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul li {
    line-height: 1.5;
    font-size: 11px;
    padding: 8px 5px;
    height: 40px;
    width: 100px;
  }
}
footer #footer .f_sns a {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns img {
    width: 9%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns {
    margin: 30px 0 0 0;
  }
}
footer p {
  text-align: right;
}

.review_contents {
  display: flex;
  flex-direction: column;
}
.review_contents .review_top {
  display: flex;
  border-bottom: 1px solid #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.review_contents .review_top .name {
  width: 33%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .name {
    font-size: 16px;
    width: 30%;
  }
}
.review_contents .review_top .place {
  width: 33%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .place {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .place {
    font-size: 14px;
    width: 40%;
  }
}
.review_contents .review_top .star {
  margin-right: 5px;
  color: #F1DB23;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .star {
    font-size: 16px;
  }
}
.review_contents .review_text {
  margin-top: 10px;
}
.review_contents .review_text span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .review_contents .review_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_text span {
    font-size: 14px;
  }
}

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

.tab0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab0 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab0 {
    display: none;
  }
}

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

.youtube {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

#lp-top {
  position: relative;
  display: block;
}
#lp-top img {
  height: 42vw;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #lp-top img {
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  #lp-top img {
    height: 58vw;
  }
}
#lp-top h2 {
  color: #fff;
  background-color: rgba(232, 70, 84, 0.6705882353);
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4.5vw;
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  display: block;
}
@media screen and (max-width: 480px) {
  #lp-top h2 {
    font-size: 6.6vw;
  }
}

#lp-problems {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 834px) {
  #lp-problems {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 480px) {
  #lp-problems {
    margin-top: 12vw;
    margin-bottom: 15vw;
  }
}
#lp-problems .lp-problems {
  display: flex;
  justify-content: space-between;
}
#lp-problems .lp-problems div {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 480px) {
  #lp-problems .lp-problems div {
    width: 32%;
  }
}
#lp-problems .lp-problems div img {
  width: 408px;
}
#lp-problems .lp-problems div p {
  margin-top: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #lp-problems .lp-problems div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #lp-problems .lp-problems div p {
    line-height: 1.5;
  }
}

#solution {
  position: relative;
  display: block;
  margin-bottom: 400px;
}
@media screen and (max-width: 834px) {
  #solution {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  #solution {
    padding-top: 30px;
  }
}
#solution::before {
  position: absolute;
  content: "";
  background-image: url(../img/top.png);
  width: 100%;
  height: 365px;
  top: 0;
  left: 0;
  z-index: -100;
}
#solution::after {
  position: absolute;
  content: "";
  background-image: url(../img/bottom.png);
  width: 100%;
  height: 292px;
  z-index: -100;
  bottom: -280px;
}
@media screen and (max-width: 834px) {
  #solution::after {
    height: 200px;
    bottom: -99px;
  }
}
#solution h2 {
  margin-top: 200px;
}
@media screen and (max-width: 834px) {
  #solution h2 {
    margin-top: 10vw;
  }
}
#solution .chikayorazu {
  text-align: center;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
#solution .chikayorazu h3 {
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  #solution .chikayorazu h3 {
    font-size: 28px;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  #solution .chikayorazu h3 {
    font-size: 25px;
  }
}
#solution .chikayorazu p {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #solution .chikayorazu p {
    font-size: 14px;
  }
}
#solution .solution_item {
  text-align: center;
}
#solution .solution_text {
  width: 66%;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  #solution .solution_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #solution .solution_text {
    width: 89%;
    margin-top: 20px;
  }
}

#about_run {
  margin-top: 500px;
  margin-bottom: 200px;
  display: flex;
}
@media screen and (max-width: 834px) {
  #about_run {
    margin-top: 220px;
    margin-bottom: 100px;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #about_run {
    display: block;
    margin-bottom: 50px;
  }
}
#about_run .about_img, #about_run .about_text {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #about_run .about_img {
    width: 39%;
  }
}
@media screen and (max-width: 480px) {
  #about_run .about_img {
    width: 60%;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 834px) {
  #about_run .about_text {
    width: 61%;
  }
}
@media screen and (max-width: 480px) {
  #about_run .about_text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about_run .about_text p {
    margin-top: 190px;
    padding: 0 3%;
  }
}
#about_run h2 {
  width: 99%;
  position: relative;
  padding: 0.5em 1.3em 0.5em 1em;
  background-color: #fbf047;
  color: #3b4043;
  margin-bottom: 50px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  #about_run h2 {
    font-size: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about_run h2 {
    font-size: 20px;
    width: 85%;
    margin: -280px auto 0;
  }
}
#about_run h2::before {
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: -1;
  transform: rotate(5deg);
  width: 70%;
  height: 50%;
  background-color: #d0d0d0;
  content: "";
  filter: blur(4px);
}
#about_run h2 .hatena {
  color: #E60012;
}

#demonstration {
  background: linear-gradient(rgb(246, 246, 246) 0px, rgb(246, 246, 246) 385px, rgb(255, 255, 255) 150px, rgb(255, 255, 255) 1075px, rgb(246, 246, 246) 630px);
  padding-top: 200px;
  position: relative;
  z-index: -100;
  display: block;
}
@media screen and (max-width: 834px) {
  #demonstration {
    background: linear-gradient(rgb(246, 246, 246) 0px, rgb(246, 246, 246) 235px, rgb(255, 255, 255) 150px, rgb(255, 255, 255) 780px, rgb(246, 246, 246) 630px);
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  #demonstration {
    background: linear-gradient(rgb(246, 246, 246) 0px, rgb(246, 246, 246) 235px, rgb(255, 255, 255) 150px, rgb(255, 255, 255) 780px, rgb(246, 246, 246) 630px);
    padding-top: 80px;
  }
}
#demonstration .demonstration {
  display: block;
  max-width: 1587px;
  padding: 90px 0 173px;
  margin: 0 5%;
  border: 1px solid #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  #demonstration .demonstration {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  #demonstration .demonstration {
    padding-top: 30px;
  }
}
#demonstration .demonstration_inner {
  max-width: 850px;
  margin: 0 auto;
}
#demonstration h3 {
  text-align: center;
  position: relative;
  z-index: 20;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  #demonstration h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #demonstration h3 {
    font-size: 20px;
  }
}
#demonstration h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 26%;
  height: 19px;
  background-color: #F1DB23;
  left: 37%;
  bottom: 1%;
  z-index: -10;
}
@media screen and (max-width: 480px) {
  #demonstration h3::after {
    width: 40%;
    left: 30%;
  }
}
#demonstration .demo_text {
  width: 81%;
  margin: 30px auto 40px;
}
@media screen and (max-width: 834px) {
  #demonstration .demo_text {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  #demonstration .demo_text {
    width: 90%;
  }
}

#point {
  background: rgb(246, 246, 246);
  padding: 200px 0 100px;
}
@media screen and (max-width: 834px) {
  #point {
    padding: 135px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #point {
    padding-top: 80px;
  }
}
#point .point_title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #point .point_title {
    margin-bottom: 60px;
  }
}
#point .point_title .subheading {
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  #point .point_title .subheading {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_title .subheading {
    font-size: 20px;
  }
}
#point .point_title h2 {
  color: #E60012;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #point .point_title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_title h2 {
    font-size: 32px;
  }
}
#point .point_title h2 .five {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 65px;
}
@media screen and (max-width: 480px) {
  #point .point_title h2 .five {
    font-size: 55px;
  }
}
#point .point_box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #point .point_box {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_box {
    flex-direction: column;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 834px) {
  #point .point_box .point_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #point .point_box .point_img {
    width: 70%;
    margin: 0 3%;
  }
}
#point .point_box .point_text {
  background-color: #fff;
  padding: 5% 7.5%;
  margin: 28px 0;
  width: 54%;
}
@media screen and (max-width: 834px) {
  #point .point_box .point_text {
    padding: 5% 6%;
  }
}
@media screen and (max-width: 480px) {
  #point .point_box .point_text {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
  }
}
#point .point_box .point_text h3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  #point .point_box .point_text h3 {
    font-size: 18px;
  }
}
#point .point_box .point_text span {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #point .point_box .point_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_box .point_text span {
    font-size: 14px;
  }
}
#point .point_box .point_text .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #E60012;
  position: absolute;
  font-size: 90px;
  top: -60px;
  right: 1px;
}
@media screen and (max-width: 834px) {
  #point .point_box .point_text .number {
    font-size: 70px;
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  #point .point_box .point_text .number {
    font-size: 55px;
    top: 105px;
  }
}
#point .point_box .point_text .left {
  right: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  #point .point_02 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #point .point_02 .point_img {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #point .point_02 .point_text {
    margin-right: auto;
  }
}

#customer_review {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #customer_review {
    margin-top: 75px;
  }
}
#customer_review .customer_review_box {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
@media screen and (max-width: 834px) {
  #customer_review .customer_review_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #customer_review .customer_review_box {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 834px) {
  #customer_review .customer_review_img {
    width: 50%;
    margin-bottom: 8%;
  }
}
#customer_review .review_contents {
  width: 54%;
  margin: auto 0 auto;
}
@media screen and (max-width: 834px) {
  #customer_review .review_contents {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  #customer_review .review_contents {
    padding: 0 3%;
  }
}

.customer_title {
  text-align: center;
  line-height: 1.5;
}

h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

.red {
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .red {
    font-size: 16px;
  }
}

#lineup {
  background-color: #FCF8D3;
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  #lineup {
    padding: 80px 0 60px;
  }
}
#lineup .lineup_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#lineup .lineup_box {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  padding: 60px 30px 10px;
  margin: 50px 10px;
}
@media screen and (max-width: 480px) {
  #lineup .lineup_box {
    width: 90%;
    padding-top: 20px;
    margin: 30px 0px;
  }
}
#lineup .lineup_box h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #lineup .lineup_box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #lineup .lineup_box h3 {
    font-size: 16px;
  }
}
#lineup .lineup_box p {
  width: 80%;
}
@media screen and (max-width: 480px) {
  #lineup .lineup_box p {
    width: 95%;
  }
}
#lineup .lineup_box .btn01 {
  background-color: #d0d0d0;
  width: 44%;
}
@media screen and (max-width: 834px) {
  #lineup .lineup_box .btn01 {
    width: 75%;
    line-height: 1.8;
  }
}

#installation .plate {
  display: flex;
  padding: 150px 0 50px;
}
@media screen and (max-width: 834px) {
  #installation .plate {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 115px;
  }
}
@media screen and (max-width: 480px) {
  #installation .plate {
    padding-top: 80px;
  }
}
#installation .plate .plate_img {
  width: 55%;
}
@media screen and (max-width: 480px) {
  #installation .plate .plate_img {
    width: 65%;
  }
}
#installation .plate_text {
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  #installation .plate_text {
    padding: 0 5%;
  }
}
#installation .plate_text h2 {
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #installation .plate_text h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
#installation .plate_text ol {
  list-style: auto;
  list-style-position: inside;
}
#installation .flag {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  #installation .flag {
    padding: 0 5%;
  }
}
#installation .flag .flag_text {
  margin-bottom: 30px;
}
#installation .flag .flag_img {
  display: flex;
  justify-content: space-between;
}
#installation .flag .flag_img div {
  width: 45%;
}
@media screen and (max-width: 480px) {
  #installation .flag .flag_img div {
    width: 48%;
  }
}
#installation .text_title {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

#header-pc {
  margin: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header-pc {
    margin: 0 1%;
  }
}
@media screen and (max-width: 1130px) {
  #header-pc {
    display: none;
  }
}
#header-pc ul {
  display: flex;
  font-weight: bolder;
}
#header-pc ul li {
  padding: 0 10px;
}

h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  h1 {
    font-size: 20px;
  }
}
h1 a {
  display: flex;
  align-items: center;
}
h1 a img {
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  h1 a img {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  h1 a img {
    width: 11%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 a img {
    width: 15%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 14px;
  }
}

#header-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header-sp {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #header-sp {
    margin: 10px 0;
  }
}

#menu-sp {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#menu-sp.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#menu-sp.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#menu-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#menu-sp li {
  list-style: none;
  text-align: center;
}
#menu-sp li a {
  text-decoration: none;
  padding: 11px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#menu-sp li a:hover {
  color: #E60012;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/
}
.openbtn span {
  display: inline-block;
  background-color: #DCDCDC;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 2px;
    right: 1px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.t-w {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .t-w {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .t-w {
    margin: 0 3%;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .wrapper {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 3%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin: 0 3%;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1DB23;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

#page-top a:hover {
  background: #DCDCDC;
  color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  #page-top {
    right: 13px;
    bottom: 8px;
  }
}

/*上に上がる動き*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fukidashi {
  background-color: #E60012;
  color: #fff;
  width: 100%;
  padding: 1vw 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi {
    font-size: 20px;
    margin-bottom: 33px;
    padding: 2vw 0;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #E60012;
}

.yellow {
  background-color: #F1DB23;
}
.yellow::before {
  border-top: 20px solid #F1DB23;
}

.english {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .english {
    font-size: 14px;
  }
}

.subheading {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subheading::before, .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1.2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before, .subheading::after {
    width: 35px;
  }
}
.subheading::before {
  left: 0;
  transform: rotate(60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before {
    left: 10px;
  }
}
.subheading::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .subheading::after {
    right: 10px;
  }
}

.red {
  color: #E60012;
}

#title_top {
  position: relative;
}
#title_top .title_top {
  width: 65%;
  border-bottom: 120px solid #FFF17A;
  border-right: 85px solid transparent;
  height: 0;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 834px) {
  #title_top .title_top {
    width: 70%;
    border-bottom: 100px solid #FFF17A;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top {
    width: 93%;
    border-bottom: 85px solid #FFF17A;
    margin-top: 30px;
  }
}
#title_top .title_top::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  border-bottom: 120px solid #FCF7CA;
  border-left: 85px solid transparent;
  height: 0;
  top: -60px;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 834px) {
  #title_top .title_top::before {
    width: 70%;
    border-bottom: 100px solid #FCF7CA;
    top: -35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top::before {
    width: 93%;
    border-bottom: 85px solid #FCF7CA;
    top: -20px;
  }
}
#title_top h2 {
  padding-top: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 20%;
}
@media screen and (max-width: 834px) {
  #title_top h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top h2 {
    margin-left: 10%;
  }
}
#title_top p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E60012;
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #title_top p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top p {
    font-size: 16px;
    margin-left: 10%;
  }
}

.btn01 {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .btn01 {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .btn01 {
    padding: 6px;
  }
}

.btn01::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 43px 0;
  font-weight: bold;
  background-image: repeating-linear-gradient(130deg, #FFF8D5, #FFF8D5 20px, #FEFAE2 126px, #FEFAE2 128px);
  border: 15px solid #F1DB23;
}
@media screen and (max-width: 834px) {
  #banner {
    display: block;
    padding: 0px 10px 30px;
    margin: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    margin: 60px 0 70px;
    padding: 0 5px 30px;
    border: 10px solid #F1DB23;
  }
}
#banner .illust {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #banner .illust {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #banner .illust img {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #banner .illust img {
    width: 45%;
  }
}
#banner .contact_contents {
  margin: 0 2%;
}
#banner .contact_text {
  text-align: center;
}
#banner .contact_text p {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #banner .contact_text p {
    font-size: 17px;
  }
}
#banner .contact_text .installation {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation {
    font-size: 16px;
    line-height: 1.5;
  }
}
#banner .contact_text .installation span {
  font-size: 57px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation span {
    font-size: 32px;
  }
}
#banner .contact_text .installation .support {
  letter-spacing: -2px;
}
#banner .contact_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box {
    padding: 30px 5px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box {
    font-size: 18px;
    flex-direction: column;
    padding: 13px 5px;
  }
}
#banner .contact_box .line {
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line {
    margin-bottom: 40px;
  }
}
#banner .contact_box .line p {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line img {
    height: 50px;
  }
}
#banner .contact_box .tel {
  margin: 0 2%;
  text-align: center;
}
#banner .contact_box .tel div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div {
    justify-content: space-around;
  }
}
#banner .contact_box .tel div img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div img {
    width: 30px;
    margin-right: 0;
  }
}
#banner .contact_box .tel .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box .tel .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel .number {
    font-size: 25px;
  }
}

#faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #faq {
    margin-bottom: 100px;
  }
}
#faq h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
}
#faq h2 img {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  #faq h2 img {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  #faq h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq ul {
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #faq ul {
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #faq ul {
    margin-bottom: 40px;
  }
}
#faq ul li {
  border: 1px solid #DCDCDC;
}
#faq ul h3 {
  padding: 30px 0 30px 30%;
  background-color: #DCDCDC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 834px) {
  #faq ul h3 {
    padding: 30px 0 30px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3 {
    font-size: 16px;
    padding: 20px 10% 20px 20%;
    line-height: 1.5;
  }
}
#faq ul h3::before {
  display: block;
  content: "";
  background-image: url(../img/Q.png);
  position: absolute;
  top: 18px;
  left: 25.5%;
  width: 35px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq ul p {
  padding: 30px 0 50px 30%;
  position: relative;
  width: 81%;
}
@media screen and (max-width: 834px) {
  #faq ul p {
    width: 91%;
    padding: 30px 0 50px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p {
    padding: 20px 0 40px 20%;
  }
}
#faq ul p::before {
  display: block;
  content: "";
  background-image: url(../img/A.png);
  position: absolute;
  top: 20px;
  left: 32%;
  width: 30px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p::before {
    top: 9px;
    left: 6%;
  }
}

#shopping {
  margin: 200px auto;
}
@media screen and (max-width: 834px) {
  #shopping {
    margin: 0 auto 100px;
  }
}
#shopping .shopping_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
  width: 33%;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }
}
#shopping .shopping_box .delivery h4, #shopping .shopping_box .pay h4, #shopping .shopping_box .return h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 30px;
}
#shopping .shopping_box .delivery .img, #shopping .shopping_box .pay .img, #shopping .shopping_box .return .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .pay p, #shopping .shopping_box .return p {
    width: 90%;
  }
}
#shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
  border-width: 0 1px 0 1px;
  padding: 20px 25px;
  height: 35vh;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    border-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .pay {
    border-width: 1px 0 1px 0;
  }
}
#shopping .shopping_box .pay p {
  padding: 20px 25px;
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .pay p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .shopping_title {
    width: 15%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .shopping_title {
    width: 31%;
  }
}

footer {
  background-color: #202121;
  color: #fff;
}
footer #footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 480px) {
  footer #footer {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 834px) {
  footer #footer .f_logo {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_logo {
    width: 26%;
    margin-bottom: 10px;
  }
}
footer #footer .f_list-wrap {
  display: flex;
  justify-content: space-between;
}
footer #footer .f_list-wrap ul {
  margin-left: 50px;
}
@media screen and (max-width: 834px) {
  footer #footer .f_list-wrap ul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul {
    margin-left: 0;
  }
}
footer #footer .f_list-wrap ul li {
  padding: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul li {
    line-height: 1.5;
    font-size: 11px;
    padding: 8px 5px;
    height: 40px;
    width: 100px;
  }
}
footer #footer .f_sns a {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns img {
    width: 9%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns {
    margin: 30px 0 0 0;
  }
}
footer p {
  text-align: right;
}

.review_contents {
  display: flex;
  flex-direction: column;
}
.review_contents .review_top {
  display: flex;
  border-bottom: 1px solid #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.review_contents .review_top .name {
  width: 33%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .name {
    font-size: 16px;
    width: 30%;
  }
}
.review_contents .review_top .place {
  width: 33%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .place {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .place {
    font-size: 14px;
    width: 40%;
  }
}
.review_contents .review_top .star {
  margin-right: 5px;
  color: #F1DB23;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .star {
    font-size: 16px;
  }
}
.review_contents .review_text {
  margin-top: 10px;
}
.review_contents .review_text span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .review_contents .review_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_text span {
    font-size: 14px;
  }
}

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

.tab0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab0 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab0 {
    display: none;
  }
}

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

.youtube {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

#howto {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #howto {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  #howto {
    margin-top: 45px;
  }
}
#howto .howto_title P {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
#howto .howto_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #howto .howto_point {
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto_point {
    margin-bottom: 20px;
  }
}
#howto .howto_point li {
  width: 46%;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #howto .howto_point li {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto_point li {
    font-size: 16px;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#howto .howto_point li .point {
  color: #E60012;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  #howto .howto_point li .point {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto_point li .point {
    font-size: 20px;
  }
}
#howto .howto_attention {
  background-color: #F3F3F3;
  list-style: inside;
  border-radius: 27px;
  padding: 30px 0 80px;
}
@media screen and (max-width: 480px) {
  #howto .howto_attention {
    padding-bottom: 40px;
  }
}
#howto .howto_attention p {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  #howto .howto_attention p {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto_attention p {
    font-size: 20px;
  }
}
#howto .howto_attention li {
  padding: 7px 0;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #howto .howto_attention li {
    font-size: 16px;
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  #howto .howto_attention li {
    font-size: 14px;
  }
}

.howto_title {
  text-align: center;
  margin-bottom: 20px;
}
.howto_title h3 {
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  .howto_title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .howto_title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.howto_title .subheading::before, .howto_title .subheading::after {
  background-color: #E60012;
  width: 45px;
  height: 5px;
}
@media screen and (max-width: 480px) {
  .howto_title .subheading::before, .howto_title .subheading::after {
    width: 30px;
    height: 3px;
    top: 70%;
  }
}
@media screen and (max-width: 480px) {
  .howto_title .subheading::before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .howto_title .subheading::after {
    right: 10px;
  }
}
.howto_title p {
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .howto_title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .howto_title p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.example_title {
  padding: 5px 0 5px 10px;
  border-left: 8px solid #F1DB23;
  font-size: 24px;
  margin: 135px 0 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .example_title {
    font-size: 20px;
    margin-top: 107px;
  }
}
@media screen and (max-width: 480px) {
  .example_title {
    font-size: 16px;
    margin-top: 80px;
    margin-left: 10px;
  }
}

#example .howto_title .subheading::before, #example .howto_title .subheading::after {
  background-color: #F1DB23;
}
#example .howto_text {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #example .howto_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #example .howto_text {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
}
#example .swallowbox, #example .example {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  #example .swallowbox, #example .example {
    flex-direction: column;
  }
}
#example .box {
  width: 45%;
}
@media screen and (max-width: 480px) {
  #example .box {
    width: 80%;
    margin: 0 auto;
  }
}
#example .box p {
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #example .box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #example .box p {
    font-size: 14px;
  }
}

#karasu {
  background-color: #DCDCDC;
  padding: 2% 0;
  margin: 100px 0;
}
#karasu .karasu {
  display: flex;
  margin: 50px 0;
}
@media screen and (max-width: 834px) {
  #karasu .karasu {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #karasu .karasu {
    flex-direction: column;
    margin: 20px 0;
  }
}
#karasu .karasu P {
  width: 78%;
  margin-left: 50px;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #karasu .karasu P {
    font-size: 16px;
    margin-left: 30px;
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  #karasu .karasu P {
    font-size: 14px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #karasu .karasu img {
    width: 80%;
  }
}

#electric .electric {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #electric .electric {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #electric .electric {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
}
#electric .electric_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #electric .electric_box {
    justify-content: space-around;
  }
}
#electric .electric_box div {
  width: 30%;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #electric .electric_box div {
    width: 43%;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

#header-pc {
  margin: 0 2% 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header-pc {
    margin: 0 1%;
  }
}
@media screen and (max-width: 1130px) {
  #header-pc {
    display: none;
  }
}
#header-pc ul {
  display: flex;
  font-weight: bolder;
}
#header-pc ul li {
  padding: 0 10px;
}

h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1130px) {
  h1 {
    font-size: 20px;
  }
}
h1 a {
  display: flex;
  align-items: center;
}
h1 a img {
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  h1 a img {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  h1 a img {
    width: 11%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  h1 a img {
    width: 15%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 14px;
  }
}

#header-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header-sp {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #header-sp {
    margin: 10px 0;
  }
}

#menu-sp {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#menu-sp.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#menu-sp.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#menu-sp ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#menu-sp li {
  list-style: none;
  text-align: center;
}
#menu-sp li a {
  text-decoration: none;
  padding: 11px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#menu-sp li a:hover {
  color: #E60012;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/
}
.openbtn span {
  display: inline-block;
  background-color: #DCDCDC;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: 2px;
    right: 1px;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.t-w {
  max-width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .t-w {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .t-w {
    margin: 0 3%;
  }
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .wrapper {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 3%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin: 0 3%;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1DB23;
  border-radius: 10%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}

#page-top a:hover {
  background: #DCDCDC;
  color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 480px) {
  #page-top {
    right: 13px;
    bottom: 8px;
  }
}

/*上に上がる動き*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fukidashi {
  background-color: #E60012;
  color: #fff;
  width: 100%;
  padding: 1vw 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi {
    font-size: 20px;
    margin-bottom: 33px;
    padding: 2vw 0;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #E60012;
}

.yellow {
  background-color: #F1DB23;
}
.yellow::before {
  border-top: 20px solid #F1DB23;
}

.english {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .english {
    font-size: 14px;
  }
}

.subheading {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
.subheading::before, .subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1.2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before, .subheading::after {
    width: 35px;
  }
}
.subheading::before {
  left: 0;
  transform: rotate(60deg);
}
@media screen and (max-width: 834px) {
  .subheading::before {
    left: 10px;
  }
}
.subheading::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .subheading::after {
    right: 10px;
  }
}

.red {
  color: #E60012;
}

#title_top {
  position: relative;
}
#title_top .title_top {
  width: 65%;
  border-bottom: 120px solid #FFF17A;
  border-right: 85px solid transparent;
  height: 0;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 834px) {
  #title_top .title_top {
    width: 70%;
    border-bottom: 100px solid #FFF17A;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top {
    width: 93%;
    border-bottom: 85px solid #FFF17A;
    margin-top: 30px;
  }
}
#title_top .title_top::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  border-bottom: 120px solid #FCF7CA;
  border-left: 85px solid transparent;
  height: 0;
  top: -60px;
  right: 0;
  z-index: -100;
}
@media screen and (max-width: 834px) {
  #title_top .title_top::before {
    width: 70%;
    border-bottom: 100px solid #FCF7CA;
    top: -35px;
  }
}
@media screen and (max-width: 480px) {
  #title_top .title_top::before {
    width: 93%;
    border-bottom: 85px solid #FCF7CA;
    top: -20px;
  }
}
#title_top h2 {
  padding-top: 25px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 20%;
}
@media screen and (max-width: 834px) {
  #title_top h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top h2 {
    margin-left: 10%;
  }
}
#title_top p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E60012;
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #title_top p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #title_top p {
    font-size: 16px;
    margin-left: 10%;
  }
}

.btn01 {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .btn01 {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .btn01 {
    padding: 6px;
  }
}

.btn01::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
  padding: 43px 0;
  font-weight: bold;
  background-image: repeating-linear-gradient(130deg, #FFF8D5, #FFF8D5 20px, #FEFAE2 126px, #FEFAE2 128px);
  border: 15px solid #F1DB23;
}
@media screen and (max-width: 834px) {
  #banner {
    display: block;
    padding: 0px 10px 30px;
    margin: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    margin: 60px 0 70px;
    padding: 0 5px 30px;
    border: 10px solid #F1DB23;
  }
}
#banner .illust {
  width: 30%;
}
@media screen and (max-width: 834px) {
  #banner .illust {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #banner .illust img {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  #banner .illust img {
    width: 45%;
  }
}
#banner .contact_contents {
  margin: 0 2%;
}
#banner .contact_text {
  text-align: center;
}
#banner .contact_text p {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #banner .contact_text p {
    font-size: 17px;
  }
}
#banner .contact_text .installation {
  font-size: 30px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation {
    font-size: 16px;
    line-height: 1.5;
  }
}
#banner .contact_text .installation span {
  font-size: 57px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_text .installation span {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_text .installation span {
    font-size: 32px;
  }
}
#banner .contact_text .installation .support {
  letter-spacing: -2px;
}
#banner .contact_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box {
    padding: 30px 5px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box {
    font-size: 18px;
    flex-direction: column;
    padding: 13px 5px;
  }
}
#banner .contact_box .line {
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line {
    margin-bottom: 40px;
  }
}
#banner .contact_box .line p {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .line img {
    height: 50px;
  }
}
#banner .contact_box .tel {
  margin: 0 2%;
  text-align: center;
}
#banner .contact_box .tel div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div {
    justify-content: space-around;
  }
}
#banner .contact_box .tel div img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel div img {
    width: 30px;
    margin-right: 0;
  }
}
#banner .contact_box .tel .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  #banner .contact_box .tel .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #banner .contact_box .tel .number {
    font-size: 25px;
  }
}

#faq {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #faq {
    margin-bottom: 100px;
  }
}
#faq h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
}
#faq h2 img {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  #faq h2 img {
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  #faq h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #faq h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#faq ul {
  margin: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  #faq ul {
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  #faq ul {
    margin-bottom: 40px;
  }
}
#faq ul li {
  border: 1px solid #DCDCDC;
}
#faq ul h3 {
  padding: 30px 0 30px 30%;
  background-color: #DCDCDC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 834px) {
  #faq ul h3 {
    padding: 30px 0 30px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3 {
    font-size: 16px;
    padding: 20px 10% 20px 20%;
    line-height: 1.5;
  }
}
#faq ul h3::before {
  display: block;
  content: "";
  background-image: url(../img/Q.png);
  position: absolute;
  top: 18px;
  left: 25.5%;
  width: 35px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq ul p {
  padding: 30px 0 50px 30%;
  position: relative;
  width: 81%;
}
@media screen and (max-width: 834px) {
  #faq ul p {
    width: 91%;
    padding: 30px 0 50px 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p {
    padding: 20px 0 40px 20%;
  }
}
#faq ul p::before {
  display: block;
  content: "";
  background-image: url(../img/A.png);
  position: absolute;
  top: 20px;
  left: 32%;
  width: 30px;
  height: 48px;
}
@media screen and (max-width: 834px) {
  #faq ul p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq ul p::before {
    top: 9px;
    left: 6%;
  }
}

#shopping {
  margin: 200px auto;
}
@media screen and (max-width: 834px) {
  #shopping {
    margin: 0 auto 100px;
  }
}
#shopping .shopping_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
  width: 33%;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery, #shopping .shopping_box .pay, #shopping .shopping_box .return {
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
  }
}
#shopping .shopping_box .delivery h4, #shopping .shopping_box .pay h4, #shopping .shopping_box .return h4 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin: 10px 0 30px;
}
#shopping .shopping_box .delivery .img, #shopping .shopping_box .pay .img, #shopping .shopping_box .return .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .pay p, #shopping .shopping_box .return p {
    width: 90%;
  }
}
#shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
  border-width: 0 1px 0 1px;
  padding: 20px 25px;
  height: 35vh;
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    border-width: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .delivery p, #shopping .shopping_box .return p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .pay {
    border-width: 1px 0 1px 0;
  }
}
#shopping .shopping_box .pay p {
  padding: 20px 25px;
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .pay p {
    padding: 20px 0px 20px 8px;
  }
}
@media screen and (max-width: 834px) {
  #shopping .shopping_box .shopping_title {
    width: 15%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #shopping .shopping_box .shopping_title {
    width: 31%;
  }
}

footer {
  background-color: #202121;
  color: #fff;
}
footer #footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 480px) {
  footer #footer {
    flex-direction: column;
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 834px) {
  footer #footer .f_logo {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_logo {
    width: 26%;
    margin-bottom: 10px;
  }
}
footer #footer .f_list-wrap {
  display: flex;
  justify-content: space-between;
}
footer #footer .f_list-wrap ul {
  margin-left: 50px;
}
@media screen and (max-width: 834px) {
  footer #footer .f_list-wrap ul {
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul {
    margin-left: 0;
  }
}
footer #footer .f_list-wrap ul li {
  padding: 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  footer #footer .f_list-wrap ul li {
    line-height: 1.5;
    font-size: 11px;
    padding: 8px 5px;
    height: 40px;
    width: 100px;
  }
}
footer #footer .f_sns a {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns img {
    width: 9%;
  }
}
@media screen and (max-width: 480px) {
  footer #footer .f_sns {
    margin: 30px 0 0 0;
  }
}
footer p {
  text-align: right;
}

.review_contents {
  display: flex;
  flex-direction: column;
}
.review_contents .review_top {
  display: flex;
  border-bottom: 1px solid #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
}
.review_contents .review_top .name {
  width: 33%;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .name {
    font-size: 16px;
    width: 30%;
  }
}
.review_contents .review_top .place {
  width: 33%;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .review_contents .review_top .place {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .place {
    font-size: 14px;
    width: 40%;
  }
}
.review_contents .review_top .star {
  margin-right: 5px;
  color: #F1DB23;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .review_contents .review_top .star {
    font-size: 16px;
  }
}
.review_contents .review_text {
  margin-top: 10px;
}
.review_contents .review_text span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .review_contents .review_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .review_contents .review_text span {
    font-size: 14px;
  }
}

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

.tab0 {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab0 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab0 {
    display: none;
  }
}

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

.youtube {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .youtube iframe {
    width: 300px;
    height: 200px;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

#faq .faq {
  margin-top: 130px;
}
@media screen and (max-width: 834px) {
  #faq .faq {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #faq .faq {
    margin-top: 50px;
  }
}
#faq .faq h3, #faq .faq p {
  padding-left: 20%;
}
@media screen and (max-width: 834px) {
  #faq .faq h3, #faq .faq p {
    padding-left: 16%;
  }
}
@media screen and (max-width: 480px) {
  #faq .faq h3, #faq .faq p {
    padding-left: 20%;
  }
}
#faq .faq h3::before {
  left: 15.5%;
}
@media screen and (max-width: 834px) {
  #faq .faq h3::before {
    top: 20px;
    left: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  #faq .faq h3::before {
    top: 8px;
    left: 4.5%;
  }
}
#faq .faq p::before {
  left: 19%;
}
@media screen and (max-width: 834px) {
  #faq .faq p::before {
    top: 22px;
    left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #faq .faq p::before {
    top: 9px;
    left: 6%;
  }
}

#customer_review .review {
  width: 100%;
  margin: 100px 0;
}
#customer_review .review .name {
  width: 20%;
}
@media screen and (max-width: 480px) {
  #customer_review .review .name {
    width: 28%;
  }
}
#customer_review .review .place {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #customer_review .review .place {
    width: 42%;
  }
}
#customer_review .review .star {
  width: 13%;
}
@media screen and (max-width: 480px) {
  #customer_review .review .star {
    width: 21%;
  }
}

#company table {
  margin: 100px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  #company table {
    margin-top: 50px;
  }
}
#company table th {
  width: 13vw;
  text-align: left;
  vertical-align: top;
  padding: 1vw 0;
  font-size: 18px;
  border-bottom: 1px solid #CDD6DD;
}
@media screen and (max-width: 834px) {
  #company table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #company table th {
    font-size: 14px;
    width: 27vw;
  }
}
#company table td {
  padding: 1vw 0;
  border-bottom: 1px solid #CDD6DD;
}
#company table .last {
  border-bottom: 0px;
}

#contact {
  margin: 100px auto;
}
@media screen and (max-width: 834px) {
  #contact {
    margin-top: 80px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    margin-top: 50px;
  }
}
#contact .line {
  text-align: center;
}
#contact .line_top {
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #contact .line_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #contact .line_top {
    font-size: 16px;
  }
}
#contact form {
  margin: 70px auto 0;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  #contact form {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #contact form {
    font-size: 16px;
  }
}
#contact tr {
  display: flex;
  flex-direction: column;
}
#contact th {
  padding-bottom: 0.5rem;
}
#contact th span {
  background-color: #E60012;
  color: #fff;
  border-radius: 12px;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #contact th span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #contact th span {
    font-size: 14px;
  }
}
#contact .to_privacy_policy {
  border-bottom: 1px solid #202121;
}
#contact textarea, #contact input {
  border: 1px solid #202121;
  border-radius: 15px;
  margin: 0 auto 50px;
  width: 100%;
  caret-color: lightcoral;
}
#contact [type=submit] {
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px;
  text-align: center;
  border-radius: 33px;
  background-color: #E60012;
  color: #fff;
  margin: 2vw auto 2vw;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0392156863);
  width: 30%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  #contact [type=submit] {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #contact [type=submit] {
    padding: 6px;
  }
}
#contact [type=radio] {
  width: auto;
  margin: 0;
}
#contact [type=radio] {
  margin-left: 35%;
}
@media screen and (max-width: 480px) {
  #contact [type=radio] {
    margin-left: 10%;
  }
}
#contact .c-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #contact .c-item {
    margin-bottom: 30px;
  }
}
#contact .contact-text {
  height: 50px;
}

#privacy .privacy {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  #privacy .privacy {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #privacy .privacy {
    margin-top: 50px;
  }
}
#privacy h3 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  padding-bottom: 0.8vw;
  margin: 4vw 0 1.5vw;
  border-bottom: 1px solid #979797;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  #privacy h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #privacy h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #privacy .privacy_detail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #privacy p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  #privacy_top h2 {
    font-size: 20px;
  }
}

#tradelaw {
  width: fit-content;
  font-size: 18px;
  margin: 0 auto 10vw;
  border-spacing: 20px 10px;
}
#tradelaw .tradelaw {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  #tradelaw .tradelaw {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  #tradelaw .tradelaw {
    margin-top: 50px;
  }
}
#tradelaw th {
  width: 15vw;
  padding: 30px 20px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  #tradelaw th {
    width: 25vw;
    font-size: 16px;
    padding: 2vw;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #tradelaw th {
    display: block;
    width: 80vw;
    padding: 2vw 1vw;
    text-align: left;
    font-size: 14px;
  }
}
#tradelaw td {
  width: 60vw;
  padding: 30px 20px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  #tradelaw td {
    font-size: 14px;
    padding: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #tradelaw td {
    display: block;
    width: 80vw;
    padding: 2vw;
    text-align: left;
    margin-bottom: 15px;
  }
}

#law_top h2 {
  margin-left: 16%;
}
@media screen and (max-width: 834px) {
  #law_top h2 {
    margin-left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #law_top h2 {
    font-size: 20px;
  }
}

#law_top p {
  margin-left: 16%;
}
@media screen and (max-width: 834px) {
  #law_top p {
    margin-left: 9%;
  }
}
@media screen and (max-width: 480px) {
  #law_top p {
    font-size: 10px;
    padding-top: 10px;
  }
}

#products #left {
  max-width: 90%;
  margin: 40px auto 5%;
}
@media screen and (max-width: 1240px) {
  #products #left {
    margin: 40px 5% 8%;
  }
}
@media screen and (max-width: 480px) {
  #products #left {
    max-width: 100%;
    margin: 15px 3% 10%;
  }
}
#products #category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#products #category li {
  width: 35%;
  border: 1px solid #f0f0f0;
}
@media screen and (max-width: 834px) {
  #products #category li {
    width: 50%;
  }
}
#products #category .category_title {
  background-color: #fff;
  color: #202121;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  #products #category .category_title {
    font-size: 22px;
  }
}

.products_list, .allnumber {
  text-align: center;
}

.allnumber {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .allnumber {
    margin-bottom: 15px;
  }
}

.page-numbers {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .page-numbers {
    margin: 35px auto;
  }
}

.product_list {
  width: 80%;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 50px;
  justify-content: space-around;
}
@media screen and (max-width: 834px) {
  .product_list {
    width: 85%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .product_list {
    margin-top: 45px;
    gap: 50px 10px;
  }
}

.product_list_detail {
  width: 35%;
  padding: 3% 0;
}
@media screen and (max-width: 834px) {
  .product_list_detail {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .product_list_detail {
    width: 95%;
  }
}
.product_list_detail p {
  padding: 3% 0;
}
@media screen and (max-width: 480px) {
  .product_list_detail p {
    padding: 0;
  }
}

.img_product {
  height: 266px;
}
@media screen and (max-width: 834px) {
  .img_product {
    height: 190px;
  }
}
@media screen and (max-width: 480px) {
  .img_product {
    height: 130px;
  }
}

.product_dd {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .product_dd {
    width: 80%;
    margin: 0 auto;
  }
}

.p-name {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .p-name {
    font-size: 18px;
  }
}

.cartjs_product_table table {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cartjs_product_table table {
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  .cartjs_product_table table {
    width: 80% !important;
  }
}

.cartjs_cart_in [type=submit] {
  background-color: #E60012 !important;
}

@media screen and (max-width: 480px) {
  #primary h2 {
    margin: 5vw auto;
  }
}/*# sourceMappingURL=style.css.map */