@charset "UTF-8";
/* CSS Document */

/*reset
------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}
* {
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------*/

/*background
------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  font-size: 16px;
}

body {
  font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic",
    YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}

/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.flex {
  display: flex;
}
.listnone {
  list-style: none;
}
.en_font {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.number_font {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.te_ce {
  text-align: center;
}

.onlineshop_btn {
  margin-top: 4.18vw;
  padding: 0 0.8vw 0 1.32vw;
}
.onlineshop_btn a {
  display: inline-block;
  line-height: 1;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.onlineshop_btn a:hover {
  opacity: 0.6;
}

/*ここからcss設定
------------------------------------------------------------------------------*/

#sp-contents {
  z-index: 990;
  width: 29.85vw;
  position: relative;
  margin: 0 auto;
}
#pc-back01,
#pc-back02 {
  width: calc(50% - 14.925vw);
  position: relative;
  height: 100vh;
  min-height: 450px;
}
#pc-back01 {
  background: #ffffbb;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 147, 1) 0%,
    rgba(255, 255, 187, 1) 100%
  );
  position: fixed;
  left: 0;
  top: 0;
}
#pc-back01 .bg_inner {
}
.bg_logo {
  width: 8.37vw;
  position: absolute;
  top: 4.93vw;
  left: 5.93vw;
}
.bg_logo .site_title a {
  display: inline-block;
  line-height: 1;
  width: 100%;
}
.bg_logo .site_title a img {
  width: 100%;
  height: auto;
}
.navigation,
.navigation_sp {
  display: none;
  /* position: absolute; */
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 147, 1) 100%
  );
}
.navigation_sp {
  background: #ffffbb;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 187, 1) 0%,
    rgba(255, 255, 147, 1) 100%
  );
}
.navigation_sp:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #76b3a0 transparent transparent;
  border-width: 0 12.85vw 33.88vw 0;
  position: absolute;
  top: 0;
  right: 0;
}
.navigation_sp:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #76b3a0;
  border-width: 33.88vw 0 0 12.85vw;
  position: absolute;
  bottom: 0;
  bottom: auto;
  left: 0;
}
.navigation_sp.hamburger-menu--open {
  display: block;
}
.navigation_pc {
  position: absolute;
  bottom: 2.93vw;
  left: 5.93vw;
}
.navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  padding-right: 1.32vw;
  font-size: 1.12vw;
  line-height: 150%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.navigation__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 0.77vw;
  height: 1vw;
  background-image: url(../img/menu_arrow.png);
  background-size: contain;
  vertical-align: middle;
}
.navigation__link:hover {
  opacity: 0.6;
}
.navigation__list-item + .navigation__list-item {
  margin-top: 1.39vw;
}

#pc-back02 {
  position: fixed;
  right: 0;
  top: 0;
}
#pc-back02 .bg_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

