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

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 {
  margin-left: 3.0rem;
}
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{
  overflow-y: scroll;
    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;
  background: #fff;
  color: #333;
  /* メイン   20c4c4  32 196 196
  サブメイン  029292
  アクセント  e0c367
  サブアクセ  be9841 */
}

::-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: #20c4c4;
}

a:hover {
  text-decoration: none;
  color: #20c4c4;
  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: 750px) {
  #wrap {
    max-width: 750px;
    box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.1);
  }
  #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%;
}

/* テーブル */
table.table_base {
  width: 100%;
  border-top: 2px solid #029292;
  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: rgb(2 146 146 / 0.9);
}
table.table_base tr {
  border-bottom: 2px solid #029292;
}
table.table_base tr th:first-child,
table.table_base tr td:first-child {
  border-right: 2px solid #029292;
  width: 30%;
}
table.table_base tr>td:first-of-type {
  background: rgb(2 146 146 / 0.3);
}
table.table_base tr>td:not(:first-of-type) {
  text-align: left;
}
table.table_base span {
  color: #e0c367;
}

/* セクション区切り */
.triangle {
  position: relative;
}
.triangle::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  clip-path: polygon(0% 0%, 0% 100%,  100% 100%, 100% 0%, 50% calc(100% - 1px));
}


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

section style

=================================================================== */
/********************/
/* top */
#top {
  position: relative;
}

#top .copy {
  position: absolute;
  width: 60%;
  top: 3%;
  left: 4%;
  color: #fff;
  font-size: 2.0rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: rotate(-5deg);
}
#top .copy>div {
  display: flex;
  align-items: flex-end;
}
#top .copy>div img {
  width: 45%;
  margin-right: -2%;
}
#top .copy>div p {
  font-size: 4.0rem;
  margin-bottom: 5%;
}
#top .copy>p {
  font-size: 3.0rem;
  line-height: 1.0;
}
#top .copy>p strong {
  font-size: 5.0rem;
}

#top .title {
  position: absolute;
  width: 92%;
  top: 20%;
  left: 4%;
  font-size: 4.0rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: rotate(-5deg);
}
#top .title>div {
  display: flex;
  gap: 2%;
  align-items: flex-end;
  margin-bottom: 4%;
  transform: skewX(-5deg);
}
#top .title .text {
  font-size: 17.0rem;
  font-weight: 900;
  text-shadow: 5px 5px 0 #fff, 10px 10px 0 #ccc;
  line-height: 1.0;
  font-family: 'Noto Sans JP', sans-serif;
}
#top .title .new {
  font-size: 25.0rem;
  position: relative;
  display: inline-block;
  color: #029292;
}
#top .title .new::after{
	position: absolute;
	top: 0;
	left: 0;
	content: "新";
	background: linear-gradient(to top,#029292,#20c4c4,#fff);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
#top .title .half {
  color: #fff;
  background: linear-gradient(45deg, #e0c367,#be9841);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#top .title .half strong {
  font-size: 4.5rem;
  font-weight: 900;
}
#top .title img {
  padding-right: 3%;
}

#top .badge {
  position: absolute;
  width: 92%;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 4%;
}
#top .circle_width {
  width: 31%;
  border-radius: 50%;
  background: linear-gradient(45deg, #e0c367, #be9841, #e0c367, #be9841);
  outline: 2px solid #fff;
  outline-offset: -5px;
}
#top .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
#top .circle_height p {
  position: absolute;
  top: calc((100% - 8.0rem)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  transform: rotate(-5deg);
}
#top .circle_height p strong {
  font-size: 4.5rem;
  font-weight: 700;
}


/********************/
/* half */
#half {
  width: 100%;
  padding: 10% 0 20%;
  background: url(../images/bg2.jpg);
  background-size: 100%;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 700;
}

#half .text1 img {
  width: 80%;
  margin-bottom: 2%;
}
#half .text2 {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  background: linear-gradient(to right, #20c4c4, #029292);
  color: #fff;
  font-size: 7.0rem;
  line-height: 1.0;
  padding: 0 3% 1%;
  text-align: center;
  transform: skewX(-5deg);
}
#half .text2 span {
  padding: 0 1.0rem;
}
#half .text2 span:last-of-type {
  border-top: 3px solid #fff;
  margin-top: 6%;
}

