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

reset style

=================================================================== */
html,
body,
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;
  letter-spacing: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}


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

init style

=================================================================== */
html{
  /*font-size: 62.5%; /* -> 10px */
  overflow-y: scroll;
  font-size: calc(100vw * 10 / 1088); /* 横幅1088pxの時フォントサイズ10pxが基準値 */
}
@media only screen and (min-width: 1088px) {  /* 横幅1088px以上の場合はフォントサイズを大きくしない */
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: calc(100vw * 5 / 375);
  }
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.0rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  color: #005050;
  background: #fff;
}

::-moz-selection {
  background: rgba(20, 0, 0, 0.6);
  color: #fff;
}
::selection {
  background: rgba(20, 0, 0, 0.6);
  color: #fff;
}

_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #005050;
}

a:hover {
  text-decoration: none;
  color: #005050;
  opacity: 0.8;
  transition: all 0.5s;
}

strong {
  font-weight: 700;
}

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

select,
input,
textarea,
button {
  vertical-align: middle;
}

#wrap {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1088px) {
  #wrap {
    max-width: 1088px;
  }
  #wrap img {
    max-width: none;
  }
}

main,
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: hidden;
}

video {
    width: 100%;
}


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

utility style

=================================================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex.eq {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 749px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.mincho {
  font-family: "Noto Serif JP",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.yt_box {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden; 
}

.youtube_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

section style

=================================================================== */
/********************/
/* top */
#top {
  position: relative;
  margin-bottom: 4%
}

#top .top_video {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -100;
}

#top .badge {
  position: absolute;
  width: 25%;
  top: 2%;
  left: 4%;
}

#top .logo {
  position: absolute;
  width: 8%;
  top: 2%;
  right: 4%;
}

#top .copy1 {
  position: absolute;
  top: 50%;
  left: 4%;
  text-align: center;
  letter-spacing: 1.6rem;
}
#top .copy1 strong {
  font-size: 6.0rem;
  letter-spacing: 0.5rem;
}

#top .copy2 {
  position: absolute;
  top: 15%;
  right: 4%;
  color: #ddb97b;
  font-size: 4.5rem;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top .copy2 strong {
  font-size: 7.5rem;
}
#top .copy2 p {
  transform: rotate(3deg);
}

#top .notes {
  position: absolute;
  bottom: 26%;
  left: 2%;
  font-size: 1.3rem;
}

#top .sale {
  position: absolute;
  width: 32%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 749px) {
  #top .top_video {
    width: 160%;
    top: 20%;
    left: -30%;
    margin: 0;
  }
  #top .badge {
    width: 35%;
    top: 20%;
  }
  #top .logo {
    width: 20%;
    top: 4%;
  }
  #top .copy1 {
    top: 5%;
    left: 8%;
  }
  #top .notes {
    bottom: 20%;
    left: 4%;
  }
  #top .sale {
    width: 45%;
    left: 9%;
  }
}

/********************/
/* forall */
#forall {
  width: 100%;
  padding: 4%;
  text-align: center;
  background: url(../images/forall.png), linear-gradient(45deg, #ddb97b,#bd925e);
  background-size: 100%;
  outline: 2px solid #005050;
  outline-offset: -20px;
}

#forall .title1 {
  font-size: 4.5rem;
  font-weight: 900;
}
#forall .title1 .koshi {
  position: relative;
  font-size: 15.0rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  transform: rotate(-5deg);
}
#forall .title1 .koshi::after{
	position: absolute;
	/* top: 0; */
	left: 0;
	content: "腰";
	background: linear-gradient(to top,rgba(255, 128, 92, 0.5) 0,#fff 70%);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
#forall .title1 strong {
  font-size: 7.0rem;
}
#forall .title2 {
  font-size: 12.0rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 0.5;
  padding-left: 10%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#forall .notes {
  font-size: 1.5rem;
  text-align: right;
  margin: 12.0rem 0 5px;
}

@media (max-width: 749px) {
  #forall {
    outline-offset: -10px;
  }
}

/********************/
/* answer */
#answer {
  width: 100%;
  padding-top: 8.0rem;
  text-align: center;
  background: url(../images/answer_bg.jpg);
  background-size: 100%;
}

#answer i {
  font-size: 4.0rem;
  color: #333;
}

#answer .text1 {
  font-size: 5.0rem;
  color: #333;
}

#answer .text2 {
  position: relative;
  display: inline-block;
  font-size: 6.0rem;
  color: #fff;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
  margin: 3.0rem auto 2.0rem;
  padding: 1.0rem 0 0;
  width: 80%;
  transform: rotate(-5deg);
}
#answer .text2::before,
#answer .text2::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  content: '';
}
#answer .text2::before {
  left: -2.9rem;
  border-width: 6.5rem 0 6.5rem 3.0rem;
  border-color: #ddb97b transparent;
}
#answer .text2::after {
  right: -2.9rem;
  border-width: 6.5rem 3.0rem 6.5rem 0;
  border-color: #bd925e transparent;
}
#answer .text2 strong {
  font-size: 8.0rem;
  background-image: radial-gradient(circle at center, #fff 8%, transparent 10%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1.0em 0.4em;
  padding-top: 0.3em;
}

#answer .product {
  position: relative;
  margin: 5% 0 10%;
}
#answer .product p {
  position: absolute;
  background: rgba(255,255,255,0.8);
  border: 2px solid #ddb97b;
  border-radius: 10px;
  padding: 1% 2%;
  box-shadow: 0 0 10px #fff;
}
#answer .product p strong {
  font-size: 4.5rem;
}
#answer .product p.point1 {
  top: 0;
  right: 10%;
}
#answer .product p.point2 {
  top: 36%;
  left: 10%;
}
#answer .product p.point3 {
  bottom: 0;
  right: 20%;
}
#answer .product p::before {
  content: '';
  position: absolute;
  background: #ddb97b;
  width: 60%;
  height: 2px;
  transform-origin: 100% 50%;
  display: inline-block;
}
#answer .product p.point1::before {
  top: 100%;
  left: -20%;
  transform: rotate(-30deg);
}
#answer .product p.point2::before {
  top: 100%;
  left: 5%;
  transform: rotate(-150deg);
}
#answer .product p.point3::before {
  bottom: 100%;
  left: 10%;
  transform: rotate(90deg);
}

#answer .ordermade {
  position: relative;
  font-size: 5.0rem;
  line-height: 1.2;
}
#answer .ordermade strong {
  font-size: 7.0rem;
}
#answer .ordermade div {
  position: absolute;
  top: 35%;
  right: 8%;
  transform: rotate(-5deg);
}
#answer .ordermade div p {
  font-size: 9.0rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
  padding: 0 1.0rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 749px) {
  #answer .product p.point1 {
    right: 4%;
  }
  #answer .product p.point2 {
    top: 25%;
    left: 4%;
  }
  #answer .product p.point3 {
    right: 15%;
  }
  #answer .product p.point3::before {
    width: 20%;
    left: 60%;
  }
  #answer .ordermade div {
    top: 5%;
    right: 0;
    left: 0;
    margin: 0 4%;
  }
}

