@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   
NEWS headline

========================================================================== */
.index-app-news {
    text-align: center;
    padding: 25px 0;
    background: linear-gradient(-135deg, #f7a322, #f01c96);
    color: #ffffff;
    position: relative;
    z-index: 8;
}
.head_font2 {
    font-family: Maison Neue Book, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 19px;
    letter-spacing: .2em;
}
.index-app-news span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.index-app-news a {
    color: #fff !important;
}
@media (max-width:600px) {
    .index-app-news {
        text-align: center;
        padding: 25px 0;
        position: relative;
        z-index: 1;
        top: 0px;
        background: linear-gradient(-135deg, #f7a322, #f01c96);
        color: #fff;
        font-size: 9px;
        font-size: 0.9rem;
        font-size: 0.9rem;
    }
    .head_font2 {
        font-family: Maison Neue Book, Helvetica, Arial, sans-serif;
        font-size: 9px;
        font-size: 0.9rem;
        line-height: 19px;
        letter-spacing: .2em;
    }
    .index-app-news span {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 9px;
        font-size: 0.9rem;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }
}
/* ==========================================================================
   
TOP NEWS

========================================================================== */
.top_new_box {
    width: 100%;
    display: block;
}
.top_new_box dl {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: #dddddd 1px dotted;
    display: block;
    flex-wrap: wrap;
    width: 100%;
}
.top_new_box dt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: utile-display, sans-serif;
    color: #2b3234;
    padding-bottom: 1%;
    float: left;
    text-align: left;
    display: block;
}
.top_new_box dd {
    position: relative;
    /* 相対位置指定 */
}
.top_new_box dd span {
    position: absolute;
    right: 0;
    /* 右端に配置 */
    text-align: right;
    display: inline-block;
}


.top_new_box dd a{
	color: #1e2526!important;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
    .top_new_box dd span {
        display: none;
    }
}
.icon::before {
    font-family: 'themify';
    content: "\e628";
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    /* 丸の直径 */
    height: 40px;
    /* 丸の直径 */
    border: 1px solid #2b3234;
    /* ボーダー */
    color: #2b3234;
    /* テキストの色 */
    border-radius: 50%;
    /* 丸くする */
    margin-right: 5px;
    padding: 3px;
}
.top_copy {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding-bottom: 3%;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
}
.top_copy_description {
    font-size: 13px;
    opacity: 0.5;
    font-weight: bold;
}
.top_copy_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}
.about_copy_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    padding-bottom: 10%;
    padding-top: 5%;
    margin-bottom: 10%;
    border-bottom: #dddddd 1px dotted;
}
.caption_s_box {
    width: 100%;
    display: block;
    padding-bottom: 7%;
}
.caption_s {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 11px;
    font-family: BrandonTextWeb-Medium;
    letter-spacing: .1em;
    font-weight: bold;
}
.caption_s:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 10px;
    height: 3px;
    background: #9b8c6c;
}
/* ==========================================================================
   
recommend SECTION

========================================================================== */
.recommends {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.recommends:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.recommend{
    width: 24%;
    margin-bottom: 3%;
}
.recommend img {
    width: 100%;
    margin-bottom: 5%;
}

.recommend_sub_ttl{
    font-size: 13px;
    font-size: 1.3rem;
font-family: utile-display, sans-serif;
    color: #2b3234;
    padding-bottom: 1%;
}

.recommend_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}
.journal_txt {}




@media screen and (max-width: 768px) {
    .recommends {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recommends:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .recommend {
        width: 49%;
        margin-bottom: 2%;
    }
    .recommendl_img {
        margin-bottom: 5%;
    }
	
	.recommend_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #3E4443;
    font-family: "Shippori Mincho", serif;
}

}


/* ==========================================================================
   
w100%表示バナー

========================================================================== */
#shop_bg {
    color: #ffffff;
    background: url("../img/bgcontact.jpg") center center no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 18%;
    padding-bottom: 3%;
    background-position: top;
    background-attachment: fixed;
    background-color: #222222;
    position: relative;
    z-index: 8;
    display: block;
}
.shop_ttl{
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 2;
padding-bottom: 1%;
}
.shop_txt{
padding-bottom: 2%;
font-size: 12px;
font-size: 1.2rem;	
}
.shop_txt2{
padding-bottom: 1%;
}

.shop_btnbox{
    margin-top: 2%;
    padding-bottom: 3%;
    display: block;
    width: 100%;
}
.shop_btnbox .btn2 {
    border-radius: 40px;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    padding-left: 3%;
    line-height: 40px;
    position: relative;
    color: #fefefe !important;
    border: #ffffff 1.5px solid;
    width: 80px;
    min-width: 180px;
    font-weight: bold;
    max-width: 200px;
    margin-bottom: 1%;
    margin-right: 1%;
}
.shop_btnbox .btnSmall {
    line-height: 40px;
}
.shop_btnbox .btnSmall:after {
    line-height: 40px;
}
.shop_btnbox .btn2:hover {
    color: #f01c96 !important;
    border: #f01c96 1.5px solid;

}
.shop_btnbox .btn2:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

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

