@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Gothic&family=Zen+Old+Mincho&display=swap');

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

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: 6.8px;
}

@media only screen and (max-width: 749px) {
    html {
        font-size: 0.9vw;
    }
}

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%;
    object-fit: cover;
}


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

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: "Zen Old Mincho", serif;
}

.zen_old {
    font-family: "Zen Old Mincho", 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%;
    margin-bottom: 5%;
    font-size: 3.5rem;
}

table.table_base th,
table.table_base td {
    padding: 2%;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #0F3356;
    font-family: "Noto Sans CJK JP";
}

table.table_base th {
    color: #fff;
    background: #006CC8;
}

table.table_base td {
    color: #0F3356;
}

table.table_base tr th:first-child,
table.table_base tr td:first-child {
    width: 30%;
}

table.table_base tr>td:first-of-type {
    background: #D8F0F8;
}

table.table_base tr>td:not(:first-of-type) {
    text-align: left;
}

table.table_base span {
    color: #e0c367;
}

table.table_base span:last-child {
    font-weight: bold;
}


/* セクション区切り */

.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: 62%;
    top: 0%;
    left: 4%;
    color: #150F56;
    font-size: 4.7rem;
    transform: rotate(-4deg);
}

.sale_txt_bottom {
    font-size: 4.9rem;
}

.sale_txt_bottom strong {
    font-size: 6.6rem;
}

#top .copy>div {
    display: flex;
    align-items: center;
}

#top .copy>div img {
    width: 45%;
    margin-right: -4%;
}

#top .copy>div p {
    font-size: 4.0rem;
    margin-bottom: 1%;
}

#top .copy>p {
    font-size: 4.9rem;
    line-height: 1.0;
    margin-top: -4%;
}

#top .copy>p strong {
    font-size: 6.6rem;
}

#top .copy .__hundreds {
    transform: rotate(4deg);
}

#top .copy .__subttl {
    padding-left: 6%;
}

#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_img {
    position: absolute;
    width: 92%;
    top: 41%;
    left: 4%;
}

#top .title>div {
    display: flex;
    gap: 2%;
    align-items: flex-end;
    margin-bottom: 4%;
    transform: skewX(-5deg);
}

#top .title .text {
    font-size: 23.0rem;
    font-weight: 900;
    text-shadow: 8px 8px 0 #fff;
    color: #0F3356;
    /* line-height: 1.0; */
    margin-top: -11%;
    font-family: 'Noto Sans JP', sans-serif;
}

#top .title .new {
    font-size: 35.0rem;
    position: relative;
    display: inline-block;
    color: #fff;
}

#top .title .new::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "新";
    background: linear-gradient(to top, #FFD400, #FFA530);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

#top .title .half {
    color: #fff;
    background: linear-gradient(45deg, #00A7DC, #8DE4FF, #00A7DC);
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
}

#top .title .half span {
    font-size: 7rem;
    font-weight: 900;
}

#top .title img {
    padding-right: 3%;
}

#top .badge {
    position: absolute;
    width: 97%;
    bottom: 3%;
    left: 50%;
    right: 0;
    margin: auto;
    display: flex;
    gap: 1.5%;
    transform: translateX(-50%);
    justify-content: center;
}

#top .circle_width {
    width: 31%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    outline: 2px solid #006CC8;
    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);
  font-size: 4.9rem;
  color: #006CC8;
  font-weight: 900; */
    position: absolute;
    bottom: 47%;
    left: 50%;
    right: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    transform: rotate(-8deg) translateX(-50%);
    font-size: 5.7rem;
    color: #006CC8;
    font-weight: 900;
    transform-origin: center;
    width: max-content;
    line-height: 1;
}

#top .circle_height p.reset_txt2 strong {
    font-size: 6.2rem;
}

#top .circle_height p.reset_txt3 strong {
    font-size: 5.8rem;
}

#top .circle_height p.reset_txt2 {
    font-size: 3.9rem;
}

#top .circle_height p strong {
    font-size: 8rem;
    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%;
    margin-top: -10%;
}


/********************/


/* answer */

#answer {
    width: 100%;
}

#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 {
    background: url(../images/moment_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: -20rem;
    padding-top: 25rem;
}

#answer .box.moment div:first-child span {
    background: url(../images/answer_before_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 0;
}

.answer_lead {
    text-align: center;
    position: relative;
}

.answer_lead_ttl1 {
    font-size: 6.2rem;
    color: #0F3356;
    font-weight: 500;
}

.answer_lead_ttl2 {
    font-size: 9rem;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    background: linear-gradient(to right, #003562 0px, #006CC8 30%, #00A7DC 70%) text;
    line-height: 1.2;
}

.answer_lead_ttl_bg {
    width: 42rem;
    position: absolute;
    right: 14.8rem;
    bottom: -2rem;
}

#answer .box.moment div:last-child span {
    background: url(../images/answer_after_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 0;
}

#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 .answer_video {
    display: flex;
    height: calc(100% - 65px);
}