/********************/
/* threeway */
#threeway {
  position: relative;
  text-align: center;
}
#threeway .text {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#threeway i {
  font-size: 4.0rem;
  color: #333;
}
#threeway .text1 {
  font-size: 5.0rem;
  margin-bottom: 2%;
  color: #333;
}
#threeway .text2 {
  font-size: 5.5rem;
}
#threeway .text3 {
  font-size: 6.5rem;
  line-height: 1.0;
}
#threeway .text3 span {
  color: #bd925e;
}
#threeway .text3 strong {
  font-size: 8.5rem;
}

#threeway .product {
  position: absolute;
  width: 50%;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#threeway .menu {
  position: absolute;
  width: 92%;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
#threeway .menu div {
  width: 32%;
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #005050 25%, #002323 100%);
  padding-top: 0;
  padding-bottom: 1.0rem;
}
#threeway .menu div span {
  font-size: 10.0rem;
  font-weight: 900;
  font-style: italic;
  color: #ddb97b;
  line-height: 1.0;
}

@media (max-width: 749px) {
  #threeway .product {
    width: 80%;
    top: 27%;
  }
}

/********************/
/* use */
#use {
  width: 100%;
  text-align: center;
}

#use h2 {
  width: 100%;
  font-size: 6.0rem;
  font-weight: 700;
  font-style: italic;
  margin: 3.0rem 0 2.0rem;
}
#use h2 {
  position: relative;
  display: inline-block;
}
#use h2:before {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ddb97b;
  z-index: -1;
}
#use h2:before {
  left: 0;
}
#use h2 span {
  background: #fff;
  padding-right: 2.0rem;
}
#use h2 .num {
  font-size: 8.0rem;
  color: #ddb97b;
  padding-left: 2.0rem;
}

#use .box1,
#use .box2 {
  display: flex;
  gap: 4%;
  padding: 0 4% 4%;
}
#use .box1 .position,
#use .box2 .use_video {
  width: 40%;
}
#use .box1 .text,
#use .box2 .text {
  width: 55%;
}

#use .box1 .use_video {
  position: relative;
}
#use .box1 .use_video i {
  position: absolute;
  top: 45%;
  right: 5%;
  font-size: 7.0rem;
  color: #ddb97b;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

#use .notes {
  line-height: 5.0rem;
  text-align: left;
  color: #333;
}

#use h3 {
  background: linear-gradient(45deg,#ddb97b,#bd925e);
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
#use h3 span {
  font-size: 4.0rem;
  background: #fff;
  border: 2px solid #ddb97b;
  padding: 1.5rem 1.0rem;
  margin: 0 0.5rem;
  color: #005050;
}
#use h3 span small {
  font-size: 3.0rem;
}

#use .ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}
#use .ribbon h4 {/*真ん中*/
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  background: linear-gradient(70deg,#ddb97b,#bd925e,#ddb97b);
}
#use .ribbon:after {/*右のリボン*/
  content: '';
  position: absolute;
  bottom: -1.0rem;
  right: -2.0rem;
  z-index: -2;
  border-width: 2.3rem 1.0rem 2.3rem 2.0rem;
  border-color: #bd925e transparent #bd925e #bd925e;
  border-style: solid;
}
#use .ribbon h4:after {/*右の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 1.0rem transparent;
  border-left: solid 1.0rem #806239;
}
#use .ribbon:before {/*左のリボン*/
  content: '';
  position: absolute;
  bottom: -1.0rem;
  left: -2.0rem;
  z-index: -2;
  border-width: 2.3rem 2.0rem 2.3rem 1.0rem;
  border-color: #bd925e #bd925e #bd925e transparent;
  border-style: solid;
}
#use .ribbon h4:before {/*左の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 1.0rem transparent;
  border-right: solid 1.0rem #806239;
}
#use .ribbonbox {
  position: relative;
  background: linear-gradient(-45deg,#002323,#005050,#002323);;
  border: 2px solid #ddb97b;
  color: #fff;
  padding: 10% 5% 5%;
  margin-top: -3%;
  z-index: -10;
  text-align: left;
}
#use .ribbonbox:after {
  position: absolute;
  content: '';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  --y-gradient: linear-gradient(#ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: top, right, bottom, left;
}
#use .ribbonbox li {
  position: relative;
  padding-left: 2.5rem;
}
#use .ribbonbox li::before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.0rem;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

#use .stretch {
  background: rgba(0,80,80,0.3);
  padding: 4%;
}
#use .stretch .box {
  background: #fff;
  padding: 2%;
}

#use .stretch .copy {
  color: #fff;
  font-weight: 700;
  position: relative;
  background: #005050;
  padding: 0.5rem 3.5rem;
  transform: rotate(-5deg);
  width: fit-content;
  margin-top: 2%;
  margin-bottom: -2%;
}
#use .stretch .copy:before,
#use .stretch .copy:after {
  content: "●";
  position: absolute;
  top: -1.2rem;
  left: -1.5rem;
  color: #fff;
  font-size: 5.0rem;
}
#use .stretch .copy:after{
  left: auto;
  right: -1.5rem;
}

#use .stretch h4 strong {
  font-size: 9.5rem;
}
#use .stretch h4 strong span {
  color: #ddb97b;
}

#use .stretch p {
  color: #333;
  margin: 5% 0;
  text-align: left;
}
#use .stretch p .text1 {
  font-weight: 700;
}
#use .stretch p .text1 rt {
  color: #ddb97b;
}
#use .stretch p .text2 {
  font-weight: 700;
  color: #005050;
  border: 2px solid #ddb97b;
  padding: 2px 5px;
  margin: 0 5px;
}

#use .stretch .howto {
  display: flex;
  gap: 4%;
  font-size: 2.5rem;
  font-weight: 700;
}

#use .stretch .howto>div:first-of-type {
  position: relative;
  width: 36%;
}
#use .stretch .howto>div:first-of-type i {
  position: absolute;
  top: 30%;
  right: -10%;
  font-size: 7.0rem;
}

#use .stretch .howto>div:last-of-type {
  width: 60%;
}

#use .stretch .text3 {
  font-size: 7.0rem;
  color: #005050;
  text-align: center;
}

#use .stretch .mvtitle {
  color: #fff;
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  border-radius: 100vh;
  position: relative;
  padding: 1% 2%;
  text-align: center;
}
#use .stretch .mvtitle:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #005050 transparent transparent transparent;
}

@media (max-width: 749px) {
  #use .box1,
  #use .box2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #use .box1 .position,
  #use .box2 .use_video,
  #use .box1 .text,
  #use .box2 .text {
    width: 100%;
  }
  #use .box1 .use_video i {
    font-size: 12.0rem;
  }
  #use h3 {
    font-size: 4.0rem;
  }
  #use h3 span {
    font-size: 5.0rem;
    margin: 0;
    display: block;
  }
  #use .ribbon {
    margin-top: 5%;
  }
  #use .copy:before,
  #use .copy:after {
    display: none;
  }
  #use h4 strong {
    font-size: 8.5rem;
  }
}

