@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* header */
#top_head {
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  position: fixed;
  text-decoration: none;
  top: 0;
  left: 0;
  height: 120px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  background: #fff;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  #top_head {
    height: 9.375vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head {
    display: block;
    height: 12.5333333333vw;
  }
}
#top_head .logo {
  width: 214px;
  margin: 22px 0 15px 45px;
  display: table;
  transition: 0.3s;
}
@media only screen and (max-width: 1280px) {
  #top_head .logo {
    width: 16.71875vw;
    margin: 1.71875vw 0 1.171875vw 2.34375vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head .logo {
    margin: 2vw 0 0 5vw;
    width: 25.6vw;
    transition: 0.3s;
    display: block;
    position: relative;
    z-index: 999;
  }
}
#top_head .logo a {
  display: table-cell;
  vertical-align: middle;
}
#top_head #mobile_head {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #mobile_head {
    z-index: 999;
    position: absolute;
    margin: auto;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block;
    background: #e13831;
    right: 0;
    top: 0;
    height: 12.5333333333vw;
    width: 14.4vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 101;
    transition: 0.5s ease-in-out;
    opacity: 1;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle .menu {
    display: block;
    color: #fff;
    padding-top: 2vw;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle div {
    height: 3vw;
    width: 6.6666666667vw;
    position: absolute;
    bottom: 3vw;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#top_head #nav_toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.35s ease-in-out;
}
#top_head #nav_toggle div span:nth-child(1) {
  top: 0;
}
#top_head #nav_toggle div span:nth-child(2) {
  bottom: 0;
}
#top_head #global_nav {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 0;
    background: #fcf8f1;
    transition: 0.5s ease-in-out;
    transform: translateX(100%);
    right: 0;
    box-sizing: border-box;
    display: block;
    margin-right: 0;
    padding-top: 12.5333333333vw;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
  }
}
#top_head #global_nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 1280px) {
  #top_head #global_nav .nav_list {
    margin-right: 1.5625vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
    overflow: auto;
  }
}
#top_head #global_nav .nav_list .btn {
  margin: 0 17px;
  display: table;
}
@media only screen and (max-width: 1280px) {
  #top_head #global_nav .nav_list .btn {
    margin: 0 1.09375vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn {
    border-bottom: solid 1px #fff;
    display: block;
    margin: 0;
  }
}
#top_head #global_nav .nav_list .btn .sp_ttl {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .sp_ttl {
    display: block;
    letter-spacing: 0.08em;
    font-weight: 900;
    font-size: 5.0666666667vw;
    line-height: 140%;
  }
}
#top_head #global_nav .nav_list .btn .link {
  text-align: center;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #top_head #global_nav .nav_list .btn .link {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .link {
    width: 100%;
    text-align: left;
    border: none;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 100%;
    color: #e13831;
    letter-spacing: 0.1em;
    padding: 5.5vw 8vw;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .link:after {
    position: absolute;
    content: "";
    right: 7vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 9px solid #e13831;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .link .c-btn__arw {
    background: #e13831;
  }
  #top_head #global_nav .nav_list .btn .link .c-btn__arw .c-arw {
    fill: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#top_head #global_nav .nav_list .btn .link:hover {
  color: #e13831;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .link:hover:before {
    opacity: 0;
  }
  #top_head #global_nav .nav_list .btn .link:hover .c-btn__arw {
    background: #fff;
  }
}
#top_head #global_nav .nav_list .btn .link:hover .current {
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .link:hover .current {
    display: none;
  }
}
#top_head #global_nav .nav_list .btn .current {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #e13831;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .current {
    display: none;
  }
}
#top_head #global_nav .nav_list .btn .no_link {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .no_link {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn .no_link a {
    pointer-events: none;
  }
}
#top_head #global_nav .nav_list .btn .no_link:hover {
  color: #e13831;
}
#top_head #global_nav .nav_list .btn .no_link:hover .current {
  width: 8px;
  height: 8px;
}
#top_head #global_nav .nav_list .btn:hover .list {
  transform: scaleY(1);
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn:hover .list {
    transform: unset;
  }
}
#top_head #global_nav .nav_list .btn:hover .list a:hover {
  opacity: 1;
}
#top_head #global_nav .nav_list .btn.shop {
  width: 214px;
}
@media only screen and (max-width: 1280px) {
  #top_head #global_nav .nav_list .btn.shop {
    width: 15.625vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn.shop {
    width: 100%;
    border-bottom: none;
  }
}
#top_head #global_nav .nav_list .btn.shop a {
  background: #e13831;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px 0;
  border: solid 2px #e13831;
}
@media only screen and (max-width: 1280px) {
  #top_head #global_nav .nav_list .btn.shop a {
    padding: 1.171875vw 0;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn.shop a {
    text-align: left;
    border-radius: 0;
    font-size: 4.8vw;
    padding: 9vw 8vw;
    font-weight: 900;
  }
}
#top_head #global_nav .nav_list .btn.shop a:hover {
  color: #e13831;
  background: #fff;
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn.shop img {
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.8vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #global_nav .nav_list .btn.product .link:after {
    border: none;
    content: "+";
    font-size: 10vw;
    right: 5vw;
    height: 5vw;
    width: 6vw;
    text-align: right;
  }
  #top_head #global_nav .nav_list .btn.product .link.close:after {
    content: "-";
  }
  #top_head #global_nav .nav_list .btn .product_list {
    width: 100%;
    text-align: left;
    border: none;
    transition: unset;
    display: none;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 100%;
    color: #e13831;
    letter-spacing: 0.1em;
    padding: 5.5vw 8vw;
    position: relative;
    background: #fbe3ce;
  }
  #top_head #global_nav .nav_list .btn .product_list:after {
    position: absolute;
    content: "";
    right: 5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 9px solid #e13831;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.following #top_head {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 736px) {
  #top_head.open {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open #global_nav {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open #nav_toggle div {
    bottom: 4.5vw;
  }
}
#top_head.open #nav_toggle div span:nth-child(1) {
  top: 11px;
  transform: rotate(335deg);
}
#top_head.open #nav_toggle div span:nth-child(2) {
  top: 11px;
  transform: rotate(-335deg);
}
@media only screen and (max-width: 736px) {
  #top_head.open #global_nav {
    transform: translateX(0);
  }
}