@media(max-width: 1000px) {
    #answer .answer_video {
        display: flex;
        height: calc(100% - 6.5rem);
    }
}

#answer .box {
    display: flex;
    padding: 4% 4% 12% 4%;
    color: #fff;
}

#answer .box>div {
    width: 50%;
}

#answer .box>div span {
    letter-spacing: 1.0rem;
}


/********************/


/* threeway */

#threeway {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #A3E1F4, #EEF4F6 70%);
    width: 100%;
}

#threeway .text {
    position: relative;
    margin: 9rem auto 0;
    width: 83.6rem;
}

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

#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: relative;
    width: 50.2rem;
    margin: 0 auto;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
}

.threeway_bg_after {
    position: absolute;
    left: 0;
    bottom: 0;
}

#threeway .menu {
    position: relative;
    margin: 0 auto;
    padding-bottom: 4%;
    width: 91.9rem;
    display: flex;
    gap: 4%;
}

#threeway .menu div {
    width: 48%;
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    background: linear-gradient(180deg, transparent 0%, transparent 25%, #00A7DC 25%, #006CC8 100%);
    padding-top: 0;
    padding-bottom: 1.0rem;
}

#threeway .menu div span {
    font-size: 13.0rem;
    font-weight: 900;
    color: #D8B36C;
    line-height: 1.0;
}

#threeway .menu div p {
    line-height: 2.0;
}


/********************/


/* use */

#use {
    width: 100%;
    text-align: center;
    background: #EDF4F6;
}

#use h2 {
    width: 100rem;
    font-size: 8.0rem;
    font-weight: 700;
    font-style: italic;
    margin: 3.0rem auto 0rem;
    color: #006CC8;
}

#use h2 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#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: #EDF4F6;
    padding-right: 2.0rem;
}

#use h2 .num {
    font-size: 15.0rem;
    color: #e0c367;
    padding-left: 2.0rem;
    font-style: normal;
}

#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;
    font-size: 4rem;
    padding: 2% 4% 4%;
    color: #0F3356;
}

#use h3 {
    font-size: 5.0rem;
    background: linear-gradient(180deg, #00A7DC, #006CC8);
    color: #fff;
    font-weight: 700;
    margin-bottom: 2.0rem;
}

#use h3 span {
    font-size: 6.0rem;
    background: #fff;
    border: 2px solid #006CC8;
    padding: 1.5rem 3.0rem;
    margin: 0;
    color: #AB8744;
}

#use h3 span small {
    font-size: 6.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, #785F30, #DEAF58, #AB8744);
    font-size: 5.24rem;
}

#use .ribbonbox {
    position: relative;
    background: linear-gradient(180deg, #00A7DC, #006CC8);
    ;
    color: #fff;
    padding: 10% 5% 5%;
    margin: -3% 5% 0;
    z-index: -10;
    text-align: left;
    width: 90%;
    border-width: 5px;
    border-style: solid;
    border-image-source: linear-gradient(20deg, #785F30, #DEAF58, #CFB990);
    border-image-slice: 1;
    font-size: 4rem;
}

#use .ribbonbox li {
    position: relative;
    margin-left: 8rem;
}

#use .ribbonbox li::before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    left: -4.7rem;
    width: 3.5rem;
    height: 1.0rem;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
}

#use .stretch {
    background: #D8F0F8;
    padding: 4%;
}

#use .stretch .box {
    background: #fff;
    padding: 2%;
}

#use .stretch .copy {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding: 0.5rem 3.5rem;
    width: 100%;
    margin-top: 2%;
    margin-bottom: -2%;
}

#use .stretch .copy img {
    width: 50.2rem;
}

#use .stretch h4 {
    font-size: 4rem;
    font-weight: bold;
    color: #0F3356;
}

#use .stretch h4 strong {
    font-size: 10rem;
    color: #006CC8;
}

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

#use .stretch p {
    margin: 2% 0 5%;
    text-align: center;
    font-size: 3.8rem;
    color: #0F3356;
}

.reset_txt_size {
    font-size: 4rem !important;
}

#use .stretch p .text1 {
    font-weight: 700;
    background-color: #FFE785;
}

#use .stretch p .text1 rt {
    color: #e0c367;
}

#use .stretch p .text2 {
    font-weight: 700;
    color: #0F3356;
    background-color: #FFE785;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 4rem;
}

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

#use .stretch .howto>div:first-of-type {
    position: relative;
    width: 36%;
    z-index: 1;
}

#use .stretch .howto>div:first-of-type i {
    position: absolute;
    top: 35%;
    right: -18%;
    z-index: 1;
    font-size: 7.0rem;
    color: #20c4c4;
}

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

