@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}
a {
    transition:0.8s;
}
a:hover {
    opacity: 0.4;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

/* header */
.header_wrap {
    width:100%;
    background:#edeaea;
    padding: 40px 20px 100px;
    box-sizing: border-box;
}
.header {
    width:100%;
    max-width:850px;
    margin:0 auto;
}

.header_h2 {
    font-size:35px;
    font-weight:bold;
    margin:0 0 100px;
    vertical-align:middle;
}
.header_h2 span {
    font-size:1.2em;
}
.header_h2 img {
    max-width: 110px;
    margin-left: 20px;
}
.header_flex {
    justify-content: center;
    align-items: flex-start;
    flex-wrap:nowrap;
    gap: 0 45px;
}
.header_flex .left {
    width:50%;
    max-width:500px;
    line-height:1.8;
}

/* .con */
.con {
    width:100%;
    max-width:100%;
}
.con_wrap {
    width:100%;
    max-width:850px;
    margin:0 auto;
    padding:0 20px;
    box-sizing: border-box;
}
.con_txt {
    font-size:24px;
    line-height:1.8;
}
h3 {
    font-size:26px;
    font-weight:bold;
    margin-bottom:50px;
}

.con01 {
    padding:100px 0;
}
.con01_img01 {
    margin-bottom:100px;
}
.con01 .flex {
    justify-content:center;
    align-items: center;
    flex-wrap:wrap;
    gap:0 45px;
}
.con01 .flex .left {
    width:calc((100% - 45px) / 2);
}
.con01 .flex .right {
    width:calc((100% - 45px) / 2);
}
.con01_txt01 {
    font-size:14px;
}
.con01_txt02 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.con01_txt03 {
    font-size:14px;
    font-weight:bold;
}
.con01_txt04 {
    font-size:14px;
}
.con01_txt05 a {
    display: block;
    max-width: 120px;
    margin: 0 0 0 auto;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    color:#000;
    background:rgb(255, 0, 0);
}

/* .con02 */
.con02 {
    width:100%;
    background:#edeaea;
    padding:100px 0;
    box-sizing: border-box;
}
.con02 .flex {
    justify-content: center;
    gap: 0 45px;
    align-items: flex-start;
}
.con02 .left {
    width:calc((100% - 45px) / 2);
    display: flex;
    flex-direction:column;
}
.con02 figure {
    margin-bottom:20px;
}
.con02_txt01 {
    font-size:16px;
    line-height:1.8;
    margin-bottom: 70px;
}
.con02_txt02 {
    margin: auto 0 0 auto;
    font-size:16px;
    line-height:1.8;
}

/* .con03 */
.con03 {
    padding:100px 0 100px;
}
.con04,.con05,.con06,.con07,.con08,.con09,.con10,.con12 {
    padding:0 0 100px;
}
.con03 .flex,.con04 .flex,.con05 .flex,.con06 .flex,.con07 .flex,.con08 .flex,.con09 .flex {
    justify-content: center;
    align-items: flex-start;
    gap:0 45px;
}
.con .left,.con .right {
    width:calc((100% - 45px) / 2);
}
.con_txt {
    font-size:16px;
    line-height:1.8;
}

.con05 .flex01,.con06 .flex01,.con07 .flex01 {
    margin-bottom:50px;
}

/* .shop_wrap */
.shop_wrap {
    width:100%;
    max-width:850px;
    border:1px solid #5c5553;
    padding: 45px;
    box-sizing: border-box;
    justify-content: center;
    gap:0 45px;
    align-items:flex-start;
}
.shop_wrap .left {
    width:100%;
    max-width:240px;
    text-align: center;
}
.shop_wrap .right {
    width:100%;
}
.shop_txt01 {
    font-size:16px;
    line-height:1.8;
    margin-bottom:45px;
}
.shop_txt02 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.shop_txt03 a {
    display: block;
    max-width: 120px;
    margin: 0 0 0 auto;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    color:#000;
    background:rgb(255, 0, 0);
}

/* .con10 */
.con10_txt01,.con11_txt01 {
    margin-bottom:20px;
}
.con11 {
    padding:0 0 50px;
}
.con12 .flex {
    justify-content: center;
    align-items: center;
    gap:45px;
}

/* .con13 */
.con13 {
    width:100%;
    background:#edeaea;
    padding: 40px 20px 100px;
    box-sizing: border-box;
}
.con13_wrap {
width:100%;
max-width:850px;
margin:0 auto;
}
.con13 .flex {
    justify-content: space-around;
    align-items: flex-start;
    gap:0 30px;
}
.con13 li {
    width:calc((100% - 60px) / 3);
}
.con13 figure {
    text-align: center;
    margin-bottom:20px;
}
.con13 .con13_txt01 {
    font-size:16px;
    font-weight:bold;
    line-height:1.8;
    margin-bottom:20px;
    height:4.0em;
}

/* footer */
footer {
    text-align: center;
    padding-bottom: 20px;
}

footer ul {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer a {
    display: block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 3px;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.3;
}

footer .link_fb {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer .link_ig {
    margin-right: 30px;
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer .link_yt {
    background: url(../img/icon_yt.png) no-repeat center/contain;
    margin-right: 30px;
}

footer .foo_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #727171;
}

footer .last_text {
    font-size: 10px;
    color: #727171;
}

footer .nho_t {
    font-size: 12px;
    margin: 30px 0 10px;
    color: #727171;
}

footer .nho_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 34px;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

footer .pw_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
    max-width: 240px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

/* topへ */
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    opacity: 0.6;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: '';
    font-size: 13px;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #000;
}

.sp_on {
    display: none;
}

/*.sp_off {
  display:block;
}*/



@media screen and (min-width: 980px) {
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 574px) {
    .flex {
        display:inherit;
    }
    .header_flex .left,.con01 .flex .left,.con01 .flex .right,.con .left, .con .right {
        width:100%;
        max-width:100%;
    }
    figure {
        text-align: center;
    }
    figure img {
        width:100%;
        max-width:100%;
    }
    .shop_wrap .left {
        max-width: 240px;
        margin: auto;
    }
    .con13 li {
        width:100%;
        max-width: 100%;
        margin-bottom:50px;
    }
    .con13 li figure {
        max-width: 240px;
        margin: auto;
    }
    .sp_on {
        display: block;
    }
    .sp_off {
        display: none;
    }

}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    
    footer .link_yt,footer .link_ig,footer .link_fb {
        margin: 0 auto 20px;
    }
}