/********************/
/* solution */
#solution .solution_video {
  width: 100%;
  display: flex;
}

/********************/
/* size */
#size {
  width: 100%;
  text-align: center;
  background: url(../images/size_bg.jpg) top center no-repeat,url(../images/bg_pc.jpg) bottom -110% center no-repeat;
  background-size: 100%,100%;
  padding: 25% 4% 0;
  color: #333;
}

#size .copy {
  color: #fff;
  background: #ddb97b;
  position: relative;
  padding: 1% 5%;
  margin: 0 auto 2%;
  text-align: center;
  letter-spacing: 1.0rem;
  width: fit-content;
}
#size .copy:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ddb97b transparent transparent transparent;
}

#size h2 {
  font-size: 7.0rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  padding: 1% 5%;
  margin: 0 auto;
  color: #005050;
}

#size h2 small {
  font-size: 5.5rem;
}

#size h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  --y-gradient: linear-gradient(#ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: top, right, bottom, left;
}

#size p {
  margin: 5% 0;
}

#size small {
  font-size: 2.0rem;
}

/* ここから 表が複数あるため共通クラス化 */
table.table_base {
  width: 100%;
  border-top: 2px solid #002323;
  margin-bottom: 5%;
}
table.table_base th,
table.table_base td {
  padding: 2%;
  vertical-align: middle;
  background: #fff;
}
table.table_base th {
  color: #fff;
  background: rgba(0,80,80,0.9);
}
table.table_base tr {
  border-bottom: 2px solid #002323;
}
table.table_base tr th:first-child,
table.table_base tr td:first-child {
  border-right: 2px solid #005050;
  width: 30%;
}
table.table_base tr>td:first-of-type {
  background: rgba(0,80,80,0.3);
}
table.table_base tr>td:not(:first-of-type) {
  text-align: left;
}
table.table_base span {
  color: #ddb97b;
}
/* ここまで */

#size h3 {
  color: #fff;
  background: #ddb97b;
  padding: 1% 2%;
}
#size h3 strong {
  font-size: 4.0rem;
}

#size .fitbox {
  position: relative;
}
#size .fitbox div {
  position: absolute;
  top: 8%;
  right: 4%;
}
#size .fitbox div p {
  background: rgba(255,128,92,0.5);
  text-align: center;
}
#size .fitbox div p strong {
  font-size: 5.0rem;
}

#size .text {
  font-size: 3.5rem;
  margin-top: 0;
}
#size .text strong {
  font-size: 5.0rem;
  color: #ddb97b;
  text-emphasis: dot #ddb97b;
}

#size .mvbox {
  display: flex;
  gap: 5%;
}
#size .mvbox>div {
  width: 70%;
}
#size .mvbox>img {
  width: 25%;
}
#size .mvbox .mvtitle {
  color: #fff;
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  position: relative;
  padding: 1% 2%;
  text-align: center;
}
#size .mvbox .mvtitle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  margin: auto 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #002323;
}
#size .mvbox .mvtitle strong {
  color: #ddb97b;
  text-emphasis: dot #ddb97b;
}

@media (max-width: 749px) {
  #size p {
    text-align: left;
  }
  #size .fitbox div {
    position: static;
  }
  #size .mvbox {
    display: block;
  }
  #size .mvbox>div {
    width: 100%;
  }
  #size .mvbox>img,
  #size .mvbox .mvtitle:after {
    display: none;
  }
}

/********************/
/* reason */
#reason {
  width: 100%;
  text-align: center;
  padding: 10% 4%;
  color: #333;
}

#reason h2 {
  font-size: 6.5rem;
  color: #005050;
  margin-bottom: 5.0rem;
}

#reason .copy {
  font-size: 5.0rem;
  color: #fff;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
  padding: 0 1%;
}

#reason .reasonbox {
  display: flex;
  gap: 5%;
  margin-top: 15%;
}
#reason .reasonbox .title {
  width: 20%;
}
#reason .reasonbox .detail {
  width: 75%;
  text-align: left;
  position: relative;
  z-index: -100;
}
#reason .reasonbox .detail img {
  position: absolute;
  top: -10%;
  right: 1%;
  width: 30%;
  z-index: 100;
}

#reason .reasonbox .numbox {
  position: relative;
  width: 80%;
  aspect-ratio: 1;
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  transform: rotate(45deg);
  border-radius: 5px;
  z-index: 100;
  margin-left: 10%;
}
#reason .reasonbox .numbox .num {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -48%) rotate(-45deg);
  color: #fff;
  font-size: 8.0rem;
  font-style: italic;
}

#reason .reasonbox h3 {
  font-size: 6.0rem;
  color: #ddb97b;
  text-align: left;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 30% auto auto;
}

#reason .reasonbox .detail li {
  list-style: disc;
  margin-left: 2.5rem;
}

@media (max-width: 749px) {
  #reason .reasonbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #reason .reasonbox .title {
    width: 100%;
    display: flex;
    gap: 5%;
  }
  #reason .reasonbox .detail {
    width: 100%;
    order: 1;
  }
  #reason .reasonbox .detail img {
    top: -5%;
  }
  #reason .reasonbox .numbox {
    width: 30%;
    margin-left: 5%;
  }
  #reason .reasonbox h3 {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: auto auto;
  }

}

/********************/
/* after */
#after {
  width: 100%;
  text-align: center;
  padding: 10% 4% 4%;
  background: url(../images/forall.png) right 5% no-repeat, linear-gradient(to right,#002323 0%,#005050 50%,#a18000 50%,#e3b85e 100%);
  background-size: 50%, 100%;
  color: #fff;
}

#after p {
  font-size: 5.0rem;
  color: #005050;
  font-weight: 700;
  background: #fff;
  letter-spacing: 1.0rem;
  margin: -15% auto 5%;
  padding: 0 2%;
  width: fit-content;
}

#after h3 {
  font-size: 6.0rem;
  font-weight: 700;
}

#after .box {
  display: flex;
  margin-top: 5%;
  justify-content: center;
  align-items: center;
}
#after .box>div {
  width: 45%;
}
#after .box>div span {
  letter-spacing: 1.0rem;
}
#after .box>i {
  width: 10%;
  font-size: 7.0rem;
}

/********************/
/* review */
#review {
  width: 100%;
  padding: 10% 4% 4%;
  text-align: center;
  background: url(../images/review_bg.jpg);
  background-size: 100%;
}

#review .titlebox {
  position: relative;
  background: #fff;
  border-top: 2px solid #005050;
  border-bottom: 2px solid #005050;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3%;
  margin-bottom: 5%;
}
#review .titlebox::after {
  position: absolute;
  content: '';
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #005050 0 8px, transparent 0 calc(100% - 8px), #005050 calc(100% - 20px));
  background-image: var(--x-gradient),var(--x-gradient);
  background-repeat: no-repeat;
  background-size: 100% 8px, 100% 8px;
  background-position: top, bottom;
}