#use .stretch .howto .usestretch_video {
    margin-top: 3rem;
}

#use .stretch .text3 {
    font-size: 9.0rem;
    color: #006CC8;
    text-align: center;
    font-weight: bold;
}

#use .stretch .reset_txt_size {
    letter-spacing: 0.5rem;
    text-align: left;
    padding: 0 3rem;
}

#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 {
    background: linear-gradient(to bottom, #B98D3C 30%, #DDC689 100%);
    padding: 8% 4% 4%;
    width: 100%;
    position: relative;
    z-index: 0;
}

.solution_ttl {
    text-align: center;
    color: white;
    font-size: 9.1rem;
    font-weight: 700;
}

.solution_ttl span {
    font-size: 12.4rem;
}

.solution_ttl1 {
    font-size: 12.4rem;
    color: white;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.solution_video_box {
    margin-top: 3rem;
}

.solution_video_box video {
    border: 0.4rem solid white;
    margin-top: 2rem;
}

.solution_video_txt {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    color: white;
    font-weight: bold;
}

.solution_star1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.solution_star2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#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/ashikata4_bg2.png);
    background-size: 100%;
    background-position-y: 5rem;
}

#ashikata .title {
    color: #fff;
    font-size: 5.2rem;
    font-style: italic;
    background: url(../images/shine_ashikata.png) bottom no-repeat, linear-gradient(to bottom, #00A7DC 0%, #006CC8 100%);
    background-size: 100%;
    padding: 10% 13.5rem 5%;
    position: relative;
}

#ashikata .title::before {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    content: "";
    width: 100%;
    height: 12rem;
    background: #006CC8;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

#ashikata .title strong {
    font-size: 7.9rem;
    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 p {
    margin: 5% 0;
    font-size: 4rem;
    color: #006CC8;
    font-weight: bold;
}

#ashikata .morebox>div img {
    width: 60%;
}

#ashikata .copy {
    padding: 0 4%;
    position: relative;
    font-size: 7.0rem;
    transform: rotate(-5deg);
    margin: 5% 0 -2%;
    z-index: 1;
    color: #0F3356;
    font-weight: 700;
}

#ashikata .copy p {
    font-size: 9.5rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(70deg, #006CC8, #00A7DC);
    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 {
    background-color: white;
    border: 2px solid #006CC8;
    border-radius: 10px;
    margin: 5% 0;
    padding: 3%;
    text-align: left;
}

#ashikata .reasonbox>div img {
    padding: 0 20%;
    margin-top: 2rem;
}

#ashikata .reasonbox h3 {
    position: relative;
    font-size: 6rem;
    color: #006CC8;
    border: 2px solid #006CC8;
    border-radius: 5px;
    margin: 5% auto;
    max-width: 65rem;
    padding-top: 1%;
    line-height: 1.3;
    text-align: center;
}

#ashikata .reasonbox h3:before {
    position: absolute;
    content: "";
    left: -13%;
    top: -15%;
    background: url(../images/faq_icon.png);
    width: 11.3rem;
    height: 11.3rem;
}

#ashikata .reasonbox p {
    color: #0F3356;
    font-size: 4rem;
    padding: 0 4rem;
}


/********************/


/* size */

#size {
    width: 100%;
    text-align: center;
    background: url(../images/size_bg.png) top center no-repeat, #fafafa;
    background-size: 100%;
    background-blend-mode: multiply;
    padding-top: 11rem;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 25.1rem;
}

#size .copy {
    color: #fff;
    background: #AB8744;
    position: relative;
    padding: 1% 5%;
    margin: 0 auto 2%;
    width: fit-content;
    font-size: 5.2rem;
}

#size .copy:after {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    content: '';
    border-width: 2.5rem 2.5rem 0 2.5rem;
    border-style: solid;
    border-color: #AB8744 transparent transparent transparent;
}

#size h2 {
    font-size: 9.0rem;
    font-weight: 600;
    position: relative;
    width: fit-content;
    padding: 1% 5%;
    margin: 0 auto;
    color: #029292;
    background: linear-gradient(25deg, #006CC8, #00A7DC);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4rem;
}

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

#size p {
    margin: 3% 0;
    font-size: 4rem;
    color: #0F3356;
}

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

#size h3 {
    color: #fff;
    background: #00A7DC;
    padding: 1% 2%;
    margin-left: 4rem;
    margin-right: 4rem;
}

#size h3 strong {
    font-size: 5.2rem;
    color: #FFE785;
    font-family: "Noto Sans CJK JP";
}

#size .fitbox {
    margin-left: 4rem;
    margin-right: 4rem;
    font-size: 4rem;
    color: #0F3356;
}

