@charset "utf-8";

@font-face {
    font-family: "DIN-Regular";
    src: url('../img/inewpro/FONT/DIN-Regular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: "DIN Condensed Bold";
    src: url('../img/inewpro/FONT/DIN Condensed Bold.ttf') format('TrueType');
    font-weight: 400;
}

@font-face {
    font-family: "UtsukushiFONT";
    src: url('../img/inewpro/FONT/UtsukushiFONT.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "NotoSansCJKjp";
    src: url('../img/inewpro/FONT/NotoSansCJKjp.otf') format('opentype');
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    /*    margin: 0;
    padding: 0;*/
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

html {
    margin-top: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    /*    padding: 0;*/
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    opacity: .7;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}


abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

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

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

button {
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

}

html {
    font-size: 62.5%;
}

body {
    font-family: "NotoSansCJKjp", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.5;
}

img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

article {
    overflow: hidden;
}

/*-----------------------
         header
-------------------------*/

header {
    background-image: linear-gradient(90deg, rgba(51, 51, 51, 1) 23%, rgba(113, 113, 113, 1) 53%, rgba(51, 51, 51, 1) 82%);
}
header .inner {
    width: 100%;
}
header,
header .subl.top {
    background-color: var(--gre1);
    color: var(--ylw2);
}

header:before {
    content: '';
    inset: 0;
    position: absolute;
    display: block;
    background-image: linear-gradient(to right, #00000071 0%, #00000000 30%, #00000000 40%, #00000000 60%, #00000071);
}

header .td.logo {
    color: #fff;
}

header :where(.td.mainMenu) a {
    --arc: var(--ylw2);
}

header .logo svg * {
    fill: #ffffff;
}

header .cart svg * {
    fill: #ffffff;
}

header .td.tp,
header input+.swh li {
    background-color: var(--ylw1);
}

header .td.cart .cart {
    background-color: #71717188;
}

.floatTOP>div {
    background-color: var(--gre1);
    background-image: radial-gradient(circle at 50% 24%, #00000000, #00000088);
    text-shadow: 0 .4em .6em #00000033;
    color: #ffffff;
}

@media screen and (min-width:840px) {
    :root {
        --half: linear-gradient(to right, #00000071, #00000000, #00000071);
    }

    header:before {
        background-image: linear-gradient(to right, #00000071, #00000000, #00000071);
    }

    header .subl.top {
        background-color: transparent;
    }

    header .subl.top .xi>label>.subl:before {
        background-color: var(--gre1);
        opacity: .96;
    }
}

header :where(.subl > .xi > label)>a[act] {
    color: #ffffff;
    --arc: #ffffff;
}

body {
    --ylw1: #717171;
    --ylw2: #ffffff;
    --gre1: #333333;
    --gre2: #168673;
}

.caches {
    overflow: hidden;
    height: 0;
}

.flx0 .inner,
.flx0 .outer,
.flx .inner,
.flx .outer,
.flx1 .inner {
    padding: 8vw calc(8vw - env(safe-area-inset-right)) 8vw calc(8vw - env(safe-area-inset-left));
}

@media screen and (min-width:840px) {

    .flx0 .inner,
    .flx0 .outer,
    .flx .inner,
    .flx .outer,
    .flx1 .inner {
        padding: 48px calc(48px - env(safe-area-inset-right)) 48px calc(48px - env(safe-area-inset-left));
    }
}


.PurcFloat,
.PurcFloat:hover,
.PurcFloat:visited {
    inset: auto auto 2em;
}

.PurcFloat .statPic {
    inset: auto 0 0;
}

.PurcFloat,
.PurcFloat:hover,
.PurcFloat:visited {
    --ry: 30vw;
    pointer-events: none;
}

.PurcFloat>* {
    position: relative;
}

.PurcFloat>div>div {
    background-color: var(--gre1);
}

.PurcFloat .statPic {
    pointer-events: auto;
    inset: 0;
    margin: auto;
    width: fit-content;
    max-width: 70%;
}

.PurcFloat .statPic .slg {
    display: none;
}

.PurcFloat .statPic .pic {
    max-width: 100%;
}

@media screen and (min-width: 840px) {

    .PurcFloat,
    .PurcFloat:hover,
    .PurcFloat:visited {
        --ry: 250px;
    }

    .PurcFloat .statPic {
        max-width: 40%;
    }
}

@keyframes bfloatIZ {
    0% {
        transform: translateY(-6em);
    }

    100% {
        transform: translateY(-7em);
    }
}

.section_ttl h2{
    font-weight: 400;
    text-align: center;
    font-size: clamp(24px, 3.646vw, 70px);
}
@media screen and (max-width: 768px) {

    .pc_br{
        display: none;
    }
}

/*-----------------------
        top
-------------------------*/

#top{
	position: relative;
    /*margin-top: 93px;*/
}
@media screen and (max-width: 840px) {
	#top{
	    /*margin-top: 60px;*/
	}
}


@media screen and (max-width: 768px) {
    #top{
        background-image: url('top_bg.png');
        background-size: cover;
        background-position: 59%;
        height: 750px;
        /*margin-top: 60px;*/
    }
    .top_bg{
        display: none;
    }

}


.fv_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
    width: 100%;
}
.fv_fx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv_img {
    width: 41%;
    max-width: 775px;
}
.sp_img {
    display: none;
}
.sp_br{
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_br{
        display: block;
    }
    .pc_img {
        display: none;
    }
    .sp_img {
        display: block;
    }
    .fv_img{
        margin: 0 auto;
    }
}
.fv_txtbox{
    width: 33%;
    max-width: 620px;
    min-width: 353px;
    margin-left: -3%;
    text-align: center;
}

.fv_txt01 .txtbig{
    font-size: clamp(20px, 2.1877vw, 42px);
    letter-spacing: .1em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}
.fv_txt01 h1{
    font-family: "DIN Condensed Bold","Akshar", system-ui;
    font-size: clamp(60px, 5.625vw, 108px);
    line-height: 1.6;
    font-weight: normal;
    border-top:  2px solid #000000;
    border-bottom:  2px solid #000000;
    letter-spacing: .25em;
}
.fv_txt01 .txtbig2{
    font-family: "Akshar", system-ui;
    letter-spacing: .15em;
    font-size: clamp(18px, 1.7188vw, 33px);
    font-weight: 600;
    margin-top: 25px;
    line-height: 1;
}
.fv_txt01 .txtbig3{
    font-family: "Akshar", system-ui;
    font-size: clamp(16px, 1.199vw, 23px);
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 20px;
}


.fv_txt02{
    margin-top: 28%;    
}

@media screen and (max-width: 1100px) {

    .fv_txt02{
        margin-top: 3%;
    }
}

@media screen and (max-width: 768px) {
	 .fv_txt02{
        margin-top:0;
    }
    .fv_txtbox{
        width: 33%;
        margin: 0 auto;
        max-width: 620px;
        min-width: 353px;
    }
    
    .fv_txt01 .txtbig{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .fv_txt01 h1{
        font-size: 50px;
        padding: 13px 0 0;
    }
    .fv_txt01 .txtbig2{
        font-size: 18px;
        margin-top: 20px;
    }
    .fv_txt01 .txtbig3{
        font-size: 16px;
        margin-top: 5px;
    }
    
}


.fv_txt02 p{
   font-size: clamp(20px, 1.877vw, 36px);
   letter-spacing: .11em;
   line-height: 1.13;
   font-weight: 600;
    font-feature-settings: "palt";
}
.fv_txt02 p span{
    font-family: "DIN Condensed Bold","Akshar", system-ui;
    font-size: clamp(40px, 4.166666vw, 80px);
    font-weight: 500;
    letter-spacing: .01em;
}
.fv_txt02 ul{
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-top: 30px;
}
.fv_txt02 ul li{
    width: 176px;
    border: 3px solid #000000;
    text-align: center;
    padding: 14px 0
}
.fv_txt02 ul li p{
    font-size: clamp(15px, 1.5625vw, 30px);
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.13;
    letter-spacing: .02em;
}
.fv_txt02 ul li p .txtbig{
    font-family: "DIN Condensed Bold","Akshar", system-ui;
    font-size: clamp(30px, 3.438vw, 66px);
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.13;

}
.fv_txt02 ul li p .txtsmall{
    letter-spacing: .04em;
    font-size: clamp(15px, 1.5625vw, 30px);
}
@media screen and (max-width: 768px) {
	
	.fv_txt02 p{
        font-size: 18px;
     }
     .fv_txt02 p span{
         font-size: 45px;
     }
     .fv_txt02 ul{
         column-gap: 10px;
         margin-top: 10px;
     }
     .fv_txt02 ul li{
         width: 176px;
         padding: 10px 0;
     }
     .fv_txt02 ul li p{
         font-size: 17px;
     }
     .fv_txt02 ul li p .txtbig{
         font-size: 33px;
     }
     .fv_txt02 ul li p .txtsmall{
         font-size: clamp(15px, 1.5625vw, 30px);
     }


}



.section_ttl{
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #000000;
}
.section_ttl .txt{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.section_ttl h2 {
    width: max-content;
    font-size: 42px;
    font-weight: 600;
    padding: 8px 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #fff;
    z-index:0;
}
.section_ttl h2::before,
.section_ttl h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 61px;
    height: 61px;
    background-color: #fff;
    z-index: -1;
}
.section_ttl h2::before {
    left: -31px;
    border-top: 4px solid #000000;
    border-left: 4px solid #000000;
    transform: translateY(-50%) rotate(-45deg);
}
.section_ttl h2::after {
    right: -31px;
    border-top: 4px solid #000000;
    border-right: 4px solid #000000;
    transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 1000px) {

    .section_ttl h2 {
        font-size: 35px;
        padding: 8px 10px;
    }
    .section_ttl h2::before,
    .section_ttl h2::after {
        width: 52px;
        height: 52px;
    }
    .section_ttl h2::before {
        left: -27px;
    }
    .section_ttl h2::after {
        right: -27px;
    }

}


@media screen and (max-width: 768px) {

    .section_ttl h2 {
        font-size: 21px;
        padding: 8px 10px;
    }
    .section_ttl h2::before,
    .section_ttl h2::after {
        width: 61px;
        height: 61px;
    }
    .section_ttl h2::before {
        left: -30px;
    }
    .section_ttl h2::after {
        right: -32px;
    }

}
/*-----------------------
    about
-------------------------*/

#about{
    padding: 130px 0 150px;
}
.about_box{
    background-image: url('bg02.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.about_box_fx{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
.about_img{
    width: 45%;
}
.about_img img{
    width: 45%;
    max-width: 214px;
}
.about_txt{
    width: 65%;

}

.about_txt h2 {
    max-width: 500px;
    font-size: 42px;
    font-weight: 600;
    padding: 9px 0;
    color: #000000;
    display: inline-block;
    position: relative;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #fff;
    z-index:0;
    margin-bottom: 15.912%;
}


.about_txt h2::before,
.about_txt h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    z-index: -1;
}
.about_txt h2::before {
    left: -31px;
    border-top: 4px solid #000000;
    border-left: 4px solid #000000;
    transform: translateY(-50%) rotate(-45deg);
}
.about_txt h2::after {
    right: -31px;
    border-top: 4px solid #000000;
    border-right: 4px solid #000000;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1100px) {

    .about_txt h2 {
        font-size: 30px;
        padding: 12px 0;
    }
    .about_txt h2::before,
    .about_txt h2::after {
        width: 54px;
        height: 54px;
    }
    .about_txt h2::before {
        left: -28px;
    }
    .about_txt h2::after {
        right: -28px;
    }

}

@media screen and (max-width: 768px) {
    #about{
        padding: 80px 0 150px;
    }
    .about_box_fx{
        flex-direction: column;
        row-gap: 20px;
    }
    .about_box {
        background-position: 45%;
        padding: 40px 0;
        max-width: 550px;
        margin: 0 auto;
    }
    .about_img{
        width: 90%;
    }
    .about_img img{
        width: 100%;
        max-width: 90px;
    }
    .about_txt{
        width: 72%;
    
    }
    .about_txt h2 {
        font-size: 21px;
        padding: 12px 0;
        margin-bottom: 35px;
    }

}

.store_link a {
    padding: 13px 0;
    display: block;
    position: relative;
    z-index: 0;
    font-size: clamp(27px, 1.667vw, 32px);
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000000;
    max-width: 450px;
}
.store_link a:last-child{
    margin-bottom: 0;
}
.store_link a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffff96;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    z-index: -1;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 1100px) {

    .store_link a {
        padding: 13px 0;
        font-size: 25px;
        margin-bottom: 30px;
        max-width: 450px;
    }
    .store_link {
        width: 80%;
        margin: 0 auto;
    }

}
@media screen and (max-width: 768px) {
    
    .about_txt h2::before,
    .about_txt h2::after {
        top: 50%;
        width: 44px;
        height: 44px;
    }
    .about_txt h2::before {
        left: -23px;
        border-top: 4px solid #000000;
        border-left: 4px solid #000000;
    }
    .about_txt h2::after {
        right: -23px;
        border-top: 4px solid #000000;
        border-right: 4px solid #000000;
    }

    .store_link a {
        padding: 13px 0;
        font-size: 18px;
        margin-bottom: 15px;
        max-width: 450px;
    }
    .store_link {
        width: 90%;
        max-width: 260px;
        margin: 0 auto;
    }
}
/*-----------------------
           store
-------------------------*/

.store .store_box{
    padding: 17.095% 0 19.6%;
}

.store ul>li{
    background-image: url('lineup_bg.png');
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: flex-end;
    column-gap: 50px;
    padding: 40px 44px;
    margin-bottom: 100px;
}
.store ul>li:last-child{
    margin-bottom: 0;
}
.store ul>li:nth-child(even){
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {

    .store .store_box {
        padding: 100px 0 100px;
    }

    .store ul>li{
        max-width: 550px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        padding: 40px 20px;
        margin-bottom: 50px;
    }
    
    .store ul>li:nth-child(even){
        flex-direction: column;
    }
    .store_img02{
        margin-bottom: 15px;
    }
    .store_txt {
        width: 90%;
    }
    .store_img {
        max-width: 350px;
    }
}


.store_link2 {
    margin-top: 20.57%;
    width: 100%;
}
.store_link2 a {
    padding: 13px 0;
    display: block;
    position: relative;
    z-index: 0;
    font-size: clamp(27px, 1.667vw, 32px);
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 450px;
}

.store_link2 a::before {
    background: #fff;

}
@media screen and (max-width: 1100px) {

    .store_link2 a {
        font-size: 20px;
    }

}


@media screen and (max-width: 768px) {

    .store_link2 a {
        padding: 13px 0;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .store_link2 {
        margin-top: 20px;
    }
}

/*-----------------------
         howto
-------------------------*/
.howto{
    padding-bottom: 5%;
    position: relative;
    z-index: 0;
}
.howto::before,.howto::after{
    content: "";
    display: inline-block;
    background-image: url("howto_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 318px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.howto::after{
    background-image: url("howto_right.png");
    top: 0;
    left: auto;
    right: 0;
}
.howto .howto_box{
    padding: 14.958% 0 5.209%;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.howto_ttl h2{
    font-size: 40px;
    padding: 0 20px;
}
.howto_ttl h2 span{
    font-size: 54px;
    font-family: "DIN Condensed Bold", "Akshar", system-ui;
    letter-spacing: .25em;
    font-weight: normal;
    vertical-align: middle;
}
@media screen and (max-width: 1100px) {

    .howto_ttl h2{
        font-size: 30px;
        padding: 0 20px;
    }
    .howto_ttl h2 span{
        font-size: 45px;
    }
    .howto::before,.howto::after{
        width: 70px;
        background-position: center;
    }
.howto_ttl h2::before {
    left: -27px;
}
.howto_ttl h2::after {
    right: -27px;
}
    .howto_ttl h2::before, .howto_ttl h2::after {
    width: 53px;
    height: 52px;
}

}
@media screen and (max-width: 768px) {

    .howto{
        padding-bottom: 60px;
    }
    .howto .howto_box{
        padding: 100px 0 100px;
        width: 90%;
    }
    .howto_ttl h2{
        font-size: 17px;
        padding: 0 20px;
    }
    .howto_ttl h2 span{
        font-size: 30px;
    }

    .howto_ttl h2::before,
    .howto_ttl h2::after {
        width: 36px;
        height: 36px;
    }
    .howto_ttl h2::before {
        left: -19px;
    }
    .howto_ttl h2::after {
        right: -19px;
    }
    
}


.howto .howto_box>li{
    border-top: 4px solid #000000;
    position: relative;
    padding: 6.667% 0 13.334%;
}
.howto .howto_box>li:last-child{
    padding-bottom: 0;
}
.howto .howto_box li .howto_fx{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    padding-left: 20px;
}


.howto .howto_box li:nth-of-type(1) .howto_txt{
    max-width: 500px;
}

.howto .howto_box li:nth-of-type(2) .howto_txt,
.howto .howto_box li:nth-of-type(3) .howto_txt{
    max-width: 830px;
}

.howto .howto_box li:nth-of-type(4) .howto_txt{
    max-width: 795px;
}


@media screen and (max-width: 768px) {

    .howto .howto_box>li{
        padding: 50px 0 90px;
        border-top: 2px solid #000000;
    }
    .howto .howto_box li .howto_fx{
        flex-direction: column;
        row-gap: 20px;
        padding-left: 0;
    }
    
    .howto .howto_box li:nth-of-type(1) .howto_txt{
        max-width: 550px;
    }
    
    .howto .howto_box li:nth-of-type(2) .howto_txt,
    .howto .howto_box li:nth-of-type(3) .howto_txt{
        max-width: 550px;
    }
    
    .howto .howto_box li:nth-of-type(4) .howto_txt{
        max-width: 550px;
    }


}


.howto .howto_box li .howto_img{
    width: 57%;
    max-width: 680px;
}
.howto .howto_box li:not(:first-child) .howto_img{
    width: 100%;
    max-width: 292px;  
}
.howto_txt p,.howto_txt li{
    font-family: "M PLUS 1p", sans-serif;
    font-size: clamp(20px, 1.15vw, 22px);
    font-feature-settings: "palt";
}
.howto .howto_box li:nth-of-type(2) .howto_txt ul{
    margin-top: 40px;
}
.howto .howto_box li:nth-of-type(2) .howto_txt ul li{
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;    
}
.howtottl{
    position: absolute;
    top: -1%;
    left: 0;
    transform: translateY(-50%);
}
.howto .howto_box li:last-child .howtottl{
    top: -2%;
}
@media screen and (max-width: 1100px) {

    .howto .howto_box li:last-child .howtottl{
        top: -1%;
    }
}


@media screen and (max-width: 900px) {
    .howto .howto_box li:not(:first-child) .howto_img {
        width: 41%;
        max-width: 130px;
        flex-shrink: 0;
    }

}

@media screen and (max-width: 768px) {

    .howto .howto_box li .howto_img{
        width: 90%;
        margin: 0 auto;
        max-width: 500px;
    }
    .howto .howto_box li:not(:first-child) .howto_img{
        width: 90%;
        margin: 0 auto;
        max-width: 200px;  
    }
    .howto_txt p,.howto_txt li{
        font-size: clamp(16px, 1.15vw, 22px);
    }
    .howto .howto_box li:nth-of-type(2) .howto_txt ul{
        margin-top: 20px;
    }
    .howto .howto_box li:nth-of-type(2) .howto_txt ul li{
        margin-bottom: 20px;
    }
    .howto .howto_box li:nth-of-type(2) .howto_txt ul li:last-child{
        margin-bottom: 0;
    }
    .howtottl{
        top: 0;
        left: 0;
    }
    .howto .howto_box li:last-child .howtottl {
        top: -.5%;
    }   

}


.howto_box h3 {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: normal;
    padding: 0 30px;
    color: #000000;
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #000000;
    background-color: #fff;
    z-index:0;
}
.howto_box h3::after {
    content: "";
    position: absolute;
    top: 55%;
    width: 58px;
    height: 57px;
    background-color: #fff;
    z-index: -1;
    right: -29px;
    border-top: 4px solid #000000;
    border-right: 4px solid #000000;
    transform: translateY(-50%) rotate(45deg);
}
.howto_box h3 span{
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-size: 85px;
    letter-spacing: .03em;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}
.howto .howto_box li:nth-of-type(4) h3,
.howto .howto_box li:last-child h3{
    padding: 25px 30px;
}
@media screen and (max-width: 1100px) {

    .howto_box h3 {
        font-size: 20px;
        padding: 0 10px 0 10px;
    }
    .howto_box h3::after {
        top: 56%;
        width: 35px;
        height: 35px;
        z-index: -1;
        right: -18px;
    }
    .howto_box h3 span{
        font-size: 50px;
        margin-right: 5px;
    }
    .howto .howto_box li:nth-of-type(4) h3,
    .howto .howto_box li:last-child h3{
        padding: 14px 9px;
    }
    
  
}


@media screen and (max-width: 768px) {

    .howto_box h3 {
        font-size: 18px;
        padding: 0 10px 0 10px;
        border-bottom: 2px solid #000000;
    }
    .howto_box h3::after,
    .howto .howto_box li:last-child h3::after{
        top: 50%;
        width: 30px;
        height: 30px;
        z-index: -1;
        right: -15px;
        border-top: 2px solid #000000;
        border-right: 2px solid #000000;
    }
    .howto_box h3 span{
        font-size: 40px;
        margin-right: 5px;
    }
    .howto .howto_box li:nth-of-type(4) h3{
        padding: 10px 9px;
    }
     .howto .howto_box li:last-child h3 {
        padding: 12px 9px;
    }
    .howto .howto_box li:last-child h3::after {
        top: 54%;
        right: -16px;
    }
    
}

.howto_table table{
    table-layout: fixed;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #231815;
    background-color: #fff;
}
.howto_table table th,.howto_table table td{
    border-bottom: 1px solid #231815;
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 2.28;
    font-family: "M PLUS 1p", sans-serif;
}
.howto_table table th{
    border-right: 1px solid #231815;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    width: 225px;
    vertical-align: middle;
}
.howto_table table td{
    padding-left: 25px;
}

@media screen and (max-width: 768px) {

    .howto_table table th,.howto_table table td{
        font-size: 14px;
        line-height: 1.8;
        padding: 5px 0;
    }
    .howto_table table th{
        font-size: 14px;
        width: 125px;
    }
    .howto_table table td{
        padding-left: 10px;
    }

}



.caution_box{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border: 3px solid #231815;
    background-color: #fff;
}

.caution_box h2{
    padding: 13px 0;
    background-color: #231815;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: clamp(20px, 1.877vw, 36px);
    text-align: center;
}
.caution_box ul{
    padding: 35px 65px 40px 35px ;
}
.caution_box li{
    font-size: clamp(18px, 1.3544vw, 26px);
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 35px;
    text-indent: -1em;
    padding-left: 1em;
}
.caution_box li:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {

    .caution_box{
        width: 90%;
        max-width: 550px;
    }
    
    .caution_box h2{
        padding: 13px 0;
        font-size: 20px;
    }
    .caution_box ul{
        padding: 35px 20px 40px 15px ;
    }
    .caution_box li{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .caution_box li:last-child{
        margin-bottom: 0;
    }

}


/*-----------------------
         footer
-------------------------*/

footer {
    background-color: rgba(255, 255, 255, .4);
    background-image: linear-gradient(90deg, rgba(51, 51, 51, 1) 23%, rgba(113, 113, 113, 1) 53%, rgba(51, 51, 51, 1) 82%);
    padding-top: 45px;
    padding-bottom: 100px;
}
.f_l_logo,.f_r_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_r_menu{
	margin-top: 40px;
}
.f_l_logo img{
	max-width: 222px;
}


@media screen and (max-width: 820px) {

    .f_l_logo img{
        max-width: 110px;
    }
    
}
.f_r_menu ul{
	display: flex;
}
.f_r_menu li a{
    font-family: "NotoSansCJKjp", sans-serif;
    padding: 0 20px;
	color: #fff;
}
.f_r_menu li{
    position: relative;
}
.f_r_menu li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.f_r_menu li:last-child::after{
    content: "";
    display: block;
    height: 1em;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

@media screen and (max-width: 820px) {

    footer {
        padding-top: 50px;
    }
    .f_r_menu li a {
        padding: 0 8px;
        font-size: 11px;
    }
    .f_l_logo ul.f_nav {
        flex-direction: column;
    }
    .f_r_menu li::after,.f_r_menu li:last-child::after {
        top: 4px;
    }
    .f_l_logo,.f_r_menu{
		flex-direction: column;
		align-items: center;
	}

}
.f_logo{
    width: 80%;
    max-width: 207px;
}
.f_nav{
	margin-top: 40px;
}
.f_l_logo ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: 18px;
}
.f_l_logo ul.f_nav{
    column-gap: 30px;
}
.f_l_logo li a{
    font-family: "NotoSansCJKjp", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .1em;
}

small{
    font-family: "NotoSansCJKjp", sans-serif;
	display: block;
	text-align: right;
    color: #fff;
}

@media screen and (max-width: 820px) {

    .f_l_logo ul{
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    column-gap: 16px;
	    row-gap: 16px;
	}

    .f_l_logo,.f_r_menu{
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
    small {
        font-size: 10px;
    }
}

.font-xl {
    font-size: 1.25rem !important;
}
.font-2xl {
  font-size: 1.5rem !important;
}
.font-3xl {
  font-size: 1.875rem !important;
}
 
@media (max-width: 768px) {
    .font-md-xxs {
      font-size: 0.625rem !important;
    }
    .font-md-xs {
      font-size: 0.75rem !important;
    }
    .font-md-sm {
      font-size: 0.875rem !important;
    }
    .font-md-base {
      font-size: 1rem !important;
    }
}