#footer {
  position: relative;
}
#footer p, #footer a {
  font-weight: 500;
}
#footer .inner {
  border-top: solid 1px #221714;
  padding: 50px 0;
}
@media only screen and (max-width: 736px) {
  #footer .inner {
    padding: 14vw 0 0;
  }
}
#footer .nav_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #footer .nav_box {
    display: none;
  }
}
#footer .nav_box li {
  margin: 0 20px;
}
#footer .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #footer .sns {
    display: none;
  }
}
#footer .sns li {
  margin: 0 20px;
}
#footer .sns li:nth-child(2) a, #footer .sns li:nth-child(3) a {
  letter-spacing: 0.1em;
}
#footer .sns a {
  color: #e13831;
}
#footer .sns img {
  width: 25px;
  margin-left: 5px;
}
#footer .logo {
  max-width: 230px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 736px) {
  #footer .logo {
    max-width: 42.6666666667vw;
  }
}
#footer .privacy {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #footer .privacy {
    font-size: 3.2vw;
  }
}
#footer .copy {
  text-align: center;
  color: #fff;
  background: #e13831;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 736px) {
  #footer .copy {
    color: #000;
    background: none;
    padding: 1vw 0 5vw;
    font-size: 2.6666666667vw;
  }
}

.scroll_btn {
  position: absolute;
  width: 60px;
  right: 50px;
  top: -30px;
}
@media only screen and (max-width: 1165px) {
  .scroll_btn {
    right: 1%;
  }
}
@media only screen and (max-width: 736px) {
  .scroll_btn {
    position: unset;
    width: 100%;
  }
}
.scroll_btn a:hover {
  opacity: 1;
}
.scroll_btn .top_btn {
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  .scroll_btn .top_btn {
    position: absolute;
    top: -6vw;
    right: 4vw;
    width: 14vw;
    margin: 0;
  }
}