#review .titlebox .way {
  display: flex;
  gap: 2.0rem;
  width: 30%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#review .titlebox .way>div {
  position: relative;
  color: #fff;
  font-size: 4.0rem;
  background: #005050;
  border: 2px solid #ddb97b;
  padding: 2%;
  align-content: center;
  flex-grow: 1;
}
#review .titlebox .way>div::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -10%;
  width: 10%;
  height: 2px;
  background: linear-gradient(to right, #ddb97b 0%, #ddb97b 100%) bottom right / 100% 2px no-repeat;
  overflow: hidden;
}
#review .titlebox .way>div:nth-of-type(2)::before {
  right: -20%;
  width: 20%;
}
#review .titlebox .way>div:nth-of-type(2)::after {
  position: absolute;
  content: '';
  top: 52%;
  right: calc(-19% + -2.0rem);
  transform: translate(0, -50%);
  border-width: 1.0rem;
  border-color: transparent transparent transparent #ddb97b;
  border-style: solid;
}
#review .titlebox .way>div:not(:nth-of-type(2))::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -10%;
  width: 2px;
  height: 9.5rem;
  background: linear-gradient(to right, #ddb97b 0%, #ddb97b 100%) bottom right / 2px 100% no-repeat;
  overflow: hidden;
}
#review .titlebox .way>div:nth-of-type(3)::after {
  top: auto;
  bottom: 50%;
  background: linear-gradient(to right, #ddb97b 0%, #ddb97b 100%) bottom right / 2px 100% no-repeat;
}

#review .titlebox .arrow {
  width: 10%;
}

#review .titlebox .title {
  width: 60%;
  text-align: left;
  position: relative;
}

#review .titlebox .one span {
	position: absolute;
  width: 3.0rem;
  height: 22.0rem;
	top: 30%;
	left: 18%;
  margin-top: -8%;
	transform-origin: bottom center;
}
#review .titlebox .one .char1 { transform: rotate(-25deg); }
#review .titlebox .one .char2 { transform: rotate(-15deg); }
#review .titlebox .one .char3 { transform: rotate(-5deg); }
#review .titlebox .one .char4 { transform: rotate(5deg); }
#review .titlebox .one .char5 { transform: rotate(15deg); }
#review .titlebox .one .char6 { transform: rotate(25deg); }

#review .titlebox .product {
	position: absolute;
  top: 0;
  left: 40%;
  width: 30%;
}

#review .titlebox .tag {
	position: absolute;
  top: 0;
  right: -20%;
  width: 50%;
}

#review .titlebox .title h2 {
  font-size: 6.0rem;
  line-height: 1.2;
  margin-top: 9.0rem;
}
#review .titlebox .title h2 strong {
  font-size: 7.0rem;
}
#review .titlebox .title h2 strong:first-of-type {
  font-size: 10.0rem;
  color: #ddb97b;
}

#review .copy1 {
  font-size: 5.0rem;
  color: #fff;
  background: linear-gradient(70deg, #ddb97b, #bd925e);
  padding: 0 1%;
}

#review i {
  color: #ddb97b;
}

#review .copy2 {
  color: #fff;
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  position: relative;
  padding: 1%;
  margin: 5% 0 4% auto;
  text-align: center;
  width: fit-content;
}
#review .copy2:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #005050 transparent transparent transparent;
}

#review .sns {
  background: url(../images/review_insta.png) top left 4% no-repeat;
  background-size: 35%;
}
#review .snsbox {
  display: flex;
  gap: 2%;
  align-items: flex-start;
}
#review .snsbox p {
  font-size: 5.0rem;
  text-align: left;
  color: #333;
  line-height: 1.4;
}
#review .snsbox p.title {
  font-size: 18.0rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -1.0rem;
}
#review .snsbox p strong {
  font-size: 6.5rem;
}
#review .snsbox img {
  width: 15%;
  flex-grow: 1;
}

#review .notes {
  font-size: 1.5rem;
  text-align: right;
}

#review .subtitle {
  font-size: 7.0rem;
  margin-bottom: 7.0rem;
}

#review .reportbox {
  display: flex;
  text-align: left;
  gap: 4%;
}
#review .reportbox>div {
  width: 48%;
  margin-bottom: 10%;
}

#review .review_video {
  display: flex;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 1.5%;
}

#review .review_video .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: middle;
  width: 25%;
  height: 25%;
  color: #fff;
  background: #005050;
  font-size: 2.0rem;
  position: absolute;
  top: 10%;
  right: -3%;
}
#review .review_video .badge>div:first-of-type {
  border-bottom: 2px solid #ddb97b;
}
#review .review_video .badge small {
  font-size: 1.5rem;
}

#review .reportbox h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
#review .reportbox h4 strong {
  font-size: 4.0rem;
  color: #ddb97b;
}
#review .reportbox span {
  font-size: 2.0rem;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  letter-spacing: 0.1rem;
}
#review .reportbox span strong {
  background: rgba(255, 128, 92, 0.3);
}

@media (max-width: 749px) {
  #review .titlebox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #review .titlebox .way {
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #review .titlebox .way>div::before,
  #review .titlebox .way>div::after {
    display: none;
  }
  #review .titlebox .title {
    width: 100%;
    text-align: center;
  }
  #review .titlebox .one span {
    top: 40%;
    left: 26%;
  }
  #review .titlebox .product {
    display: none;
  }
  #review .titlebox .tag {
    width: 70%;
  }
  #review .titlebox .title h2 {
    margin-top: 15.0rem;
  }
  #review .copy2 {
    margin: 5% auto 4% 0;
  }
  #review .sns {
    position: relative;
  }
  #review .snsbox {
    flex-wrap: wrap;
    gap: 0;
  }
  #review .snsbox p {
    width: 50%;
  }
  #review .snsbox p.title {
    font-size: 17.0rem;
  }
  #review .snsbox p strong {
    font-size: 6.0rem;
  }
  #review .snsbox img {
    position: absolute;
    width: 35%;
    top: -10%;
    right: 0;
  }
  #review .reportbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #review .reportbox>div {
    width: 100%;
  }
  #review .review_video {
    padding: 5%;
    order: -1;
  }
  #review .review_video .badge {
    top: auto;
    bottom: -10%;
    right: 8%;
  }
}

/********************/
/* meet */
#meet {
  position: relative;
}

#meet p {
  position: absolute;
  bottom: 10%;
  left: 4%;
  color: #fff;
  font-size: 5.0rem;
  font-weight: 700;
}

/********************/
/* expert */
#expert {
  width: 100%;
  padding: 4%;
  background: linear-gradient(45deg, #002323 0%, #005050 100%);
  color: #333;
  font-size: 2.0rem;
}

#expert .box {
  display: flex;
  gap: 5%;
  padding: 5% 2%;
  background: #fff;
}
#expert .title {
  width: 30%;
  text-align: center;
}
#expert .text {
  width: 65%;
}