#size .fitbox div p {
    background: #00A7DC;
    color: white;
}

#size .fitbox div p strong {
    font-size: 5.0rem;
}

#size .text {
    font-size: 3.5rem;
    margin-top: 0;
}

#size .text strong {
    color: #00A7DC;
}

#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 {
    width: 100%;
    background: linear-gradient(180deg, #eef4f600 0%, #EEF4F6 10%, #A3E1F4 100%);
    position: relative;
    font-size: 5.0rem;
    line-height: 1.2;
    text-align: center;
    margin-top: -20rem;
}

#ordermade .text {
    font-size: 5.7rem;
    color: #0F3356;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-top: 5rem;
}

#ordermade .ordermade_abs {
    position: relative;
    color: #e0c367;
    margin-top: 2rem;
}

#ordermade .ordermade_abs span {
    color: #0F3356;
    font-size: 7.2rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

#ordermade .ordermade_abs span strong {
    font-size: 10.1rem;
    color: #006CC8;
    font-weight: bold;
    position: relative;
}

#ordermade .ordermade_abs span strong::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.6rem;
    z-index: -1;
    background-color: #FFE785;
    left: 0;
    bottom: 0;
}

.ordermade_abs_confirm {
    width: 73.9rem;
    margin: 0 auto;
}

#ordermade .ordermade_abs span small {
    transform: rotate(30deg);
}

.ordermade_abs_confirm_bottom {
    width: 73.9rem;
    margin: 0 auto 0;
}

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

.ordermade_arrow_first_bottom {
    position: relative;
    display: flex;
    justify-content: center;
}

.ordermade_arrow_first_bottom img {
    width: 9rem;
}


/********************/


/* 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;
    width: 100%;
}

.meet_lead {
    position: absolute;
    top: 12%;
    right: calc(50% - 33.2rem);
    width: 66.4rem;
    color: #fff;
    font-size: 6.0rem;
    font-weight: 700;
    text-align: right;
}

.meet_logo {
    position: absolute;
    top: 35%;
    right: calc(50% - 30.35rem);
    width: 60.7rem;
    color: #fff;
    font-size: 6.0rem;
    font-weight: 700;
    text-align: right;
}


/********************/


/* expert */

#expert {
    width: 100%;
    padding: 4%;
    background: url(../images/expert_voice_bg.jpg);
    font-size: 2.0rem;
}

#expert .box {
    padding: 5.8rem 4.5rem;
    background: unset;
    border: 5px solid #006bc865;
}

#expert .lead .lead_title {
    width: 85.2rem;
    margin: 0 auto;
}

#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: 3.8rem;
    margin-top: 1.0rem;
}

#expert .text p strong {
    background: #FBE587;
}

#expert .text .mt3 {
    margin-top: 3.8rem;
}

.lead_flex {
    position: relative;
    margin-top: 9.5rem;
}

.lead_ttl1 {
    font-size: 5.3rem;
    font-weight: bold;
    color: white;
    display: flex;
}

.lead_ttl1 span {
    background: linear-gradient(70deg, #006CC8, #00A7DC);
    padding: 0 15rem 0 1.5rem;
    letter-spacing: -0.05em;
}

.lead_ttl2 {
    font-size: 4.8rem;
    font-weight: bold;
    color: white;
    display: flex;
    margin-top: 2rem;
}

.lead_ttl2 span {
    background: linear-gradient(70deg, #006CC8, #00A7DC);
    padding: 0 1.5rem;
}

.lead_boss {
    position: absolute;
    right: -1rem;
    top: -17rem;
}

.lead_boss img {
    width: 35.6rem;
}

#expert .text {
    margin-top: 7rem;
}

.lead_ttl3 {
    font-size: 2.95rem;
    color: #0F3356;
    margin-top: 3rem;
    display: flex;
}

.lead_ttl3 .lead_ttl3_txt {
    border-bottom: 0.3rem dotted #0F3356;
}

.lead_ttl3 .lead_txt1 {
    font-weight: bold;
    margin: 0 1rem 0 2rem;
}

.lead_ttl3 .lead_txt2 {
    font-weight: bold;
    font-size: 4rem;
}

.lead_ttl3 .lead_txt3 {
    font-weight: bold;
}


/********************/


/* media */

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

#media h2 {
    font-size: 7.0rem;
    color: white;
}