#insta_btn {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 15px;
  opacity: 1;
  display: block;
}
#insta_btn .btn {
  width: 172px;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  #insta_btn .btn {
    width: 29vw;
  }
}
#insta_btn .close {
  width: 53px;
  position: absolute;
  right: -12px;
  top: -14px;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  #insta_btn .close {
    width: 10.6666666667vw;
  }
}
#insta_btn.down {
  opacity: 0;
  display: none;
}
#insta_btn.fadeout {
  opacity: 0;
  display: none;
}

.icon_animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

.keyframe1 {
  animation-name: anim_s;
  transform: rotate(10deg);
  animation-duration: 2s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.keyframe2 {
  animation-name: anim_s2;
  transform: rotate(-10deg);
  animation-duration: 0.8s;
}

@keyframes anim_s2 {
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.keyframe3 {
  animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 2s;
}

@keyframes anim_s {
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.keyframe4 {
  animation-name: anim_s2;
  transform: rotate(-5deg);
  animation-duration: 2s;
}

@keyframes anim_s2 {
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, 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, sub, sup, tt, var,
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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #333;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 3.7333333333vw;
  }
}

h2, h3, h4, h5, p, li, dt, dd, input, textarea, th, td, span {
  line-height: 160%;
}

p {
  line-height: 200%;
}

a {
  color: #221714;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

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

.inner {
  width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .inner {
    width: 84.375vw;
  }
}

.inner_in {
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner_in {
    width: 89.0909090909vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner_in {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  .inner_in {
    width: 84.375vw;
  }
}

.wrapper {
  margin-bottom: 130px;
}
@media only screen and (max-width: 736px) {
  .wrapper {
    margin-bottom: 10vw;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

.flex_box {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 736px) {
  .flex_box {
    display: block;
  }
}
.flex_box.-between {
  justify-content: space-between;
}
.flex_box .flex_box__fx {
  flex-shrink: 0;
}
.flex_box .flex_box__content {
  flex: 1;
  min-width: 0;
}

.w900 {
  max-width: 900px;
}

main {
  overflow: hidden;
  margin-top: 120px;
  max-width: 1366px;
  padding: 0 40px;
}
@media only screen and (max-width: 736px) {
  main {
    margin-top: 12.5333333333vw;
    padding: 0 5vw;
  }
}

.main_ttl {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  .main_ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
.main_ttl span {
  color: #e13831;
  letter-spacing: 0.08em;
  font-size: 12px;
  display: block;
  line-height: 110%;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  .main_ttl span {
    font-size: 3.2vw;
  }
}

.main_btn {
  width: 360px;
}
@media only screen and (max-width: 736px) {
  .main_btn {
    width: 80%;
  }
}
.main_btn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 24px 3rem 24px 2rem;
  border-radius: 2.75rem;
  background: #f7f7f7;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .main_btn a {
    padding: 5vw 3vw 5.2vw 2vw;
  }
}
.main_btn a:hover {
  opacity: 1;
}
.main_btn a:hover .c-btn__txt {
  transform: translateX(0.5rem);
}
.main_btn a:hover .c-btn__arw {
  transform: scale(1);
}
.main_btn a:hover .c-btn__arw .c-arw {
  transition: fill 0s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.15s;
  fill: #333;
  animation-name: arw-r;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
  animation-delay: 0s;
}
.main_btn.red a {
  background: #e13831;
  color: #fff;
}
.main_btn.red a .c-btn__arw .c-arw {
  fill: #e13831;
}

.c-btn__txt {
  display: block;
  font-size: 20px;
  text-align: center;
  padding-right: 1em;
  font-weight: 500;
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
}
@media only screen and (max-width: 768px) {
  .c-btn__txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 736px) {
  .c-btn__txt {
    font-size: 3.7333333333vw;
  }
}

.c-btn__arw {
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  transform: scale(0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.2rem;
  aspect-ratio: 1/1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  .c-btn__arw {
    transform: scale(1);
  }
}
.c-btn__arw .c-arw {
  transition: fill 0.15s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s;
  width: 18px;
  height: 16px;
  aspect-ratio: 1/1;
  fill: #fff;
}
@media only screen and (max-width: 736px) {
  .c-btn__arw .c-arw {
    fill: #000;
  }
}

@keyframes arw-r {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.grow .img {
  overflow: hidden;
  height: 164px;
}
@media only screen and (max-width: 736px) {
  .grow .img {
    height: 25.625vw;
  }
}
.grow .img img {
  transition: 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grow:hover .img img {
  transform: scale(1.1, 1.1);
}

#p-index main {
  /* 塗料商品 */
  /* 取扱会社情報 */
  /* よくあるご質問 */
  /* お問い合わせ */
}
#p-index main #mv {
  position: relative;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px #221714;
}
@media only screen and (max-width: 736px) {
  #p-index main #mv {
    display: block;
    padding-bottom: 13vw;
    padding-top: 6vw;
  }
}
#p-index main #mv .mv_box {
  flex-shrink: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 990px) {
  #p-index main #mv .mv_box {
    padding-left: 0;
  }
}
#p-index main #mv .mv_box .mv_ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  #p-index main #mv .mv_box .mv_ttl {
    font-size: 3.4666666667vw;
  }
}
#p-index main #mv .mv_box .mv_ttl strong {
  font-size: 24px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  #p-index main #mv .mv_box .mv_ttl strong {
    font-size: 5.3333333333vw;
  }
}
#p-index main #mv .mv_box .mv_text {
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 736px) {
  #p-index main #mv .mv_box .mv_text {
    line-height: 170%;
    margin-bottom: 7vw;
    font-size: 3.4666666667vw;
  }
}
#p-index main #mv .swiper {
  position: relative;
  overflow: unset;
  flex: 1;
  min-width: 0;
}
#p-index main #mv .swiper .swiper-wrapper {
  z-index: 1;
  overflow: hidden;
}
#p-index main #mv .swiper .swiper-pagination {
  position: unset;
  text-align: left;
  margin-top: 8px;
}
@media only screen and (max-width: 736px) {
  #p-index main #mv .swiper .swiper-pagination {
    bottom: -3vw;
  }
}
#p-index main #mv .swiper .swiper-pagination-bullet {
  background: #efaf76;
  height: 10px;
  width: 10px;
  opacity: 1;
}
#p-index main #mv .swiper .swiper-pagination-bullet-active {
  background: #e13831;
}
#p-index main #index-about, #p-index main #index-feature {
  padding: 100px 0;
  border-bottom: solid 1px #221714;
}
@media only screen and (max-width: 768px) {
  #p-index main #index-about, #p-index main #index-feature {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-about, #p-index main #index-feature {
    padding: 13vw 0;
  }
}
#p-index main #index-about .about-list, #p-index main #index-about .feature-list, #p-index main #index-feature .about-list, #p-index main #index-feature .feature-list {
  gap: 40px;
  display: grid;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-about .about-list, #p-index main #index-about .feature-list, #p-index main #index-feature .about-list, #p-index main #index-feature .feature-list {
    gap: 12vw;
  }
}
#p-index main #index-about .about-list li, #p-index main #index-about .feature-list li, #p-index main #index-feature .about-list li, #p-index main #index-feature .feature-list li {
  gap: 30px;
}
#p-index main #index-about .about-list .about-img, #p-index main #index-about .about-list .feature-img, #p-index main #index-about .feature-list .about-img, #p-index main #index-about .feature-list .feature-img, #p-index main #index-feature .about-list .about-img, #p-index main #index-feature .about-list .feature-img, #p-index main #index-feature .feature-list .about-img, #p-index main #index-feature .feature-list .feature-img {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  #p-index main #index-about .about-list .about-img, #p-index main #index-about .about-list .feature-img, #p-index main #index-about .feature-list .about-img, #p-index main #index-about .feature-list .feature-img, #p-index main #index-feature .about-list .about-img, #p-index main #index-feature .about-list .feature-img, #p-index main #index-feature .feature-list .about-img, #p-index main #index-feature .feature-list .feature-img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-about .about-list .about-img, #p-index main #index-about .about-list .feature-img, #p-index main #index-about .feature-list .about-img, #p-index main #index-about .feature-list .feature-img, #p-index main #index-feature .about-list .about-img, #p-index main #index-feature .about-list .feature-img, #p-index main #index-feature .feature-list .about-img, #p-index main #index-feature .feature-list .feature-img {
    max-width: 100%;
    margin-bottom: 5vw;
  }
}
#p-index main #index-about .about-list .about-ttl, #p-index main #index-about .about-list .feature-ttl, #p-index main #index-about .feature-list .about-ttl, #p-index main #index-about .feature-list .feature-ttl, #p-index main #index-feature .about-list .about-ttl, #p-index main #index-feature .about-list .feature-ttl, #p-index main #index-feature .feature-list .about-ttl, #p-index main #index-feature .feature-list .feature-ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-about .about-list .about-ttl, #p-index main #index-about .about-list .feature-ttl, #p-index main #index-about .feature-list .about-ttl, #p-index main #index-about .feature-list .feature-ttl, #p-index main #index-feature .about-list .about-ttl, #p-index main #index-feature .about-list .feature-ttl, #p-index main #index-feature .feature-list .about-ttl, #p-index main #index-feature .feature-list .feature-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2vw;
  }
}
#p-index main #index-product {
  padding: 100px 0;
  border-bottom: solid 1px #221714;
}
@media only screen and (max-width: 768px) {
  #p-index main #index-product {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product {
    padding: 13vw 0;
  }
}
#p-index main #index-product .product-container {
  max-width: 600px;
  margin-right: 100px;
  /* JSで制御する非表示クラス */
  /* 画像エリア */
  /* 「さらに表示」ボタンのスタイル */
}
@media only screen and (max-width: 990px) {
  #p-index main #index-product .product-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #p-index main #index-product .product-container {
    margin: auto;
  }
}
#p-index main #index-product .product-container .product-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .product-list {
    margin-bottom: 6vw;
    margin-top: 11vw;
  }
}
#p-index main #index-product .product-container .list-item a {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  padding: 15px;
  position: relative;
  transition: 0.2s;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .list-item a {
    padding: 3vw;
    align-items: flex-start;
  }
}
#p-index main #index-product .product-container .list-item a:hover {
  background-color: #333;
  opacity: 1;
}
#p-index main #index-product .product-container .list-item a:hover .item-title {
  color: #fff;
}
#p-index main #index-product .product-container .list-item a:hover .arrow {
  background-color: #fff;
}
#p-index main #index-product .product-container .list-item a:hover .arrow:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#p-index main #index-product .product-container .list-item a:hover .arrow:after {
  background: #333;
}
#p-index main #index-product .product-container .list-item.is-hidden {
  display: none;
}
#p-index main #index-product .product-container .item-img {
  width: 200px;
  margin-right: 25px;
  flex-shrink: 0;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .item-img {
    margin-right: 4vw;
    width: 21.8666666667vw;
  }
}
#p-index main #index-product .product-container .item-body {
  flex-grow: 1;
  padding-right: 60px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .item-body {
    padding: 0;
  }
}
#p-index main #index-product .product-container .item-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .item-title {
    font-size: 3.7333333333vw;
  }
}
#p-index main #index-product .product-container .arrow {
  position: absolute;
  right: 16px;
  width: 28px;
  height: 28px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .arrow {
    display: none;
  }
}
#p-index main #index-product .product-container .arrow:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#p-index main #index-product .product-container .arrow:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#p-index main #index-product .product-container .toggle-button {
  display: block;
  background-color: #f7f7f7;
  border: none;
  border-radius: 30px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .product-container .toggle-button {
    margin: 0 auto 12vw;
    font-size: 3.2vw;
  }
}
#p-index main #index-product .btn-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .btn-list {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .btn-list .c-arw.c-arw--r {
    fill: #000;
  }
}
#p-index main #index-product .main_btn {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .main_btn {
    margin: 0 auto 5vw;
  }
}
#p-index main #index-product .main_btn.btm a {
  border-radius: 60px;
}
#p-index main #index-product .main_btn.btm a .c-btn__txt {
  text-align: left;
  margin-left: 25px;
}
#p-index main #index-product .main_btn.btm a .c-arw.c-arw--r {
  opacity: 0;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-product .main_btn.btm a .c-arw.c-arw--r {
    opacity: 1;
  }
}
#p-index main #index-product .main_btn.btm a:hover .c-arw.c-arw--r {
  opacity: 1;
}
#p-index main #index-company {
  padding: 100px 0;
  border-bottom: solid 1px #221714;
}
@media only screen and (max-width: 768px) {
  #p-index main #index-company {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company {
    padding: 13vw 0;
  }
}
#p-index main #index-company .company-container {
  max-width: 600px;
  margin-right: 100px;
}
@media only screen and (max-width: 990px) {
  #p-index main #index-company .company-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #p-index main #index-company .company-container {
    margin: auto;
  }
}
#p-index main #index-company .company-img {
  margin: 30px 0;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company .company-img {
    padding: 4vw 0;
  }
}
#p-index main #index-company .company-table {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company .company-table {
    margin-top: 8vw;
    margin-bottom: 7vw;
  }
}
#p-index main #index-company .company-table tr {
  display: block;
  margin-bottom: 20px;
}
#p-index main #index-company .company-table th {
  font-size: 14px;
  font-weight: 300;
  width: 110px;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  padding: 0 6px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company .company-table th {
    font-size: 3.4666666667vw;
    width: 25.6vw;
  }
}
#p-index main #index-company .company-table td {
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company .company-table td {
    font-size: 3.7333333333vw;
  }
}
#p-index main #index-company .main_btn {
  margin-top: 35px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-company .main_btn {
    margin: 4vw auto 0;
  }
}
#p-index main #index-faq {
  padding: 100px 0;
  border-bottom: solid 1px #221714;
}
@media only screen and (max-width: 768px) {
  #p-index main #index-faq {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-faq {
    padding: 13vw 0;
  }
}
#p-index main #index-faq .faq-container {
  width: 900px;
}
@media only screen and (max-width: 1000px) {
  #p-index main #index-faq .faq-container {
    width: 85%;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  #p-index main #index-faq .faq-container {
    width: 100%;
  }
}
#p-index main #index-faq .faq-container li {
  border-top: solid 1px #e6e6e6;
}
#p-index main #index-faq .faq-container li:last-child {
  border-bottom: solid 1px #e6e6e6;
}
#p-index main #index-faq .faq-container .title {
  display: flex;
  gap: 10px;
  padding: 20px 12px 20px 0;
  position: relative;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-faq .faq-container .title {
    padding: 5vw 10vw 5vw 0;
  }
}
#p-index main #index-faq .faq-container .title .icon {
  background: #333;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0 0 2px 0;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-faq .faq-container .title .icon {
    padding: 0 0 1px 0;
    font-size: 3.2vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