#expert h2 {
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  padding: 2%;
  transform: rotate(-3deg);
}
#expert h2 p {
  position: relative;
  font-size: 4.0rem;
  color: #ddb97b;
  text-align: center;
  padding: 1.5rem;
  border-left: 2px solid #ddb97b;
  border-right: 2px solid #ddb97b;
  border-bottom: 2px solid #ddb97b;
}
#expert h2 p:before {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  margin: 0 auto;
  border-width: 1.5rem 1.0rem 0 1.0rem;
  border-style: solid;
  border-color: #ddb97b transparent transparent transparent;
}

#expert .photo {
  position: relative;
  margin-top: 10%;
}
#expert .photo::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 15%;
  height: 7.5%;
  background-color: #fff;
  z-index: 1;
  top: -4%;
  right: -7.5%;
  border-bottom: 2px solid #ddb97b;
}

#expert .clinic {
  color: #fff;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
}

#expert .name strong {
  font-size: 4.0rem;
}

#expert h3 {
  font-size: 4.0rem;
  color: #ddb97b;
  font-weight: 700;
}
#expert h3 strong {
  font-size: 5.0rem;
  color: #005050;
}

#expert .text p {
  font-size: 2.5rem;
  line-height: 4.5rem;
  margin-top: 3.0rem;
}
#expert .text p strong {
  background: rgba(255, 128, 92, 0.3);
}

@media (max-width: 749px) {
  #expert .box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #expert .title {
    width: 60%;
    margin: 0 auto;
  }
  #expert .text {
    width: 100%;
    margin-top: 3.0rem;
  }
}

/********************/
/* media */
#media {
  width: 100%;
  text-align: center;
  background: url(../images/media_bg.jpg);
  background-size: 100%;
  padding: 10% 4% 0;
  font-size: 2.2rem;
}

#media h2 {
  font-size: 4.0rem;
  margin-bottom: 4.0rem;
}

#media .text {
  color: #333;
  text-align: left;
  border-left: 10px solid #005050;
  padding-left: 10px;
  margin-bottom: 10px;
}

#media h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #005050;
}

#media .yt_box {
  margin-bottom: 10%;
}

/********************/
/* select */
#select {
  width: 100%;
  text-align: center;
  background: linear-gradient(45deg, #002323 0%, #005050 25%, #002323 100%);
  padding: 10% 4% 0;
  color: #fff;
}

#select .text {
  font-size: 4.0rem;
  color: #ddb97b;
}

#select h2 {
  font-size: 5.0rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% 0 3%;
}
#select h2 span {
  color: #ddb97b;
  font-size: 8.0rem;
  margin-right: 1.0rem;
}
#select h2 .sale {
  width: 20%;
}

#select h3 {
  font-size: 6.0rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(70deg, #ddb97b, #bd925e);
  padding: 0 3.0rem;
  transform: rotate(-5deg);
  width: fit-content;
  margin: 0 auto 7%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#select .reasonbox {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
#select .reasonbox>div {
  border: 2px solid #e3b85e;
  width: 47%;
  box-shadow: 0 0 0 2px #a18000;
  margin-bottom: 5%;
}

#select .title {
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
  padding: 2%;
}
#select .title p {
  font-size: 1.5rem;
}
#select .title p strong {
  font-size: 5.0rem;
  font-weight: 700;
  font-style: italic;
  line-height: 4.5rem;
}
#select h4 {
  color: #ddb97b;
}

@media (max-width: 749px) {
  #select h2 {
    display: block;
  }
  #select h2 .sale {
    width: 25%;
  }
  #select .reasonbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #select .reasonbox>div {
    width: 100%;
  }
  #select .title p {
    font-size: 3.0rem;
  }
  #select h4 {
    font-size: 4.0rem;
  }
}

/********************/
/* original */
#original {
  width: 100%;
  padding: 10% 4% 5%;
}

#original .worry {
  display: flex;
  gap: 5%;
}
#original .worry>div {
  position: relative;
  width: 30%;
  padding: 5% 3%;
  margin-bottom: 10%;
  color: #ddb97b;
  font-size: 4.0rem;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 10%, transparent 0 90%, #ddb97b 90%);
  --y-gradient: linear-gradient(#ddb97b 0 10%, transparent 0 90%, #ddb97b 90%);
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
#original .worry>div::before {
  position: absolute;
  content: '';
  background: #ddb97b;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 20%;
  height: 2px;
}
#original .worry>div::after {
  position: absolute;
  content: '';
  background: #ddb97b;
  left: 47%;
  bottom: -15%;
  width: 2px;
  height: 20%;
  transform: rotate(30deg);
}

#original h2 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  font-style: italic;
}
#original h2 strong {
  font-size: 6.0rem;
}

#original .ribbon {
  position: relative;
  color: #fff;
  padding: 1% 5%;
  background: linear-gradient(70deg,#ddb97b,#bd925e,#ddb97b);
  width: fit-content;
  z-index: 1;
  margin: 5% auto -3%;
}
#original .ribbon strong {
  font-size: 4.5rem;
}
#original .ribbonbox {
  color: #fff;
  font-size: 3.5rem;
  background: linear-gradient(-45deg,#002323,#005050,#002323);;
  border: 2px solid #ddb97b;
  padding: 5%;
}
#original .ribbonbox strong {
  color: #ddb97b;
  font-size: 5.5rem;
}
#original .ribbonbox ol {
  counter-reset:number;
  list-style-type: none!important;
}
#original .ribbonbox ol li {
  position: relative;
  padding: 1.5rem 1.0rem 1.5rem 8.0rem;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}
#original .ribbonbox ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ddb97b;
  color: #005050;
  font-weight: 900;
  left: 0;
  width: 5.0rem;
  height: auto;
  text-align: center;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 749px) {
  #original .worry {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #original .worry>div {
    width: 100%;
    text-align: center;
    background: none;
    border: 2px solid #ddb97b;
  }
  #original .worry>div::before {
    display: none;
  }
}

/********************/
/* try */
#try {
  width: 100%;
  text-align: center;
  color: #333;
}
#try .sarani {
  color: rgba(0,80,80,0.5);
  font-size: 9.0rem;
  font-weight: 900;
  line-height: 1.0;
}

#try .box {
  width: 100%;
  padding: 4%;
  background: rgba(0,80,80,0.5);
}

#try h2 {
  color: #fff;
  font-size: 7.0rem;
  font-weight: 700;
  transform: rotate(-5deg);
  margin: 3% 0 5%;
}
#try h2 strong {
  font-size: 10.0rem;
}

#try .base {
  background: #fff;
  padding: 2%;
}

#try .inquiry {
  color: #005050;
  border: 2px solid #005050;
  margin: 5% 0;
  padding: 2%;
  font-weight: 700;
}
#try .inquiry span {
  color:  #fff;
  background: #ddb97b;
  padding: 1%;
  margin-right: 0.5rem
}

#try h5 {
  margin: 10% 0;
  padding-top: 2%;
  border-top: 2px dashed #005050;
}