#half .photo {
  position: relative;
}
#half .photo img {
  mix-blend-mode: multiply;
}
#half .circle_width {
  position: absolute;
  width: 22%;
  top: 10%;
  right: 10%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e0c367, #be9841);
}
#half .circle_height {
  position: relative;
  padding-top: 75%;
  height: 0;
}
#half .circle_height p {
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  top: calc((100% - 2.5rem)/2);
  left: 0;
  right: 0;
  margin: 0;
}
#half .circle_width:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #be9841;
  z-index: -1;
}


/********************/
/* point */
#point {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

#point .pointbox {
  position: relative;
}

#point .title_circle_width {
  position: absolute;
  width: 20%;
  top: 5%;
  left: 4%;
  border-radius: 50%;
  color: #029292;
  border: 2px solid #20c4c4;
  text-align: center;
}
#point .title_circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
#point .title_circle_height p {
  font-size: 8.0rem;
  position: absolute;
  top: calc((100% - 10.0rem)/2);
  left: 0;
  right: 0;
  margin: 0;
}
#point .title_circle_height span {
  font-size: 2.0rem;
  position: absolute;
  top: calc((100% - 10.0rem)/2);
  left: 0;
  right: 0;
  margin: 0;
}
#point h2 {
  font-size: 5.0rem;
  color: #029292;
  position: absolute;
  top: 10%;
  left: 27%;
}
#point .text {
  font-size: 4.0rem;
  position: absolute;
  width: 100%;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}

#point .point_video {
  display: flex;
}
#point .point1 .point_video,
#point .point3 .point_video {
  width: 200%;
  margin-left: -45%;
}

#point .point2 {
  margin-top: -10%;
}
#point .point2 .title_circle_width {
  color: #fff;
  border: 2px solid #fff;
  top: 3%;
}
#point .point2 h2 {
  color: #fff;
  top: 6%;
}
#point .point2 .text {
  bottom: 12%;
}
#point .point2 .point_video {
  position: absolute;
  width: 92%;
  top: 20%;
  left: 4%;
  right: auto;
}
#point .point2 .point_video:last-of-type {
  top: 56%;
}
#point .circle_width {
  position: absolute;
  width: 30%;
  top: 13%;
  right: 8%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e0c367, #be9841);
}
#point .circle_height {
  position: relative;
  padding-top: 75%;
  height: 0;
}
#point .circle_height p {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc((100% - 2.5rem)/2);
  left: 0;
  right: 0;
  margin: 0;
}
#point .circle_width:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #be9841;
  z-index: -1;
}

#point .point3 {
  position: relative;
}
#point .point3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom,#fff,rgb(255 255 255 / 0));
}
#point .point3 .title_circle_width {
  top: -3%;
}
#point .point3 h2 {
  top: 1%;
}
#point .point3 .text {
  bottom: 20%;
  color: #fff;
}


/********************/
/* life */
#life h2 {
  font-size: 5.0rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top,#029292,#20c4c4);
  padding: 5% 0 10%;
  margin-bottom: -30%;
}
#life h2 strong {
  font-size: 6.0rem;
}
#life h2 strong:last-of-type {
  font-size: 7.0rem;
  line-height: 1.0;
}

#life .triangle::after {
  background: #fff;
}


/********************/
/* forall */
#forall {
  width: 100%;
  padding: 4% 4% 15%;/* bottomはセクション区切りの山があるので注意 */
  text-align: center;
  background: url(../images/shine.png), linear-gradient(45deg, #e0c367,#be9841);
  background-size: 100%;
}

#forall .title1 {
  font-size: 4.0rem;
  font-weight: 900;
  color: #fff;
}
#forall .title1 .koshi {
  position: relative;
  font-size: 15.0rem;
  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: "80";
	background: linear-gradient(to top,#029292 0,#20c4c4 30%,#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;
}


/********************/
/* transform */
#transform {
  padding: 4%;
  text-align: center;
  font-size: 7.0rem;
  line-height: 1.1;
}

#transform h2 span {
  font-size: 10.0rem;
  color: #029292;
  margin-bottom: 3.0rem;
  font-weight: 700;
}

#transform .logo {
  width: 70%;
}