#p-index main #index-faq .faq-container .title:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.5s;
}
#p-index main #index-faq .faq-container .title.close:after {
  transform: rotate(-135deg);
}
#p-index main #index-faq .faq-container .title h3 {
  flex: 1;
  min-width: 0;
}
#p-index main #index-faq .faq-container .box {
  padding: 0 50px 24px 44px;
  display: none;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-faq .faq-container .box {
    line-height: 170%;
    padding: 0 0 5vw 0;
  }
}
#p-index main #index-contact {
  padding: 100px 0;
  /* フォーム全体の最大幅と中央寄せ */
  /* 各入力項目の上下余白 */
  /* ラベルのスタイル */
  /* （必須）の赤文字 */
  /* 入力枠（テキスト、メール、電話、テキストエリア）の共通スタイル */
  /* テキストエリアの高さを確保 */
  /* 同意チェックボックス部分のスタイル */
  /* 同意文のリンク */
  /* 注意書き */
  /* 送信ボタンのコンテナ */
  /* 最初（未チェック時）のグレーのスタイル */
  /* 同意チェックが入ったとき（有効化時）の黒いスタイル */
  /* 有効化時のホバー挙動 */
  /* Contact Form 7 のエラー・完了メッセージの位置調整 */
  /* エラーメッセージ（警告文）のスタイル */
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact {
    padding: 13vw 0;
  }
}
#p-index main #index-contact .main_ttl {
  text-align: center;
}
#p-index main #index-contact .contact-text {
  text-align: center;
  margin-bottom: 40px;
}
#p-index main #index-contact .custom-form {
  max-width: 640px;
  margin: 0 auto;
}
#p-index main #index-contact .form-item {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .form-item {
    margin-bottom: 7vw;
  }
}
#p-index main #index-contact .custom-form label {
  display: block;
  margin-bottom: 12px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .custom-form label {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#p-index main #index-contact .custom-form .required {
  color: #ce3c3c;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .custom-form .required {
    font-size: 3.7333333333vw;
  }
}
#p-index main #index-contact .custom-form input[type=text],
#p-index main #index-contact .custom-form input[type=email],
#p-index main #index-contact .custom-form input[type=tel],
#p-index main #index-contact .custom-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .custom-form input[type=text],
  #p-index main #index-contact .custom-form input[type=email],
  #p-index main #index-contact .custom-form input[type=tel],
  #p-index main #index-contact .custom-form textarea {
    font-size: 3.7333333333vw;
  }
}
#p-index main #index-contact .custom-form textarea {
  height: 400px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .custom-form textarea {
    height: 82vw;
  }
}
#p-index main #index-contact .form-agreement {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .form-agreement {
    font-size: 4vw;
  }
}
#p-index main #index-contact .form-agreement a {
  text-decoration: underline;
  display: inline-block;
}
#p-index main #index-contact .form-note {
  text-align: center;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .form-note {
    font-size: 3.2vw;
  }
}
#p-index main #index-contact .form-submit {
  text-align: center;
}
#p-index main #index-contact .custom-form input[type=submit] {
  background-color: #bbbbbb !important; /* 薄いグレー */
  color: #ffffff;
  border: solid 1px #bbbbbb;
  padding: 16px 80px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  cursor: not-allowed;
  transition: background-color 0.3s ease;
  min-width: 240px;
  pointer-events: none; /* クリックを無効化 */
  opacity: 0.7;
}
@media only screen and (max-width: 736px) {
  #p-index main #index-contact .custom-form input[type=submit] {
    min-width: 45vw;
    padding: 3vw 0;
    font-size: 4.8vw;
  }
}
#p-index main #index-contact .custom-form input[type=submit]:not([disabled]) {
  background-color: #333 !important; /* スクショの黒 */
  cursor: pointer;
  pointer-events: auto; /* クリックを有効化 */
  opacity: 1;
  border: solid 1px #333;
}
#p-index main #index-contact .custom-form input[type=submit]:not([disabled]):hover {
  background-color: #fff !important;
  color: #333 !important;
}
#p-index main #index-contact .wpcf7-form-control-wrap {
  display: block;
}
#p-index main #index-contact .wpcf7-not-valid-tip {
  color: #d9534f !important; /* スクショの必須と同じ赤色 */
  font-size: 13px !important;
  margin-top: 8px !important;
  display: block !important;
}
#p-index main #index-contact .wpcf7-response-output {
  text-align: center;
  border: none;
  background: #f7f7f7;
  padding: 20px;
}
#p-index main #index-contact .wpcf7-spinner {
  display: none;
}