#try .trybox {
  position: relative;
  border: 2px solid #ccc;
  background: #fff;
  padding: 2% 2% 0;
  margin-top: 10%;
  font-size: 2.2rem;
}
#try .trybox .area {
  position: absolute;
  width: calc(16% + 2px);
  height: 5.0rem;
  top: calc(-5.0rem + -2px);
  left: -2px;
  padding: 1% calc(2% - 0.5rem) 0 2%;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #005050;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
}
#try .trybox .rc {
  position: absolute;
  width: 16%;
  height: 4.0rem;
  top: -5.0rem;
  left: 18%;
  padding: 0.2% calc(2% - 0.5rem) 0 2%;
  color: #fff;
  background: #ddb97b;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
}

#try .trybox>div {
  display: flex;
  gap: 2%;
  align-items: stretch;
  flex-wrap: wrap;
}
#try .trybox>div div {
  width: 49%;
  margin-bottom: 2%;
}
#try .trybox .namebox {
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
}
#try .trybox .photo {
  width: 30%;
  height: auto;
}
#try .trybox .name {
  width: 68%;
  font-size: 2.0rem;
}
#try .trybox .name strong {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

#try .trybox .addressbox {
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
  text-align: left;
}
#try .trybox .address {
  flex-grow: 1;
}
#try .trybox .navi {
  color: #005050;
  font-weight: 700;
}
#try .trybox .badge {
  width: 15%;
  height: auto;
}

#try table {
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
}
#try table tr {
  border-bottom: 2px solid #ccc;
}
#try table th {
  background: rgba(0,80,80,0.7);
  padding: 1% 2%;
  vertical-align: middle;
  color: #fff;
  width: 30%;
}
#try table th.feature {
  background: #005050;
  font-weight: 700;
}
#try table td {
  background: #fff;
  padding: 1% 2%;
  vertical-align: middle;
  text-align: left;
}
#try table .att {
  color: #005050;
  font-weight: 700;
}
#try small {
  font-size: 1.7rem;
}
#try .close {
  background: #ccc;
  text-align: center;
}

#try .iframe_wrap {
  height: 100%;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}
#try .iframe_wrap iframe {
  width: 100%; 
  height: calc(100% + 300px);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -160px;
}

@media (max-width: 749px) {
  #try .text {
    text-align: left;
  }
  #try .trybox .area {
    width: calc(31% + 2px);
  }
  #try .trybox .rc {
    width: 31%;
    left: 33%;
  }
  #try .trybox>div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #try .trybox>div div {
    width: 100%;
  }
  #try .iframe_wrap iframe {
    height: calc(100% + 200px);
    margin-top: -90px;
  }
}

/********************/
/* howto */
#howto {
  width: 100%;
  text-align: center;
  background: url(../images/bg_pc.jpg) bottom -260% center no-repeat;
  background-size: 100%;
  padding: 4%;
  color: #333;
}

#howto .box {
  background: #fff;
  padding-top: 5%; 
}

#howto .copy {
  color: #fff;
  background: #ddb97b;
  position: relative;
  padding: 1% 5%;
  margin: 0 auto 2%;
  text-align: center;
  letter-spacing: 1.0rem;
  width: fit-content;
}
#howto .copy:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ddb97b transparent transparent transparent;
}

#howto h2 {
  font-size: 7.0rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  padding: 1% 5%;
  margin: 0 auto;
  color: #005050;
}

#howto h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  --y-gradient: linear-gradient(#ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: top, right, bottom, left;
}

#howto p {
  margin: 5% 0;
}

#howto .howto_video {
  width: 100%;
  display: flex;
}

@media (max-width: 749px) {
  #howto {
    text-align: left;
    background: url(../images/bg_sp.jpg) bottom -50% center no-repeat;
    background-size: 100%;
  }
}

/********************/
/* detail */
#detail {
  width: 100%;
  text-align: center;
  background: url(../images/bg_pc.jpg) top -80% center no-repeat;
  background-size: 100%;
  padding: 4%;
  color: #333;
}

#detail .box {
  background: #fff;
  padding-top: 5%;
}

#detail h2 {
  color: #ddb97b;
  font-size: 10.0rem;
  font-weight: 100;
  margin-bottom: 10.0rem;
}

#detail .product {
  display: flex;
  gap: 5%;
}
#detail .product>div {
  margin-bottom: 5%;
}
#detail .product>div>div {
  position: relative;
  width: 100%;
  padding: 2%;
  margin-bottom: 10%;
  color: #ddb97b;
  font-size: 4.0rem;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 10%, transparent 0 90%, #ddb97b 90%);
  --y-gradient: linear-gradient(#ddb97b 0 10%, transparent 0 90%, #ddb97b 90%);
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
#detail .product>div>div::before {
  position: absolute;
  content: '';
  background: #ddb97b;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 20%;
  height: 2px;
}
#detail .product>div>div::after {
  position: absolute;
  content: '';
  background: #ddb97b;
  left: 47%;
  bottom: -15%;
  width: 2px;
  height: 20%;
  transform: rotate(30deg);
  margin-bottom: 5%;
}
#detail .product p {
  color: #ddb97b;
}
#detail .product span {
  color: #005050;
}

#detail .size {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
#detail .size p {
  width: 10%;
  font-size: 5.0rem;
  font-weight: 700;
  color: #fff;
  background: #005050;
  padding: 1% 0;
  margin: 3% auto auto;
}
#detail .size img {
  width: 85%;
  margin-bottom: 5%;
}

#detail li {
  position: relative;
  padding-left: 3.5rem;
  text-align: left;
}
#detail li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 749px) {
  #detail {
    background: url(../images/bg_sp.jpg) top -630% center no-repeat;
    background-size: 100%;
  }
  /* #detail .product,
  #detail .size {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #detail .size p {
    width: 20%;
  }
  #detail .size img {
    width: 100%;
  } */
}

/********************/
/* option */
#option {
  width: 100%;
  border: 2px solid #005050;
  margin: 4%;
  color: #333;
  display: flex;
  font-size: 2.5rem;
}

#option>div {
  padding: 4%;
}

#option h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #005050;
}

#option h3 {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  margin: 3% 0 5%;
}

#option p.att {
  font-size: 2.2rem;
  font-weight: 700;
  background: rgba(255, 128, 92, 0.3);
  padding: 0 2%;
  margin: 2% 0;
}

#option .pricebox {
  position: relative;
  text-align: center;
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: center;
}
#option .pricebox .price {
  font-size: 7.0rem;
  font-weight: 700;
  color: #ff805c;
}
#option .pricebox .price small {
  font-size: 3.0rem;
}
#option .pricebox .tax {
  position: absolute;
  top: 31%;
  right: 16%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #005050;
}
#option .pricebox .title {
  font-size: 2.2rem;
  color: #fff;
  background: #005050;
  padding: 1% 2%;
  border-radius: 5px;
  margin-top: 2%;
}

#option img {
  width: 40%;
}

@media (max-width: 749px) {
  #option {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #option img {
    width: 100%;
  }
  #option .pricebox .tax {
    right: 22%;
  }
}













/********************/
/* gift */
#gift {
  text-align: center;
  color: #333;
  width: 100%;
  background: url(../images/bg_pc.jpg);
  background-size: 100%;
  z-index: -10;
}