/* -------------------- */
/* header
/* -------------------- */
.header {
  display: none;
  position: fixed;
  top: 2.09vw;
  right: 1.81vw;
  top: 4.5vw;
  right: 2.81vw;
}
.hamburger-menu {
  width: 13.08vw;
  height: 13.08vw;
  background-color: #c83824;
  border-radius: 50%;
  position: relative;
  border: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  /* position: fixed;
	top:2.09vw;
	right:1.81vw; */
}
.hamburger-menu__bar {
  display: inline-block;
  width: 6.5vw;
  height: 0.47vw;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.hamburger-menu__bar:first-child {
  top: 4.3vw;
}
.hamburger-menu__bar:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.hamburger-menu__bar:last-child {
  top: 8.4vw;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

/* -------------------- */
/* メインビジュアル
/* -------------------- */
.mainvisual_wrap {
  background-color: #ffff93;
}
.mainvisual_in {
  padding-bottom: 6.07vw;
}
.mainvisual_img {
  padding-top: 2.79vw;
}
.mainvisual_title_sub {
  margin-top: 2.09vw;
}
.mainvisual_title_sub_01 {
  font-size: 1.67vw;
  line-height: 165%;
}
.mainvisual_title_sub_02 {
  font-size: 1.53vw;
  border-bottom: 0.21vw dotted #76b3a0;
  display: inline-block;
  padding-bottom: 0.2vw;
}
.mainvisual_title_sub_02 span.number {
  font-size: 2.58vw;
  letter-spacing: 0.14vw;
  font-weight: bold;
  color: #76b3a0;
}
.mainvisual_title_sub_02 span.en {
  font-size: 1.39vw;
  color: #76b3a0;
}
.mainvisual_title_sub_02 span.tax {
  font-size: 1.05vw;
}
.mainvisual_detail {
  font-size: 1.19vw;
  line-height: 2.09vw;
  margin-top: 2.09vw;
}
.mainvisual_detail p + p {
  margin-top: 1.05vw;
}

/* -------------------- */
/* コンセプト
/* -------------------- */
#concept {
  position: relative;
  background: #81bea9;
  background: linear-gradient(
    0deg,
    rgba(129, 190, 169, 1) 0%,
    rgba(111, 170, 155, 1) 100%
  );
  color: #fff;
  padding: 9.76vw 0 6.97vw;
}
.concept_img01 {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6.97vw;
  right: -1.74vw;
  width: 18.83vw;
  height: 20.36vw;
}
.concept_img02 {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6.5vw;
  left: -5vw;
  width: 16.34vw;
  height: 16.34vw;
  z-index: 990;
}
.section_title_en {
  font-size: 3.49vw;
  letter-spacing: 0.5vw;
}
.section_title_jp {
  font-size: 1.12vw;
}
.concept_detail {
  font-size: 1.19vw;
  line-height: 2.09vw;
  margin-top: 3.49vw;
}
.concept_detail p + p {
  margin-top: 1.05vw;
}
.concept_logo {
  width: 8.72vw;
  margin: 0 auto;
  margin-top: 4.88vw;
}
.concept_logo img {
  width: 100%;
  height: auto;
}

/* -------------------- */
/* ストーリー
/* -------------------- */
#story {
  position: relative;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 147, 1) 100%
  );
  padding: 5.58vw 0;
}
.story_img {
  padding: 0 2.09vw;
}
#story .section_head {
  margin-top: 2.79vw;
}
.section_title_sub {
  font-size: 1.39vw;
  line-height: 170%;
  margin-top: 1.39vw;
}
.story_detail {
  margin-top: 3.49vw;
  font-size: 1.12vw;
  line-height: 2.09vw;
}
.story_detail p + p {
  margin-top: 1.39vw;
}

/* -------------------- */
/* こんな方におすすめ
/* -------------------- */
#recommended {
  padding: 4.88vw 0 6.62vw;
}
#recommended .section_title_en {
  line-height: 110%;
}
.recommended_img {
  padding: 0 1.32vw;
  margin-top: 2.09vw;
}
.recommended_detail {
  margin-top: 2.09vw;
}
.recommended_ul {
  padding: 0 1.32vw;
}
.recommended_li_title {
  position: relative;
  background-color: #ffffa4;
  padding: 0.7vw;
}
.recommended_li_title h3 {
  font-size: 1.26vw;
  line-height: 150%;
  padding-left: 2.37vw;
  color: #76b3a0;
}
.recommended_li_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7vw;
  margin: auto 0;
  width: 1.67vw;
  height: 1.27vw;
  background-image: url(../img/check.png);
  background-size: contain;
  vertical-align: middle;
}
.recommended_li_detail {
  font-size: 1.12vw;
  line-height: 2.09vw;
  margin-top: 0.7vw;
}
.recommended_li + .recommended_li {
  margin-top: 1.74vw;
}

