/*
Theme Name: toylabo_2
Template: understrap
*/
/*img:hover {
  opacity: 0.5;
}*/

/*ローディング画面*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px){
    .loading-animation img{
        width:200px;
    }
}

/*バナー*/
.banner_rep {
    margin-top: 50px;
}

.banner_rep_block {
    display: flex;
    text-align: center;
}

.banner_rep_block:nth-child(2n+1) {
    margin-left: 560px;
    width: 100%;
    margin-top: -200px !important;
}

.banner_rep_block img {
    width: 70%;
    margin-top: 60px;
}

.rep_banner img {
    margin: 0 auto !important;
}

.header_sp {
    padding-top: 30px;
}

@media screen and (max-width:767px) {
    .banner_rep_block img {
        width: 100% !important;
        margin-top: 60px;
    }

    .offset-3 {
        margin-left: 0 !important;
    }
}

/*共通*/
body {
    font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #333 !important;
}

@media screen and (max-width: 767px) {
    /*
    body {
        font-family: sans-serif !important;
    }
*/

    div#page {
        overflow: hidden;
    }
}

.breadcrumbs {
    margin-top: 80px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #151313;
}

.breadcrumbs2 {
    margin: 80px;
    font-size: 14px;
}

.breadcrumbs2 a {
    color: #151313;
}

.breadcrumbs_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .breadcrumbs_pc {
        display: none;
    }

    .breadcrumbs_sp {
        display: block;
    }
}

ul {
    padding: 0 !important;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.7;
    text-decoration: none !important;
    color: #2B2B2B !important;
}

span {
    font-family: 'Century Gothic', 'Questrial', sans-serif;
}

.caveat {
    font-family: 'Caveat', cursive, sans-serif;
}

.nav_menu_toylabo {
    margin-top: 0px;
}

#shiftnav-toggle-main-button .fa {
    margin-right: 20px !important;
}

.toylabo_logo_header {
    margin: 60px 0 0 60px;
}

.bt_top_block a {
    color: #000000;
    font-size: 14px;
}

.fa-user-alt,
.fa-shopping-cart {
    margin-right: 10px;
}

.bt_login {
    /*PC*/
    float: right;
    margin: 10px 20px;
    display: inline;
}

.bt_cart {
    /*PC*/
    float: right;
    margin: 10px 20px;
    display: inline;
}

.toylabo_header_botton {
    float: right;
    margin-right: 350px;
    margin-top: 20px;
    width: 95px;
    height: 30px;
    background-color: #151313;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    padding-top: 5px;
}

.toylabo_header_botton a {
    color: #fff;
    margin: 6px 0 0 10px;
}

.toylabo_header_botton img {
    margin-left: 4px;
}

.toylabo_header_botton2 {
    float: right;
    margin-right: -125px;
    margin-top: 20px;
    width: 35px;
    height: 30px;
    background-color: #151313;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    padding-top: 3px;
}

.toylabo_header_botton2 img {
    margin-left: 4px;
    width: 80%;
    padding: 2px;
}

.new_topics_block {
    margin-top: -820px;
    position: relative;
    z-index: 10;
}

.new_topicsblock1 {
    margin-top: -380px;
    position: relative;
    z-index: 10;
}

.new_topics_block a,
.new_topicsblock1 a {
    color: #212529;
}

.new_topics_block span {
    display: block;
    margin-bottom: 15px;
}

.new_topics_block_txt {
    margin-top: 20px;
    margin-left: 0px;
}

.new_topics_block_under {
    background-color: #A7DBD9;
    border-top-left-radius: 11px;
    /*左上だけ角丸*/
    border-bottom-left-radius: 11px;
    /*左下だけ角丸*/
    border-top-right-radius: 11px;
    /*右上だけ角丸*/
    border-bottom-right-radius: 11px;
    /*右下だけ角丸*/
    min-height: 110px;
}

.new_topics_block_under_left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

.new_topics_block_under_left p {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.new_topics_block_under_right {
    background-color: #84CCCA;
    border-top-right-radius: 11px;
    /*右上だけ角丸*/
    border-bottom-right-radius: 11px;
    /*右下だけ角丸*/
    min-height: 110px;
}

.new_topics_block_under_right col-md-5 {}

.new_topics_block_under_right img {
    height: 100px !important;
    width: auto;
    margin-top: 5px;
    float: right;
}

.new_topics {
    padding-left: 200px;
    margin-top: -50px;
}

.new_topics_content {
    position: absolute;
    margin-top: 10px;
}

.new_topics_img {
    position: relative;
    margin-left: 370px;
    width: 220px;
    height: 120px;
    margin-top: -50px;
}

.new_topics_img img {
    border-radius: 10px;
    /*角の丸み*/
    width: 115px;
}

.blog_block_text {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .media_title_left {
        padding-right: 30px !important;
    }

    .media_title_right {
        padding-left: 30px !important;
    }

    .bt_top_block a {
        color: #000000;
        font-size: 14px !important;
    }
}

.media_title p {
    /*PC*/
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*文字と文字の間隔*/
    padding-bottom: 50px;
    margin-top: 20px;
}

.media_sp_top img {
    text-align: center;
    margin: 0 auto;
    width: 35%;
}

.media_sp_top {
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .media_sp_top img {
        text-align: center;
        margin: -50px auto 0 auto;
        width: 65%;
    }

    .new_topicsblock1 {
        margin-top: -165px;
    }

    .new_topics_block {
        margin-top: -148px !important;
        position: relative;
        z-index: 10;
    }

    .new_topics_block {
        padding: 15px 0 !important;
    }

    .new_topicsimg {
        margin-top: 2px !important;
    }

    .new_topics_block_under {
        border-bottom-left-radius: 11px;
        /*左下だけ角丸*/
        border-bottom-right-radius: 11px;
        /*右下だけ角丸*/
        min-height: 110px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .new_topics_block_under_right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 11px;
        /*左下だけ角丸*/
        border-bottom-right-radius: 11px;
        /*右下だけ角丸*/
        min-height: 88px;
    }

    .new_topics_block_under_right img {
        height: auto !important;
        width: 100%;
        margin-top: 5px;
        float: none;
        text-align: center;
    }

    .new_topics_block_txt {
        font-size: 12px;
        padding-left: 20px;
    }

    .new_topics_block {
        margin-top: 0px;
        position: relative;
        z-index: 10;
    }

    .toylabo_logo_header {
        margin: 0px;
    }

    .bt_top_block {
        margin: 0 5px 0 0;
    }

    .toylabo_logo_header {
        width: 125% !important;
    }

    .bt_login {
        /*スマホ*/
        float: right;
        margin: 0 0 0 20px !important;
    }

    .bt_cart {
        /*スマホ*/
        float: right;
        margin: -24px 90px 0 0 !important;
    }

    .toylabo_header_botton {
        float: right;
        margin-right: 40px;
        width: 95px;
        height: 30px;
        background-color: #151313;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        padding-top: 5px;
    }

    .toylabo_header_botton a {
        color: #fff;
        margin: 6px 0 0 10px;
    }

    .toylabo_header_botton img {
        margin-left: 4px;
    }

    .toylabo_header_botton2 {
        float: right;
        margin-right: -125px;
        margin-top: 20px;
        width: 35px;
        height: 30px;
        background-color: #151313;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        padding-top: 3px;
    }

    .toylabo_header_botton2 img {
        margin-left: 4px;
        width: 80%;
        padding: 2px;
    }

    .nav_menu_toylabo {
        display: none;
    }

    #shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
        display: none;
    }

    #shiftnav-toggle-main {
        display: none;
    }

    .icon_ichi li {
        display: none;
    }

    .media_title p {
        /*スマホ*/
        margin-top: 40px;
    }

    .new_topics_box {
        width: 180px;
        height: auto;
        margin: 0 auto;
        background-color: #A7DBD9;
        border-radius: 20px;
        /*角の丸み*/
        z-index: 300;
    }

    .new_topics_title {
        font-size: 20px;
        font-weight: bold;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        letter-spacing: 2px;
        /*文字と文字の間隔*/
        padding-top: 45px;
        padding-left: 30px;
    }

    .new_topics_title2 {
        /*スマホ*/
        font-size: 18px;
        font-weight: bold;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        letter-spacing: 2px;
        /*文字と文字の間隔*/
    }

    .new_topics_title2 a {
        /*スマホ*/
        color: #000;
    }

    .new_topics {
        /*スマホ*/
        padding-left: 200px;
        margin-top: -50px;
    }

    .new_topics_content {
        /*スマホ*/
        position: absolute;
        margin-top: 10px;
    }

    .new_topics_img {
        /*スマホ*/
        position: relative;
        margin-left: 0px;
        width: 220px;
        height: 120px;
        margin-top: -50px;
    }

    .new_topics_img img {
        /*スマホ*/
        border-radius: 10px;
        /*角の丸み*/
    }

    .media_title p {
        /*スマホ*/
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0.1em;
        /*文字と文字の間隔*/
        padding-bottom: 50px;
    }
}

/*よくある質問のアコーディオン*/
.s_02 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.s_02 .accordion_one .accordion_header {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border: 1px solid;
    border-color: #000;
    border-radius: 20px;
    /*角の丸み*/
    padding: 15px 20px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    list-style-type: none;
}

.s_02 .accordion_one .accordion_header:hover {
    opacity: .8;
}

.s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 65%;
    right: 5%;
    width: 25px;
    height: 25px;
    background-color: #F0865B;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before,
.s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
    display: none;
    border-left: 2px solid #fff;
    /*開いたときの枠線*/
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.s_02 .accordion_one .accordion_inner .box_one {
    height: auto;

}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;

}

.s_02 .accordion_one.txt_a_ac li {
    display: none;

}

.s_02 .accordion_one .box_one li {
    list-style: none;
    display: inline;
    margin-top: 8px;
}

.s_02 .accordion_inner li {
    display: none;
}

.s_02 .accordion_one .box_one li a {
    color: #ffffff;
    background-color: #DA6304;
    border-radius: 15px;
    padding: 10px 20px;
    line-height: 40px;
    /* 文字の縦の空間 */

}