#shop_bg {
        color: #ffffff;
        background-image: url("../img/bgcontactsp.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        margin-top: 0%;
        padding-top: 10%;
        padding-bottom: 13%;
        padding-left: 5%;
        padding-right: 5%;
        background-attachment: inherit;
        background-color: #091a30;
        position: relative;
        z-index: 8;
        display: block;
        overflow: hidden;
    }
	
	.shop_ttl{
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
padding-bottom: 3%;
}
.shop_txt{
padding-bottom: 5%;
font-size: 12px;
font-size: 1.2rem;	
}
    .shop_btnbox{
        margin-top: 3%;
        padding-bottom: 3%;
        display: block;
    }	

}
/* ==========================================================================
   
message SECTION

========================================================================== */
.bg_message {
    background: url("../img/bg_message.png") center center no-repeat;
}
.message {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #1e2526;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.message_cap {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #1e2526;
    font-weight: bold;
}
.message_txt {
    text-align: center;
}
.img_box {
    padding-bottom: 5%;
}
.service_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #1e2526;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.service_subttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 1%;
    color: #1e2526;
}
.service_cap {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #1e2526;
    font-weight: bold;
}
.service_ttl_b {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #118AB6;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.service_subttl_b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 1%;
    color: #118AB6;
}
.service_cap_b {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #118AB6;
    font-weight: bold;
}
.service_txt {}
.contents_c_box_L {
    width: 30%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 0%;
}
.contents_c_box_R {
    width: 65%;
    float: right;
    display: block;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 0%;
}
.bg_aboutus {
    background: url("../img/bg_about.png") left bottom no-repeat;
}
.company_txt {
    padding-top: 3%;
    padding-bottom: 3%;
}
.company_btn_box {
    padding-top: 7%;
}
.company_btn_box ul {
    width: 100%;
    display: flex;
    justify-content: left;
}
.company_btn_box li {
    float: left;
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    padding-bottom: 1%;
    padding-right: 2%;
}
.company_btn_box li a {
    color: #dddddd;
}
.btnbox2 {
    margin-top: 4%;
    padding-bottom: 3%;
    display: block;
}
.btnbox2 .btn {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #fefefe;
    border: 2px solid #1e2526;
    width: 200px;
    min-width: 230px;
    margin-bottom: 0;
    margin-right: 0;
    background-color: #1e2526;
    padding: 0;
    /* 1つに統合 */
}
.btnbox2 .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btnbox2 .btnSmall {
    line-height: 50px;
}
.btnbox2 .btnSmall:after {
    line-height: 50px;
}
.btnbox2 .btn:hover {
    color: #fff;
    border: 2px solid #091a30;
    background-color: #091a30;
}
.btnbox2 .btn:hover:after {
    color: #ffffff;
    right: 5px;
}
@media screen and (max-width: 768px) {
    .company_btn_box ul {
        width: 100%;
        display: block;
    }
    .company_btn_box li {
        float: left;
        position: relative;
        list-style: none;
        display: block;
        font-size: 13px;
        letter-spacing: .1em;
        padding-bottom: 3%;
        padding-right: 0%;
    }
    .contents_c_box_L {
        width: 100%;
        float: left;
        display: block;
        padding-right: 0%;
        padding-bottom: 0%;
    }
    .contents_c_box_R {
        width: 100%;
        float: right;
        display: block;
        padding-left: 0%;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .btnbox2 {
        margin-top: 0%;
        padding-bottom: 0%;
        display: block;
        width: 100% !important;
    }
    .btnbox2 .btn {
        display: inline-block;
        padding: 0;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        padding: 0;
        line-height: 50px;
        position: relative;
        color: #fefefe;
        border: #1e2526 2px solid;
        font-weight: bold;
        margin-bottom: 3%;
        margin-right: 0%;
        margin-bottom: 0%;
        width: 100% !important;
    }
    .btnbox2 .btn:after {
        font-family: 'themify';
        content: "\e628";
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 1;
        line-height: 50px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btnbox2.btnSmall {
        line-height: 50px;
    }
    .btnbox2.btnSmall:after {
        line-height: 50px;
    }
    .btnbox2.btn:hover {
        color: #fffff;
        border: #1e2526 2px solid;
    }
    .btnbox2.btn:hover:after {
        color: #091a30;
        border: #091a30;
        right: 10px;
    }
}





.youtube_icon {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #e9333e;
    padding: 1% 5%;
    margin-bottom: 5%;
    text-align: left;
    border-radius: 12px;
    letter-spacing: 0.01em;
    display: inline-block;
}
.journal_icon {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #2b3234;
    padding: 1% 5%;
    margin-bottom: 5%;
    text-align: left;
    border-radius: 12px;
    letter-spacing: 0.01em;
    display: inline-block;
}