/* -------------------- */
/* 選ばれる理由
/* -------------------- */
#reason {
  padding-bottom: 6.62vw;
}
#reason .section_title_jp {
  font-size: 1.39vw;
  line-height: 200%;
}
#reason .section_title_jp span {
  font-size: 1.95vw;
  color: #76b3a0;
  border-bottom: 0.21vw dotted #76b3a0;
}
.reason_li + .reason_li {
  margin-top: 1.39vw;
}
.reason_li_title {
  background-color: #76b3a0;
  color: #fff;
  padding: 0.8vw;
}
.reason_li_title h3 {
  font-size: 1.39vw;
  line-height: 130%;
}
.reason_detail {
  padding: 0 1.32vw;
  margin-top: 1.39vw;
}
.reason_li_detail_title {
  position: relative;
}
.reason_li_detail_title:after {
  content: "";
  display: inline-block;
  border-bottom: 0.21vw dotted #76b3a0;
  width: 7.39vw;
}
.reason_li_detail {
  position: relative;
  padding: 1.05vw;
}
.reason_li_detail_title_en {
  font-size: 3.14vw;
  line-height: 140%;
  color: #76b3a0;
  font-weight: 400;
}
.reason_li_detail_title_jp {
  font-size: 1.39vw;
  line-height: 170%;
  color: #76b3a0;
}
.reason_li_detail_img {
  width: 10.82vw;
  position: absolute;
  top: 1.5vw;
  right: 1.55vw;
}
.reason_li_detail_text {
  width: 16.32vw;
  margin-top: 0.7vw;
  font-size: 0.98vw;
  line-height: 1.81vw;
}

.reason_li:nth-child(2) .reason_li_detail,
.reason_li:nth-child(2) .reason_li_detail_title {
  text-align: right;
}
.reason_li:nth-child(2) .reason_li_detail_img {
  right: unset;
  top: 3.5vw;
  left: 1.55vw;
}
.reason_li:nth-child(2) .reason_li_detail_text {
  width: 20.01vw;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.reason_li:nth-child(3) .reason_li_detail_img {
  width: 10.39vw;
  right: 0;
}
.reason_li:nth-child(3) .reason_li_detail_text {
  width: 17.29vw;
}

/* -------------------- */
/* お客様の声
/* -------------------- */
#voice {
  background-color: #ffffbb;
  padding: 6.97vw 0;
}
.voice_list {
  margin-top: 3.49vw;
  padding: 0 2.02vw;
}
.voice_con {
  position: relative;
  background-color: #fff;
  padding: 3.14vw 2.2vw;
}
.voice_con + .voice_con {
  margin-top: 1.39vw;
}
.voice_con:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #479f81 transparent transparent;
  border-width: 0 3.84vw 9.76vw 0;
  position: absolute;
  top: 0;
  right: 0;
}
.voice_con:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #479f81;
  border-width: 9.76vw 0 0 3.84vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice_title {
  position: relative;
  font-size: 1.32vw;
  line-height: 140%;
  letter-spacing: -1px;
  color: #76b3a0;
  padding-bottom: 1.26vw;
}
.voice_title:after {
  content: "";
  display: inline-block;
  border-bottom: 0.21vw dotted #76b3a0;
  width: 14.78vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.voice_detail {
  margin-top: 1.26vw;
  font-size: 1.12vw;
  line-height: 2.09vw;
}
.voice_pr {
  margin-top: 1.39vw;
  font-size: 0.98vw;
  color: #4d4d4d;
}
.voice_img {
  margin-top: 2.44vw;
  position: relative;
  z-index: 990;
}

/* -------------------- */
/* 商品
/* -------------------- */
#products {
  padding: 5.58vw 0 4.18vw;
}
#products .section_head2 {
  font-size: 1.39vw;
  line-height: 200%;
  margin-top: 2.79vw;
}
#products .section_head2 span {
  font-size: 1.95vw;
  color: #76b3a0;
  border-bottom: 0.21vw dotted #76b3a0;
}
.products_list {
  margin-top: 2.79vw;
  padding: 0 1.74vw;
}
.products_con + .products_con {
  margin-top: 4.18vw;
}
.products_visual {
  position: relative;
  padding-bottom: 0.7vw;
}
.products_title {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 1.53vw;
  line-height: 160%;
  font-weight: bold;
  color: #76b3a0;
}
.products_title span {
  font-size: 1.95vw;
  border-bottom: 0.21vw dotted #76b3a0;
}
.products_name_01 {
  font-size: 3.14vw;
  line-height: 140%;
  letter-spacing: 0.5vw;
}
.products_name_02 {
  font-size: 0.98vw;
  line-height: 150%;
}
.products_color {
  margin-top: 1.4vw;
  font-size: 1.12vw;
}
.products_color img {
  width: 1.32vw;
  height: 1.32vw;
  margin-left: 0.35vw;
}
.products_size {
  margin-top: 0.35vw;
  font-size: 1.12vw;
}
.products_size .come {
  font-size: 0.98vw;
}
.products_price_link {
  margin-top: 1.4vw;
}
.products_price_link.flex {
  justify-content: space-between;
  align-items: center;
}
.products_price {
  font-size: 1.12vw;
}
.products_price .number_font {
  font-size: 2.44vw;
  font-weight: bold;
}
.products_link {
  font-size: 0.98vw;
  line-height: 150%;
  letter-spacing: 0.05vw;
  font-weight: bold;
}
.products_link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #c83824;
  padding: 0.63vw 2.59vw 0.63vw 2.09vw;
  border-radius: 5.58vw;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.products_link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.28vw solid transparent;
  border-bottom: 0.28vw solid transparent;
  border-left: 0.63vw solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.05vw;
  margin: auto 0;
}
.products_link a:hover {
  opacity: 0.6;
}
.products_con:nth-child(2) .products_size .come,
.products_con:nth-child(3) .products_size .come {
  padding-left: 4.4vw;
}
.products_con:nth-child(2) .products_title {
  right: unset;
  bottom: 1.6vw;
  left: 0;
  text-align: left;
}
.products_con:nth-child(3) .products_visual {
  padding-bottom: 4vw;
}
.products_con:nth-child(3) .products_name_01 {
  line-height: 100%;
}