/********************/
/* answer */
#answer {
  width: 100%;
  padding: 4% 0 15%;/* bottomはセクション区切りの山があるので注意 */
  text-align: center;
  background: url(../images/bg1.jpg);
  background-size: 100%;
}

#answer.triangle::after {
  background: #e8f9f9;
}

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

#answer .text2 {
  position: relative;
  display: inline-block;
  font-size: 6.0rem;
  color: #fff;
  background: linear-gradient(70deg,#20c4c4,#029292);
  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: #20c4c4 transparent;
}
#answer .text2::after {
  right: -2.9rem;
  border-width: 6.5rem 3.0rem 6.5rem 0;
  border-color: #029292 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 #e0c367;
  border-radius: 10px;
  padding: 1% 2%;
  box-shadow: 0 0 10px #fff;
  color: #029292;
}
#answer .product p strong {
  font-size: 4.5rem;
  color: #e0c367;
}
#answer .product p.point1 {
  top: 0;
  right: 4%;
}
#answer .product p.point2 {
  top: 6%;
  left: 4%;
}
#answer .product p.point3 {
  bottom: 0;
  right: 15%;
}
#answer .product p::before {
  content: '';
  position: absolute;
  background: #e0c367;
  width: 60%;
  height: 2px;
  transform-origin: 100% 50%;
  display: inline-block;
}
#answer .product p.point1::before {
  top: 100%;
  left: -20%;
  transform: rotate(-60deg);
}
#answer .product p.point2::before {
  width: 70%;
  top: 100%;
  left: -20%;
  transform: rotate(-150deg);
}
#answer .product p.point3::before {
  width: 20%;
  bottom: 100%;
  left: 60%;
  transform: rotate(90deg);
}

#answer h3 {
  font-size: 6.5rem;
  font-weight: 700;
  color: #029292;
  line-height: 1.3;
}

#answer h4 {
  font-size: 4.0rem;
  font-weight: 700;
}
#answer h4 strong {
  font-size: 6.0rem;
  font-weight: 700;
  color: #fff;
  background: #029292;
  padding: 0 2%;
}

#answer .answer_video {
  display: flex;
}

#answer .box {
  display: flex;
  padding: 4%;
  color: #fff;
}
#answer .box>div {
  width: 50%;
}
#answer .box>div:first-of-type {
  background: linear-gradient(to right,#333,#029292);
}
#answer .box>div:last-of-type {
  background: url(../images/shine.png), linear-gradient(to right,#be9841,#e0c367);
  background-size: 100%;
}
#answer .box>div span {
  letter-spacing: 1.0rem;
}


/********************/
/* threeway */
#threeway {
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom,#e8f9f9,#fafafa 20%);
}
#threeway .text {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#threeway .text1 {
  font-size: 4.0rem;
  font-weight: 700;
}
#threeway .text1 img {
  width: 80%;
  margin-bottom: 2%;
}
#threeway .text3 {
  font-size: 6.5rem;
  line-height: 1.0;
  color: #029292;
}
#threeway .text3 span {
  color: #e0c367;
}
#threeway .text3 strong {
  font-size: 8.5rem;
}

#threeway .product {
  position: absolute;
  width: 80%;
  top: 40%;
  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: 4%;
}
#threeway .menu div {
  width: 48%;
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  background: linear-gradient(180deg, transparent 0%, transparent 25%, #20c4c4 25%, #029292 100%);
  padding-top: 0;
  padding-bottom: 1.0rem;
}
#threeway .menu div span {
  font-size: 10.0rem;
  font-weight: 900;
  font-style: italic;
  color: #e0c367;
  line-height: 1.0;
}
#threeway .menu div p {
  line-height: 2.0;
}


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

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

#use .box1,
#use .box2 {
  padding: 0 4% 4%;
}

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

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

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

#use .box2 .use_video {
  margin-bottom: -20%;
}

#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,#e0c367,#be9841,#e0c367);
}
#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: #be9841 transparent #be9841 #be9841;
  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: #be9841 #be9841 #be9841 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,#029292,#20c4c4,#029292);;
  border: 2px solid #e0c367;
  color: #fff;
  padding: 10% 5% 5%;
  margin: -3% 5% 0;
  z-index: -10;
  text-align: left;
  width: 90%;
}
#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, #e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 calc(100% - 20px));
  --y-gradient: linear-gradient(#e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 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: rgb(32 196 196 / 0.3);
  padding: 4%;
}
#use .stretch .box {
  background: #fff;
  padding: 2%;
}