.media_lead {
    background: linear-gradient(-130deg, #009CDC, #006CC8);
    min-height: 28rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.media_lead_abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.media_box {
    margin-top: 7rem;
}

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

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

.media_box_ttl {
    text-align: center;
}

.media_box_ttl span {
    font-weight: bold;
    color: #006CC8;
    font-size: 5rem;
    border-bottom: 3px solid #006CC8;
}

.media_box_txt {
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 1.63;
    color: #0F3356;
    margin-top: 3rem;
    text-align: left;
    font-weight: 500;
}


/********************/


/* select */

#select {
    width: 100%;
    text-align: center;
    background: url(../images/select_bg.png)no-repeat, linear-gradient(180deg, #006CC8 0%, #00A7DC 100%);
    background-size: 100%;
    padding: 10% 4% 0;
    color: #fff;
}

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

#select .select_lead {
    width: 88.8rem;
    margin: 0 auto;
}

#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: 8.0rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(20deg, #AB8744 0%, #DEAF58 62%, #785F30 100%);
    padding: 0 3.0rem;
    width: fit-content;
    margin: 0 auto 7%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#select .reasonbox>div {
    background: #20c4c4;
    margin-bottom: 5%;
    border: 5px solid transparent;
    border-image: linear-gradient(89.5deg, #AB8744 0.16%, #DEAF58 61.98%, #785F30 99.84%) 1;
}

#select .title {
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
    padding: 2%;
    background: linear-gradient(20deg, #006CC8 0%, #00A7DC 100%);
    mix-blend-mode: Plus darker;
}

#select .title p {
    font-size: 4.3rem;
}

#select .title p strong {
    font-size: 8.2rem;
    font-weight: 700;
    line-height: 4.5rem;
    line-height: 1;
}

#select h4 {
    color: #fff;
    font-size: 5.2rem;
    margin-top: -1rem;
}

#select .select_video {
    display: flex;
}


/********************/


/* original */

#original {
    width: 100%;
    padding: 6% 4% 4%;
    background: url(../images/original_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

#original .cv {
    padding: unset;
    background-color: unset;
}

.worry .worry_txt5 {
    width: 90%;
    margin: 8rem auto;
}

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

#original h2 strong {
    font-size: 8.2rem;
    color: #006CC8;
}

.original_box_lead1 {
    font-size: 6rem;
    color: #006CC8;
}

#original ol {
    margin-left: 0;
}

#original .ribbon {
    position: relative;
    color: #fff;
    padding: 1% 5%;
    background: linear-gradient(25deg, #785F30, #DEAF58, #AB8744);
    width: fit-content;
    z-index: 1;
    font-size: 5rem;
    margin: 5% auto -3%;
}

#original .ribbon strong {
    font-size: 6rem;
}

#original .ribbonbox {
    color: #fff;
    font-size: 3.5rem;
    background: linear-gradient(165deg, #00A7DC, #006CC8);
    padding: 5%;
    border: 6.83px solid transparent;
    border-image: linear-gradient(270.1deg, #CFB990 0.13%, #DEAF58 61.99%, #785F30 99.87%) 1;
}

#original .ribbonbox strong {
    color: white;
    font-size: 7rem;
    color: #FDCF7C;
    letter-spacing: -0.57rem;
}

#original .ribbonbox ol {
    counter-reset: number;
    list-style-type: none!important;
    max-width: 79.1rem;
    margin: 0 auto;
}

#original .ribbonbox ol li {
    position: relative;
    padding: 4rem 1.0rem 4rem 11.0rem;
    border-bottom: 2px solid white;
    font-size: 5rem;
    font-weight: bold;
}

#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: 9.0rem;
    height: 9rem;
    font-size: 5rem;
    text-align: center;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#original .customer {
    text-align: center;
}

#original .customer .tel {
    font-size: 12.0rem;
    font-weight: 900;
    line-height: 1.0;
}

#original .customer .time {
    color: #006CC8;
    background: white;
    margin: 2% 0;
    font-size: 4rem;
}

#original .customer .customerbox .note1 {
    border: 1px solid #fff;
    padding: 2%;
    margin-bottom: 2%;
    font-size: 4rem;
}

#original .customer .customerbox .note2 {
    color: #e0c367;
    font-weight: 700;
    font-size: 6.5rem;
}

#original .customer .supportbox img {
    padding: 0 20%;
}

#original .ribbonbox .support_lead {
    font-size: 5rem;
}

#original .ribbonbox .support_lead {
    font-size: 6.5rem;
}

.supportbox_txt_reset {
    font-size: 7rem;
    color: white;
}

.supportbox_txt_reset_bottom {
    text-align: center;
    font-size: 5rem;
    margin-top: 1rem;
}


/* #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/how_to_bg.png);
    background-size: 100%;
    background-blend-mode: multiply;
    padding-bottom: 4%;
}

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

.how_to_lead {
    position: relative;
    width: 85.2rem;
    margin: 0 auto;
}

.how_to_lead_txt {
    margin: unset !important;
}

.how_to_lead_step {
    position: absolute;
    top: -11rem;
    left: -6rem;
    margin: unset !important;
    width: 36.7rem;
}

.box_lead_title {
    text-align: center;
}

.box_lead_title span {
    background: linear-gradient(20deg, #006CC8, #00A7DC);
    font-size: 5.8rem;
    color: white;
    font-weight: bold;
    padding: 0 2rem;
}

.box_lead_txt {
    font-size: 4.3rem;
    color: #0F3356;
    font-weight: 500;
}

.howto_video {
    padding-left: 4%;
    padding-right: 4%;
}


/********************/


