@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1{
    font-size: 3.13em;
}
h2 {
    font-size: 2.5em;
    font-weight: 500;
}
section.wrap_m.titleiner {
    margin-top: 3.75em;
}
br.sp_on{
    display: none;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 30px;
    }
    br.sp_on{
        display: block;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ページ上部　キャッチコピー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.wrap_m.catch {
    padding-bottom: 0;
}
.img_box {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    opacity: 2;
}
.wrap_m.catch .img_box img.sp_on{
    display: none;
}
.wrap_m.catch .img_box img{
    width: 100%;
    margin-bottom: -110px;
}
.daibutu_box {
    max-width: 1400px;
    margin: 0 auto 0;
    text-align: center;
    opacity: 1;
}
img.daibutu-img {
    width: 100%;
    height: auto;
    padding-left: 6%;
}
img.back-img {
    position: absolute;
    top: -20px;
    right: -370px;
    width: auto !important;
    height: 440px;
    z-index: 1;
    opacity: 0.7;
}
img.sp_on{
    display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ページ上部　キャッチコピー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .wrap_m.catch::after {
        width: 40vw; /* 画面幅に合わせて画像を縮小 */
        height: 40vw;
        right: -10%; /* 中央寄りに配置 */
        top: 20%;
        opacity: 0.8; /* スマホでは重なりやすいため、より薄く */
    }
    .wrap_m.catch .img_box img.pc_on{
        display: none !important;
    }
    .wrap_m.catch .img_box img.sp_on{
        display: block;
    }
    .wrap_m.catch .img_box img {
        margin-bottom: -100px;
    }
    .daibutu_box {
        margin: 4.5em auto 0;
    }
    img.daibutu-img {
        padding-left: 0; 
    }
    img.back-img {
        top: -20px;
        right: -80px;
        height: 280px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
グレーバック部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.wave-back{
    background-color: #EFEFEF;
}
.wrap_m.shadow {
    margin: 0 auto;
    background: #fff;
    padding: 64px 48px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family:　YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.oushutarou-img{
    text-align: center;
}
.oushutarou-img img{
    width: 70%;
}
.ribbon {
    color: #fff;
    font-size: 1.5em;
    letter-spacing: -0.05em;
    font-weight: 500;
	text-align: center;
    min-width: 100%;
    padding: 18px 40px;
    margin: 40px auto;
    display: inline-block; /* 中身の長さに合わせる */
    position: relative;
    background-color: #d72f16;
    clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}
p.flow-text {
    margin: 0;
    text-align: center;
    font-weight: 600;
}
p.flow-dezain {
    width: 70%;
    margin: 5px auto 0;
    padding: 3px 20px;
    text-align: center;
    color: #fff;
    background-color: #603813;
}
.flowiner {
    text-align: center;
    padding: 30px 20px 4%;
    margin: 40px 0 30px;
}
.flowiner img{
    width: 100%;
}
.flowiner h3 {
    margin: 0;
    font-size: 1.5em;    
}
.flowiner p{
    font-size: 1.2em;
    margin-bottom: 30px;
}
.flowiner p br{
    display: none;
}
.flow-flex {
    display: flex;
    justify-content: center;
}
img.flowimg.choko{
    width: 50%;
    max-height: 440px;
}
img.flowimg.imono {
    width: 50%;
    max-height: 480px;
    margin-top: -4%;
}
/*=========================================*/
.no-shadow{
    width: 850px;
    margin: 0 auto;
    padding: 80px 0 30px;
}
.textiner{
    font-family:　YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.no-shadow h2{
    font-weight: 500;
    font-size: 38px;
}
p.minlist {
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px auto 0;
    width: 48%;
    line-height: 2.3;
    letter-spacing: 1px;
}
p.minlist br.only{
    display: none;
}
p.normal{
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 2.3;
    letter-spacing: 1px;
    margin: 0;
}
.flex-img {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 70px;
}
.imgitem {
    width: 48%;
    text-align: center;
}
.imgitem img{
    width: 100%;
}
.imgitem .red{
    color: #d72f16;
    font-weight: 600;
    margin-bottom: 0;
}
.try h1 {
    max-width: 70%;
    margin: 0 auto;
}
.try h1 img{
    width: 100%;
}
.try h3 {
    font-size: 22px;
    text-align: center;
    margin: 15px 0 35px;
}
.flex-img.tryiner {
    margin: 30px 0 40px;
}
p.black-normal {
    margin: 5px 0 0;
    font-weight: 600;
    text-align: center;
}
.full-width {
    margin-bottom: 50px;
}
.full-width img{
    width: 100%;
}
.full-width h3{
    margin: 8px 0 16px;
}
.full-width .black-normal{
    text-align: center;
}
.kyougou_btn {
    position: relative;
    max-width: 830px;
    margin: 0 auto 8em;
}
img.kyougou_position {
    position: absolute;
    top: -70%;
    left: 22%;
    width: 60%;
}
a.btn-black{
    display: block;
    font-size: 2em;
    font-family: none;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    background-color: #000;
    color: #fff;
    border: 3px solid #000;
    text-decoration: none;
    font-weight: 600;
}
a.btn-black:hover{
    background-color: #fff;
    color: #000;
}
a.btn-black br{
    display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
グレーバック部分　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .wave-back_img {
        height: 40px;
    }
    .wrap_m.shadow {
        padding: 30px 18px;
    }
    .oushutarou-img img {
        width: 85%;
    }
    p.flow-text {
        text-align: left;
    }
    p.flow-dezain {
        width: 100%;
    }
    .flowiner {
        padding: 0 0 10px;
    }
    .flowiner p br{
        display: block;
    }
    .flow-flex {
        gap: 20px;
        flex-direction: column;
    }
    img.flowimg.choko {
        width: 100%;
    }
    img.flowimg.imono {
        width: 100%;
        margin-top: 0; 
    }
    .no-shadow {
        width: 100%;
        padding: 10px 27.9px 50px;
    }
    .no-shadow h2 {
        font-size: 29px;
        text-align: left;
    }
    p.minlist {
        margin: 15px auto 10px;
        width: 100%;
        line-height: 1.8;
    }
    p.minlist br.only{
        display: block;
    }
    p.normal {
        text-align: left;
        line-height: 1.5;
    }
    .flex-img {
        flex-direction: column;
        gap: 20px;
        margin: 30px 0;
    }
    .imgitem {
        width: 100%;
        text-align: center;
    }
    .imgitem .red {
        margin-top: 5px;
    }
    .try h1 {
        max-width: 100%;
        line-height: 0;
    }
    .try h3 {
        font-size: 19px;
        margin: 10px 0 30px;
    }
    p.black-normal {
        margin: 5px 0 0;
        font-size: 15px;
    }
    p.black-normal.sizeup, p.black-normal span {
        font-size: 19px;
    }
    .full-width {
        margin-bottom: 0;
    }
    .full-width h3{
        margin: 10px 0 15px;
    }
    .full-width .black-normal {
        text-align: left;
    }
    a.btn-black br{
        display: block;
    }
    .kyougou_btn {
        padding: 0 24.7px;
    }
    img.kyougou_position {
        position: absolute;
        top: -45%;
        left: 10%;
        width: 80%;
    }
    .ribbon {
        font-size: 1.1em;
        clip-path: polygon(0 0, 100% 0, 92% 49%, 100% 100%, 0 100%, 7% 49%);
        margin-bottom: 0;
        margin-top: 20px;
        padding: 20px 25px 18px;
        font-weight: 600;
    }

}
.footer-nav ul {
    padding-bottom: 10px;
    margin: 0;
}
.account-wrap a.textiner {
    font-family: unset;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ノーマル部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.black {
    background-color: #fff;
    color: #000;
}
.wrap_m.blackiner{
    padding-bottom: 140px;
    padding-top: 80px;
}
h2 {
    font-weight: 600;
    text-align: center;
}
.line-title {
	display: flex;
	align-items: center;
	font-size: 22px;
    margin: 40px 0 20px;
}
.line-title span{
    letter-spacing: 0.4rem;
    font-weight: 500;
    text-shadow: 
        1.5px  1.5px 0 #ffffff,
        -1.5px  1.5px 0 #ffffff,
         1.5px -1.5px 0 #ffffff,
        -1.5px -1.5px 0 #ffffff,
         1.5px  0px   0 #ffffff,
        -1.5px  0px   0 #ffffff,
         0px    1.5px 0 #ffffff,
         0px   -1.5px 0 #ffffff,

        0px 0px 7px rgba(100, 160, 255, 1), 
        0px 0px 11px rgba(100, 160, 255, 1);
}
.line-title::before,
.line-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #1a1a1a;
}
.line-title::before {
	margin-right: 20px;
}
.line-title::after {
	margin-left: 20px;
}
.flex-box.m_box {
    margin-top: 2.8em;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.flexitem {
    width: 32%;
}
.flexitem img{
    width: 100%;
}
.flexitem p{
    text-align: center;
    margin: 10px 0 0;
}
.text-blok {
    max-width: 930px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 20px auto 40px;
}
.text-blok p{
    margin: 0;
}
img.tekki-img{
    width: 18%;
}
.flexitem.borderiner {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 15px;
}
.flexitem.borderiner h3{
    text-align: center;
    margin: 0 0 0.4em;
    text-shadow:
    /* ① 白いフチ（上下左右斜めに重ねてクッキリさせる） */
    1.5px  1.5px 0 #ffffff,
    -1.5px  1.5px 0 #ffffff,
     1.5px -1.5px 0 #ffffff,
    -1.5px -1.5px 0 #ffffff,
     1.5px  0px   0 #ffffff,
    -1.5px  0px   0 #ffffff,
     0px    1.5px 0 #ffffff,
     0px   -1.5px 0 #ffffff,
     
        0px 0px 7px rgba(100, 160, 255, 1), 
        0px 0px 11px rgba(100, 160, 255, 1);
}
.min-flex {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.mininer {
    width: 45%;
}
.mininer p {
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 40px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 2px 0;
}
p.kaisetu{
    margin-top: 15px;
    text-align: left;
    line-height: 1.4;
}
p.black_layer {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 0.8em;
    width: 80%;
    margin: 0.8em auto;
    padding: 2.2% 3%;
    border-radius: 40px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
黒部分　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .wrap_m.blackiner {
        padding-bottom: 120px;
    }
    h2 {
        font-size: 30px;
    }
    .line-title {
        font-size: 17px;
        margin: 20px 0 10px;
    }
    .flex-box {
        flex-direction: column;
    }
    .flexitem {
        width: 100%;
        margin-bottom: 26px;
    }
    .text-blok {
        gap: 15px;
        flex-direction: column-reverse;
    }
    .text-blok br{
        display: none;
    }
    img.tekki-img {
        width: 30%;
    }
    .account-wrap {
        margin: 0px auto 40px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    a.btn-black {
        font-size: 1.6em;
        font-family:　YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    .text-blok p {
        line-height: 1.7;
    }
}
@media screen and (max-width: 499px) {
    .wrap_m.blackiner {
        padding-bottom: 80px;
        padding-top: 40px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッターデザイン 調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.only_what {
	padding-top: 0;
}

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