#use .stretch .copy {
  color: #fff;
  font-weight: 700;
  position: relative;
  background: #20c4c4;
  padding: 0.5rem 3.5rem;
  transform: rotate(-5deg);
  width: fit-content;
  margin-top: 2%;
  margin-bottom: -2%;
}

#use .stretch h4 strong {
  font-size: 8.5rem;
  color: #029292;
}
#use .stretch h4 strong span {
  color: #e0c367;
}

#use .stretch p {
  margin: 5% 0;
  text-align: left;
}
#use .stretch p .text1 {
  font-weight: 700;
}
#use .stretch p .text1 rt {
  color: #e0c367;
}
#use .stretch p .text2 {
  font-weight: 700;
  color: #029292;
  border: 2px solid #e0c367;
  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: 35%;
  right: -10%;
  font-size: 7.0rem;
  color: #20c4c4;
}

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

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

#use .stretch .mvtitle {
  color: #fff;
  background: linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 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: #20c4c4 transparent transparent transparent;
}


/********************/
/* solution */
#solution {
  text-align: center;
}

#solution .title {
  background: url(../images/shine.png), linear-gradient(to bottom, #e0c367 80%,rgb(224 195 103 / 0) 99%);
  background-size: 100%;
  z-index: 100;
  padding: 4% 4% 15%;
}
#solution .title p {
  font-size: 6.0rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}
#solution .title p strong {
  font-size: 8.0rem;
}

#solution .solution_video {
  position: relative;
  width: 100%;
  display: flex;
  z-index: -1;
  margin-top: -10%;
}

/********************/
/* ashikata */
#ashikata {
  text-align: center;
  background: url(../images/ashikata4.png) no-repeat, url(../images/bg2.jpg);
  background-size: 100%;
}

#ashikata .title {
  color: #fff;
  font-size: 3.5rem;
  font-style: italic;
  background: url(../images/shine.png) bottom no-repeat, linear-gradient(to bottom, #20c4c4 0%, #029292 100%);
  background-size: 100%;
  padding: 5% 0;
  position: relative;
}
#ashikata .title::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: #029292;
  clip-path: polygon(0% 0%, 100% 0%,  50% 100%);
}
#ashikata .title strong {
  font-size: 5.5rem;
  border-bottom: 2px solid #e0c367;
}

#ashikata>div {
  padding: 50% 4% 4%;
}

#ashikata .morebox {
  display: flex;
  gap: 4%;
}
#ashikata .morebox>div {
  position: relative;
  width: 48%;
  border: 2px solid #e0c367;
  color: #029292;
}
#ashikata .morebox>div::after {
  position: absolute;
  content: '';
  background: #e0c367;
  left: 47%;
  bottom: -8%;
  width: 2px;
  height: 15%;
  transform: rotate(30deg);
}
#ashikata .morebox>div p {
  margin: 5% 0;
}
#ashikata .morebox>div img {
  width: 60%;
}

#ashikata .copy {
  padding: 0 4%;
  position: relative;
  font-size: 4.0rem;
  transform: rotate(-5deg);
  margin: 5% 0 -2%;
  z-index: 1;
}
#ashikata .copy strong {
  font-size: 6.0rem;
}
#ashikata .copy p {
  font-size: 6.0rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(70deg,#20c4c4,#029292);
  padding: 0.5rem 1.0rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
#ashikata .copy p strong {
  font-size: 8.0rem;
}

#ashikata .reasonbox {
  border: 2px solid #e0c367;
  border-radius: 10px;
  margin: 5% 0;
  padding: 3%;
  text-align: left;
}
#ashikata .reasonbox>div img {
  padding: 0 20%;
}
#ashikata .reasonbox h3 {
  position: relative;
  font-size: 4.5rem;
  color: #e0c367;
  border: 2px solid #e0c367;
  border-radius: 5px;
  margin: 0 0 8% 10%;
  padding-top: 1%;
  line-height: 1.3;
  text-align: center;
}
#ashikata .reasonbox h3:before {
  position: absolute;
  content: "？";
  display: inline-block;
  padding: 2% 2.5% 1.5%;
  text-align: center;
  color: #fff;
  background: #e0c367;
  font-weight: 900;
  width: 6.0rem;
  height: 100%;
  left: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}