/* detail */

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

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

#detail h2 {
    width: 85.2rem;
    margin-left: auto;
    margin-right: auto;
    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_img_col {
    margin-top: 6rem;
}

.detail_size_img_col:first-child {
    width: 90.2rem;
}

.detail_size_img_col:nth-child(2) {
    width: 94.7rem;
}

.detail_size_img_col:nth-child(3) {
    width: 100.1rem;
}

.detail_size_img_col:last-child {
    margin-bottom: 8rem;
}

.detail_refer_txt {
    font-size: 3.7rem;
    color: #0F3356;
}


/* #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% 0;
    margin-top: 5%;
    background: #fff;
    border: 2px solid #20c4c4;
    font-size: 2.5rem;
}

#detail .option h3 {
    font-size: 5.3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #00A7DC;
    margin: 0 2%;
}

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

#detail .option .text {
    text-align: left;
    font-size: 3.3rem;
    color: #0F3356;
    margin: 0 5%;
}

#detail .option .box {
    display: flex;
    gap: 4%;
}

#detail .option .box>img {
    width: 35%;
}

#detail .option .att {
    font-size: 2.2rem;
    font-weight: 700;
    background: rgb(32 196 196 / 0.3);
    padding: 5%;
    text-align: left;
}

#detail .option .pricebox {
    text-align: center;
    color: #c1272d;
    font-weight: 700;
}

#detail .option .price {
    font-size: 7.0rem;
}

.option_box_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
}

.option_box_price_txt {
    font-size: 4.5rem;
    font-weight: 700;
    color: #C1282D;
}

.option_box_price_txt span {
    font-size: 10rem;
}

.option_box_bottom {
    margin: 0 2%;
    background-color: #D8F0F8;
    padding: 2%;
    font-size: 2.8rem;
    color: #003562;
    text-align: left;
}


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

cv style

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

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

.cv.bg_reset {
    background-color: #E3F0F5;
}

.cv.bg_reset1 {
    background: linear-gradient(180deg, #A3E1F4 0%, #EEF4F6 10%, #EEF4F6 100%);
    padding-bottom: 14rem;
}

.cv .benefit {
    position: relative;
    color: #fff;
    background-color: #006CC8;
    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: #006CC8;
    border-radius: 50vh;
    font-size: 3.6rem;
    font-weight: 700;
    padding-top: 0.5%;
    padding: 8px 0;
    width: 90%;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv_lead_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cv .benefit .gold {
    color: #FFD400;
}

.cv .benefit .gold.number {
    color: #FFD400;
    font-size: 16rem;
    letter-spacing: -8%;
}

.cv .benefit h3 {
    font-size: 8.5rem;
    font-weight: 700;
    font-style: italic;
}

.cv .benefit h3 strong {
    font-size: 9.0rem;
}

.cv .benefit h4 strong {
    font-size: 4.0rem;
}

.cv .benefit strong {
    font-style: italic;
    margin-right: 1%;
}

.cv .benefit small {
    font-size: 2.5rem;
}

.cv .benefit .sarani {
    font-size: 2.0rem;
    background: #00A7DC;
    color: #fff;
    font-size: 3.6rem;
    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;
}

.cv_bottom_txt {
    font-size: 3.8rem;
    margin-top: 10px;
    font-weight: 700;
}

.cv_bottom_txt small {
    font-size: 3.8rem !important;
}

.cv .cv_box {
    background: #fff;
    border: 2px solid #006CC8;
    padding: 2%;
    position: relative;
    z-index: 0;
}

.cv .cv_box_title {
    font-size: 3.6rem;
    color: #0F3356;
}

.cv .cv_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, #B6CADC);
    background: linear-gradient(1.3deg, #FFFFFF 32.3%, #B6CADC 71.33%);
    z-index: -1;
}

.cv .box1 {
    display: flex;
    gap: 3%;
}

.cv .cv_video {
    width: 47%;
}

.cv .box1>div:nth-of-type(2) {
    width: 50%;
    position: relative;
}

.cv .box1>div:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 29rem;
    left: 11%;
    background: url(../images/cv_product_shadow.png) no-repeat;
    background-size: cover;
    width: 43rem;
    height: 40rem;
}

.cv .product {
    /* width: 43.1rem; */
    margin-top: -8%;
}

.cv .size {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    height: 12%;
    margin-top: -12%;
    position: relative;
    z-index: 10;
}