/* -------------------- */
/* レンタルシューズ
/* -------------------- */
#rental {
  padding: 5.58vw 0 4.18vw;
}
#rental .section_head2 {
  font-size: 1.39vw;
  line-height: 200%;
  margin-top: 2.79vw;
}
#rental .section_head2 span {
  font-size: 1.95vw;
  color: #76b3a0;
  border-bottom: 0.21vw dotted #76b3a0;
}
.rental_list {
  margin-top: 2.79vw;
  padding: 0 1.74vw;
}
.rental_con + .rental_con {
  margin-top: 4.18vw;
}
.rental_visual {
  position: relative;
  padding-bottom: 0.7vw;
}
.rental_title {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 1.53vw;
  line-height: 160%;
  font-weight: bold;
  color: #76b3a0;
}
.rental_title span {
  font-size: 1.95vw;
  border-bottom: 0.21vw dotted #76b3a0;
}
.rental_name_01 {
  font-size: 3.14vw;
  line-height: 140%;
  letter-spacing: 0.5vw;
}
.rental_name_02 {
  font-size: 0.98vw;
  line-height: 150%;
}
.rental_color {
  margin-top: 1.4vw;
  font-size: 1.12vw;
}
.rental_color img {
  width: 1.32vw;
  height: 1.32vw;
  margin-left: 0.35vw;
}
.rental_size {
  margin-top: 0.35vw;
  font-size: 1.12vw;
}
.rental_size .come {
  font-size: 0.98vw;
}
.rental_size .rental_shoes {
  font-size: 150%;
  font-weight: bold;
}
.rental_price_link {
  margin-top: 1.4vw;
}
.rental_price_link.flex {
  justify-content: space-between;
  align-items: center;
}
.rental_price {
  font-size: 1.12vw;
}
.rental_price .number_font {
  font-size: 2.44vw;
  font-weight: bold;
}
.rental_link {
  font-size: 0.98vw;
  line-height: 150%;
  letter-spacing: 0.05vw;
  font-weight: bold;
}
.rental_link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #c83824;
  padding: 0.63vw 2.59vw 0.63vw 2.09vw;
  border-radius: 5.58vw;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.rental_link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.28vw solid transparent;
  border-bottom: 0.28vw solid transparent;
  border-left: 0.63vw solid #fff;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.05vw;
  margin: auto 0;
}
.rental_link a:hover {
  opacity: 0.6;
}
.rental_con:nth-child(2) .rental_size .come,
.rental_con:nth-child(3) .rental_size .come {
  padding-left: 4.4vw;
}
.rental_con:nth-child(2) .rental_title {
  right: unset;
  bottom: 1.6vw;
  left: 0;
  text-align: left;
}
.rental_con:nth-child(3) .rental_visual {
  padding-bottom: 4vw;
}
.rental_con:nth-child(3) .rental_name_01 {
  line-height: 100%;
}

