@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
all
---------------------------------------- */
/* フォント周り */
/*Light*/
@font-face {
    font-family: ZenKakuGothicNew;
    src:url('../fonts/ZenKakuGothicNew-Light.woff')format('woff');
    src:url('../fonts/ZenKakuGothicNew-Light.ttf')format('truetype');
    font-weight: 300;
    font-style: normal;
}
/*Regular*/
@font-face {
    font-family: ZenKakuGothicNew;
    src:url('../fonts/ZenKakuGothicNew-Regular.woff')format('woff');
    src:url('../fonts/ZenKakuGothicNew-Regular.ttf')format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*Medium*/
@font-face {
    font-family: ZenKakuGothicNew;
    src:url('../fonts/ZenKakuGothicNew-Medium.woff')format('woff');
    src:url('../fonts/ZenKakuGothicNew-Medium.ttf')format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*Bold*/
@font-face {
    font-family: ZenKakuGothicNew;
    src:url('../fonts/ZenKakuGothicNew-Bold.woff')format('woff');
    src:url('../fonts/ZenKakuGothicNew-Bold.ttf')format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*Black*/
@font-face {
    font-family: ZenKakuGothicNew;
    src:url('../fonts/ZenKakuGothicNew-Black.woff')format('woff');
    src:url('../fonts/ZenKakuGothicNew-Black.ttf')format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: ZenKakuGothicNew;
    font-display: swap;
}
/*---------------  html---------------*/
html {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-family: ZenKakuGothicNew,sans-serif;
    font-weight: 400;/* Regular*/
    font-size: 62.5%;
    color: #595757;
    -webkit-tap-highlight-color: transparent;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
li{
    list-style: none;
}
p{
    font-size: 1.5rem;
    line-height: 130%;
}
/* アイコンのサイズを変更するためのルール */
.web_icons.fs_18 { font-size: 18px; }
.web_icons.fs_24 { font-size: 24px; }
.web_icons.fs_30 { font-size: 30px; }
.web_icons.fs_36 { font-size: 36px; }
.web_icons.fs_42 { font-size: 42px; }
.web_icons.fs_48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.web_icons.dark { color: #313131; }
.web_icons.dark.inactive { color: #AAAAAA; }

/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.web_icons.light { color: #fff; }
.web_icons.light.inactive { color: #F3F3F3; }

label, input[type='checkbox'] {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*メディア幅で非表示*/
@media screen and (min-width: 950px) {
   .pc_none {
    display: none!important;
  }
}
@media screen and (max-width: 949px) {
  .sp_none {
    display: none!important;
  }
}
/*aタグ周り*/
a{
    color: #E5015A;
    display: inline-block;
    word-break: break-all;
}
a:active{
    text-decoration: none;
}
.txt_link a{
    margin: 0 auto;
    display: block;
    color: #E5015A;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid;
    border-radius: 3px;
    width: 100%;
    max-width: 400px;
    font-weight: 700;
    margin-top: 15px;
}
.txt_link a:active{
    background-color: #E5015A;
    color: #fff;
}
/*------------ ボタン・リンク PC用  ------------*/
@media screen and (min-width: 950px) {
    a:hover{
        text-decoration: none;
    }
    .txt_link a:hover{
        background-color: #E5015A;
        color: #fff;
    }
}
/*----------------------------------------
global_nav
---------------------------------------- */
.global_nav{
    width: 100%;
    z-index: 100;
}
.global_nav .global_nav_container{
    position: relative;
}
.global_nav a,.global_nav button,
s.global_nav span#js_nav_space{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
/*global_nav_default*/
.global_nav .global_nav_container{
    background-color: #E9B1AB;
}
.global_nav .global_nav_default{
    display: flex;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
.global_nav .global_nav_default .logo_img{
    width: 150px;
    padding: 8px 20px;
    margin: auto;
}
.global_nav .global_nav_default a{
    color: #313131;
}
.global_nav .global_nav_default a:active{
    color: #E31B72;
}
.global_nav .global_nav_default .nav_left{
    display: flex;
    margin-right: auto;
}
.global_nav .global_nav_default .nav_right{
    display: flex;
    margin-right: 20px;
    width: 100%;
}
.global_nav .global_nav_default  .login_btn_wrapper{
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    margin-left: 10%;
    text-align: right;
}
.global_nav .global_nav_default  .login_btn_wrapper .login_btn{
    width: 50%;
    text-align: right;
}
.global_nav .login_btn{
    font-size: 1.5rem;
    font-weight: 500;
    margin: auto;
    margin-right: 5px;
    padding-top: 7px;
    height: 35px;
}
.global_nav .members_menu_list ul{
    font-size: 1.5rem;
    font-weight: 500;
}
/*------------ global_nav SP用  ------------*/
@media screen and (max-width: 949px) {
    .global_nav .login_btn.active p{
        color: #E31B72;
    }
    .global_nav .members_menu_list{
        display: none;
        margin: 0px auto;
        height: 35px;
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        transition: all 0.3s;
        overflow: auto;
        z-index: 1000;
        background-color: #fff;
    }
    .global_nav .members_menu_list.active{
        display: block;
    }
    .global_nav .members_menu_list ul{
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .global_nav .members_menu_list ul li{
        margin: 5px 1%;
        width: 25%;
        text-align: center;
    }
}
/*------------ global_nav PC用  ------------*/
@media screen and (min-width: 950px) {
    /*  default  */
    .global_nav .global_nav_default{
        height: 50px;
    }
    .global_nav .global_nav_default a:hover,
    .global_nav .login_btn:hover p{
        color: #E31B72;
    }
    .global_nav .global_nav_default .login_btn_wrapper{
        justify-content: flex-end;
        width: 50%;
        margin-left: 50%;
    }
    .global_nav .global_nav_default  .login_btn_wrapper .login_btn{
        width: 25%;
        margin-left: 5px;
    }
    .global_nav .members_menu{
        cursor: pointer;
    }
    .global_nav .members_menu_list{
        display: none;
    }
    .global_nav .members_menu_list ul{
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 10px;
        width: 210px;
        background-color: #fff;
        box-shadow: 0px 3px 6px 0px rgba(191, 191, 191, 1);
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        z-index: 1001;
    }
    .global_nav .members_menu_list ul li{
        margin: 5px 1%;
        width: 48%;
        text-align: center;
    }
}
/*----------------------------------------
bread_crumb
---------------------------------------- */
.bread_crumb {
    padding: 8px 10px;
    list-style: none;
    font-size: 1.4rem;
    color: #313131;
    background-color: #F3F3F3;
}
.bread_crumb li {
    display: inline;
    list-style: none;
}
.bread_crumb li::after{
    content: '>';
}
.bread_crumb li:last-child::after {
    content: '';
}
.bread_crumb li a {
    text-decoration: none;
    color: #313131;
    margin-right:5px;
}
.bread_crumb li a:active{
    text-decoration: underline;
}
/*------------ global_nav SP用  ------------*/
@media screen and (max-width: 949px) {
    .bread_crumb.active{
        margin-top: 35px;
    }
}
/*------------ global_nav PC用  ------------*/
@media screen and (min-width: 950px) {
    .bread_crumb {
        padding-left: 20px;
    }
    .bread_crumb li a:hover{
        text-decoration: underline;
    }
}
/*----------------------------------------
#main
---------------------------------------- */
#main{
    position: relative;
    z-index: 0;
}
#main #dcrt_heading_area{
    text-align: center;
}
#main #dcrt_heading_area h1{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    text-align: left;
    line-height: 110%;
}
@media screen and (min-width: 950px) {
    #main{
        max-width:  980px;
        margin: 0 auto;
    }
    #main #dcrt_heading_area h1{
        font-size: 1.6rem;
        padding: 20px 0px;
    }
}
/*----------------------------------------
common_area
---------------------------------------- */
.common_area {
    position: relative;
}
.common_area .common_heading{
    font-size: 2rem;
    color: #333;
}
.common_area a:active img{
    opacity: 0.7;
}
/*------------ common_area SP用  ------------*/
@media screen and (max-width: 949px) {
    .common_area {
        padding: 0 20px;
    }
}
/*------------ ボタン・リンク PC用  ------------*/
@media screen and (min-width: 950px) {
.common_area a:hover img{
        opacity: 0.7;
    }
}
/*----------------------------------------
deco_link_area
---------------------------------------- */
#main .deco_link_area{
    margin-bottom: 50px;
}
/*deco_link_area PC用*/
@media screen and (min-width: 950px) {
    #main .deco_link_area{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #main .deco_link_area .txt_link{
        width: calc( 33% - 10px );
        margin: 5px;
    }
}
/*----------------------------------------
footer
---------------------------------------- */
footer h2,
footer #filter_footer #feature_link h3{
    padding-left: 20px;
    font-size: 1.6rem;
}
body.order footer,
body.form footer{
    background-color:#fff;
}
/*------------ footer PC用  ------------*/
@media screen and (min-width: 950px) {
    footer h2{
        padding-left: 0;
    }
    footer #footer_inner{
        max-width: 980px;
        padding: 10px;
        margin: 0 auto;
    }
}
/*links_sns_icon_wrapper(links_area/sns_icon_area)*/
footer #links_sns_icon_wrapper{
    background-color: #fff;
    padding-bottom: 20px;
}
/*links_area*/
footer #links_area{
    padding-top: 20px;
    padding-bottom: 15px;
}
footer #links_area ul{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
footer #links_area ul li{
    display: inline-block;
    border: 0;
    border-left: 1px solid #313131;
    text-indent: 5px;
    padding: 0 8px;
    margin-bottom: 5px;
}
footer #links_area ul li a{
    font-size: 12px;
    text-decoration: none;
    color: #313131;
}
footer #links_area ul li a:active{
    color: #E31B72;
}
/*sns_icon_area*/
footer #sns_icon_area ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
footer #sns_icon_area ul li{
    width: 45px;
    margin: 0 15px;
}
footer #sns_icon_area ul li:nth-of-type(2n){
    padding: 6px;
}
/*copyright_area*/
#copyright_area{
    text-align: center;
    padding: 8px;
    background-color: #f3f3f3;
}
/*------------ sns_icon_area /copyright_areaPC用  ------------*/
@media screen and (min-width: 950px) {
    footer #links_area ul li a:hover{
        color: #E31B72;
    }
    footer #sns_icon_area ul li{
        margin: 0 30px;
    }
    footer #copyright_area{
        background-color:#fff;
        padding-bottom: 80px;
    }
}
/*----------------------------------------
loading
---------------------------------------- */
#loading{
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position:fixed;
    left:0;
    top:0;
}
#loading #loading_inner{
    padding-top: calc( 50vh - 31px);
}
#loading #loading_area{
    position: relative;
}
#loading .loading_area_inner{
    margin: 0 auto;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    background-color: #fff;
}
#loading_area .load_animation,
#loading_area .load_animation:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
#loading_area .load_animation {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(233, 177, 171, 0.2);
    border-right: 8px solid rgba(233, 177, 171, 0.2);
    border-bottom: 8px solid rgba(233, 177, 171, 0.2);
    border-left: 8px solid #E9B1AB;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load_animation 1.1s infinite linear;
    animation: load_animation 1.1s infinite linear;
}
#loading_area .load_icon{
    animation: load_icon 1.3s linear infinite;
    position: absolute;
    top: calc(50% - 15px);
    left:  calc(50% - 15px);
}
#loading_area .load_icon span{
    color: #E9B1AB;;
}
@keyframes load_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load_icon {
    0%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*----------------------------------------
agreement
---------------------------------------- */
body#agreement .agreement_content {
    text-align: justify;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid;
    padding: 15px;
    margin: 10px auto;
    margin-bottom: 50px;
    max-width: 700px;
}
body#agreement .agreement_content p.agreement_heading{
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
body#agreement .agreement_content .chapter_wrapper{
    margin-bottom: 20px;
    font-size: 1.5rem;
}
body#agreement .agreement_content p.sub_heading{
    font-weight: 700;
    font-size: 1.7rem;
}
body#agreement .agreement_content p.strong_txt{
    font-weight: 700;
    margin-top: 8px;
}