.cv .size>p {
    width: 23%;
    box-sizing: border-box;
    color: #fff;
    background: #00A7DC;
    text-align: center;
    border-radius: 3px;
    font-size: 3.8rem;
    font-weight: 700;
    padding: 2px 2px 0;
}

.cv .box2 {
    display: flex;
    gap: 4%;
    margin-bottom: 5%;
}

.cv .box2>div:nth-of-type(1) {
    width: 42%;
}

.cv .notes {
    display: flex;
    gap: 4%;
    font-size: 2.0rem;
}

.cv .notes>p {
    width: 48%;
    color: #fff;
    background: #006CC8;
    margin: 2% 0;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 4% 0;
}

.cv .cv_delivery {
    text-align: center;
    font-size: 2.5rem;
    background: linear-gradient(180deg, #fff, #aeaeae);
    border: 1px solid #c8c8c8;
    border-radius: 50vh;
    margin-top: 2%;
}

.cv .cv_delivery a {
    display: block;
    padding: 2% 0;
    color: #333;
}

.cv .price {
    font-size: 16.35rem;
    line-height: 0.8;
    font-weight: 900;
    color: #c1272d;
    margin-right: 0.5rem;
    font-family: "Noto Serif JP", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

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

.cv .tax span {
    font-size: 2.2rem;
    line-height: 0.8;
    font-weight: 700;
    color: black;
    letter-spacing: -1px;
}

.cv .tax p {
    font-size: 8.6rem;
    line-height: 0.8;
    font-weight: 700;
    color: #c1272d;
}

.cv .att {
    color: #0F3356;
    font-size: 4.5rem;
    span {
        color: #00A7DC;
    }
}

.cv .cv_button {
    display: block;
    margin: auto;
    font-size: 5.4rem;
    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(150deg, #006CC8, #009CDC);
    padding: 4%;
    position: relative;
    z-index: 0;
}

#faq .title h3 {
    font-weight: bold;
    background: linear-gradient(25deg, #785F30, #DEAF58, #AB8744);
    width: fit-content;
    margin: 0 auto 1%;
    padding: 0 1%;
    font-size: 4.6rem;
}

#faq .title h2 {
    font-size: 7.0rem;
    color: white;
    font-weight: bold;
    margin-top: 1rem;
}

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

#faq .toggle_btn {
    background: #D8F0F8;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 3px;
    cursor: pointer;
    align-items: center;
}

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

#faq .icons_toggle,
#faq .icons_q,
#faq .icons_a {
    width: 3.2rem;
    color: #0F3356;
    font-weight: 500;
}

#faq .icons_q {
    font-size: 4rem;
    color: #006CC8;
    font-family: "Noto Serif JP", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

#faq .icons_a {}

#faq .toggle_btn span:nth-of-type(2) {
    font-size: 3.2rem;
    color: #0F3356;
}

#faq .toggle_area .icons_a {
    color: #c1272d;
    font-size: 3.8rem;
}

#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;
    font-size: 3.2rem;
}

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

#faq .toggle_area td p {
    margin-bottom: 20px;
    font-size: 3.2rem;
}

#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: #034C8B;
    font-size: 3.2rem;
    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-right: 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;
    }
}


/* support belt */