.s_02 .accordion_one .box_one li a:hover {
    color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
    .s_02 .accordion_one .box_one li {

        padding-top: 14px
    }

    .s_02 .accordion_one .accordion_header {
        font-size: 18px;
    }

    .s_02 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .s_02 .accordion_one .accordion_inner .box_one {
        height: auto;

    }
}

@media screen and (max-width: 767px) {
    .s_02 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}

/*よくある質問のアコーディオン以外の部分*/
.information_title {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
}

.information_title a {
    color: #000;
}

.faq_title2_top,
.faq_title2_next,
.faq_title2,
.faq_title3 {
    border-bottom: solid 3px #7AAC6C;
    width: 600px;
    padding-bottom: 10px;
}

.faq_title_infor {
    margin: 25px auto;
    text-align: center;
}

.accordion_header {
    margin-top: 40px;
}

.accordion_header img {
    width: 5%;
}

.faq_title img {
    padding-left: 15px;
}

.faq_title2_top {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 21px;
    margin: 50px auto 0 auto;
    text-align: center;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.faq_title2_next {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 21px;
    margin: 90px auto 0 auto;
    text-align: center;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.faq_title2 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 21px;
    margin: 170px auto 0 auto;
    text-align: center;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.col-md-4 {
    display: inline;
    /*横に並べる要素*/
    top: 50px;
}

.faq_keyword_text {
    margin-top: 15px;
}

.faq_keyword_box {
    padding: 1em;
    margin-top: 5px;
    width: 500px;
    background: #FFF;
    border: solid 1px #000;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    float: left;
}

.faq_keyword_box2 {
    width: 150px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    /*文字色*/
    background: orange;
    display: inline-block;
    border-radius: 10px;
    /*角の丸み*/
    margin: 0px 0px 0px 7px;
}

.faq_keyword_box2 a {
    color: #fff;
}

.faq_keyword_box2 p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.faq_booton_total {
    text-align: center;
}

.children {
    display: none;
}

.faq_title3 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    margin-top: 125px;
}

@media screen and (max-width: 1024px) {
    .accordion_header img {
        width: 14%;
    }

    .contact_title_img img {
        width: 40%;
    }

    .faq_title2_top,
    .faq_title2,
    .faq_title2_next,
    .faq_title3 {
        border-bottom: solid 3px #7AAC6C;
        width: 340px;
    }

    .faq_title2_top,
    .faq_title2,
    .faq_title2_next {
        font-size: 18px;
        margin: 120px auto 0 auto;
        text-align: center
    }

    .faq_botton1 {
        margin-top: 20px;
    }
}

/*フッター*/
.footer_topics_block {
    margin-bottom: 50px;
}

.sns_icon a {
    color: #333 !important;
    padding: 0 10px;
}

.footer_banner_block {
    padding: 30px 0;
}

.footer_banner_block img {
    margin-bottom: 30px;
}

.footer_menu_title {
    color: #333;
    border-bottom: #333 1px solid;
    font-size: 15px;
    margin-bottom: 15px;
    width: 80%;
}

.footer_text a {
    color: #333 !important;
}

.footer_text ul {
    margin-bottom: 50px;
}

.footer_text li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.copyright {
    margin-top: 50px;
}

.copyright {
    text-align: center;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    color: #333;
}

.footer_block {
    width: auto;
    background-color: #E2DCDC;
    height: auto;
    margin-top: 50px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.footer_text_block {
    display: inline !important;
}

.footer_under {
    padding: 0 !important;
}

.toylabo_logo_footer {
    z-index: 90;
    text-align: center;
}

.footer_text {
    display: inline;
}

.toylabo_logo_footer img {
    width: 12%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.footer_category {
    padding: 1em;
    margin-bottom: 2em;
}

.footer_category h2 {
    font-size: 1em;
    border-bottom: 2px solid #FFF;
    margin-bottom: 2em;
}

.footer_category ul {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer_category li {
    list-style-type: none;
    margin-bottom: 2em;
}

.footer_category .children {
    flex-direction: column;
}

.footer_category .children li {
    margin-bottom: 0;
}

.footer_category .children li a {
    color: #999;
}

/*ショップリストのアコーディオン*/
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.s_01 .accordion_one .accordion_header {
    background-color: #FAF2E8;
    color: #000;
    font-size: 20px;
    letter-spacing: 6px;
    /*文字と文字の間隔*/
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 20px;
    /*角の丸み*/
}

.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%;
    right: 5%;
    width: 25px;
    height: 25px;
    background-color: #F0865B;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s_01 .accordion_one {
    padding: 0px 30px;
    /*この部分調整で出来た！*/
    background-color: #FAF2E8;
    border-radius: 20px;
    /*角の丸み 上だけ直線下は丸*/
}

.accordion_inner {
    display: none;
    padding: 30px 30px;
    background-color: #FAF2E8;
    border-radius: 0 0 20px 20px;
    /*角の丸み 上だけ直線下は丸*/
}

.s_01 .accordion_one .accordion_inner .box_one {
    height: auto;
    /*中の箱の縦幅*/
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .toylabo_logo_footer img {
        width: 30%;
        margin-top: 40px;
    }

    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }

    .accordion_inner {
        display: none;
        padding: 10px 5px;
    }

    .s_01 .accordion_one .accordion_header .i_box {
        /*オレンジの部分*/
        width: 22px;
        height: 22px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .footer_sns_block {
        margin-bottom: 50px;
    }

    .footer_block {
        margin-top: 0px;
    }

    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }

    .s_02 .accordion_one .accordion_header .i_box {
        /*オレンジの部分よくある質問*/
        width: 22px;
        height: 22px;
        top: 38px;
    }
}

.shoplist_top {
    padding-top: 40px !important;
}

.shoplist_back {
    background-image: url("img/shoplist_back.png");
    background-repeat: no-repeat;
    height: auto;
    background-position: bottom;
    z-index: 0;
}

.faq_sub_title {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 90px;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.shop_name {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.shop_addres {
    margin-top: 15px;
}

.shop_tel {
    margin-top: 5px;
}

.shop_map {
    width: 100px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    /*文字色*/
    background: #F0865B;
    display: inline-block;
    border-radius: 20px;
    /*角の丸み*/
}

.shop_web {
    width: 100px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    /*文字色*/
    background: #F0865B;
    display: inline-block;
    border-radius: 20px;
    /*角の丸み*/
}

.shop_map a,
.shop_web a {
    color: #fff;
}

.shoplist_sub_box {
    background-color: #fff;
    padding: 20px 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 20px;
    /*角の丸み*/
    margin-top: 20px;
}

.shoplist_botton {
    float: right;
    margin-top: -40px;
}

.keyword_box2_main {
    padding: 0 300px;
}

.shoplist_keyword_box2 {
    width: auto;
    padding: 10px 0 5px 0;
    font-weight: bold;
    color: #fff;
    /*文字色*/
    font-size: 16px;
    background: #F0865B;
    text-align: center;
    border-radius: 10px;
    /*角の丸み*/
    margin: 105px auto 0 auto;
}

.shoplist_keyword_box2 p {
    margin-top: 8px;
}

.shoplist_keyword_box2 a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .shoplist_back {
        background-size: contain;
        background-position: center;
        padding-bottom: 80px;
        z-index: 0;
    }

    .shoplist_botton {
        float: none;
        text-align: center;
        margin-top: 40px;
    }

    .shoplist_sub_box {
        background-color: #fff;
        padding: 20px 20px;
        transition-duration: 0.2s;
        border-radius: 20px;
        /*角の丸み*/
        margin-top: 20px;
    }

    .keyword_box2_main {
        padding: 0 0;
    }
}

/*トップページ*/
.sp_br {
    display: none;
}

.top_main {
    /*PC*/
    position: relative;
}

.top_main img {
    width: 100%;
}

.top_main2 {
    margin-top: 50%;
}

.nonslide {
    position: absolute;
}

.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: change-img-anim 15s infinite;
}

.slide:nth-of-type(1) {
    animation-delay: 0s;
}

.slide:nth-of-type(2) {
    animation-delay: 5s;
}

.slide:nth-of-type(3) {
    animation-delay: 10s;
}

@keyframes change-img-anim {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    36% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.main_text_subttl {
    font-size: 21px;
    margin: 20px 0 10px 0;
    text-align: center;
}

.main_text_ttl {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
}

.main_text {
    line-height: 3em !important;
    text-align: center;
    margin-bottom: -2em;
}

@media screen and (max-width: 980px) {
    .top_main {
        margin: 0 auto;
        z-index: 0;
    }
    .top_main2 {
        text-align: center;
    }
    .top_main2 img {
        width: 70%;
    }
    .pc_br {
        display: none;
    }

    .sp_br {
        /*タイトルの改行*/
        display: block;
    }
}

.brand_concept {
    margin-top: -20px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
}

.back_white {
    width: 460px;
    height: 482px;
    background-color: #FAF1EA;
    margin-top: 28px;
    position: absolute;
}

.barand_concept_textall {
    line-height: 30px;
    /* 文字の縦の空間 */
    margin-left: 40px;
}

.title_barand_concept {
    /*PC*/
    text-align: center;
    margin-top: 70px;
}

.title_barand_concept_new {
    /*PC*/
    text-align: center;
    margin-top: 560px;
}

.title_barand_concept_new img {
    /*PC*/
    width: 20% !important;
}

.brand_concept_img {
    /*PC*/
    width: 70%;
    margin-left: 160px;
    margin-top: 0px;
}

.top_barand_illustration {
    position: relative;
    padding-left: 230px;
    top: -245px;
}

.toylabo_logo {
    margin-top: 15px;
}

.toylabo_logo img {
    width: 33%;
}

@media screen and (max-width: 767px) {
    .top_main2 {
        margin-top: 70%;
    }
    .title_barand_concept_new {
        margin-top: 120px;
        text-align: center !important;
    }

    .title_barand_concept_new img {
        width: 60% !important;
        margin: 0 auto !important;
    }

    .brand_concept {
        font-size: 24px;
        margin-top: -10px;
        z-index: 900;
    }

    .toylabo_logo {
        margin-top: 30px;
    }

    .toylabo_logo img {
        width: 50%;
    }

    .title_barand_concept {
        /*スマホ*/
        margin-top: 10px;
    }

    .barand_concept_textall {
        padding: 15px 0 0 0;
    }

    .top_barand_illustration {
        padding-left: 140px;
        top: -35px;
    }

    .top_barand_illustration img {
        width: 80%;
    }
}
@media screen and (max-width: 479px) {
    .top_main2 img{
        width: 55%;
    }
    .main_text {
        text-align: left;
    }

    .main_text .pc_br {
        display: none;
    }

    .main_text .sp_br {
        display: none;
    }
}

.brand-concept_text {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 19px;
    letter-spacing: 8px;
    /*文字と文字の間隔*/
}

.brand-concept_text1 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    font-weight: 600;
    margin-top: 24px;
}

/*.top_back2 {
  background-image: url("img/top_back2.png");
  background-repeat: no-repeat;
   background-size: cover;
    margin-top: 100px;
    padding-bottom: 200px;
    z-index: 400px;
}*/
.top_back2_2 {
    margin-top: -280px;
    z-index: 40;
    position: relative;
}

/*ブログ*/
.top_title_text0 {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 38px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.top_title_text0 img {
    text-align: center;
    margin-right: -8px;
    width: 20%;
    margin-bottom: 15px;
}

.top_title_text1 img {
    text-align: center;
    margin-right: -8px;
    width: 20%;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .back_white {
        width: auto;
        height: auto;
        background-color: #FAF1EA;
        margin-top: 10px;
        position: relative;
    }

    .top_back2 {
        background-image: url("img/top_back2_sp.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100px;
    }

    /*ブログタイトル*/
    .top_title0 {
        font-size: 28px;
        letter-spacing: 1px;
        /*文字と文字の間隔*/
        margin-top: 110px;
    }

    .top_title_text {
        /*取り組みタイトル*/
        text-align: center;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        font-size: 20px;
    }

    .top_title_text img {
        width: 80%;
        padding-bottom: 10px;
    }

    .top_title_text1 img {
        text-align: center;
        margin-right: 0px;
        width: 60%;
        margin-bottom: 0px;
    }

    .brand_concept_img {
        /*スマホ*/
        margin: 15px 10px 0 10px;
        width: 100%;
    }

    .brand-concept_text {
        /*スマホ*/
        padding: 0px;
    }

    .brand-concept_text1 {
        /*スマホ*/
        letter-spacing: 2px;
        /*文字と文字の間隔*/
        margin-top: 30px;
        margin-left: 0px;
        font-size: 16px;
    }

    .top_title_text0 img {
        text-align: center;
        width: 60%;
        top: 85px;
    }
}

.blog_img_writer {
    /*ブログライターCSS・PC*/
    border: solid 2px #7AAC6C;
    border-radius: 50%;
    background-color: white;
    padding: 3px;
    width: 78% !important;
    margin-bottom: 5px;

}

.balloon2 {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #7AAC6C;
    border-radius: 5px;
    /* 角丸を指定 */
}

/* 三角アイコン - 枠線付きの吹き出し */
.balloon2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #7AAC6C;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.balloon2::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 20px;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.ballon2block {
    margin-left: -30px;
}

.single_writer_blockall {
    margin-bottom: 90px;
}

.blog_img_writersize {
    border-radius: 50%;
}

.blog_name_writer {
    font-size: 9px;
}

.cat_box li {
    font-size: 9px !important;
}

.blog_title_img {
    margin-top: 60px;
    text-align: center;
}

.blog_title_img1 {
    text-align: center !important;
    margin-top: 60px;
}

.blog_title_img1 img {
    width: 26%;
}

.blog_sub_title {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 5px 0 60px 0;
    padding: 1rem 2rem;
    border-top: 2px solid #212529;
    border-bottom: 2px solid #212529;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.blog_text_total {
    /*PC*/
    margin-top: 15px;
    display: inline-block;
    margin-left: 0px;
}

.blog_img_block img {
    /*display: flex;*/
    /* justify-content: space-between;*/
    width: 100%;
}

.blog_img_block img:hover {
    opacity: 0.7;
}

.noimage {
    height: 147px;
}

.blog_date {
    font-size: 13.5px;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.blog_block {}

.blog_block a {
    color: #151313;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.cat_box {
    width: 175px;
    height: 20px;
    background-color: #EFEED3;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: middle;
}

.cat_box a {
    color: #333;
}

.cat_box ul {
    padding: 0 !important;
    margin: 0 !important;
}

.cat_box li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.cat_box_only {
    width: 300px;
    height: 20px;
    background-color: #EFEED3;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: middle;
}

.cat_box_only a {
    color: #212529;
}

.cat_box_only ul {
    padding: 0 !important;
    margin: 0 !important;
}

.cat_box_only li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.blog_title {
    margin-top: 5px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.blog_title a {
    font-size: 15px;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.torikumi_title_img_top {
    margin: 55px auto 0 auto;
    text-align: center;
}

.torikumi_title_img_top img {
    width: 30%;
}

.torikumi_img img {
    border-radius: 15px;
    /*角の丸み*/
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .cat_box {
        width: 190px;
        height: 25px;
    }

    .balloon2 {
        position: relative;
        padding: 10px;
        background-color: #fff;
        border: 2px solid #7AAC6C;
        ;
        border-radius: 5px;
        /* 角丸を指定 */
        font-size: 13px;
    }

    .ballon2block {
        margin-left: -8px;
    }

    .blog_name_writer {
        font-size: 11px;
        text-align: center;
    }

    .blog_img_writer {
        /*ブログライターCSS*/
        width: 100% !important;
        margin-left: 0px !important;
    }

    .blog_img_writersize {
        border-radius: 50%;
    }

    .blog_word_writer {
        margin: 0px;
        font-size: 14px;
        border-radius: 5px;
        padding: 7px 5px 7px 8px;
        min-width: 215px;
    }

    .single_writer_blockall {
        margin-bottom: 20px;
    }

    .img_block {
        padding: 0px !important;
    }

    .blog_sub_title {
        font-size: 18px;
    }

    .torikumi_title_img_top img {
        width: 70%;
    }

    .blog_title {
        padding-right: 0px !important;
        font-size: 11px;
    }

    .blog_title a {
        font-size: 13px;
    }

    .blog_title_img {
        margin-top: 40px;
    }

    .blog_title_img img,
    .blog_title_img1 img {
        width: 56%;
    }
}

/*ToyLaBOの取り組み*/
.top_back3 {
    background-image: url("img/top_back3.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 900;
    padding-bottom: 60px;
}

.torikumi_title_block,
.torikumi_vol1_block,
.torikumi_vol2_block,
.torikumi_vol3_block {
    margin-top: 50px;
}

.torikumi_kodawari_block,
.torikumi_blog_block {
    margin: 100px auto;
}

.torikumi_title_img {
    text-align: center;
}

.torikumi_title_img img {
    width: 30%;
}

.torikumi_title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}

.torikumi_title2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.torikumi_title3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.torikumi_sub_title {
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    padding: 1rem 2rem;
    border-top: 2px solid #212529;
    border-bottom: 2px solid #212529;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
}

.torikumi_subtitle {
    font-size: 56px;
    color: #707070;
    text-align: center;
}

.torikumi_num {
    font-size: 50px;
    color: #707070;
}

.torikumi_text1 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    /*文字と文字の間隔*/
    margin-top: 20px;
}

.torikumi_text2 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    /*文字と文字の間隔*/
    margin: 20px 0 40px 0;
    line-height: 38px;
    /* 文字の縦の空間 */
}

.torikumi_text3 {
    letter-spacing: 0.1em;
    margin: 20px 0 40px 0;
    line-height: 2em;
}

.torikumi_kodawari_block ul {
    padding-left: 2em !important;
}

.torikumi_kodawari_block li {
    list-style-type: decimal-leading-zero;
    padding: 0 0 2em 0.5em;
}

.torikumi_kodawari_block {
    background-image: url("img/kodawari_man.png"), url("img/kodawari_back.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: 75% 75%, center;
    background-size: 180px, auto;
}

.entry-title {
    margin-top: 30px;
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.torikumi_contents {
    margin-top: 20px;
    line-height: 33px;
    /* 文字の縦の空間 */
    text-align: justify;
}

.read_more_text {
    float: right;
    margin-top: 50px;
}

.read_more_text a {
    color: #151313;
    color: #968C8C;
}

.torikumi_total {
    margin-top: 60px;
}

.top_back4 {
    margin-top: -330px;
    z-index: -100;
}

.img_change:nth-child(odd) .img_change_left {
    display: none;
}

.img_change:nth-child(even) .img_change_right {
    display: none;
}

@media screen and (max-width: 1199px) {
    .torikumi_kodawari_block {
        background-image: url("img/kodawari_man.png"), url("img/kodawari_back.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: 90% 80%, center;
        background-size: 180px, auto;
    }
}

@media screen and (max-width: 991px) {
    .torikumi_kodawari_block {
        background-image: url("img/kodawari_man.png"), url("img/kodawari_back.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: 100% 80%, center;
        background-size: 160px, auto;
    }
}

@media screen and (max-width: 767px) {
    .torikumi_sub_title {
        font-size: 18px;
    }

    .entry-title {
        margin-top: 26px;
        font-size: 24px;
        letter-spacing: 1px;
        /*文字と文字の間隔*/
    }

    .torikumi_contents {
        margin-top: 5px;
        line-height: 33px;
        /* 文字の縦の空間 */
        text-align: justify;
    }

    .read_more_text {
        float: right;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .torikumi_text1 {
        font-size: 21px;
    }

    .torikumi_text2 {
        /* スマホ */
        font-size: 17px;
        text-align: left;
        line-height: 31px;
        /* 文字の縦の空間 */
        margin-bottom: 20px;
    }

    .torikumi_kodawari_block {
        background-image: url("img/kodawari_back.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }

    .blog_title_img img,
    .torikumi_title_img img {
        width: 65%;
    }

    .blog_date {
        font-size: 12px;
        position: relative;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        margin-top: 6px;
        margin-left: 10px;
    }

    .title_change {
        margin-top: -40px;
    }

    .blog_text_total {
        /*スマホ*/
        margin-top: 0px;
        padding-bottom: 40px;
        margin-left: -22px;
    }

    .blog_text_total_only {
        /*スマホ*/
        margin-top: 0px;
        padding-bottom: 40px;
        margin-left: 0px;
    }

    .blog_img_block img {
        /*スマホ*/
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .blog_img_block_only img {
        /*スマホ*/
        margin-bottom: 10px;
    }

    .noimage {
        height: auto;
    }

    .torikumi_img img {
        margin-bottom: 20px;
        border-radius: 7px;
        /*角の丸み*/
    }

    .top_title_text img {
        text-align: center;
        width: 60%;
        margin-bottom: -8px;
    }
}

/*ToyLaBOの商品づくり*/
.make_title_img {
    text-align: center;
    margin-top: 60px;
}

.make_title_img img {
    width: 35%;
}

.make_background {
    background-image: url("img/make_background.png");
    background-repeat: no-repeat;
    height: 300px;
    margin-top: 30px;
    z-index: 0;
}

.make_text1 p {
    display: inline;
}

.make_text_total {
    display: inline-block;
    text-align: center;
    margin: 240px 0 0 80px;
    letter-spacing: 1.5px;
    /*文字と文字の間隔*/
}

.make_text1 {
    z-index: 20;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.btn-secondary {
    color: #000 !important;
    font-size: 14px !important;
    float: right !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.make_text2 {
    z-index: 20;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: 110px;
}

.make_text3 {
    z-index: 20;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: 115px;
}

.make_text4 {
    z-index: 20;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: 100px;
}

.more_box1 a {
    color: #fff;
}

.more_box1 {
    text-align: center;
    margin-top: 35px;
    color: #fff;
    padding-top: 11px;
    font-size: 15px;
    width: 380px;
    height: 45px;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more_box1:hover {
    opacity: 0.7;
}

.more_box1_shoplist a {
    color: #fff;
}

.more_box1_shoplist {
    text-align: center;
    margin-top: 85px;
    color: #fff;
    padding-top: 11px;
    font-size: 15px;
    width: 380px;
    height: 45px;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more_box1_shoplist:hover {
    opacity: 0.7;
}

.fa-angle-right:before {
    content: "\f105";
    margin-left: 8px;
}

.make_background_sp {
    background-image: url("img/make_background_sp.png");
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    margin-top: 65px;
    margin-left: 10px !important;
}

.make_text_total_sp {
    font-size: 15px;
    text-align: left;
    margin: 20px 0 0 135px;
    letter-spacing: 1.5px;
    /*文字と文字の間隔*/
    font-weight: 600;
}

.make_text1_sp {
    padding-top: 70px;
}

.make_text2_sp {
    padding-top: 95px;
}

.make_text3_sp {
    padding-top: 80px;
}

.make_kodawari_title {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 34px;
    margin-bottom: 55px;
    text-align: center;
    color: #6AA559;
}

.color_change {
    color: #6AA559;
}

.maru1 {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
}

.maru1 img {
    width: 4%;
    margin-right: 15px;
}

.make_block_kodawari {
    margin: -20px auto 40px auto;
}

.banner_line {
    color: #444;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    margin-top: 140px;
    font-weight: 600;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
}

.banner_line:before,
.banner_line:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #444;
    display: block;
}

.banner_line:before {
    margin-right: .4em;
}

.banner_line:after {
    margin-left: .4em;
}

.haircare3_img {
    text-align: center;
    margin-top: 30px;
}

.banner_line_bottom {
    border-bottom: 2px solid #212529;
    /*下線*/
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    color: #212529;
    padding-bottom: 10px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.banner_line_text {
    text-align: center;
    margin-top: 18px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    color: #444;
}

/*トップページランキング*/
.ranking_block {
    margin: 0 auto;
    right: 120px;
    opacity: 0;
}

.ranking_nomblock {
    text-align: center !important;
    margin-top: 60px;
}

.ranking_number {
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-weight: bold !important;
    padding: 5px;
    font-size: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #EDE4E4;
    text-align: center;
    line-height: 25px;
}

/*商品ラインナップ*/
.top_back_mizutama_top {
    height: auto;
    margin-top: 635px;
    background-color: #fff;
    background-position: center;
}

.top_back_mizutama {
    height: auto;
    margin-top: 85px;
    background-color: #fff;
    background-position: center;
}

.center_img img {
    margin: 0 auto;
}

.line_up_title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 50px;
}

.line_up_title img {
    width: 21%;
}

.line_up_title1 {
    text-align: center;
    margin-top: 80px;
}

.line_up_title1 img {
    width: 21%;
}

.item_hacare3 {
    margin-top: 60px;
    text-align: center;
}

.item_total {
    height: auto;
    background-color: #fff;
}

.lineup_category,
.lineup_category_blockall {
    margin: 0 auto;
}

.top_back_lineup {
    background-size: cover;
    background-color: #FFF9F4;
    margin-top: 110px;
    padding-bottom: 110px;
}

.top_back_lineup_new {
    background-size: cover;
    background-color: #EDE8E8;
    margin-top: 110px;
    padding-bottom: 140px;
}

.category_titleblock {
    padding: 0px auto;
    text-align: center;
}

.itemlineup_name0 {
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    margin-top: 12px;
}

.itemlineup_name {
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    margin-top: -33px;
}

.itemlineup_name_jp {
    font-size: 13px !important;
}

.lineup_category_box0 {
    background-color: #fff;
    margin: 75px auto;
    height: 300px;
    width: 500px;
    margin-top: 40px;
}

.lineup_category_box {
    background-color: #fff;
    margin: 75px auto !important;
    height: 300px;
    width: 500px;
}

.lineup_category_img0 img {
    width: 100%;
    height: 210px;
}

.lineup_category_img {
    text-align: center;
}

.lineup_category_img img {
    width: 35%;
    margin-top: -10px;
}

.blog_total_concierge {
    margin-top: 140px;
}

.item_titleback {
    background-color: #EDE8E8;
}

.allitem_block {
    padding: 50px 0;
}

.lineup_person_img img {
    width: 26%;
    position: absolute;
    margin-top: -150px;
    margin-left: 55px;
}

.person_banner {
    text-align: center;
}

.person_banner img {
    margin: 140px auto 0 auto;
    width: 60%;
}

@media screen and (max-width: 767px) {
    .top_back_lineup_new {
        /*商品ラインナップNEW*/
        margin-top: 70px;
        padding-bottom: 80px;
    }

    .lineup_category_box0 {
        background-color: #fff;
        margin: 0px auto;
        height: 250px;
        width: 300px;
        margin-top: 65px !important;
        margin-bottom: 10px !important;
    }

    .lineup_category_box {
        background-color: #fff;
        margin: 15px auto !important;
        height: 250px;
        width: 300px;
    }

    .itemlineup_name0 {
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 1px;
        /*文字と文字の間隔*/
        margin-top: 14px;
    }

    .person_banner img {
        margin: 60px auto 0 auto;
        width: 120%;
    }

    .item_titleback {
        margin-top: -90px !important;
    }

    .allitem_block {
        padding: 30px 0;
    }

    .category_titleblock {
        padding: 0px;
    }

    .ranking_nomblock {
        margin-top: 40px;
    }

    .blog_total_concierge {
        margin-top: 70px;
    }

    .more_box1_shoplist {
        margin-top: 85px;
        width: 280px;
    }

    .maru1 {
        /*makeページの１０のこだわり*/
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 17px;
        margin-top: 20px;
        letter-spacing: 2px;
        /*文字と文字の間隔*/
        text-align: left;
        margin-left: 2.5em;
        text-indent: -2.5em;
    }

    .maru1 img {
        width: 12%;
        margin-right: 11px;
    }

    .make_kodawari_title_sp {
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 28px;
        margin: 55px auto 20px auto;
        text-align: center;
    }

    .make_block_kodawari {
        margin-left: 1em;
        text-indent: -1em;
    }

    .top_back_mizutama {
        /*商品ラインナップスマホ*/
        margin-top: 60px;
    }

    .more_box1 {
        /*ラインナップのもっと詳しくボタン*/
        width: 240px;
        height: 45px;
        margin-top: 60px;
    }

    .more_box1 p {
        text-align: center;
    }

    .line_up_title img {
        width: 56%;
    }

    .lineup_category_img0 img {
        width: 100%;
        height: auto;
    }

    .lineup_category_img img {
        /*商品の写真スマホ*/
        width: 50%;
        margin-left: 0px;
        margin-top: -12px;
    }

    .item_img {
        display: none;
    }
}

.more_box2 {
    text-align: center;
    margin-top: 45px;
    background-color: #6dcac2;
    color: #fff;
    padding-top: 8px;
    width: 120px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    /*角の丸み*/
    margin-bottom: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more_box2 a {
    color: #fff;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
}

.more_box2_black {
    margin-top: 50px;
}

.more_box2:hover {
    opacity: 0.7;
}

.btn-more-torikumi-block {
    margin: 0 auto;
}

.btn-more-torikumi {
    text-align: center;
    margin: 50px auto;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 315px;
    height: 60px;
    font-weight: normal;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.05em;
    /*文字と文字の間隔*/
    color: #fff;
    position: relative;
    background-color: #333;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
}

.btn-more-torikumi a {
    color: #fff;
}

.btn-more-torikumi a:hover {
    color: #fff;
}

.btn-more {
    text-align: center;
    margin: 50px auto;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 140px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    color: #fff;
    position: relative;
    background-color: #333;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
}

.btn-more a {
    color: #fff;
}

.btn-more a:hover {
    color: #fff;
}

.btn-more:before,
.btn-more:after {
    content: '';
    position: absolute;
    background: #fff;
}

.btn-more:before {
    top: 24px;
    right: 20px;
    height: 1px;
    width: 19px;
    background: #fff;
}

.btn-more:after {
    top: 20px;
    right: 20px;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
    background: #fff;
}

.btn-more1 {
    text-align: center;
    margin: 50px auto;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 110px;
    height: 38px;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    color: #fff;
    position: relative;
    background-color: #333;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    float: right;
}

.btn-more1:before,
.btn-more1:after {
    content: '';
    position: absolute;
    background: #fff;
}

.btn-more1:before {
    top: 24px;
    right: 10px;
    height: 1px;
    width: 16px;
    background: #fff;
}

.btn-more1:after {
    top: 20px;
    right: 10px;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
    background: #fff;
}

.btn-more2 {
    text-align: center;
    margin: 50px auto;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 110px;
    height: 38px;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    color: #fff;
    position: relative;
    background-color: #333;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
}

.btn-more2:before,
.btn-more2:after {
    content: '';
    position: absolute;
    background: #fff;
}

.btn-more2:before {
    top: 24px;
    right: 10px;
    height: 1px;
    width: 16px;
}

.btn-more2:after {
    top: 20px;
    right: 10px;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
}

.btn-more_person {
    text-align: center;
    margin: -65px 260px 0 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 270px;
    height: 38px;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    color: #fff;
    position: relative;
    background-color: #333;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    float: right;
}

.btn-more_person:before,
.btn-more_person:after {
    content: '';
    position: absolute;
    background: #fff;
}

.btn-more_person:before {
    top: 24px;
    right: 10px;
    height: 1px;
    width: 16px;
    background: #fff;
}

.btn-more_person:after {
    top: 20px;
    right: 10px;
    height: 1px;
    width: 10px;
    transform: rotate(45deg);
    background: #fff;
}

.img_block {
    text-align: center;
    background-color: #fff;
    padding: 5px;
    display: inline-block;
}

.img_block img {
    display: inline-block;
}

.allitem_title {
    text-align: center;
    font-size: 30px;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.allitem_title_jp {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px !important;
}

.img_block_allitem img {
    /*ALLITEMの写真の大きさ*/
    width: 50%;
}

.lineup_block {
    text-align: center;
    margin-top: 15px;
    background-color: #fff;
}

.lineup_blockitem {
    text-align: center;
    margin-top: 55px;
    background-color: #fff;
}

.lineup_box {
    /*商品のタイトルと金額BOX*/
    height: auto;
    background-color: #E9E9E9;
    background-position: center;
    padding: 30px 6px 10px 6px;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
}

.lineup_box1 {
    /*商品のタイトルと金額BOX*/
    background-color: #E9E9E9;
    background-size: auto;
    width: 170px;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    padding: 30px 6px 10px 6px;
    margin: -17px auto 0 auto;
}

.lineup_block_singlemake1 {
    background-color: #E9E9E9;
    padding: 15px 2px 5px 2px;
}

.img2 {
    /*トップページの商品LINEUPの画像*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: left !important;
}

@media screen and (max-width:767px) {
    .img_block_allitem img {
        /*ALLITEMの写真の大きさスマホ*/
        width: 80%;
    }

    .btn-more1 {
        margin-top: 20px;
        color: #fff;
    }

    .img2 {
        /*トップページの商品LINEUPの画像*/
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        float: left !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .title_barand_concept_new {
        text-align: center;
        margin-top: 680px;
    }

    .brand_concept_img {
        width: 80%;
        margin-left: 0px;
        margin-top: 0px;
    }

    .back_white {
        width: 400px;
        height: 482px;
        background-color: #FAF1EA;
        margin-top: 28px;
        position: absolute;
        margin-left: -90px;
    }

    .blog_title_img {
        margin-top: 200px;
    }

    .make_background_sp {
        margin-left: 160px !important;
    }

    .make_text_right1 {
        position: relative;
        margin-top: 180px;
        margin-left: 360px !important;
    }

    .make_text_right2 {
        position: relative;
        margin-top: 20px !important;
        margin-left: 360px !important;
    }

    .make_text_1 {
        font-size: 26px;
    }

    .make_text_2 {
        font-size: 18px !important;
    }

    .make_text_3 {
        font-size: 16px !important;
    }

    .make_text_left1,
    .make_text_left2 {
        margin-left: 0px !important;
    }

    .bloglist_img_block1 {
        margin-left: 0px;
        margin: 0 auto !important;
    }

    .bloglist_block0 {
        margin-left: 370px !important;
        margin-top: -90px !important;
    }

    .bloglist_img_block img {
        margin-left: 0px !important;
        width: 68%;
    }

    .bloglist_text_total {
        margin-left: 20px !important;
    }

    .entry-title {
        margin-top: 0px;
        font-size: 28px;
        letter-spacing: 1px;
    }

    .btn-more1 {
        margin: 10px auto;
        margin-bottom: 30px !important;
    }
}

.img3 {
    margin-top: 20px;
}

.item_title {
    font-size: 14px;
    margin-top: -13px;
}

.item_title a {
    color: #000;
}

.item_title2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.item_title2 a {
    color: #000;
}

.item_price {
    margin-top: 2px;
}

.back_insta {
    height: auto;
    z-index: 800px;
    margin-bottom: -150px;
}

.back_insta_1 {
    height: auto;
    background-color: #FFF9F4;
    z-index: 800px;
    margin: 40px 0;
    position: relative;
    border-top-left-radius: 8px;
    /*左上だけ角丸*/
}

.insta_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*文字と文字の間隔*/
    margin-top: 80px;
    margin-bottom: 60px;
}

.insta_block {
    background-color: #ffffff;
    border: #333333 1px solid;
    margin-bottom: 30px;
    height: 500px;
    ;
}

.insta_name {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.insta_name a {
    color: #212529;
}

.insta_name .fa-instagram {
    margin-right: 8px;
    font-size: 20px;
}

.insta_txt {
    font-size: 8px;
    padding: 15px;
}

.media_news_block {
    margin-top: 80px;
}

.media_sub {
    text-align: center;
    font-size: 12px;
    margin-top: -75px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.media_block {
    margin-top: 50px;
}

.more_box3 h6 {
    /*mediaのmore box*/
    text-align: center;
    margin-top: 55px;
    color: #fff;
    padding-top: 8px;
    font-size: 15px;
}

.more_box3 a {
    color: #fff;
}

.more_box3:hover {
    opacity: 0.7;
}

.more_box3 {
    width: 90px;
    height: 35px;
    background-color: #6dcac2;
    margin: 0 auto;
    border-radius: 15px;
    /*角の丸み*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info_block_all {
    margin-top: 30px;
}

.information_all {
    padding-top: 4px;
}

.information_block {
    padding: 19px 0 0 30px;
    margin-left: 0px;
}

.information_title {
    font-size: 15px;
    padding-top: 15px;
}

.information_time {
    margin-top: 4px;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    font-size: 14px;
}

.more_box4 h6 {
    /*mediaのmore box*/
    text-align: center;
    margin-top: 60px;
    color: #fff;
    padding-top: 9px;
    font-size: 15px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more_box4:hover {
    opacity: 0.7;
}

.more_box4 a {
    color: #fff;
}

.more_box4 {
    width: 90px;
    height: 35px;
    background-color: #6dcac2;
    margin: -20px auto 0 auto;
    border-radius: 15px;
    /*角の丸み*/
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

@media screen and (max-width: 767px) {
    .insta_name1 {
        font-size: 13.5px;
        text-align: center;
        margin-top: 10px;
    }

    .insta_name1 a {
        color: #212529;
    }

    .insta_txt1 {
        font-size: 8.5px;
        padding: 10px;
    }

    .more_box3 {
        width: 90px;
        height: 35px;
        background-color: #6dcac2;
        margin: 20px auto 0 auto;
        border-radius: 15px;
        /*角の丸み*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
    }

    .lineup_block_singlemake1 {
        background-color: #E9E9E9;
        padding: 20px 2px 5px 2px;
    }

    .lineup_block {
        margin-top: 25px;
    }

    .item_title2 {
        margin-top: -10px;
    }

    .media_news_block {
        margin-top: 0px;
    }

    .insta_block {
        background-color: #ffffff;
        border: #333333 1px solid;
        margin-bottom: 30px;
        height: 426px;
    }

    .lineup_block2 {
        text-align: center;
        margin: 45px auto;
        background-color: #fff;
        width: 100%;
        border: solid 3px gray;
    }

    .img2 {
        /*トップページの商品LINEUPの画像スマホ*/
        margin-top: 0px;
    }

    .make_title_img img {
        width: 75%;
    }

    .information_block {
        padding-top: 20px;
    }

    .information_title {
        margin-top: 0px;
    }

    .more_box3 h6 {
        /*mediaのmore box*/
        margin-top: 40px;
    }

    .media_img_block {
        text-align: center !important;
        padding: 5px;
    }

    .media_img_blockbig img {
        width: 400px !important;
    }

    .back_insta {
        margin-bottom: 0px;
        position: relative;
    }
}

.banner_shoplist {
    /*店舗一覧バナー*/
    width: 50%;
    margin: 60px auto 80px auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .more_box3 h6 {
        /*mediaのmore box*/
        margin-top: 0px !important;
    }

    .back_footer_text {
        margin-top: 260px;
    }

    .back_footer_text1 {
        text-align: center;
        margin-top: 25px;
    }

    .front_page_footer {
        margin-top: -110px;
    }

    .banner_shoplist {
        /*店舗一覧バナー*/
        width: 90%;
        margin: 20px auto 80px auto;
    }

    .btn-more_person {
        /*日記のリンクバナースマホ*/
        text-align: center;
        margin: -35px 20px 0 0;
        display: block;
        overflow: hidden;
        text-decoration: none;
        width: 245px;
        height: 36px;
        font-weight: normal;
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 4px;
        /*文字と文字の間隔*/
        color: #fff;
        position: relative;
        background-color: #333;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        float: right;
    }

    .btn-more_person:before,
    .btn-more_person:after {
        content: '';
        position: absolute;
        background: #fff;
    }

    .btn-more_person:before {
        top: 24px;
        right: 10px;
        height: 1px;
        width: 16px;
        background: #fff;
    }

    .btn-more_person:after {
        top: 20px;
        right: 10px;
        height: 1px;
        width: 10px;
        transform: rotate(45deg);
        background: #fff;
    }
}

.top_blog_block {}

.top_blog_block h2 {
    /*ブログページのh2からh6までのデザイン*/
    padding: 0.5em;
    /*文字周りの余白*/
    color: #000;
    /*文字色*/
    background: #DCEDD8;
    /*背景色*/
    border-left: solid 4px #7AAC6C;
    /*左線（実線 太さ 色）*/
    font-size: 28px !important;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    margin-bottom: 80px;
}

.top_blog_block h3 {
    padding: 0.5rem 1rem;
    border-left: 3px dashed #7AAC6C;
    font-size: 24px !important;
    margin: 65px 0;
}

.top_blog_block h4 {
    /*線の種類（実線） 太さ 色*/
    padding: 1.5rem 2rem;
    border-top: 2px solid #DCEDD8;
    border-bottom: 2px solid #DCEDD8;
    font-size: 20px !important;
    margin: 45px 0;
}

.top_blog_block h5 {
    /*線の種類（実線） 太さ 色*/
    position: relative;
    padding: 1.5rem 1rem;
    font-size: 18px !important;
    margin: 65px auto;
}

.top_blog_block h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #7AAC6C, #7AAC6C 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top_blog_block h6 {
    /*線の種類（実線） 太さ 色*/
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #7AAC6C;
    font-size: 16px !important;
    margin: 45px auto;
}

.block_box1 {
    padding: 1rem 2rem;
    margin: 2em 0;
    color: #232323;
    background: #FFF9F4;
    box-shadow: 0px 0px 0px 10px#FFF9F4;
    border: dashed 1px #D9CA5F;
    border-radius: 1px;
    margin-bottom: 50px;
}

.block_box2 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #232323;
    background: #FFF9F4;
    border-left: solid 6px #9AC48E;
    border-right: solid 6px #9AC48E;
    margin-bottom: 50px;
}

.block_box3 {
    padding: 1em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #E5FAFA, #E5FAFA 3px, #E0F4F3 2px, #E0F4F3 5px);
    background: repeating-linear-gradient(-45deg, #E5FAFA, #E5FAFA 3px, #E0F4F3 2px, #E0F4F3 5px);
    margin-bottom: 50px;
}

.block_box4 {
    padding: 1rem 2rem;
    border: 1.5px solid #7AAC6C;
    border-radius: 8px;
    margin-bottom: 50px;
}

.blogsingle_title {
    /*シングルブログページ*/
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    /*文字と文字の間隔*/
    margin: 8px 0 30px 0;
    font-weight: 500;
}

.blog_list_total {
    margin-left: 110px;
    width: 800px;
}

.blog_list_total img {
    width: 100% !important;
}

.blogsingle_title a {
    color: #000;
}

.pankuzu_list {
    width: auto;
    height: 90px;
    background-color: #DCEDD8;
    margin-bottom: 30px;
}

.blogsingle_day {
    font-size: 21px;
    font-family: "Century Gothic", "Questrial", sans-serif;
}

.blogsingle_tag li {
    display: inline;
}

/*ウィジェット*/
.menu li {
    list-style: none;
}

.widgettitle {
    font-size: 17px !important;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    margin-bottom: 30px;
    font-weight: bold;
    margin-left: -40px;
}

.widgettitle_line {
    border-top: 1.5px solid;
    padding-top: 10px;
    /* 内容と線との間隔量 */
}

/*.widget_recent_entries .widgettitle {
    background-color: #6F9EB8;
    margin-top: 10px;
    width: 100px;
    height: 40px;
}*/
.widget_tag_cloud .widgettitle {
    background-color: #fff;
    margin-top: 60px;
    width: 100px;
    height: 40px;
}

.widget_tag_cloud h2,
.widget_recent_entries h2 {
    text-align: center;
}

.widget li {
    list-style: none;
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    margin: 18px 0 0 0;
}

.widget a {
    color: #000;
}

.tagcloud a {
    display: list-item;
    font-size: 16px !important;
    margin-top: 15px;
    color: #000;
}

.pankuzu_block {
    margin-bottom: 90px;
}

.pankuzu_block_bloglist {
    margin-bottom: 50px;
}

/*——　文字の右にライン　——*/
.title-border-right {
    display: flex;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.title-border-right:after {
    border-bottom: dashed 2px #7AAC6C;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
}

.title-border-right2 {
    display: flex;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
    margin-top: 100px;
    font-weight: 500;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.title-border-right2:after {
    border-bottom: double 6px #7AAC6C;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    .title-border-right2 {
        font-size: 20px;
        margin: 170px 0 0 -22px;
    }
}

.blogsingle_content {
    line-height: 32px;
}

.blogsingle_img_block {
    text-align: center;
}

.blogsingle_img_block12 {
    width: 60% !important;
}

.blogsingle_img_block img {
    margin-bottom: 50px;
    width: 500px;
}

.blogsingle_img_kanren img {
    margin: -50px 0 20px 15px;
}

.tag_botton {
    margin-top: 50px;
}

.tag_botton li {
    width: 90px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    /*角の丸み*/
    margin-left: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #333;
}

.tag_botton a {
    color: #333;
}

.blogsingle_block {
    margin-top: 35px;
}

.blogsingle_text_total {
    margin-bottom: 30px;
}

.cat_box_blogsingle,
.cat_box_media {
    width: 175px;
    height: auto;
    background-color: #7AAC6C;
    font-size: 11px;
    padding: 4px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.cat_box_blogsingle a,
.cat_box_media a {
    color: #ffffff;
}

.blogsingle_botton1 {
    width: 260px;
    height: 45px;
    background-color: #333;
    margin: 140px auto 0 auto;
    text-align: center;
    font-size: 14px;
}

.blogsingle_botton1 p {
    color: #fff;
    padding-top: 14px;
}

.pankuzu_list_bloglist {
    margin-top: 80px;
}

.blogsingle_date {
    font-size: 13px;
    margin-top: 5px;
}

.bloglist_img_block0 {
    text-align: center;
    border-radius: 20px;
    /*角の丸み*/
}

.bloglist_img_block0 img {
    margin-left: auto;
    margin-right: auto;
}

.bloglist_img_block1 img {
    width: 650px;
    height: auto;
}

.bloglist_img_block1 {
    margin-left: 300px;
}

.media_list_top img {
    border-radius: 5px;
    /*角の丸み*/
    width: 110%;
    text-align: center !important;
    margin: 0 auto !important;
}

.media_list_top {
    margin: 0 auto !important;
    text-align: center !important;
}

@media screen and (max-width: 767px) {
    .blogsingle_img_block12 {
        width: 100% !important;
    }

    .blogsingle_block {
        text-align: center;
    }

    .bloglist_img_block img {
        margin-left: 0px !important;
        width: 45%;
        margin-top: 20px !important;
    }

    .blogsingle_day,
    .blogsingle_title,
    .blogsingle_img_block {
        padding: 0 20px;
    }

    .cat_box_blogsingle {
        width: 245px;
        text-align: center;
        margin-top: 10px auto;
    }

    .blogsingle_content {
        padding: 20px;
    }

    .blogsingle_botton1 {
        margin: 50px auto;
    }

    .title-border-right {
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 22px;
        margin-top: 0px;
        padding: 20px;
    }

    .title-border-right:after {
        border-bottom: dashed 2px #7AAC6C;
        content: "";
        flex-grow: 1;
        margin-left: 1rem;
    }

    .blogsingle_img_kanren img {
        /*スマホ*/
        margin: -50px 70px 20px 0 !important;
        width: 80% !important;
        text-align: center;
    }
}

.bloglist_text_total {
    margin-left: 110px !important;
}

.media_text_total {
    margin-left: 95px !important;
}

.bloglist_block0 {
    /*点々囲みのブロック*/
    position: absolute;
    margin-left: 690px;
    margin-top: -160px;
    width: 380px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    border: dotted 4px #7AAC6C;
    /*左線（実線 太さ 色）*/
}

.bloglist_block0_media {
    /*点々囲みのブロック*/
    text-align: center !important;
    margin: 0 auto !important;
    width: 280px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    border: dotted 4px #7AAC6C;
    /*左線（実線 太さ 色）*/
}

.bloglist_date {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.bloglist_title,
.media_title_cat {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.bloglist_title a,
.media_title_cat a {
    color: #000;
}

.bloglist_img_block {
    text-align: center;
    margin-bottom: 10px;
}

.bloglist_img_block img {
    margin-left: 100px;
    width: 68%;
}

.bloglist_img_block_media img {
    margin-left: 2px;
    margin-top: 80px;
    width: 55%;
}

.cat_box_bloglist {
    text-align: center;
    color: #fff;
    width: 175px;
    height: 20px;
    background-color: #7AAC6C;
    font-size: 11px;
    padding: 4px;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: middle;
}

.cat_box_bloglist a {
    color: #fff;
}

.blogsingle_botton0 {
    width: 220px;
    height: 40px;
    background-color: #F0865B;
    margin: 160px auto 0 auto;
    text-align: center;
    border-radius: 10px;
    /*角の丸み*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 10px;
}

.blogsingle_botton0 a {
    color: #fff;
}

.blogsingle_botton0:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .bloglist_title {
        padding-right: 40px;
    }

    .bloglist_text_total {
        margin-left: 64px !important;
        text-align: left;
    }

    .media_text_total {
        margin-left: 106px !important;
        text-align: left;
        margin-bottom: 10px;


    }

    .bloglist_position {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cat_box_bloglist {
        width: 245px;
        font-size: 12px;
    }

    .cat_box_media {
        width: 165px;
        font-size: 12px;
    }

    .pc-widget {
        display: none;
    }

    .bloglist_block0 {
        /*点々囲みのブロック*/
        position: absolute;
        margin-left: 90px;
        margin-top: -40px;
        width: 270px;
        padding: 10px;
        border: dotted 2.5px #7AAC6C;
        /*左線（実線 太さ 色）*/
    }

    .bloglist_back {
        /*ブログ一覧*/
        background-image: url("img/bloglist_back.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .blog_list_total {
        margin-left: 0px;
        width: auto;
    }

    .bloglist_all {
        margin-top: -20px;
    }

    .bloglist_img_block1 {
        text-align: center;
        margin-top: -45px;
        margin-left: 0px;
    }

    .bloglist_img_block1 img {
        width: 90%;
        text-align: center;
    }
}

/*商品ラインナップ*/
.itemlist_line_up_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 60px auto 30px auto;
}

.item_cat_bnr {
    margin: 30px auto;
}

.item_img {
    text-align: center;
    margin-top: 120px;
}

.itemlist_title {
    margin-top: 30px;
    text-align: center;
}

.itemlist_botton {
    width: 220px;
    height: 60px;
    padding: 10px;
    background-color: #F0865B;
    margin: 120px auto 0 auto;
    border-radius: 30px;
    /*角の丸み*/
}

.itemlist_botton p {
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.itemlist_botton1 {
    width: 220px !important;
    height: 60px;
    padding: 10px;
    background-color: #7AAC6C;
    margin: 0 auto;
    border-radius: 30px;
    /*角の丸み*/
}

.itemlist_botton1 p {
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.itemlist_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    padding-top: 80px;
}

.itemlist_sub_title {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
}

.itemlist_banner_img {
    text-align: center;
}

.itemlist_content_area {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.itemlist_souryou {
    color: #C32525;
    font-weight: bold;
}

.itemlist_btn {
    background-color: #333;
    padding: 1em 3em;
    border-radius: 60px;
}

.itemlist_link a {
    color: #fff;
}

.make_back_img {
    /*商品づくり部分page-make*/
    background-image: url("img/make_back_img.png");
    height: auto;
    margin-top: 0px;
    background-position: top;
}

.make_back_main {
    background-image: url("img/make_back_main.png");
    height: 1800px;
    margin-top: -36px;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
}

.title_img {
    /*フロントページのmakeタイトル*/
    text-align: center;
    margin-top: 80px;
}

.title_img1 {
    /*個別のmakeタイトル*/
    text-align: center;
    margin-top: 80px;
}

.title_img1 img {
    width: 32%;
}

.make_text_main {
    text-align: center;
    margin-top: 120px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
}

.make_text_all {
    position: absolute;
}

.make_text_right1 {
    position: relative;
    margin-top: 180px;
    margin-left: 600px;
}

.make_text_right1 p {
    border-bottom: 2px solid #6AA559;
}

.make_text_left1 {
    position: relative;
    margin-top: 120px;
    margin-left: 140px;
}

.make_text_left1 p,
.make_text_left2 p {
    border-bottom: 2px solid #6AA559;
    width: 440px;
}

.make_text_right2 {
    position: relative;
    margin-top: 70px;
    margin-left: 600px;
}

.make_text_right2 p {
    border-bottom: 2px solid #6AA559;
    width: 380px;
}

.make_text_left2 {
    position: relative;
    margin-top: 70px;
    margin-left: 140px;
}

.make_text_1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    letter-spacing: 3px;
    /*文字と文字の間隔*/
}

.make_text_2 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: 3px;
    /*文字と文字の間隔*/
    color: #6AA559;
    margin-top: 12px;
}

.make_text_3 {
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: 3px;
    /*文字と文字の間隔*/
    line-height: 32px;
    /* 文字の縦の空間 */
    margin-top: 20px;
}

.item_price_singlemake {
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

.img2_singlemake {
    text-align: center;
    margin: 30px auto;
}

.organicmark_img {
    width: 80%;
    margin: 26px auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .itemlist_title {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        font-family: 'Century Gothic', 'Questrial', sans-serif;
        letter-spacing: 3px;
        /*文字と文字の間隔*/
        padding-top: 50px;
    }

    .itemlist_sub_title {
        margin-bottom: 40px;
    }

    .img2_singlemake {
        margin: 0px auto;
    }

    .organicmark_img {
        width: 100%;
        margin: 26px auto;
        text-align: center;
    }

    .itemlist_botton1 {
        margin: 15px auto;
    }

    .title_img1 img {
        width: 80%;
    }

    .make_text_main {
        font-size: 20px;
        margin: 40px 0 25px 0;
    }

    .make_story_img {
        margin: 0 auto;
    }

    .make_text_left1,
    .make_text_right1 {
        position: relative;
        margin-top: 70px;
        margin-left: 0px;
    }

    .make_text_right2,
    .make_text_left2 {
        position: relative;
        margin-top: 70px;
        margin-left: 0px;
    }

    .make_text_1 {
        margin-left: 20px;
        margin-top: 16px;
    }

    .make_text_2 {
        font-size: 20px;
        margin-top: 12px;
        margin-left: 10px;
    }

    .make_text_3 {
        font-size: 15px;
        line-height: 26px;
        /* 文字の縦の空間 */
        margin-left: 10px;
        letter-spacing: 2px;
        /*文字と文字の間隔*/
    }

    .make_text_right1 p,
    .make_text_right2 p,
    .make_text_left1 p,
    .make_text_left2 p {
        border-bottom: 2px solid #6AA559;
        width: 280px;
    }
}

.initiatives_img {
    /*Single_イニシアチブ*/
    width: 60%;
    margin: 40px auto;
}

.initiatives_img img {
    border-radius: 20px;
    /*角の丸み*/
}

.initiatives_img1 {
    /*Single_イニシアチブ*/
    width: 100%;
    margin: 20px auto;
}

.initiatives_img1 img {
    border-radius: 5px;
    /*角の丸み*/
}

.initiatives_title {
    font-size: 32px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: 4px;
    /*文字と文字の間隔*/
    margin-top: 140px;
    text-align: center;
}

.initiatives_content {
    font-size: 20px;
    letter-spacing: 6px;
    /*文字と文字の間隔*/
    line-height: 38px !important;
    /* 文字の縦の空間 */
}

.initiatives_person img {
    width: 20% !important;
    background-position: bottom;
}

.person_torikumi_img {
    width: 30% !important;
    float: right;
    margin-right: 160px;
    margin-top: -265px;
}

.initiatives_excerpt,
.initiatives_content,
.initiatives_subtitle {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 55%;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    /*文字と文字の間隔*/
    line-height: 29px;
    /* 文字の縦の空間 */
}

.initiatives_subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 49px;
    /* 文字の縦の空間 */
}

.contact_title_img img {
    width: 23%;
}

.contact_title_img {
    text-align: center;
    margin: 70px 0 30px 0;
}

.contact_form7 {
    margin-top: 50px;
}

.form__label {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
    .initiatives_title {
        font-size: 26px;
        margin-top: 70px;
    }

    .initiatives_img {
        /*Single_イニシアチブ*/
        width: 80%;
        margin: 40px auto;
    }

    .initiatives_subtitle {
        text-align: justify;
        text-justify: inter-ideograph;
        width: 86%;
        font-size: 22px;
        line-height: 36px;
        /* 文字の縦の空間 */
        margin-top: 0px;
    }

    .initiatives_img img {
        border-radius: 10px;
        /*角の丸み*/
        width: 100%;
    }

    .initiatives_excerpt {
        text-align: justify;
        text-justify: inter-ideograph;
        width: 85%;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        /*文字と文字の間隔*/
        line-height: 29px;
        /* 文字の縦の空間 */
    }

    .person_torikumi_img {
        width: 95% !important;
        float: none;
        margin-top: 0px;
        margin-right: 0px;
    }

    .initiatives_content {
        text-align: justify;
        text-justify: inter-ideograph;
        width: 85%;
        margin: 25px auto;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 16px;
        line-height: 29px;
        /* 文字の縦の空間 */
    }

    .contact_title_img img {
        width: 40%;
    }
}

.company_table {
    /*会社概要*/
    margin: 0 auto;
}

.company_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    /* 画像と文字の間隔 */
}

.company_total_1,
.company_total_2,
.company_total_3 {
    padding: 30px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
    font-weight: 500;
}

.company_sub_legal {
    padding: 20px 20px 20px 40px;
}

.company_total_1_1 {
    padding-left: 40px;
}

.company_total_1_1 th {
    display: inline;
}

.company_border:nth-child(odd) {
    background-color: #eee;
}

.company_sub {
    padding: 50px 0;
}

.company_sub_1_1 {
    padding-left: 60px;
}

.company {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    padding-left: 6px;
}

/* Mobiles in Potrait mode */
@media only screen and (max-width : 320px) {
    .company_total_1 {
        padding-left: 10px;
        font-size: 12px;
    }

    .company_total_1_1 th {
        display: inline;
    }

    .widgetfooter {
        float: left;
        width: 100%;
    }
}

/* Mobiles in landscape mode */
@media only screen and (min-width : 321px) and (max-width : 480px) {
    .widgetfooter {
        float: left;
        width: 100%;
    }

    .company_total_1,
    .company_total_2,
    .company_total_3 {
        padding: 0px;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 15px;
        letter-spacing: 0px;
        /*文字と文字の間隔*/
        font-weight: 500;
        padding-left: 5px;
    }
}

.company_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
    margin-top: 50px;
}

.company_title_sub {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    letter-spacing: 5px;
    /*文字と文字の間隔*/
    margin-top: -10px;
    margin-bottom: 70px;
}

.privacy_block {
    margin-top: 50px;
}

.privacy_title {
    text-align: left;
    font-size: 22px;
    margin-top: 20px;
}

.total_2privacy {}

#footer04 {
    background: #7AAC6C;
}

#footer04 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
}

#footer04 .cont-item {
    display: block;
    width: calc(100% / 4);
}

#footer04 .nav a {
    display: block;
    color: #fff;
}

#footer04 .nav .ttl {
    display: block;
    margin: 30px 0 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#footer04 .nav .ttl:first-child {
    margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
    margin-top: 10px;
}

#footer04 .nav ul {
    display: block;
    font-size: 12px;
    line-height: 2;
}

#footer04 .nav li {
    display: block;
    font-size: 12px;
    line-height: 2;
}

#footer04 .nav li:first-child {
    margin-top: 0;
}

#footer04 .nav li ul {
    margin: 0 0 0 2em;
}

#footer04 .nav li li {
    position: relative;
}

#footer04 .nav li li:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background-color: #fff;
}

#footer04 .company {
    display: block;
    margin-top: 62px;
}

#footer04 .logo img {
    width: 120px;
}

#footer04 .address {
    display: block;
    margin: 28px 0 0;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}

/* ここからrmediaのフリックCSS */
.horizontal_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -ms-flexbox;
    display: flex;
}

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
    .horizontal_scroll {
        overflow-x: inherit;
        padding: 0 8px 6px;
    }
}

.horizontal_scroll > li {
    width: 100%;
    min-width: 140px;
}

@media screen and (min-width: 768px) {
    .horizontal_scroll > li {
        min-width: inherit;
    }
}

.horizontal_scroll > li:not(:last-child) {
    margin-right: 5px;
}

.horizontal_scroll > li:last-child {
    padding-right: 5px;
}

@media screen and (min-width: 768px) {
    .horizontal_scroll > li:last-child {
        padding-right: 0;
    }
}

.horizontal_scroll img {
    vertical-align: bottom;
}

.insta_box {
    text-align: center;
    padding-top: 10vw;
    margin: 0;
    font-size: 2vw;
}

.cont {
    scroll-snap-type: x mandatory;
    width: 100%;
    height: 80%;
    overflow: auto;
    display: flex;
}

section {
    scroll-snap-align: center;
    height: 80%;
    width: 30%;
    margin-top: 10vh;
    flex: none;
    margin-right: 1rem;
}

section:nth-child(1),
section:nth-child(5) {
    background-color: #dff9fb;
}

section:nth-child(2),
section:nth-child(6) {
    background-color: #c7ecee;
}

section:nth-child(3),
section:nth-child(7) {
    background-color: #95afc0;
}

section:nth-child(4),
section:nth-child(8) {
    background-color: #535c68;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*a,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}*/
.cp_fullscreenmenu {
    position: fixed;
    z-index: 1;
    top: -30px;
    left: 0;
}

.hamburger_sp {
    float: right;
    margin: -20px -25px 0 0;
}

.hamburger {
    position: relative;
    margin: -20px -10px 0 0 !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-top: 2px solid #000;
}

.hamburger:hover {
    color: #999
}

.hamburger:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 9.8px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

/*menuコンテンツ*/
#cp_fullscreenmenu {
    position: fixed;
    top: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    padding-left: 0;
    list-style-type: none;
    transition: all 0.3s ease;
    transform: scale(0);
    opacity: 0;
    background-color: rgba(255, 249, 244, 0.9);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

#cp_fullscreenmenu:target {
    transform: scale(1);
    opacity: 1;
}

#cp_fullscreenmenu:target > li {
    transition: all 0.5s ease-out;
    transform: translateX(0);
    opacity: 1;
}

#cp_fullscreenmenu > li {
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
    height: 65px;
}

#cp_fullscreenmenu > li:nth-of-type(1) {
    transition-delay: 0.2s;
}

#cp_fullscreenmenu > li:nth-of-type(2) {
    transition-delay: 0.4s;
}