#p-privacy main #mv {
  margin-top: 70px;
}
@media only screen and (max-width: 736px) {
  #p-privacy main #mv {
    margin-top: 6vw;
  }
}
#p-privacy main #mv .main_ttl {
  line-height: 160%;
}
#p-privacy main .privacy-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-privacy main .privacy-text {
    margin-bottom: 8vw;
  }
}
#p-privacy main .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  #p-privacy main .wrapper h2 {
    margin-top: 8vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
}

#p-product main {
  max-width: 100%;
  padding: 0;
}
#p-product main .mv_other {
  background: #e13831;
  padding: 60px 0 70px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 736px) {
  #p-product main .mv_other {
    padding: 7vw 0 9vw;
    margin-bottom: 9vw;
  }
}
#p-product main .mv_other .main_ttl {
  text-align: center;
  color: #fff;
  line-height: 160%;
  margin-bottom: 0;
}
#p-product main .mv_other .main_ttl span {
  color: #fff;
}
#p-product main .wrapper {
  max-width: 1020px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 736px) {
  #p-product main .wrapper {
    padding: 0 5vw;
    margin-bottom: 17vw;
  }
}
#p-product main .wrapper .product_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 80px;
}
@media only screen and (max-width: 736px) {
  #p-product main .wrapper .product_list {
    gap: 8vw 4vw;
    grid-template-columns: 1fr 1fr;
  }
}
#p-product main .wrapper .product_list .product_img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #p-product main .wrapper .product_list .product_img {
    margin-bottom: 2vw;
  }
}
#p-product main .wrapper .product_list .product_ttl {
  font-size: 18px;
  line-height: 170%;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-product main .wrapper .product_list .product_ttl {
    line-height: 150%;
    font-size: 4vw;
  }
}