.supportBelt {
    background: url(../images/support_belt_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 8% 4% 4%;
    width: 100%;
}

.supportBelt .lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.supportBelt .lead_img {
    width: 9.464rem;
}

.supportBelt .lead_title {
    width: 67.8rem;
}

.supportBelt_video {
    margin-top: 5%;
}

.supportBelt_video video {
    margin-top: 2%;
    border: 4px solid white;
}

.supportBelt_video_txt {
    text-align: right;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}


/* miss register */

.miss_register {
    background: url(../images/miss_register_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10% 8%;
    width: 100%;
}

.miss_register_title {
    display: flex;
    justify-content: center;
}

.miss_register_title img {
    width: 70.5rem;
}

.miss_register_img {
    display: flex;
    justify-content: center;
    margin-top: -20%;
}

.miss_register_img img {
    width: 87rem;
}

.miss_register_txt {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 600;
    color: #0F3356;
    line-height: 1.6;
    margin-top: -13%;
}

.miss_register_txt span {
    color: #00A7DC;
}


/* worry part */

.worry_part {
    padding: 10% 4%;
    position: relative;
    width: 100%;
}

.worry_part_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.worry_part_ttl1 {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 500;
    color: white;
}

.worry_part_ttl2 {
    font-size: 6.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
}

.worry_part_ttl2 span {
    color: #FFE785;
}

.worry_txtBg {
    margin-top: 6%;
}

.worry_txtBg_txt1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.worry_txtBg_txt1 img {
    width: 87.1rem;
}

.worry_txtBg_txt2 img {
    width: 79.5rem;
}

.worry_txtBg_txt3 {
    display: flex;
    justify-content: flex-end;
    margin-right: 4%;
    margin-top: 3rem;
}

.worry_txtBg_txt3 img {
    width: 54rem;
}

.gardner_txt {
    display: flex;
    justify-content: center;
    margin-top: 12rem;
}

.gardner_txt1 {
    background-color: white;
    border-radius: 50px;
    padding: 1rem 2rem;
    color: #006CC8;
    font-size: 4.8rem;
}

.gardner_txt1 span {
    font-weight: bold;
    font-size: 4.8rem;
}

.worry_solve {
    margin-top: 8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-size: 11.6rem;
}

.worry_solve_lead {
    display: flex;
    flex-direction: row;
}

.worry_solve .txt1 {
    font-size: 17.3rem;
    font-weight: bold;
    margin-top: -6%;
    margin-right: 2rem;
}

.worry_solve .txt2 span {
    font-size: 17.3rem;
    font-weight: bold;
    margin-right: 2rem;
}

.worry_solve_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.worry_solve_txt {
    width: 26.2rem;
    height: 26.2rem;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    transform: rotate(-6deg);
}

.worry_solve_txt.txt1 {
    font-size: 4.2rem;
}

.worry_solve_txt.txt1 span {
    font-size: 6.5rem;
}

.worry_solve_txt.txt2 {
    font-size: 3.2rem;
    margin: 0 4rem;
}

.worry_solve_txt.txt2 span {
    font-size: 4.2rem;
}

.worry_solve_txt.txt3 {
    font-size: 4.9rem;
    text-shadow: 0 0 1.4rem #006CC8;
}

.easyUse {
    background: url(../images/easy_use_bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding: 25rem 0 10rem;
    position: relative;
}

.easyUse_ttl {
    position: absolute;
    top: -6rem;
    left: 0;
    width: 99.5rem;
}

.easyUse_part2 {
    margin-top: -15rem;
}

.easyUse_part3 {
    margin-top: -15rem;
}

.easyUse_bottom_title {
    display: flex;
    justify-content: center;
}

.easyUse_bottom_title img {
    width: 61.4rem;
}

.easyUse_bottom_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 4.6rem;
}

.easyUse_bottom_col {
    width: 38rem;
}

.easyUse_bottom_col:first-child {
    margin-right: 0.5rem;
}

.easyUse_bottom_txt {
    font-size: 2.8rem;
    font-weight: 500;
    color: white;
    background-color: #606B74;
    border: 2px solid #606B74;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-top: 1.7rem;
}

.easyUse_bottom_col:last-child .easyUse_bottom_txt {
    background-color: white;
    border: 2px solid #006CC8;
    color: #006CC8;
}


/* holding power */

.holding {
    background: url(../images/holding_bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 9.4rem 0 27rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.holding_lead {
    text-align: center;
}

.holding_lead img {
    width: 65.5rem;
    text-align: center;
}

.holding_title {
    font-size: 10.1rem;
    color: #0F3356;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 5rem;
}

.holding_title span {
    font-size: 17rem;
    color: #006CC8;
}

.holding_title small {
    font-size: 7rem;
}

.holding_title span.__nowide {
    font-size: unset;
    color: unset;
    letter-spacing: -2.3rem;
}


/* detract */

.detract {
    background-color: #E3F0F5;
    padding: 11% 4% 4%;
    width: 100%;
    position: relative;
}

.detract_ttl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.detract_ttl img {
    width: 75.6rem;
}


/* laundry */

.laundry {
    background: linear-gradient(to bottom, #FFFFFF, #CBE5EF);
    padding: 10% 4% 4%;
    width: 100%;
    position: relative;
    z-index: 0;
}

.laundry::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #ffffff00, #95D2E1);
    z-index: -1;
}

.laundry_ttl1 {
    font-size: 7.5rem;
    text-align: center;
    color: #0F3356;
    font-weight: 700;
}

.laundry_ttl2 {
    background: linear-gradient(to bottom, #00A7DC, #006CC8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1;
}

.laundry_txt {
    font-size: 2.9rem;
    color: #0F3356;
}

.laundry_tips {
    background-color: white;
    border: 1rem solid #006CC8;
    padding: 2.5rem 3.5rem;
    margin-top: 2rem;
    position: relative;
}

.laundry_tips_ttl {
    font-size: 3.6rem;
    color: #006CC8;
    font-weight: bold;
    padding-left: 9rem;
}

.laundry_tips_txt {
    font-size: 2.9rem;
    margin-top: 1.5rem;
    color: #0F3356;
}

.laundry_tips_abs {
    position: absolute;
    top: 1.7rem;
    left: -1rem;
    width: 10.9rem;
}

.laundry_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.option_box_price_img {
    max-width: 55%;
}