#cp_fullscreenmenu > li:nth-of-type(3) {
    transition-delay: 0.6s;
}

#cp_fullscreenmenu > li:nth-of-type(4) {
    transition-delay: 0.8s;
}

#cp_fullscreenmenu > li > a {
    font-size: 16px;
    color: #212529;
    transition: all 0.3s ease-out;
}

#cp_fullscreenmenu > li > a:hover {
    font-size: 18px;
    color: #3949AB;
}

[id^=cp_fmcontent] {
    display: none;
}

[id^=cp_fmcontent]:target {
    display: block;
}

.arrow {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    margin-top: 180px;
    margin-left: 320px;
    z-index: 90;
}

.triangle_right {
    position: absolute;
}

.arrow3 {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(45deg);
    margin-top: 185px;
    margin-left: -5px;
}

.triangle_left {
    position: absolute;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_fullscreenmenu1 {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    margin-top: -60px !important;
    float: right;
    margin-right: -60px !important;
}

/*menuコンテンツ*/
.cp_fullscreenmenu1 .menu_humb {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
}

.cp_fullscreenmenu1 .menu_humb > div {
    display: flex;
    overflow: hidden;
    width: 300vw;
    height: 300vw;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    color: #fefefe;
    border-radius: 50%;
    background: #333;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
}

.cp_fullscreenmenu1 .menu_humb > div > ul {
    display: block;
    max-height: 100vh;
    margin: 0;
    padding: 0 1em;
    list-style: none;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.cp_fullscreenmenu1 .menu_humb > div > ul > li {
    font-size: 16px;
    display: block;
    margin: 1em;
    padding: 10px;
}

.menu_humb a {
    color: #fff;
}

#cp_fullscreenmenu1 > li {
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
    height: 65px;
}

.cp_fullscreenmenu1 > li:nth-of-type(1) {
    transition-delay: 0.2s;
}

.cp_fullscreenmenu1 > li:nth-of-type(2) {
    transition-delay: 0.4s;
}

.cp_fullscreenmenu1 > li:nth-of-type(3) {
    transition-delay: 0.6s;
}

.cp_fullscreenmenu1 > li:nth-of-type(4) {
    transition-delay: 0.8s;
}

.cp_fullscreenmenu1 > li > a {
    font-size: 16px;
    color: #212529;
    transition: all 0.3s ease-out;
}

.cp_fullscreenmenu1 > li > a:hover {
    font-size: 18px;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu1 .toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0;
}

.cp_fullscreenmenu1 .toggle:checked + .hamburger1 > span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cp_fullscreenmenu1 .toggle:checked + .hamburger1 > span:before,
.cp_fullscreenmenu1 .toggle:checked + .hamburger1 > span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cp_fullscreenmenu1 .toggle:checked + .hamburger1 > span:after {
    opacity: 0;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb {
    visibility: visible;
    pointer-events: auto;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div {
    transition-duration: 0.75s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul {
    opacity: 1;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(1) {
    transition-delay: 0.3s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(2) {
    transition-delay: 0.4s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(3) {
    transition-delay: 0.5s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(4) {
    transition-delay: 0.6s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(5) {
    transition-delay: 0.7s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(6) {
    transition-delay: 0.8s;
}

.cp_fullscreenmenu1 .toggle:checked ~ .menu_humb > div > ul li:nth-of-type(7) {
    transition-delay: 0.9s;
}

.cp_fullscreenmenu1 .toggle:hover + .hamburger1 {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.cp_fullscreenmenu1 .toggle:checked:hover + .hamburger > span {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*ハンバーガー*/
.cp_fullscreenmenu1 .hamburger1 {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 38px;
    margin-right: 22px;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0.4em;
    cursor: pointer;
    transition: box-shadow 0.5s ease;
    border-radius: 0 0.12em 0.12em 0;
    background: #1D1B1B;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cp_fullscreenmenu1 .hamburger1 > span {
    position: relative;
    top: 48%;
    display: block;
    width: 100%;
    height: 1px;
    transition: all 0.4s ease;
    background: #fff;
}

.cp_fullscreenmenu1 .hamburger1 > span:before,
.cp_fullscreenmenu1 .hamburger1 > span:after {
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transition: all 0.4s ease;
    background: inherit;
}

.cp_fullscreenmenu1 .hamburger1 > span:after {
    top: 10px;
}

/* contents */
.cp_contents {
    color: #333333;
    text-align: center;
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#nav-tgl {
    display: none;
}

.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -23px;
    margin: 0;
}

.open7 {
    z-index: 2;
    width: 38px;
    height: 38px;
    background: #000;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open7::before,
.open7::after {
    content: "";
}

.open7 span,
.open7::before,
.open7::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 2px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open7::before {
    transform: translateY(-8px);
}

.open7::after {
    transform: translateY(8px);
}

.close7 {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#nav-tgl:checked + .open7 {
    background: gray;
    transform: translateX(-250px);
}

#nav-tgl:checked + .open7 span {
    transform: scaleX(0);
}

#nav-tgl:checked + .open7::before {
    transform: rotate(45deg);
}

#nav-tgl:checked + .open7::after {
    transform: rotate(-45deg);
}

#nav-tgl:checked ~ .close7 {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
}

.content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
}

/* メニューデザイン */
.drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #333;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drower-menu a {
    display: block;
    color: white;
    padding: 20px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 15px;
}

.drower-menu a:hover {
    background: black;
}

#nav-tgl:checked ~ .drower-menu {
    transform: none;
}




/* ------------- スクロールフェードインDown用 topのブランドコンセプト部分------------- */
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 6;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ------------- スクロールフェードインDown用 END ------------- */

.fadeInDown2 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
    visibility: visible !important;
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 6;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ------------- スクロールフェードインDown用 END ------------- */

.fadeInDown3 {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown3;
    animation-name: fadeInDown3;
    visibility: visible !important;
}

.animation3 {
    opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
@keyframes fadeInDown3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/* ------------- スクロールフェードインDown用 END ------------- */



/* ------------- 取り組みの写真スライド------------- */
.box {

    position: relative;
    overflow: hidden;

}

.screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 2s cubic-bezier(.26, 0, .07, 1);
}

.screen.show {
    transform: translateX(100%);

}

.screen_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 2s cubic-bezier(.26, 0, .07, 1);


}

.screen_1.show {
    transform: translateX(-100%);
}

.screen_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 4s cubic-bezier(0.39, 0.575, 0.565, 1);


}

.screen_2.show {
    transform: translateX(100%);
}

/* ------------- 取り組みの写真スライドend ------------- */
.wpcf7 .template02 p.form__body2 {
    width: 100%;
    padding: 2px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .toylabo_logo_header {
        margin: 0px;
        padding-left: 15px;
    }

    .bloglist_text_total {
        margin-left: 20px !important;
    }

    .pc-widget {
        display: none;
    }

    .blog_list_total {
        margin-left: 0px;
        width: 680px;
    }

    .shop_web {
        margin: 36px 0px;
    }

    .shoplist_sub_box {
        padding: 45px 5%;
    }

    .accordion_header img {
        width: 9%;
    }

    .s_02 .accordion_one .accordion_header .i_box {
        margin-top: -25px;
    }

    .make_background_sp {
        background-image: url("img/make_background_sp.png");
        background-repeat: no-repeat;
        height: 600px;
        z-index: 0;
        margin-top: 65px;
        margin-left: 10px !important;
        background-position: center !important;
    }

    .make_text1_sp,
    .make_text2_sp,
    .make_text3_sp {
        text-align: center;
    }

    .make_text_right1 p,
    .make_text_2 p,
    .make_text_3 p {
        border-bottom: none;
        text-align: justify;
        width: 75%;
    }
}

@media screen and (min-width: 1024px) and (max-width:1366px) {

    .make_text_right1,
    .make_text_right2 {
        margin-left: 480px !important;
    }

    .make_text_left1,
    .make_text_left2 {
        margin-left: 60px !important;
        margin-top: 110px;
    }
}