#p-product.product_single main #single_ttl {
  background: #e13831;
  padding: 60px 0 70px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main #single_ttl {
    padding: 5vw 4vw 7vw;
    margin-bottom: 10vw;
  }
}
#p-product.product_single main #single_ttl .main_ttl {
  max-width: 666px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main #single_ttl .main_ttl {
    text-align: left;
    font-size: 5.8666666667vw;
  }
}
#p-product.product_single main .wrapper.-single {
  width: 1000px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1100px) {
  #p-product.product_single main .wrapper.-single {
    width: 90.9090909091vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .wrapper.-single {
    width: 87.890625vw;
    padding-top: 0;
    margin-bottom: 17vw;
  }
}
#p-product.product_single main .wrapper.-single .product_img {
  max-width: 70%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .wrapper.-single .product_img {
    max-width: 100%;
  }
}
#p-product.product_single main .single_content a {
  text-decoration: underline;
  word-break: break-all;
}
#p-product.product_single main .single_content p {
  margin-bottom: 30px;
  line-height: 160%;
  word-break: break-all;
}
#p-product.product_single main .single_content h1 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
  line-height: 150%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h1 {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
#p-product.product_single main .single_content h1:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background: #e13831;
  left: 0;
  top: 4px;
}
#p-product.product_single main .single_content h2 {
  font-size: 22px;
  color: #e13831;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h2 {
    font-size: 4.8vw;
  }
}
#p-product.product_single main .single_content h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h3 {
    font-size: 4.2666666667vw;
  }
}
#p-product.product_single main .single_content h3:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #e13831;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h3:before {
    top: 6px;
  }
}
#p-product.product_single main .single_content h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: solid 1px #e13831;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
  }
}
#p-product.product_single main .single_content h5, #p-product.product_single main .single_content h6 {
  color: #e13831;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content h5, #p-product.product_single main .single_content h6 {
    font-size: 4vw;
  }
}
#p-product.product_single main .single_content h6 {
  font-weight: 500;
}
#p-product.product_single main .single_content img {
  width: auto;
  max-width: 100%;
}
#p-product.product_single main .single_content .wp-block-image {
  margin-bottom: 30px;
}
#p-product.product_single main .single_content .wp-block-button__link {
  text-decoration: unset;
  font-size: 20px;
  font-weight: 700;
  border-radius: 60px;
  padding: 20px 90px 20px 50px;
  line-height: 140%;
  background: #e13831;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content .wp-block-button__link {
    padding: 4vw 18vw 4vw 9vw;
    font-size: 4vw;
  }
}
#p-product.product_single main .single_content .wp-block-button__link:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow.svg) no-repeat left top/contain;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content .wp-block-button__link:after {
    right: 4vw;
    width: 7vw;
    height: 7vw;
  }
}
#p-product.product_single main .single_content .is-style-outline .wp-block-button__link {
  border: solid 2px #e13831;
  background: #fff;
  color: #e13831 !important;
}
#p-product.product_single main .single_content .is-style-outline .wp-block-button__link:after {
  background: url(../img/arrow2.svg) no-repeat left top/contain;
}
#p-product.product_single main .single_content .wp-block-buttons {
  margin: 20px 0;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content .wp-block-buttons {
    margin: 4vw 0;
  }
}
#p-product.product_single main .single_content ul {
  list-style: disc;
}
#p-product.product_single main .single_content ol {
  list-style: compact;
}
#p-product.product_single main .single_content ul, #p-product.product_single main .single_content ol {
  font-size: 16px;
  padding-left: 20px;
}
@media only screen and (max-width: 736px) {
  #p-product.product_single main .single_content ul, #p-product.product_single main .single_content ol {
    font-size: 3.7333333333vw;
  }
}