#gift .base {
  position: relative;
  width: 92%;
  background: #fff;
  border: 2px solid #ddb97b;
  margin: -1% 4% 5%;
  padding: 2% 3%;
  z-index: -1;
}
#gift .base:after {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  --y-gradient: linear-gradient(#ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: top, right, bottom, left;
}

#gift .title {
  margin: 0 auto;
  z-index: 10;
}
#gift .ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}
#gift .ribbon strong {
  font-size: 3.5rem;
  color: #005050;
}
#gift .ribbon h2 {/*真ん中*/
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  background: linear-gradient(70deg,#ddb97b,#bd925e,#ddb97b);
}
#gift .ribbon:after {/*右のリボン*/
  content: '';
  position: absolute;
  bottom: -1.0rem;
  right: -3.0rem;
  z-index: -2;
  border-width: 2.8rem 1.0rem 2.8rem 3.0rem;
  border-color: #bd925e transparent #bd925e #bd925e;
  border-style: solid;
}
#gift .ribbon h2:after {/*右の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 1.0rem transparent;
  border-left: solid 1.0rem #806239;
}
#gift .ribbon:before {/*左のリボン*/
  content: '';
  position: absolute;
  bottom: -1.0rem;
  left: -3.0rem;
  z-index: -2;
  border-width: 2.8rem 3.0rem 2.8rem 1.0rem;
  border-color: #bd925e #bd925e #bd925e transparent;
  border-style: solid;
}
#gift .ribbon h2:before {/*左の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 1.0rem transparent;
  border-right: solid 1.0rem #806239;
}

#gift .copy {
  display: flex;
  align-items: flex-end;
}
#gift .copy img {
  width: 17%;
}
#gift .copy img:last-of-type {
  transform: scale(-1, 1);
}
#gift .copy>div {
  flex-grow: 1;
}
#gift h3 {
  font-size: 5.0rem;
  font-weight: 700;
}
#gift h3 small {
  font-size: 3.0rem;
}
#gift h3 strong {
  font-size: 7.0rem;
}

#gift .text {
  font-size: 2.5rem;
  color: #005050;
  margin-bottom: 2.0rem;
}

#gift .howto {
  display: flex;
  justify-content: center;
  align-items: center;
}
#gift .howto>i {
  width: 4%;
  font-size: 5.0rem;
  color: #005050;
}
#gift .howto>div {
  width: 48%;
}

#gift h4 {
  color: #fff;
  background: #005050;
  position: relative;
  padding: 0 5%;
  margin: 0 auto 3%;
  text-align: center;
  width: fit-content;
}
#gift h4:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #005050 transparent transparent transparent;
}

#gift .howto .howtobox {
  display: flex;
  gap: 4%;
  padding: 1% 2% 0;
  flex-wrap: wrap;
  border: 2px solid #005050;
  font-size: 1.8rem;
}
#gift .howto .howtobox p,
#gift .howto .howtobox img {
  width: 48%;
  margin-top: 3%;
}
#gift .howto .howtobox span {
  color: #fff;
  background-color: #005050;
  padding: 0 2px;
}

#gift .att {
  font-size: 2.0rem;
}

@media (max-width: 749px) {
  #gift {
    background: url(../images/bg_sp.jpg);
    background-size: 100%;
  }
  #gift .base {
    width: 90%;
    margin: -3% 5% 5%;
    padding: 3%;
  }
  #gift .copy {
    flex-wrap: wrap;
    gap: 66%;
  }
  #gift .copy img {
    order: 1;
  }
  #gift .howto {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #gift .howto>div {
    width: 100%;
  }
  #gift .howto>i {
    transform: rotate(90deg);
  }
  #gift .ribbon:after {/*右のリボン*/
    border-width: 6.0rem 1.0rem 6.0rem 3.0rem;
  }
  #gift .ribbon:before {/*左のリボン*/
    border-width: 6.0rem 3.0rem 6.0rem 1.0rem;
  }
}


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

cv style

=================================================================== */
.cv {
  position: relative;
}