/********************/
/* size */
#size {
  width: 100%;
  text-align: center;
  background: url(../images/bg3.png) top center no-repeat, #fafafa;
  background-size: 100%;
  background-blend-mode: multiply;
  padding: 25% 4% 5%;
}

#size .copy {
  color: #fff;
  background: #e0c367;
  position: relative;
  padding: 1% 5%;
  margin: 0 auto 2%;
  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: #e0c367 transparent transparent transparent;
}

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

#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, #e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 calc(100% - 20px));
  --y-gradient: linear-gradient(#e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 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: 3% 0;
}

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

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

#size .fitbox div p {
  background: rgb(32 196 196 / 0.3);
}
#size .fitbox div p strong {
  font-size: 5.0rem;
}

#size .text {
  /* font-size: 3.5rem; */
  margin-top: 0;
}
#size .text strong {
  color: #e0c367;
  text-emphasis: dot #e0c367;
}

#size .mvtitle {
  color: #fff;
  background: linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 100%);
  border-radius: 100vh;
  position: relative;
  padding: 1% 2%;
}
#size .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: #20c4c4 transparent transparent transparent;
}


/********************/
/* ordermade */
#ordermade {
  background: #fafafa;
  position: relative;
  font-size: 5.0rem;
  line-height: 1.2;
  text-align: center;
}
#ordermade .text {
  font-size: 5.0rem;
  font-weight: 700;
  margin: 0 auto;
  width: fit-content;
}
#ordermade div {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: 0 4%;
  transform: rotate(-5deg);
  color: #e0c367;
}
#ordermade div p {
  font-size: 7.0rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(70deg,#20c4c4,#029292);
  padding: 0 1.0rem 1.0rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#ordermade div p strong {
  font-size: 9.0rem;
}


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

#review .titlebox {
  position: relative;
  background: #fff;
  border-top: 2px solid #029292;
  border-bottom: 2px solid #029292;
  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, #029292 0 8px, transparent 0 calc(100% - 8px), #029292 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: 4%;
}
#review .titlebox .way>div {
  width: 48%;
  color: #fff;
  font-size: 4.0rem;
  background: #029292;
  border: 2px solid #e0c367;
  padding: 2%;
}

#review .titlebox .one span {
	position: absolute;
  width: 3.0rem;
  height: 22.0rem;
  top: 38%;
	left: 27%;
	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 .tag {
  position: absolute;
  width: 40%;
  right: 5%;
  top: 25%;
}

#review .titlebox h2 {
  font-size: 5.0rem;
  line-height: 1.2;
  margin-top: 8.0rem;
}
#review .titlebox h2 strong {
  font-size: 8.0rem;
  color: #029292;
}
#review .titlebox h2 strong:first-of-type {
  color: #e0c367;
}

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

#review i {
  color: #e0c367;
}

#review .copy2 {
  color: #fff;
  background: linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 100%);
  position: relative;
  padding: 1%;
  margin: 5% auto 4% 0;
  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: #20c4c4 transparent transparent transparent;
}

#review .sns {
  position: relative;
  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 {
  width: 50%;
  font-size: 5.0rem;
  text-align: left;
  line-height: 1.4;
}
#review .snsbox p.title {
  font-size: 17.0rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -1.0rem;
}
#review .snsbox p strong {
  font-size: 6.0rem;
}
#review .snsbox img {
  position: absolute;
  width: 35%;
  top: 0;
  right: 0;
  flex-grow: 1;
}

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

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


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

#meet p {
  position: absolute;
  top: 12%;
  right: 4%;
  color: #fff;
  font-size: 6.0rem;
  font-weight: 700;
  text-align: right;
}

/********************/
/* expert */
#expert {
  width: 100%;
  padding: 4%;
  background: #029292;
  font-size: 2.0rem;
}

#expert .box {
  padding: 5% 2%;
  background: #fff;
}
#expert .title {
  padding: 0 20% 5%;
  text-align: center;
}