.rental_img img {
  width: 100%;
}

/* -------------------- */
/* はじめてでも安心の価格
/* -------------------- */
#comparison {
  background-color: #ffff9d;
  padding: 3.14vw 0.98vw;
}
#comparison .section_title_jp {
  width: 65%;
  margin: auto;
}
.comparison_graph {
  margin-top: 1.05vw;
}

/* -------------------- */
/* よくある質問
/* -------------------- */
#faq {
  padding: 5.58vw 1.74vw;
  background-color: #76b3a0;
  color: #fff;
}
#faq .section_head2 {
  margin-top: 3.49vw;
}
#faq .section_head2 .section_title_jp {
  font-size: 1.32vw;
}
.faq_list {
  margin-top: 3.49vw;
  border-top: 0.07vw solid #fff;
  border-bottom: 0.07vw solid #fff;
}
.accordion-content {
  display: none;
  padding-top: 1.39vw;
  font-size: 1.12vw;
  line-height: 2.09vw;
}
.accordion-content p + p {
  margin-top: 1.39vw;
}
.accordion-content .come {
  font-size: 0.84vw;
}
.accordion-content ul {
  margin-top: 1.39vw;
}
.accordion-content ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.accordion-content ul li + li {
  margin-top: 1.39vw;
}
.accordion-item {
  padding: 1.22vw 0;
}
.accordion-item + .accordion-item {
  border-top: 0.07vw solid #fff;
}
.accordion-title {
  position: relative;
  font-size: 1.32vw;
  line-height: 150%;
  font-weight: 500;
  cursor: pointer;
}
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: 0.14vw solid #fff;
  border-top: 0.14vw solid #fff;
  content: "";
  display: block;
  height: 0.63vw;
  position: absolute;
  right: 0.53vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 0.63vw;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* -------------------- */
/* メッセージ
/* -------------------- */
#message {
  padding: 5.58vw 0;
}
.message_logo {
  width: 7.74vw;
  margin: 0 auto;
}
.message_logo img {
  width: 100%;
  height: auto;
}
#message .section_head {
  margin-top: 2.79vw;
}
#message .section_title_sub {
  font-size: 1.32vw;
  line-height: 2.09vw;
  margin-top: 2.79vw;
}
.message_detail {
  margin-top: 3.49vw;
  font-size: 1.05vw;
  line-height: 2.09vw;
  padding: 0 1.74vw;
}
.message_detail p + p {
  margin-top: 1em;
}
.message_team {
  width: 17.71vw;
  margin: 0 auto;
  margin-top: 4.88vw;
}