.cv .base {
  position: absolute;
  width: 92%;
  height: 84%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #ddb97b;
  margin: auto auto;
}
.cv .baseline {
  position: absolute;
  width: calc(92% + 4px);
  height: calc(84% + 4px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  --y-gradient: linear-gradient(#ddb97b 0 20px, transparent 0 calc(100% - 20px), #ddb97b calc(100% - 20px));
  background-image: var(--x-gradient),var(--y-gradient),var(--x-gradient),var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: top, right, bottom, left;
  color: #ddb97b;
}

.cv .cv_video video {
  position: absolute;
  width: 44%;
  bottom: 0.5px;
  left: 0;
}
.cv .cv_video::before {
	content: '';
	position: absolute;
	transform: rotate(45deg);
	width: 5%;
	height: 2.5%;
	background-color: #fff;
	z-index: 1;
	top: 27%;
	left: 41%;
	border-bottom: 2px solid #ddb97b;
}

.cv .badge {
  position: absolute;
  width: 17%;
  top: 2%;
  left: 1%;
  z-index: 100;
}

.cv .copy {
  position: absolute;
  width: 40%;
  top: 12%;
  left: 6%;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: right;
}
.cv .copy:before {
  position: absolute;
  content: '';
  bottom: -5%;
  left: 0;
  width: 100%;
  border-bottom: solid 2px #005050;
}
.cv .copy:after {
  position: absolute;
  content: '';
  bottom: -5%;
  right: -15px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 10px #005050;
}
.cv .copy strong {
  /* position: relative; */
  font-size: 4.5rem;
  /* background-image: radial-gradient(circle at center, #ddb97b 10%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.0em 0.5em;
  padding-top: 0.4em; */
}
.cv .copy strong rt {
  color: #ddb97b;
}

.cv .benefit {
  position: absolute;
  width: 48%;
  top: 13%;
  right: calc(4% - 1.0rem);
  color: #fff;
  font-size: 2.5rem;
}
.cv .benefit strong {
  color: #005050;
  font-size: 3.0rem;
}
.cv .benefit small {
  font-size: 2.0rem;
}
.cv .benefit div {
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
}
.cv .benefit div h3 {/*真ん中*/
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.cv .benefit div:after {/*右のリボン*/
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: calc(100% - 1.0rem);
  z-index: -2;
  border-width: 2.2rem 1.0rem 2.2rem 2.2rem;
  border-color: #bd925e transparent #bd925e #bd925e;
  border-style: solid;
}
.cv .benefit div h3:after {/*右の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-left: solid 1.0rem #806239;
}

.cv .product {
  position: absolute;
  width: 30%;
  top: 32%;
  left: 50%;
}

.cv .size {
  position: absolute;
  top: 35%;
  left: 82%;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  height: 12%;
}
.cv .size>p{
  width: 42%;
  box-sizing: border-box;
  color: #fff;
  background: #005050;
  text-align: center;
  border-radius: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 2px 2px 0;
}

.cv .notes {
  position: absolute;
  width: 15%;
  top: 55%;
  left: 49%;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
}
.cv .notes>p {
  background: #005050;
  margin-top: 5px;
}
.cv .notes .gift {
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.cv .notes .gift h3 {/*真ん中*/
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  background: linear-gradient(70deg,#ddb97b,#bd925e,#ddb97b);
}
.cv .notes .gift:after {/*右のリボン*/
  content: '';
  position: absolute;
  bottom: -0.5rem;
  right: -1.0rem;
  z-index: -2;
  border-width: 1.5rem 0.5rem 1.5rem 1.5rem;
  border-color: #bd925e transparent #bd925e #bd925e;
  border-style: solid;
}
.cv .notes .gift h3:after {/*右の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-left: solid 1.0rem #806239;
}
.cv .notes .gift:before {/*左のリボン*/
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: -1.0rem;
  z-index: -2;
  border-width: 1.5rem 1.5rem 1.5rem 0.5rem;
  border-color: #bd925e #bd925e #bd925e transparent;
  border-style: solid;
}
.cv .notes .gift h3:before {/*左の折り返し*/
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-right: solid 1.0rem #806239;
}

.cv .title {
  position: absolute;
  top: 53%;
  left: 66%;
  font-size: 3.5rem;
  font-weight: 900;
  color: #333;
}

.cv .price {
  position: absolute;
  top: 55%;
  left: 66%;
  font-size: 9.0rem;
  font-weight: 700;
  color: #ff805c;
}
.cv .price small {
  font-size: 5.0rem;
}
.cv .price span {
  position: absolute;
  top: 31%;
  right: 1%;
  font-size: 1.5rem;
  color: #005050;
}

.cv .cv_button {
  position: absolute;
  display: block;
  width: 48%;
  bottom: 8.5%;
  right: 5.5%;
  -webkit-animation-name: cvBtn;
          animation-name: cvBtn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cv .cv_button img {
  max-width: 100% !important;
}

@media (max-width: 749px) {
  .cv .base {
    width: 90%;
    height: 90%;
  }
  .cv .baseline {
    width: calc(90% + 4px);
    height: calc(90% + 4px);
  }
  .cv .cv_video video {
    bottom: 25%;
  }
  .cv .cv_video::before {
    width: 7%;
    top: 37%;
  }
  .cv .cv_video::after {
    content: '';
    position: absolute;
    transform: rotate(-45deg);
    width: 7%;
    height: 2.5%;
    background-color: #fff;
    z-index: 1;
    top: 74%;
    left: 41%;
    border-top: 2px solid #ddb97b;
  }
  .cv .badge {
    width: 30%;
    top: 0;
    left: 0;
  }
  .cv .copy {
    width: 84%;
    top: 6%;
    font-size: 3.5rem;
  }
  .cv .copy strong {
    font-size: 6.5rem;
  }
  .cv .benefit {
    width: 75%;
    top: 20%;
    right: calc(5% - 1.0rem);
  }
  .cv .benefit strong {
    font-size: 4.0rem;
  }
  .cv .benefit div {
    margin-bottom: 10px;
  }
  .cv .benefit div:after {
  border-width: 2.7rem 1.0rem 2.7rem 2.2rem;
  }
  .cv .product {
    width: 43%;
    top: 38%;
    left: 48%;
  }
  .cv .size {
    top: 55%;
    left: 52%;
    flex-wrap: nowrap;
    height: auto;
  }
  .cv .size>p{
    padding: 0 10px;
  }
  .cv .notes {
    width: 16%;
    top: 61%;
    left: 48%;
  }
  .cv .notes>p {
    margin-top: 3px;
    letter-spacing: 0;
  }
  .cv .notes .gift {
    margin-bottom: 3px;
  }
  .cv .notes .gift h3 {
    padding: 0 2px;
  }
  .cv .title {
    top: 61%;
    left: 65%;
    font-size: 2.5rem;
  }
  .cv .price {
    top: 64%;
    left: 65%;
    font-size: 6.5rem;
  }
  .cv .price small {
    font-size: 3.0rem;
  }
  .cv .price span {
    top: 25%;
    right: -4%;
  }
  .cv .cv_button {
    width: 100%;
    padding: 0 6%;
    bottom: 6%;
    right: 0;
  }
}


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

FAQ style

=================================================================== */
#faq {
  width: 100%;
  padding-bottom: 5%;
  color: #333;
}

#faq .title {
  color: #fff;
  text-align: center;
  background: url(../images/bg_pc.jpg);
  background-size: 100%;
  padding: 4%;
}
#faq .title h3 {
  letter-spacing: 1.0rem;
  background: linear-gradient(70deg,#ddb97b,#bd925e);
  width: fit-content;
  margin: 0 auto 1%;
  padding: 0 1%;
}
#faq .title h2 {
  font-size: 5.0rem;
}

#faq #faq_list {
  font-size: 2.5rem;
  box-sizing: border-box;
}

#faq .toggle_btn {
  background: rgba(0,80,80,0.3);
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 3px;
  cursor: pointer;
}

#faq .toggle_btn span:nth-of-type(2) {
  width: 87%;
}

#faq .toggle_btn .icons_toggle {
  margin-left: 0;
  transition: 0.3s ease all;
}

#faq #faq_list .toggle_btn.active {
  display: flex !important;
}

#faq .toggle_btn.active .icons_toggle {
  transform: rotate(45deg);
}

#faq .toggle_btn.active span[class^="icons_"] {
  order: 0;
}

#faq .toggle_btn span[class^="icons_"] img,
#faq .toggle_area p[class^="icons_"] img {
  width: auto;
  object-fit: contain;
}

#faq .toggle_btn.active .icons_toggle {
  order: 3;
}

#faq .toggle_area {
  display: none;
  padding: 3%;
  box-sizing: border-box;
}

#faq .toggle_area table {
  width: 100%;
  display: table;
  vertical-align: top;
}

#faq .toggle_area td {
  width: 90%;
}

#faq .toggle_area td p {
  margin-bottom: 20px;
}

#faq .toggle_area th {
  width: 6%;
}

#faq .toggle_area .icons_a {
  text-align: left;
}

@media (max-width: 749px) {
  #faq .toggle_btn span:nth-of-type(2) {
    width: 83%;
    font-size: 3.0rem;
  }
  #faq .toggle_btn .icons_q,
  #faq .toggle_btn .icons_toggle,
  #faq .toggle_area .icons_a {
    width: 2.5rem;
  }
}


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

footer style

=================================================================== */
footer {
  color: #fff;
  background: #005050;
  width: 100%;
  max-width: 1088px;
  font-size: 1.5rem;
}

footer .footer_ul {
  width: 100%;
  display: flex;
}

footer .footer_ul li {
  text-align: center;
  padding: 3.0rem 0;
  width: 25%;
}

footer .footer_ul li a {
  width: 100%;
  display: block;
  color: #fff;
}

footer .footer_small {
  width: 100%;
  text-align: center;
  padding: 7.0rem 0;
}

@media (max-width: 749px) {
  footer {
    font-size: 3.0rem;
  }
  footer .footer_ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer_ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}


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

keyframes

=================================================================== */
@-webkit-keyframes cvBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
}

@keyframes cvBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
}