#expert h2 {
  background: linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 100%);
  padding: 2%;
  transform: rotate(-3deg);
}
#expert h2 p {
  position: relative;
  font-size: 4.0rem;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  border-left: 2px solid #e0c367;
  border-right: 2px solid #e0c367;
  border-bottom: 2px solid #e0c367;
}
#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: #e0c367 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 #e0c367;
}

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

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

#expert h3 {
  font-size: 3.0rem;
  color: #e0c367;
  font-weight: 700;
}
#expert h3 strong {
  font-size: 4.5rem;
  color: #029292;
}

#expert .text p {
  font-size: 2.5rem;
  margin-top: 1.0rem;
}
#expert .text p strong {
  background: rgb(32 196 196 / 0.3);
}


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

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

#media .text {
  text-align: left;
  margin-bottom: 10px;
}

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

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

/********************/
/* select */
#select {
  width: 100%;
  text-align: center;
  background: url(../images/shine.png)no-repeat, linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 100%);
  background-size: 100%;
  padding: 10% 4% 0;
  color: #fff;
}

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

#select h2 {
  font-size: 6.0rem;
  font-weight: 700;
  margin: 2% 0 3%;
}
#select h2 span {
  color: #e0c367;
  margin-right: 1.0rem;
}
#select h2 .sale {
  width: 25%;
}

#select h3 {
  font-size: 6.0rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(70deg, #e0c367, #be9841);
  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>div {
  background: #20c4c4;
  border: 2px solid #be9841;
  box-shadow: 0 0 0 2px #e0c367;
  margin-bottom: 5%;
}

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

#select .select_video {
  display: flex;
}

/********************/
/* original */
#original {
  width: 100%;
  padding: 10% 4% 0;
  background: url(../images/bg1.jpg);
  background-size: 100%;
}

#original .worry>div {
  position: relative;
  width: 100%;
  padding: 5% 3%;
  margin-bottom: 10%;
  color: #e0c367;
  font-size: 4.0rem;
  text-align: center;
  border: 2px solid #e0c367;
  background: #fff;
}
#original .worry>div::after {
  position: absolute;
  content: '';
  background: #e0c367;
  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 ol {
  margin-left: 0;
}

#original .ribbon {
  position: relative;
  color: #fff;
  padding: 1% 5%;
  background: linear-gradient(70deg,#e0c367,#be9841,#e0c367);
  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: #029292;
  border: 2px solid #e0c367;
  padding: 5%;
}
#original .ribbonbox strong {
  color: #e0c367;
  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: #e0c367;
  color: #029292;
  font-weight: 900;
  left: 0;
  width: 5.0rem;
  height: auto;
  text-align: center;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#original .customer {
  text-align: center;
}
#original .customer .tel {
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 1.0;
}
#original .customer .time {
  color: #fff;
  background: #e0c367;
  margin: 2% 0;
  font-size: 2.5rem;
}
#original .customer .customerbox .note1 {
  border: 1px solid #fff;
  padding: 2%;
  margin-bottom: 2%;
}
#original .customer .customerbox .note2 {
  color: #e0c367;
  font-weight: 700;
}
#original .customer .supportbox img {
  padding: 0 20%;
}

#original .sarani {
  color: rgb(32 196 196 / 0.7);
  font-size: 9.0rem;
  font-weight: 900;
  line-height: 1.0;
  text-align: center;
  margin-top: 4%;
}


/********************/
/* try */
#try {
  width: 100%;
  text-align: center;
}
#try .box {
  width: 100%;
  padding: 4%;
  background: rgb(32 196 196 / 0.7);
}

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

#try .text {
  text-align: left;
}

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

#try h5 {
  margin: 10% 0;
  padding-top: 2%;
  border-top: 2px dashed #029292;
  font-weight: 700;
}

#try .trybox .event_copy {
  color: #029292;
  font-size: 3.0rem;
  font-weight: 700;
  font-style: italic;
}

#try .trybox .event_photo {
  display: flex;
  gap: 2%;
}
#try .trybox .event_photo img {
  width: 32%;
}