@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }

  /* デフォルトのbuttonスタイルをリセット */
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }

  .burger_btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
  .bar {
    background-color: #000;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger_btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger_btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger_btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .noscroll {
    overflow: hidden;
  }

  .nav_wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
  }

  .header_nav {
    background-color: #1b1310;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav_list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav_item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav_wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: block;
    z-index: 999;
  }
  .navigation_sp {
    padding: 40vw 9.81vw 10vw;
    overflow-y: scroll;
    z-index: 998;
  }
  .navigation_sp .navigation__list-item + .navigation__list-item {
    margin-top: 5.84vw;
  }
  .navigation_sp .navigation__list {
    text-align: center;
  }
  .header .bg_logo {
    width: 19.86vw;
    /* position: absolute;
		top: 7.01vw; */
    position: fixed;
    top: 4.5vw;
    left: 6.31vw;
  }
  .navigation_sp .navigation__link {
    font-size: 3.74vw;
    padding-right: 4.91vw;
  }
  .navigation_sp .navigation__link:after {
    width: 2.57vw;
    height: 3.04vw;
  }
  .navigation_sp .onlineshop_btn {
    padding: 0 0vw 0 2vw;
  }

  #pc-back01,
  #pc-back02 {
    display: none;
  }
  #sp-contents {
    width: 100vw;
    overflow: hidden;
  }

  .mainvisual_img {
    padding-top: 13vw;
  }
  .mainvisual_img img {
    width: 100%;
  }
  .mainvisual_in {
    padding-bottom: 20.33vw;
  }
  .mainvisual_title_sub {
    margin-top: 7.01vw;
  }
  .mainvisual_title_sub_01 {
    font-size: 5.61vw;
  }
  .mainvisual_title_sub_02 {
    font-size: 5.14vw;
    border-bottom: 1vw dotted #76b3a0;
    padding-bottom: 2vw;
  }
  .mainvisual_title_sub_02 span.number {
    font-size: 8.64vw;
  }
  .mainvisual_title_sub_02 span.en {
    font-size: 4.67vw;
  }
  .mainvisual_title_sub_02 span.tax {
    font-size: 3.5vw;
  }
  .mainvisual_detail {
    font-size: 3.97vw;
    line-height: 7.01vw;
    margin-top: 7.01vw;
  }
  .mainvisual_detail p + p {
    margin-top: 3.5vw;
  }

  .section_title_en {
    font-size: 11.68vw;
    letter-spacing: 1vw;
  }
  .section_title_jp {
    font-size: 3.74vw;
    font-size: 4.44vw;
  }

  #concept {
    padding: 32.71vw 0;
  }
  .concept_img01 {
    width: 63.08vw;
    height: auto;
    top: -21.97vw;
    right: -4.74vw;
  }
  .concept_img02 {
    width: 60vw;
    height: auto;
    bottom: -21vw;
    left: -17vw;
  }
  .concept_detail {
    margin-top: 11.68vw;
    font-size: 3.97vw;
    line-height: 7.01vw;
  }
  .concept_detail p + p {
    margin-top: 4.67vw;
  }
  .concept_logo {
    margin-top: 16.36vw;
    width: 29.21vw;
  }

  #story {
    padding: 18.69vw 0;
  }
  .story_img {
    padding: 0 7.01vw;
  }
  .section_title_sub {
    font-size: 4.67vw;
    margin-top: 4.67vw;
  }
  .story_detail {
    margin-top: 11.68vw;
    font-size: 3.74vw;
    line-height: 7.01vw;
  }
  .story_detail p + p {
    margin-top: 4.67vw;
  }
  .onlineshop_btn {
    margin-top: 14.02vw;
    padding: 0 1vw 0 4.44vw;
  }
  #recommended {
    padding: 16.36vw 0;
  }
  .recommended_img {
    padding: 0 4.44vw;
    margin-top: 7.01vw;
  }
  .recommended_detail {
    margin-top: 7.01vw;
  }
  .recommended_ul {
    padding: 0 4.44vw;
  }
  .recommended_li_title {
    padding: 1.64vw;
  }
  .recommended_li_title h3 {
    font-size: 4.21vw;
    padding-left: 8.28vw;
  }
  .recommended_li_title:after {
    left: 2.34vw;
    width: 5.61vw;
    height: 4vw;
  }
  .recommended_li_detail {
    margin-top: 2.34vw;
    font-size: 3.74vw;
    line-height: 7.01vw;
  }
  .recommended_li + .recommended_li {
    margin-top: 5.84vw;
  }

  #reason {
    padding-bottom: 23.36vw;
  }
  #reason .section_title_jp {
    font-size: 4.67vw;
  }
  #reason .section_title_jp span {
    font-size: 6.54vw;
    border-bottom: 1vw dotted #76b3a0;
  }
  .reason_li_title {
    padding: 2.69vw;
  }
  .reason_li_title h3 {
    font-size: 4.67vw;
  }
  .reason_detail {
    padding: 0 4.44vw;
    margin-top: 4.67vw;
  }
  .reason_li_detail {
    padding: 4.67vw;
  }
  .reason_li_detail_title_en {
    font-size: 10.51vw;
  }
  .reason_li_detail_title_jp {
    font-size: 4.67vw;
  }
  .reason_li_detail_title:after {
    border-bottom: 1vw dotted #76b3a0;
    width: 24.77vw;
  }
  .reason_li_detail_text {
    width: 54.67vw;
    margin-top: 2.34vw;
    font-size: 3.27vw;
    line-height: 6.07vw;
  }
  .reason_li_detail_img {
    width: 38.58vw;
    top: 4.31vw;
    right: 4.31vw;
  }
  .reason_li:nth-child(2) .reason_li_detail_text {
    width: 67.06vw;
  }
  .reason_li:nth-child(2) .reason_li_detail_img {
    width: 40vw;
    top: 7.94vw;
    left: 4.67vw;
  }
  .reason_li:nth-child(3) .reason_li_detail_text {
    width: 57.94vw;
  }
  .reason_li:nth-child(3) .reason_li_detail_img {
    width: 34.81vw;
  }
  #reason .onlineshop_btn {
    margin-top: 9.35vw;
  }
  #voice {
    padding: 23.36vw 0;
  }
  .voice_list {
    margin-top: 11.68vw;
    padding: 0 4.67vw;
  }
  .voice_con {
    padding: 9.35vw 6.54vw;
  }
  .voice_title {
    font-size: 4.44vw;
    padding-bottom: 4.21vw;
  }
  .voice_title:after {
    border-bottom: 1vw dotted #76b3a0;
    width: 49.53vw;
  }
  .voice_detail {
    margin-top: 4.21vw;
    font-size: 3.74vw;
    font-size: 4.21vw;
    line-height: 7.01vw;
  }
  .voice_pr {
    margin-top: 4.67vw;
    font-size: 3.27vw;
  }
  .voice_img {
    margin-top: 8.64vw;
  }
  .voice_con:before {
    border-width: 0 12.85vw 33.88vw 0;
  }
  .voice_con:after {
    border-width: 33.88vw 0 0 12.85vw;
  }
  .voice_con + .voice_con {
    margin-top: 4.67vw;
  }

  #products {
    padding: 18.69vw 0 15.19vw;
  }
  #products .section_head2 {
    font-size: 4.44vw;
    margin-top: 9.35vw;
  }
  #products .section_head2 span {
    font-size: 7.01vw;
    border-bottom: 1vw dotted #76b3a0;
  }
  .products_list {
    margin-top: 9.35vw;
    padding: 0 5.84vw;
  }
  .products_title {
    font-size: 5.14vw;
  }
  .products_title span {
    font-size: 6.54vw;
    border-bottom: 1vw dotted #76b3a0;
  }
  .products_name_01 {
    font-size: 10.51vw;
    letter-spacing: 1vw;
  }
  .products_name_02 {
    font-size: 3.27vw;
  }
  .products_color {
    margin-top: 5.84vw;
    font-size: 3.74vw;
  }
  .products_size {
    margin-top: 1.17vw;
    font-size: 3.74vw;
  }
  .products_size .come {
    font-size: 3.27vw;
  }
  .products_price {
    font-size: 3.74vw;
  }
  .products_price .number_font {
    font-size: 8.18vw;
  }
  .products_color img {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.17vw;
  }
  .products_price_link {
    margin-top: 5.84vw;
  }
  .products_link {
    font-size: 3.27vw;
    letter-spacing: 0.5vw;
  }
  .products_link a {
    padding: 2.1vw 7.01vw 2.1vw 5vw;
  }
  .products_link a:after {
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
    border-left: 2vw solid #fff;
    right: 3vw;
  }
  .products_con:nth-child(2) .products_title {
    bottom: 3.5vw;
  }
  .products_con:nth-child(3) .products_visual {
    padding-bottom: 14vw;
  }
  .products_con:nth-child(2) .products_size .come,
  .products_con:nth-child(3) .products_size .come {
    padding-left: 14.4vw;
  }

  #rental {
    padding: 18.69vw 0 15.19vw;
  }
  #rental .section_head2 {
    font-size: 4.44vw;
    margin-top: 9.35vw;
  }
  #rental .section_head2 span {
    font-size: 7.01vw;
    border-bottom: 1vw dotted #76b3a0;
  }
  .rental_list {
    margin-top: 60px;
    padding: 0 5.84vw;
  }
  .rental_title {
    font-size: 5.14vw;
  }
  .rental_title span {
    font-size: 6.54vw;
    border-bottom: 1vw dotted #76b3a0;
  }
  .rental_name_01 {
    font-size: 10.51vw;
    letter-spacing: 1vw;
  }
  .rental_name_02 {
    font-size: 3.27vw;
  }
  .rental_color {
    margin-top: 5.84vw;
    font-size: 3.74vw;
  }
  .rental_size {
    margin-top: 1.17vw;
    font-size: 3.74vw;
  }
  .rental_size .come {
    font-size: 3.27vw;
  }
  .rental_price {
    font-size: 3.74vw;
  }
  .rental_price .number_font {
    font-size: 8.18vw;
  }
  .rental_color img {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 1.17vw;
  }
  .rental_price_link {
    margin-top: 5.84vw;
  }
  .rental_link {
    font-size: 3.27vw;
    letter-spacing: 0.5vw;
  }
  .rental_link a {
    padding: 2.1vw 7.01vw 2.1vw 5vw;
  }
  .rental_link a:after {
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
    border-left: 2vw solid #fff;
    right: 3vw;
  }
  .rental_con:nth-child(2) .rental_title {
    bottom: 3.5vw;
  }
  .rental_con:nth-child(3) .rental_visual {
    padding-bottom: 14vw;
  }
  .rental_con:nth-child(2) .rental_size .come,
  .rental_con:nth-child(3) .rental_size .come {
    padding-left: 14.4vw;
  }
  .rental_con + .rental_con {
    margin-top: 60px;
  }

  #comparison {
    padding: 11.21vw 3.27vw;
  }
  .comparison_graph {
    margin-top: 3.5vw;
  }
  #faq {
    padding: 18.69vw 5.84vw;
  }
  #faq .section_head2 {
    margin-top: 11.68vw;
  }
  #faq .section_head2 .section_title_jp {
    font-size: 4.44vw;
  }
  .faq_list {
    margin-top: 11.68vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .accordion-item {
    padding: 3.74vw 0;
  }
  .accordion-item + .accordion-item {
    border-top: 1px solid #fff;
  }
  .accordion-title {
    font-size: 4.44vw;
  }
  .accordion-title::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 2.74vw;
    right: 2vw;
    width: 2.74vw;
  }
  .accordion-content {
    padding-top: 5.84vw;
    font-size: 3.74vw;
    line-height: 7.01vw;
  }
  .accordion-content ul {
    margin-top: 2.34vw;
  }
  .accordion-content .come {
    font-size: 2.8vw;
  }
  .accordion-content p + p,
  .accordion-content ul li + li {
    margin-top: 2.34vw;
  }
  #message {
    padding: 18.69vw 0;
  }
  .message_logo {
    width: 25.93vw;
  }
  #message .section_head {
    margin-top: 9.35vw;
  }
  #message .section_title_sub {
    font-size: 4.44vw;
    line-height: 7.01vw;
  }

  .message_detail {
    font-size: 3.5vw;
    line-height: 7.01vw;
    padding: 0 5.84vw;
  }
  .message_team {
    width: 59.35vw;
    margin-top: 16.36vw;
  }
}
