@charset "UTF-8";
/*!
Version: 1.0.0
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Lato", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
  color: #000000;
}

body a {
  color: #000000;
  text-decoration: none;
}

body a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
}

body strong {
  font-weight: bold;
}

body .small {
  font-size: 0.8rem;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  /*for responsive*/
  height: auto;
  /*for responsive*/
  width: auto;
  /* IE8のみ */
}

.al_right {
  text-align: right;
}

/*!
Version: 1.0.0
*/
/*==================================

header

==================================*/
header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  z-index: 99;
}

header h1 {
  display: flex;
  align-items: center;
}

header h1 img {
  display: block;
  padding-right: 1rem;
  width: 90%;
  max-width: 240px;
  margin: auto 0;
}

.btn_header_cart {
  display: flex;
  margin-left: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.btn_header_cart a {
  display: flex;
  margin-left: auto;
  margin-right: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  text-align: center;
  font-size: 0.7rem;
  width: 100%;
  max-width: 360px;
  line-height: 1.2;
  padding: 0.2rem 1rem;
  border: 1px solid black;
}

@media screen and (min-width: 768px) {
  .btn_header_cart a {
    height: 80%;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

.btn_header_cart a:before {
  content: "";
  display: inline-block;
  background-image: url(img/icon_white_cart.svg);
  background-repeat: no-repeat;
  background-size: 15px 24px;
  height: 24px;
  width: 26px;
}

@media screen and (min-width: 768px) {
  .btn_header_cart a:before {
    background-size: 26px 24px;
    width: 38px;
    height: 24px;
  }
}

.btn_header_cart a:hover {
  background-color: white;
  border: 1px solid black;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
  color: black;
}

.btn_header_cart a:hover:before {
  background-image: url(img/icon_black_cart.svg);
}

.hum_icon {
  position: relative;
}

.drawer_hidden {
  display: none;
}

.drawer_open {
  display: flex;
  height: 40px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .drawer_open {
    height: 50px;
  }
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    width: 45px;
  }
}

.drawer_open span:before {
  bottom: 8px;
}

@media screen and (min-width: 768px) {
  .drawer_open span:before {
    bottom: 12px;
  }
}

.drawer_open span:after {
  top: 8px;
}

@media screen and (min-width: 768px) {
  .drawer_open span:after {
    top: 12px;
  }
}

#drawer_check:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_check:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_check:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer_content {
  width: 80%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 100%;
  right: -100%;
  z-index: 99;
  background: #fff;
  transition: .5s;
  text-align: left;
}

@media screen and (min-width: 576px) {
  .drawer_content {
    width: 50%;
  }
}

.drawer_content ul {
  padding-top: 3rem;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.drawer_content ul li {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.drawer_content ul li a {
  display: block;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .drawer_content ul li a {
    padding: 2rem 0;
  }
}

.drawer_content ul li a:hover {
  background-color: black;
  color: white;
}

.drawer_content ul li span {
  color: #770F1B;
  font-size: 0.8rem;
  display: block;
}

#drawer_check:checked ~ .drawer_content {
  left: 0;
}

.btn_drower_cart {
  position: relative;
  margin: 2rem auto;
  width: 90%;
  max-width: 450px;
  display: block;
  text-align: center;
  background: #064E1C;
  color: white;
  text-align: center;
  line-height: 1;
  padding: 1rem;
  box-shadow: 0 5px 5px 0 rgba(86, 86, 86, 0.2);
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .btn_drower_cart {
    letter-spacing: 2px;
  }
}

.btn_drower_cart:before {
  content: "";
  position: absolute;
  left: 2rem;
  display: inline-block;
  background-image: url(img/icon_white_cart.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  height: 55px;
  width: 55px;
}

@media screen and (min-width: 768px) {
  .btn_drower_cart:before {
    background-size: 34px 22px;
    width: 34px;
    height: 22px;
  }
}

.btn_drower_cart:hover {
  background-color: white;
  border: 1px solid black;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
  color: black;
}

.btn_drower_cart:hover:before {
  background-image: url(img/icon_black_cart.svg);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*==================================

kv

==================================*/
.kv {
  position: relative;
  margin-top: 80px;
}

@media screen and (min-width: 576px) {
  .kv {
    margin-top: 90px;
  }
}

.kv h2 {
  display: table;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.kv h2 .small {
  font-size: 1.5rem;
  background-color: white;
  display: table;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .kv h2 .small {
    padding: 0 1rem;
    letter-spacing: 2px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .kv h2 .small {
    letter-spacing: 2px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .kv h2 .small {
    letter-spacing: 4px;
    font-size: 2.4rem;
  }
}

.kv h2 .large {
  background-color: white;
  display: table;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 576px) {
  .kv h2 .large {
    padding: 0 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .kv h2 .large {
    padding: 0 1.5rem;
    letter-spacing: 1px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .kv h2 .large {
    letter-spacing: 2px;
    font-size: 3rem;
  }
}

.kv h3 {
  font-family: "Homemade Apple", cursive;
  font-size: 3rem;
  color: rgba(208, 208, 208, 0.4);
  transform: rotate(-8deg);
}

@media screen and (min-width: 576px) {
  .kv h3 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .kv h3 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .kv h3 {
    font-size: 8rem;
  }
}

.kv .container {
  padding-top: 35%;
  padding-bottom: 5rem;
  position: relative;
}

@media screen and (min-width: 576px) {
  .kv .container {
    padding-top: 70%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .kv .container {
    padding-top: 40%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .kv .container {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .kv .container {
    padding-top: 15rem;
    padding-bottom: 10%;
  }
}

.kv_towel {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 0;
  width: 50%;
}

@media screen and (min-width: 576px) {
  .kv_towel {
    top: 35%;
  }
}

@media screen and (min-width: 768px) {
  .kv_towel {
    top: 10%;
  }
}

@media screen and (min-width: 992px) {
  .kv_towel {
    top: 10%;
  }
}

.kv_photo {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 85%;
}

@media screen and (min-width: 1200px) {
  .kv_photo {
    width: 60%;
  }
}

.red_bg {
  background: #770F1B;
  position: absolute;
  z-index: -4;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
}

.gray_bg {
  background: #DEDDDD;
  position: absolute;
  z-index: -5;
  top: 10%;
  left: 20%;
  height: 80%;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .gray_bg {
    width: 80%;
  }
}

/*==================================

common_section

==================================*/
.common_section h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .common_section h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}

.common_section h2 span {
  display: table;
  padding: 0.2rem 0.5rem;
  background-color: #770F1B;
  color: white;
  letter-spacing: 4px;
  font-family: "Lato", serif;
  font-size: 0.8rem;
  margin: 0.5rem auto;
}

@media screen and (min-width: 768px) {
  .common_section h2 span {
    margin: 1rem auto;
    padding: 0.2rem 1rem;
  }
}

.common_section .gray_txt {
  color: #707070;
}

/*==================================

reason

==================================*/
.reason_top {
  background-image: url(img/bg_reason.png);
  background-position: no-repeat;
  color: white;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .reason_top {
    padding: 4rem;
  }
}

.reason_top h2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}

.reason_top .container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .reason_top .container {
    padding: 3rem;
  }
}

.reason_top .container p {
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .reason_top .container p {
    font-size: 1.1rem;
    text-align: center;
  }
}

.reason_list {
  margin-top: 3rem;
}

.reason_list li {
  margin-bottom: 2rem;
}

.reason_list img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.reason_list h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.5rem 0;
}

@media screen and (min-width: 576px) {
  .reason_list h3 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .reason_list h3 {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 992px) {
  .reason_list h3 {
    font-size: 1.4rem;
  }
}

.reason_list p {
  color: #707070;
}

/*==================================

colors

==================================*/
.colors {
  background-image: url(img/bg_colors.png);
  background-position: no-repeat;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .colors {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.colors h2 {
  font-family: "Homemade Apple", cursive;
  font-size: 3rem;
  color: rgba(225, 225, 225, 0.4);
  transform: rotate(-8deg);
}

@media screen and (min-width: 768px) {
  .colors h2 {
    text-align: center;
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  .colors h2 {
    font-size: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .colors .slide_wrap {
    width: 70%;
    margin: 2.5rem 0;
  }
}

.colors .slick-list li {
  background-color: white;
  padding: 1rem;
  margin: 2rem 1rem 0.5rem 1rem;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .colors .slick-list li {
    padding: 3rem 3rem 2rem 3rem;
    margin: 2rem 1rem 1rem 1rem;
  }
}

.colors .slick-list li img {
  display: block;
  margin: 0 auto;
  transition: 1s all;
}

.colors .slick-list li img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.colors .slick-list .btn_slide {
  margin: 1rem auto 0 auto;
  font-size: 0.9rem;
  letter-spacing: 2px;
  max-width: 140px;
  background-color: black;
  border: 1px solid black;
  display: block;
  color: white;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .colors .slick-list .btn_slide {
    margin: 2rem auto 0 auto;
  }
}

.colors .slick-list .btn_slide:after {
  content: "";
  display: inline-block;
  background-image: url(img/icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: right;
  height: 9px;
  width: 30px;
  position: absolute;
  top: 30%;
}

.colors .slick-list .btn_slide:hover {
  background-color: white;
  border: 1px solid black;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
  color: black;
}

.colors .slick-list .btn_slide:hover:after {
  background-image: url(img/icon_black_right.svg);
}

.slick-dots li {
  margin: 0 !important;
}

/*==================================

partition1

==================================*/
.partition1 {
  background-image: url("img/sp_partition1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .partition1 {
    background-image: url("img/pc_partition1.png");
    min-height: 400px;
  }
}

/*==================================

voices

==================================*/
.voices {
  background-color: #F4F2F0;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .voices {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.voices .gray_txt {
  color: #707070;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .voices .gray_txt {
    font-size: 1.1rem;
    text-align: center;
  }
}

.voice_figure {
  position: relative;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .voice_figure {
    margin-top: 4rem;
  }
}

.voice_figure p {
  position: absolute;
  top: 1rem;
  color: white;
  background-color: black;
  padding: 0 2rem;
  letter-spacing: 2px;
}

.voice_info {
  background-color: white;
  position: relative;
  padding: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .voice_info {
    padding: 4rem;
    margin-top: 10rem;
    margin-bottom: 0;
  }
}

.voice_info .f_design {
  font-family: "Homemade Apple", cursive;
  font-size: 3rem;
  position: absolute;
  right: 0.5rem;
  top: -1rem;
}

@media screen and (min-width: 768px) {
  .voice_info .f_design {
    right: 0;
    top: -2rem;
  }
}

.voice_info h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .voice_info h3 {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 992px) {
  .voice_info h3 {
    font-size: 1.4rem;
  }
}

.voice_info h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

.voice_info h4 .f_s {
  font-size: 0.9rem;
}

.voice_info h4 .voice_sports {
  font-size: 1rem;
  display: inline-block;
  padding-left: 1rem;
  color: #707070;
  font-weight: normal;
}

.voice_info .btn_voice {
  margin: 2rem auto 0 auto;
  font-size: 0.9rem;
  letter-spacing: 2px;
  max-width: 220px;
  border: 1px solid black;
  display: block;
  color: black;
  text-align: center;
  position: relative;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.voice_info .btn_voice:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
}

.voice_info .btn_voice:hover:after {
  background-image: url(img/icon_white_right.svg);
}

.voice_info .btn_voice:after {
  content: "";
  display: inline-block;
  background-image: url(img/icon_black_right.svg);
  background-repeat: no-repeat;
  background-position: right;
  height: 11px;
  width: 30px;
  position: absolute;
  top: 30%;
}

@media screen and (min-width: 768px) {
  .voice_info .btn_voice:after {
    height: 20px;
  }
}

/*コンテンツを表示するmodal=*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.js-modal .g_modal_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.js-modal .g_modal_inner {
  background: #fff;
  padding: 10px;
  width: 90%;
  max-width: 1200px;
  margin: 2rem auto;
  max-height: 90%;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .js-modal .g_modal_inner {
    padding: 40px;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .js-modal .g_modal_inner figure {
    width: 300px;
    padding: 0 2rem 1rem 0;
  }
}

.js-modal .g_modal_inner dl {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .js-modal .g_modal_inner dl {
    margin-top: 0;
  }
}

.js-modal .g_modal_inner dl dt {
  background-color: black;
  color: white;
  display: table;
  padding: 0 2rem;
  margin-bottom: 1rem;
}

.js-modal .g_modal_inner .voice_q {
  border-bottom: 1px dotted black;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.js-modal .g_modal_inner .voice_q span {
  font-weight: 700;
}

.js-modal .g_modal_inner .voice_a {
  margin-bottom: 2rem;
}

.js-modal .g_modal_inner .voice_a span {
  font-weight: 700;
}

.js-modal .js-modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .js-modal .js-modal-close {
    width: 50px;
    height: 50px;
  }
}

.js-modal .js-modal-close:before, .js-modal .js-modal-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.js-modal .js-modal-close:after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

/*==================================

concept

==================================*/
.concept {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.concept .row {
  display: flex;
  align-items: center;
}

.concept h2 {
  font-family: "Homemade Apple", cursive;
  font-size: 3rem;
}

@media screen and (min-width: 992px) {
  .concept h2 {
    font-size: 4rem;
  }
}

.concept h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  letter-spacing: 6px;
  padding: 0.5rem 0 2rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .concept h3 {
    text-align: left;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 992px) {
  .concept h3 {
    font-size: 2.2rem;
  }
}

.concept p {
  color: #707070;
  letter-spacing: 3px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .concept p {
    font-size: 1.1rem;
  }
}

/*==================================

functionality

==================================*/
.functionality {
  background-color: #F4F2F0;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .functionality {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.functionality .gray_txt {
  color: #707070;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .functionality .gray_txt {
    text-align: center;
    font-size: 1.1rem;
  }
}

.functionality ul {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.functionality ul li {
  margin-bottom: 1.5rem;
}

.functionality ul li figure img {
  width: 100%;
}

.functionality ul li:nth-child(1) h3:after {
  content: "01";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  font-family: "Homemade Apple", cursive;
}

.functionality ul li div {
  background-color: white;
  padding-bottom: 2rem;
}

.functionality ul li div h3 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div h3 {
    font-size: 1.6rem;
  }
}

.functionality ul li div p {
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div p {
    font-size: 1rem;
  }
}

.functionality ul li:nth-child(2) h3:after {
  content: "02";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  font-family: "Homemade Apple", cursive;
}

.functionality ul li div {
  background-color: white;
  padding-bottom: 2rem;
}

.functionality ul li div h3 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div h3 {
    font-size: 1.6rem;
  }
}

.functionality ul li div p {
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div p {
    font-size: 1rem;
  }
}

.functionality ul li:nth-child(3) h3:after {
  content: "03";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  font-family: "Homemade Apple", cursive;
}

.functionality ul li div {
  background-color: white;
  padding-bottom: 2rem;
}

.functionality ul li div h3 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div h3 {
    font-size: 1.6rem;
  }
}

.functionality ul li div p {
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div p {
    font-size: 1rem;
  }
}

.functionality ul li:nth-child(4) h3:after {
  content: "04";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  font-family: "Homemade Apple", cursive;
}

.functionality ul li div {
  background-color: white;
  padding-bottom: 2rem;
}

.functionality ul li div h3 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div h3 {
    font-size: 1.6rem;
  }
}

.functionality ul li div p {
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div p {
    font-size: 1rem;
  }
}

.functionality ul li:nth-child(5) h3:after {
  content: "05";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  font-family: "Homemade Apple", cursive;
}

.functionality ul li div {
  background-color: white;
  padding-bottom: 2rem;
}

.functionality ul li div h3 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div h3 {
    font-size: 1.6rem;
  }
}

.functionality ul li div p {
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .functionality ul li div p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 992px) {
  .functionality ul li div p {
    font-size: 1rem;
  }
}

/*==================================

partition2

==================================*/
.partition2 {
  background-image: url("img/sp_partition2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .partition2 {
    background-image: url("img/pc_partition2.png");
    min-height: 400px;
  }
}

/*==================================

products

==================================*/
.products {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .products {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.products .gray_txt {
  color: #707070;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .products .gray_txt {
    text-align: center;
    font-size: 1.1rem;
  }
}

.products .container:before, .products .container:after {
  content: " ";
  display: table;
}

.products .container:after {
  clear: both;
}

.products .container {
  *zoom: 1;
}

.products_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

.products_top figure {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .products_top figure {
    margin-bottom: 0;
  }
}

.products_top p {
  text-align: center;
  font-size: 1.2rem;
}

.products_top h3 {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 6px;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .products_top h3 {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .products_top h3 {
    font-size: 1.8rem;
  }
}

.btn_products_top {
  margin: 1rem auto 2rem auto;
  font-size: 1.2rem;
  max-width: 300px;
  border: 1px solid black;
  display: block;
  color: black;
  text-align: center;
  position: relative;
  padding: 0.6rem 2rem;
}

@media screen and (min-width: 768px) {
  .btn_products_top {
    margin: 2rem auto 0 auto;
  }
}

.btn_products_top:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
}

.btn_products_top:hover:after {
  background-image: url(img/icon_white_right.svg);
}

.btn_products_top:after {
  content: "";
  display: inline-block;
  background-image: url(img/icon_black_right.svg);
  background-repeat: no-repeat;
  background-position: right;
  height: 24px;
  width: 30px;
  position: absolute;
  top: 30%;
}

.products_colors {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.products_colors li {
  padding-bottom: 1rem;
}

.products_colors a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: black;
}

.products_colors a:before {
  content: "";
  display: block;
  padding-top: 67%;
}

.products_colors a span {
  display: block;
  position: absolute;
  left: 0.5rem;
  bottom: 20%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.products_colors a h4 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  display: table;
  padding: 0 1rem;
  line-height: 1.4;
}

.products_colors a img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: 1s all;
}

.products_colors a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 0.7;
  background-color: black;
}

.colors_txt {
  color: #707070;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .colors_txt {
    max-width: 830px;
  }
}

.colors_txt_link {
  float: right;
  text-decoration: underline;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .colors_txt_link {
    margin: 0;
  }
}

.colors_txt_link:hover {
  text-decoration: none;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.product_navy span {
  background-color: #1D1F3D;
}

.product_white span {
  background-color: #F7F4EF;
}

.product_brown span {
  background-color: #624532;
}

.product_gray span {
  background-color: #BAB3AB;
}

.product_orange span {
  background-color: #E67636;
}

.product_khaki span {
  background-color: #766C42;
}

.product_turquoise span {
  background-color: #B1DACC;
}

.product_pink span {
  background-color: #FDDADD;
}

/*==================================

partition3

==================================*/
.partition3 {
  background-image: url("img/sp_partition3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .partition3 {
    background-image: url("img/pc_partition3.png");
    min-height: 400px;
  }
}

/*==================================

gift

==================================*/
.gift {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .gift {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.gift .gray_txt {
  color: #707070;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .gift .gray_txt {
    text-align: center;
    font-size: 1.1rem;
  }
}

.gift_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

.gift_content h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .gift_content h3 {
    margin-top: 0;
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .gift_content h3 {
    font-size: 1.6rem;
  }
}

.gift_content p {
  color: #707070;
}

@media screen and (min-width: 768px) {
  .gift_content p {
    line-height: 2.5;
  }
}

.gift_content .f_s {
  font-size: 0.8rem;
}

/*==================================

cv

==================================*/
.cv {
  background-image: url("img/sp_bg_cv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cv {
    background-image: url("img/pc_bg_cv.jpg");
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cv .container {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cv h2 {
  letter-spacing: 5px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .cv h2 {
    font-size: 1.3rem;
  }
}

.cv h2 span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .cv h2 span {
    font-size: 1.7rem;
  }
}

.cv h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 15px;
  font-size: 2.3rem;
  padding: 0.5rem 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .cv h3 {
    font-size: 3rem;
  }
}

.cv p {
  line-height: 2;
}

.cv a {
  margin: 2rem auto 0 auto;
  background-color: #064E1C;
  display: block;
  color: white;
  text-align: center;
  position: relative;
  width: 96%;
  max-width: 620px;
  padding: 1rem 0.5rem;
  font-size: 1.2rem;
  box-shadow: 0 5px 5px 0 rgba(86, 86, 86, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
}

@media screen and (min-width: 768px) {
  .cv a {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

.cv a:after {
  content: "";
  display: inline-block;
  background-image: url(img/icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: left;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 30%;
  right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .cv a:after {
    right: 1rem;
  }
}

.cv a:hover {
  box-shadow: 0 15px 15px 0 rgba(86, 86, 86, 0.3);
  transform: translateY(-5px);
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*==================================

footer

==================================*/
footer {
  background-color: black;
  padding: 2rem 0 1rem 0;
  font-size: 0.9rem;
  color: white;
}

footer .footer_logo {
  text-align: center;
  margin: 2rem auto;
}

footer .footer_logo img {
  background-color: white;
  padding: 1rem 4rem;
  max-width: 360px;
}

footer .row {
  display: flex;
  align-items: flex-end;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  footer ul {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}

footer ul li {
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  footer ul li {
    padding: 0 1rem;
  }
}

footer ul li a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

footer a {
  color: white;
}

.footer_official_btn {
  margin: 2rem auto 1rem auto;
  display: block;
  color: white;
  text-align: center;
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  border: 1px solid white;
  width: 90%;
  max-width: 320px;
  box-shadow: 0 5px 5px 0 rgba(86, 86, 86, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all  0.2s linear;
}

@media screen and (min-width: 768px) {
  .footer_official_btn {
    margin: 2rem 0 1rem auto;
  }
}

.footer_official_btn:after {
  content: "";
  display: inline-block;
  background-image: url(img/icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  height: 19px;
  width: 10px;
  position: absolute;
  top: 30%;
  right: 1rem;
}

.footer_official_btn:hover {
  box-shadow: 0 15px 15px 0 rgba(86, 86, 86, 0.3);
  transform: translateY(-5px);
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (min-width: 768px) {
  .add {
    text-align: right;
  }
}