#try .trybox {
  position: relative;
  border: 2px solid #029292;
  background: #fff;
  padding: 2% 2% 0;
  margin-top: 15%;
  font-size: 2.2rem;
}
#try .trybox .area {
  position: absolute;
  width: calc(31% + 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: #029292;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
}
#try .trybox .rc {
  position: absolute;
  width: 31%;
  height: 5.0rem;
  top: calc(-5.0rem + -2px);
  left: 33%;
  padding: 1% calc(2% - 0.5rem) 0 2%;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #e0c367;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
}
#try .trybox .rc.event {
  width: 50%;
}

#try .trybox>div div {
  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%;
}
#try .trybox .name strong {
  font-size: 3.0rem;
  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: #029292;
  font-weight: 700;
}
#try .trybox .badge {
  width: 15%;
  height: auto;
}

#try table .att {
  color: #029292;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}

#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;
}

#try .attbox {
  background: #be9841;
  color: #fff;
  padding: 2%;
  text-align: left;
  font-size: 2.0rem;
}

#try .btnbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#try .btnbox a {
  display: block;
  background: #029292;
  color: #fff;
  padding: 5%;
  border-radius: 50vh;
}


/********************/
/* howto */
#howto {
  background: url(../images/bg3.png) top center no-repeat, #fafafa;
  background-size: 100%;
  background-blend-mode: multiply;
  padding-top: 25%;
}

#howto .copy {
  color: #fff;
  background: #e0c367;
  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: #e0c367 transparent transparent transparent;
}

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

#howto h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto auto;
  --x-gradient: linear-gradient(90deg, #e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 calc(100% - 20px));
  --y-gradient: linear-gradient(#e0c367 0 20px, transparent 0 calc(100% - 20px), #e0c367 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% 4%;
}

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


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

#detail img {
  mix-blend-mode: multiply;
}

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

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

#detail .product {
  display: flex;
  gap: 5%;
}
#detail .product>div {
  margin-bottom: 10%;
}
#detail .product>div>img {
  position: relative;
  width: 100%;
  padding: 4% 2%;
  color: #e0c367;
  font-size: 4.0rem;
  --x-gradient: linear-gradient(90deg, #e0c367 0 10%, transparent 0 90%, #e0c367 90%);
  --y-gradient: linear-gradient(#e0c367 0 10%, transparent 0 90%, #e0c367 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 p {
  color: #e0c367;
}
#detail .product span {
  color: #029292;
}

/* #detail .size {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
#detail .size p {
  width: 10%;
  font-size: 5.0rem;
  font-weight: 700;
  color: #fff;
  background: #20c4c4;
  margin: 1% auto auto;
  border-radius: 5px;
}
#detail .size img {
  width: 85%;
  margin-bottom: 5%;
} */

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

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

#detail .option {
  padding: 2%;
  margin-top: 5%;
  background: #fff;
  border: 2px solid #20c4c4;
  font-size: 2.5rem;
}

#detail .option h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #20c4c4;
}

#detail .option h4 {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  margin: 2% 0;
}

#detail .option h5 {
  color: #fff;
  text-align: center;
  background: #20c4c4;
}

#detail .option .text {
  text-align: left;
  margin-bottom: 2%;
}
#detail .option .opbox {
  display: flex;
  gap: 2%;
}
#detail .option .opbox>div {
  width: 48%;
}

#detail .option img {
  width: 50%;
  height: auto;
}

#detail .option .att {
  font-size: 2.2rem;
  background: rgb(32 196 196 / 0.3);
  padding: 1% 2%;
  text-align: left;
  margin-top: 2%;
}

#detail .option .price {
  text-align: center;
  color: #c1272d;
  font-weight: 700;
}
#detail .option .price strong {
  font-size: 7.0rem;
}


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

cv style

=================================================================== */
.cv {
  background: #fff;
  padding: 4%;
  text-align: center;
}

.cv .benefit {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #029292 0%, #20c4c4 25%, #029292 100%);
  padding: 2%;
  line-height: 1.1;
  z-index: 10;
  overflow: hidden;
}
.cv .benefit::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 30px;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  animation: shine 3s ease-in-out infinite;
  display: inline-block;
}

.cv .benefit .title {
  display: flex;
  gap: 2%;
  justify-content: center;
  border-bottom: 1px solid #e0c367;
}

.cv .copy {
  background: #fff;
  color:#029292;
  border-radius: 50vh;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0.5%;
  margin-top: 3%;
}

.cv .benefit .gold {
  color: #e0c367;
  text-shadow: 2px 2px 0 #fff,1px 1px 2px #fff;
}
.cv .benefit h3 {
  font-size: 5.0rem;
  font-weight: 700;
}
.cv .benefit h3 strong {
  font-size: 9.0rem;
}

.cv .benefit h4 strong {
  font-size: 4.0rem;
}
.cv .benefit strong {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: italic;
  margin-right: 1%;
}
.cv .benefit small {
  font-size: 2.5rem;
}
.cv .benefit .sarani {
  font-size: 2.0rem;
  background: #e0c367;
  color: #029292;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 5px;
  font-weight: 700;
  padding: 0.5% 1% 0;
  margin-right: 1%;
  vertical-align: middle;
  box-shadow: 2px 2px 0 #fff,1px 1px 2px #fff;
}

.cv .cv_box {
  background: #fff;
  border: 2px solid #029292;
  padding: 2%;
}

.cv .box1 {
  display: flex;
  gap: 4%;
}
.cv .cv_video {
  width: 40%;
}
.cv .box1>div:nth-of-type(2) {
  width: 56%;
}

.cv .product {
  width: 100%;
}
.cv .size {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  height: 12%;
}
.cv .size>p{
  width: 23%;
  box-sizing: border-box;
  color: #fff;
  background: #20c4c4;
  text-align: center;
  border-radius: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 2px 2px 0;
}

.cv .box2 {
  display: flex;
  gap: 4%;
  margin-bottom: 5%;
}
.cv .box2>div:nth-of-type(1) {
  width: 40%;
}

.cv .notes {
  display: flex;
  gap: 4%;
  font-size: 2.0rem;
}
.cv .notes>p {
  width: 48%;
  color: #fff;
  background: #029292;
  margin: 2% 0;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 4% 0;
}

.cv .cv_delivery {
  text-align: center;
  font-size: 1.5rem;
  background: linear-gradient(180deg,#fff,#aeaeae);
  border: 1px solid #c8c8c8;
  border-radius: 50vh;
}
.cv .cv_delivery a {
  display: block;
  padding: 2% 0;
  color: #333;
}

.cv .price {
  font-size: 10.0rem;
  line-height: 0.8;
  font-weight: 700;
  color: #c1272d;
}
.cv .tax span {
  font-size: 2.0rem;
  line-height: 0.8;
  font-weight: 700;
  color: #333;
}
.cv .tax p {
  font-size: 5.0rem;
  line-height: 0.8;
  font-weight: 700;
  color: #c1272d;
}

.cv .att {
  color: #029292;
}

.cv .cv_button {
	display: block;
	margin: auto;
	padding: 3%;
	font-weight: 700;
	background-image: linear-gradient(to bottom, #96db38 0%, #1a5508 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
  -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:hover {
	color: #fff;
	background-image: linear-gradient(to top, #96db38 0%, #1a5508 100%);
}


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

FAQ style

=================================================================== */
#faq {
  width: 100%;
}

#faq .title {
  color: #fff;
  text-align: center;
  background: linear-gradient(70deg,#20c4c4,#029292);
  padding: 4%;
}
#faq .title h3 {
  letter-spacing: 1.0rem;
  background: linear-gradient(to bottom,#e0c367,#be9841);
  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: rgb(32 196 196 / 0.2);
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 3px;
  cursor: pointer;
}

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

#faq .icons_toggle,
#faq .icons_q,
#faq .icons_a {
  width: 2.5rem;
  color: #029292;
  font-weight: 900;
}

#faq .toggle_area .icons_a {
  color: #c1272d;
}

#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.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 .table_faq th {
  width: 30%;
  padding: 5px;
  border: 2px solid #fafafa;
  background: #f0f0f0;
}
#faq .table_faq td {
  width: 70%;
  padding: 5px;
  border: 2px solid #fafafa;
}


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

footer style

=================================================================== */
footer {
  color: #fff;
  background: #029292;
  font-size: 2.0rem;
  text-align: center;
}
footer a {
  color: #fff;
}
footer .footer_ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_ul li {
  width: 50%;
}
footer .footer_ul li a {
  width: 100%;
  display: block;
  padding: 2.0rem 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

footer .footer_small {
  padding: 7.0rem 0;
}


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

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));
  }
}

@keyframes shine {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}