@charset "utf-8";

/*
Theme Name: Asta Supplement
*/


/*common*/

html {
    font-size: 62.5%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}

_:-ms-input-placeholder,
 :root {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}

body {
    font-size: 1.6em;
}

a:hover {
    opacity: 1;
}

.all_wrap {
    overflow: hidden;
}

main {
    overflow: hidden;
}


/*common*/

.top2 {
    animation: top2 4s infinite!important;
    transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
    -ms-transform: translate(-49%, -49%);
}

@keyframes top2 {
    0% {
        transform: translate(-49%, -49%)!important;
        -webkit-transform: translate(-49%, -49%)!important;
        -ms-transform: translate(-49%, -49%)!important;
    }
    5% {
        opacity: 0;
        transform: translate(-53%, -44%)!important;
        -webkit-transform: translate(-53%, -44%)!important;
        -ms-transform: translate(-53%, -44%)!important;
    }
    10% {
        opacity: 1;
        transform: translate(-53%, -44%)!important;
        -webkit-transform: translate(-53%, -44%)!important;
        -ms-transform: translate(-53%, -44%)!important;
    }
    30% {
        opacity: 0;
        transform: translate(-49%, -50%)!important;
        -webkit-transform: translate(-49%, -50%)!important;
        -ms-transform: translate(-49%, -50%)!important;
    }
    35% {
        opacity: 1;
        transform: translate(-49%, -50%)!important;
        -webkit-transform: translate(-49%, -50%)!important;
        -ms-transform: translate(-49%, -50%)!important;
    }
    45% {
        opacity: 0;
        transform: translate(-50%, -50%)!important;
        -webkit-transform: translate(-50%, -50%)!important;
        -ms-transform: translate(-50%, -50%)!important;
    }
    80% {
        opacity: 1;
        transform: translate(-50%, -50%)!important;
        -webkit-transform: translate(-50%, -50%)!important;
        -ms-transform: translate(-50%, -50%)!important;
    }
    100% {
        transform: translate(-51%, -51%)!important;
        -webkit-transform: translate(-51%, -51%)!important;
        -ms-transform: translate(-51%, -51%)!important;
    }
}


/*ローディング*/

#is-loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #151515;
    z-index: 8;
    z-index: 1000;
}

#loading {
    display: none;
    position: fixed;
    top: 70%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-top: -150px;
    margin-left: -150px;
    text-align: center;
    color: #fff;
    z-index: 9;
}


/*バー*/

#progress-box {
    width: 300px;
    height: 2px;
    background: none;
    position: relative;
    margin: 50px auto 0;
    border-radius: 50px;
}

#progress-bar {
    width: 0;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(255, 255, 255, .5);
}

#loading .top_img_wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

#is-loading .top_img_wrap img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 300px!important;
    display: block;
}


/*ローディング*/


/*スクロールアクション*/

.up_slow_item {
    opacity: 0;
    transform: translateY(30px);
}

.up_item {
    opacity: 0;
    transform: translateY(30px);
}

.up_action {
    animation: up_action 1s;
    transform: translateY(0);
    opacity: 1;
}

@keyframes up_action {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.right_item {
    opacity: 0;
    transform: translateX(30px);
}

.right_action {
    animation: right_action 1s;
    transform: translateX(0);
    opacity: 1;
}

@keyframes right_action {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.left_slow_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_item {
    opacity: 0;
    transform: translateX(-30px);
}

.left_action {
    animation: left_action 1s;
    transform: translateX(0);
    opacity: 1!important;
}

@keyframes left_action {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.about_slide {
    height: 100%;
    width: 100%;
    background: #e2e2e2;
    z-index: 10;
}

.img_slide {
    animation: img_slide 0.9s;
    transform: translateX(100%);
}

@keyframes img_slide {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(100%);
    }
}


/*トップ部分*/

.top_slide {
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 100;
}

.top_img_slide {
    animation: top_img_slide 0.9s;
    transform: translateX(100%);
    position: relative;
}

@keyframes top_img_slide {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.header_item {
    opacity: 0;
    transform: translateY(30px);
}

.header_action {
    animation: header_action 1s;
    transform: translateY(0);
    opacity: 1;
}

@keyframes header_action {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.top_img_item {
    opacity: 0;
}

.top_img_action {
    animation: top_img_action 3s;
    opacity: 1;
}


/*トップ部分*/


/*スクロールアクション*/


/*header_button*/

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger:hover {
    cursor: pointer;
}

.menu-trigger {
    position: relative;
    width: 38px;
    height: 24px;
    margin-top: 25px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #360D00;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
    left: -30%;
    width: 130%;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*アクション*/

.menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #360D00;
    border-radius: 4px;
    transition: all .4s;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}

.menu-trigger.active span:nth-of-type(2)::after {
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
}


/*アクション*/


/*button*/

.insta_btn {
    display: inline-block;
    text-align: center;
    /*中央揃え*/
    color: #2e6ca5;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-decoration: none;
    /*下線消す*/
}

.insta_btn:hover {
    /*ホバー時*/
    color: #668ad8;
    /*文字色*/
    transition: .5s;
    /*ゆっくり変化*/
}

.insta_btn .insta {
    /*アイコンの背景*/
    position: relative;
    /*相対配置*/
    display: inline-block;
    width: 25px;
    /*幅*/
    height: 25px;
    /*高さ*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    border-radius: 10px;
    /*角丸に*/
}

.insta_btn .insta:before {
    /*グラデーションを重ねるため*/
    content: '';
    position: absolute;
    /*絶対配置*/
    top: 23px;
    /*ずらす*/
    left: -18px;
    /*ずらす*/
    width: 50px;
    /*グラデーションカバーの幅*/
    height: 50px;
    /*グラデーションカバーの高さ*/
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    /*グラデーション②*/
}

.insta_btn .fa-instagram {
    /*アイコン*/
    color: #FFF;
    /*白に*/
    position: relative;
    /*z-indexを使うため*/
    z-index: 2;
    /*グラデーションより前に*/
    font-size: 20px;
    /*アイコンサイズ*/
    line-height: 25px;
    /*高さと合わせる*/
}


/*scroll*/

.scroll {
    position: absolute;
    bottom: 30px;
    left: 42%;
    overflow: visible;
    width: 200px;
    display: flex;
    align-items: center;
    color: #fff;
    transform: rotate(90deg);
    z-index: 10;
}

.main_title {
    width: 100%;
    height: 54px;
    left: 18%;
    position: absolute;
    top: 0px;
}

.main_title h2 {
    width: 80%;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-size: 40px;
    font-weight: 1100;
    color: #360D00;
    padding-top: 80px;
}

.top_buy_warp_subsc {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 50%;
    top: 550px;
    left: 15%;
}

.top_buy_warp {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 50%;
    top: 650px;
    left: 15%;
}

.sup_buy_6mg_img {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_6mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

.sup_buy_6mg_img_products {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_6mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 200px;
}

.sup_buy_6mg_img_sp {
    width: 180px;
    height: 49px;
    background-image: url(images/sup_buy_6mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sup_buy_6mg_subsc_img {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_6mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sup_buy_6mg_subsc_img_sp {
    width: 180px;
    height: 49px;
    background-image: url(images/sup_buy_6mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sup_buy_12mg_img {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_12mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

.sup_buy_12mg_img_products {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_12mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 200px;
}

.sup_buy_12mg_img_sp {
    width: 180px;
    height: 49px;
    background-image: url(images/sup_buy_12mg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sup_buy_12mg_subsc_img {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_12mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sup_buy_12mg_subsc_img_sp {
    width: 180px;
    height: 49px;
    background-image: url(images/sup_buy_12mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.instag {
    position: absolute;
    top: 192px;
    right: 0;
    overflow: hidden;
    width: 150px;
    display: flex;
    align-items: center;
    color: #360D00;
    transform: rotate(90deg);
    z-index: 97;
}

.scroll small {
    font-size: 1.6rem;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}

.insta small {
    font-size: 12px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.scroll_arrow_wrap {
    overflow: hidden;
    width: 150px;
    margin-left: 10px;
    background-color: #fff;
}

.scroll_arrow {
    width: 150px;
    height: 1px;
    background: #000;
    animation: scroll_action 3s infinite;
    transform: translateX(-100%);
    overflow: visible;
}

@keyframes scroll_action {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    70% {
        transform: translateX(-100%);
    }
}


/*scroll*/


/*arrow*/

.link_arrow {
    display: flex;
    align-items: center;
    margin-top: 50px;
    width: 230px;
    margin-left: auto;
    overflow: hidden;
    height: 100px;
}

.link_arrow strong {
    display: block;
    font-size: 2.0rem;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    color: #151515;
}

.arrow {
    position: relative;
    display: block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 100px;
    margin-left: auto;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample1-1 {
    transition: 1.0s;
}


/*アイコン*/

.sample1-1::before {
    right: 1px;
    width: 100px;
    height: 1px;
    background: #151515;
    transition: 0.5s;
}

.sample1-1::after {
    top: 0;
    right: 9px;
    width: 45px;
    height: 45px;
    border-top: 1px solid #151515;
    border-right: 1px solid #151515;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#news .link_arrow strong {
    color: #e2e2e2;
    display: block;
    margin-left: auto;
}

#news .sample1-1::before {
    background: #e2e2e2;
}

#news .sample1-1::after {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}


/*arrow*/


/*ホバーアクション*/

.news_link_action::before {
    background: #151515;
    transform: translateX(20%);
    animation: news_link_action 0.5s;
    transition: 0.5s;
}

@keyframes news_link_action {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(20%);
    }
}


/*ホバーアクション*/


/*header*/

header {
    height: 80px !important;
    background: none;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.header_wrap {
    padding: 0 4.15%;
    display: flex;
    height: 100%;
}

.header_logo {
    width: 100px;
    position: relative;
    height: 100%;
}

.header_logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header_menu {
    margin-left: auto;
}

.header_back {
    background: none;
}


/*header*/


/*header_content*/

.header_content {
    height: 100vh;
    width: 30%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    transform: translateX(0);
    display: none;
}

.header_slide {
    animation: header_slide 0.5s;
    display: block;
    transform: translateX(0);
}

@keyframes header_slide {
    0% {
        transform: translate(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.header_content ul {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 55%;
    right: 46.6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header_content img {
    width: 350px;
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
}

.header_content li {
    font-size: 3.6rem;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    margin: 20px 0;
    transition: 0.5s;
    color: #360D00;
}

.header_content a {
    color: #360D00;
}

.header_content li:hover,
.footer_right li:hover,
.header_content a:link {
    color: #360D00;
    text-shadow: 0 0 15px rgba(255, 255, 255, .5);
    font-size: 26px;
}


/*header_content*/


/*top*/

#top {
    height: 100vh;
    width: 100%;
    background: none;
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#top .swiper-container {
    width: 100%;
    height: 100vh;
}

#top .swiper-wrapper {
    width: 100%;
    height: 100vh;
}

.top-container {
    width: 100%;
    height: 100vh;
}

.top-wrapper {
    width: 100%;
    height: 100vh;
}

.top-slide {
    width: 100%;
    height: 100%;
}

.mv1 {
    width: 100%;
    height: 100vh;
    background-image: url(images/mvmvmv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv3 {
    width: 100%;
    height: 100vh;
    background-image: url(images/win.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_item {
    height: 100%;
    width: 30%;
    background-image: url(images/itema.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    position: absolute;
    margin-top: 100px;
    margin-left: 41%;
    transform: rotate(20deg);
}

.mv_item2 {
    height: 40%;
    width: 30%;
    background-image: url(images/s12m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    margin-top: 500px;
    margin-left: 55%;
}

.mv_logo {
    height: 479px;
    width: 36.4%;
    background-image: url(images/logo-mv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 30px;
    margin-left: 63.5%;
}

.p_num {
    height: 49px;
    width: 0.4%;
    background-image: url(images/1_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 28.15%;
    margin-left: 2.5%;
    position: absolute;
}

.mv2 {
    width: 100%;
    height: 100vh;
    background-image: url(images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_logo2 {
    height: 197px;
    width: 35.6%;
    background-image: url(images/chatchicopy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 271px;
    margin-left: 53.5%;
}

.p_num2 {
    height: 49px;
    width: 0.4%;
    background-image: url(images/2_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 28.15%;
    margin-left: 2.5%;
    position: absolute;
}

.top_cream {
    position: absolute;
    width: 997.51px;
    height: 705px;
    margin-left: 30%;
    margin-top: 12%;
    z-index: 10;
    background: url(images/allin.png) center no-repeat;
    background-size: 50%;
    transform: rotate(20deg);
}

.top_logo {
    position: absolute;
    width: 531px;
    height: 369px;
    top: 530px;
    margin-left: 66%;
    background: url(images/logo@2x.png) center no-repeat;
    background-size: cover;
}

div.slide-show {
    width: 100%;
    /* スライドショーの幅 */
    max-width: 100%;
    /* スマホで表示が欠けないように */
    margin: 10px auto;
    /* 中央揃え */
    position: relative;
}

.slide-show img {
    animation: show 12s infinite;
    /* 12秒のスライドショーを繰り返し */
    max-width: 100%;
    height: 100vh;
    opacity: 0;
    position: absolute;
    /* 画像を重ねて表示 */
    left: 0;
    top: 0;
}

@keyframes show {
    0% {
        opacity: 0
    }
    17% {
        opacity: 1
    }
    33% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.slide-show img:nth-of-type(1) {
    position: relative;
}

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

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

.slide {
    position: relative;
    overflow: hidden;
    /* 画像のサイズに合わせて変更ください */
    width: 100%;
    height: 100%;
    margin: auto;
    /* サンプルは中央寄せの背景：白 */
    background: #fff;
}


/*=== 画像の設定 ======================================= */

.slide img {
    display: block;
    position: absolute;
    /* 画像のサイズを表示エリアに合せる */
    width: 100.5%;
    height: inherit;
    opacity: 0;
    animation: slideAnime 10s ease infinite;
}


/*=== スライドのアニメーションを段差で開始する ========= */

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

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


/*=== スライドのアニメーション ========================= */

@keyframes slideAnime {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


/*top*/

.section_title {
    margin: 80px 0 50px;
    display: inline-block;
    position: relative;
    color: #000;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}

.section_title h2 {
    text-align: right;
    font-size: 2.0rem;
}

.ss_all:hover {
    opacity: 0.6;
}

.buy p:hover {
    opacity: 0.6;
}


/*about*/

#about {
    background-color: #151515;
    padding: 0 8.3%;
    position: relative;
    height: 880px;
    overflow: hidden;
}

.about_wrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.about_back {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_title {
    width: 62.498%;
    z-index: 10;
    position: relative;
    margin-bottom: 50px;
}

.about_title img {
    width: 100%;
}

.about_content {
    position: relative;
    color: #e2e2e2;
}

.about_content p {
    font-size: 2.8rem;
    line-height: 2.5;
    letter-spacing: 0.4rem;
    margin-bottom: 30px;
}

.about_content p:nth-last-child(1) {
    margin-bottom: 0;
}

.about_strong {
    color: black;
    background: url(images/about_strong.png) center;
    background-size: cover;
}


/*about*/


/*news*/

#news {
    background: #fff;
    padding: 0 8.3%;
    overflow: hidden;
}

.news_wrap {
    max-width: 1440px;
    margin: 0px auto;
}

.article_wrap {
    display: flex;
    width: 100%;
    z-index: 2;
}

.news_content {
    display: flex;
    z-index: 2;
}

#news article {
    width: 21.778%;
    margin-right: auto;
    transition: 0.7s;
    opacity: 1;
}

#gallery .article_wrap {
    margin-top: 5%;
    margin-left: 10%;
    width: 90%;
}

#gallery article {
    width: 23%;
    margin-right: auto;
    transition: 0.7s;
    opacity: 1;
    z-index: 50;
}

.article_hover {
    transform: scale(1.05);
}

#news article:nth-last-child(1) {
    margin-right: 0;
}

.article_img {
    width: 85%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: 0.5s;
    z-index: 2;
}

.article_img_wrap {
    overflow: visible;
    width: 100%;
    display: flex;
}

.article_text {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 15px 0;
    color: #000;
    padding-left: 0;
    width: 80%;
    overflow-wrap: normal;
}

.article_text small {
    font-size: 1.2rem;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    color: #000;
    display: block;
    margin-bottom: 5px;
    z-index: 10;
}

.article_text p {
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    z-index: 70;
    width: 100%;
    height: 50px;
    line-height: 18px;
    overflow-wrap: normal;
    text-align: left;
}

.article_all {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.view_more {
    background-image: url(images/r_view.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 5%;
    margin-top: 3%;
}

.view_r {
    background-image: url(images/グループ_634@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 5%;
    margin-top: -50px;
}

.back_line {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #EDE4E1;
    margin-top: 50px;
    z-index: 10;
    left: 0;
}

.news_title {
    width: 100%;
    height: auto;
    display: flex;
}

.title_s {
    padding-top: 80px;
    padding-bottom: 0px;
    width: 50%;
    height: 29px;
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
    font-size: 40px;
}

.article_img_title {
    width: 100%;
    height: auto;
    z-index: 8;
}

.deg {
    width: 20px;
    height: 15%;
    margin-lefft: 5px;
    transform: rotate(90deg);
    position: relative;
    z-index: 50;
}

.sma {
    display: none;
}

.deg small {
    color: #666666;
}


/*news*/


/*concept*/

#concept {
    background-color: none;
}

.concept_wrap {
    width: 100%;
    height: 1300px;
    background-color: none;
}

.concept_left {
    width: 60.3%;
    height: 674px;
    background-color: #f0f8ff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.concept_right {
    width: 50%;
    right: 0;
    margin-top: 327px;
    height: 503px;
    background-color: #fffafa;
    position: absolute;
}

/*.concept_text_border_1 {
    margin: auto;
    padding: 10px;
    width: 200px;
    font-size: 40px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    border: dashed 2px #ff4500;
}

.concept_text_border_2 {
    margin: auto;
    padding: 10px;
    width: 450px;
    font-size: 40px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    border: dashed 2px #ff4500;
}*/

.concept_text_bold {
    margin-left: 150px;
    padding: 10px;
    font-size: 30px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
}

.concept_text_border_1 {
    width: 352px;
    height: 133px;
    background-image: url(images/concept_text_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.concept_text_border_2 {
    width: 563px;
    height: 133px;
    background-image: url(images/concept_text_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.concept_images_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    padding: 10px;
}

.concept_slide_img_1_1 {
    width: 525px;
    height: 332px;
    background-image: url(images/concept_images_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
/*
.concept_slide_img_1_1:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}
*/
.concept_slide_img_1_2 {
    width: 350px;
    height: 178px;
    background-image: url(images/concept_images_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
/*
.concept_slide_img_1_2:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}
*/
.concept_slide_img_1_3 {
    width: 525px;
    height: 382px;
    background-image: url(images/concept_images_3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
/*
.concept_slide_img_1_3:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}
*/
.concept_images_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    padding: 10px;
}

.concept_slide_img_2_left {
    display: block;
}

.concept_slide_img_2_1 {
    width: 525px;
    height: 265px;
    background-image: url(images/concept_images_4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
/*
.concept_slide_img_2_1:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}
*/
.concept_slide_img_2_2 {
    width: 525px;
    height: 227px;
    background-image: url(images/concept_images_5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -35px;
}
/*
.concept_slide_img_2_2:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}
*/
.concept_slide_img_2_right {
    display: block;
}

.concept_slide_img_2_3 {
    width: 0px;
    height: 0px;
    background-image: url(images/.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.concept_slide_img_2_3:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.concept_slide_img_2_4 {
    width: 0px;
    height: 0px;
    background-image: url(images/.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.concept_slide_img_2_4:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.concept_images_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 374px;
    background-color: #ffffff;
    padding: 10px;
}

.concept_slide_img_3_1 {
    width: 700px;
    height: 374px;
    background-image: url(images/concept_images_6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.concept_slide_img_3_1:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.title_c {
    margin-left: 8.3%;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
    height: 29px;
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 98;
    background-color: #DAB9B7;
    position: relative;
}

.share {
    width: 100%;
    height: 54px;
    left: 18%;
    position: relative;
    z-index: 98;
}

.share h2 {
    width: 80%;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-size: 40px;
    font-weight: 1100;
    color: #360D00;
    z-index: 99;
    padding-top: 80px;
}

.concept_img {
    width: 55%;
    height: 300px;
    left: 19%;
    margin-top: 297px;
    background-image: url(images/IMG_2720.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.concept_img2 {
    width: 400px;
    height: 300px;
    left: 10%;
    margin-top: 10%;
    background-color: #fff;
    position: absolute;
}

.concept_img3 {
    width: 55%;
    height: 300px;
    left: 17.5%;
    margin-top: 317px;
    background-color: #fff;
    position: absolute;
}

.concept_h {
    width: 341.41px;
    height: 117px;
    right: 0;
    margin-top: 0;
    background-image: url(images/concept.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.concept_text {
    width: 82%;
    height: 229px;
    height: auto;
    margin-left: 85px;
    margin-top: 73px;
}

.concept_text h2 {
    color: #360D00;
    font-size: 20px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
}

.concept_text h3 {
    color: #360D00;
    font-size: 20px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin-top: 50px;
    line-height: 24px;
    margin-bottom: 50px;
    margin-left: 15%;
}

.p_detail {
    background-image: url(images/view_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 200px;
    height: 100px;
    position: absolute;
    margin-left: 20%;
    margin-top: 2%;
}

.news_wrap a {
    margin-left: 70%;
    color: #000;
}

.news_wrap h3 {
    margin-left: 70%;
    right: 0;
}


/*concept*/


/*commitment*/

#commitment {
    background: none;
    padding-bottom: 0;
}

.commitment_wrap {
    width: 100%;
    height: 250px;
    background-color: none;
}

.commitment_slide_img_1 {
    width: 400px;
    height: 266px;
    background-image: url(images/commitment_images_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.commitment_slide_img_1:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.commitment_slide_img_2 {
    width: 400px;
    height: 266px;
    background-image: url(images/commitment_images_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.commitment_slide_img_2:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.commitment_slide_img_3 {
    width: 400px;
    height: 266px;
    background-image: url(images/commitment_images_3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.commitment_slide_img_3:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide_text_commitment {
    font-size: 20px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    margin-left: 5%;
}

/*commitment*/


/*products*/

#products {
    background: none;
    padding-bottom: 0;
}

.products_wrap {
    width: 100%;
/*    height: 1300px;*/
    height: 900px;
    background-color: none;
}

.products_center {
    width: 89.1%;
/*    height: 1200px;*/
    height: 800px;
    background-color: #fffafa;
    right: 0;
    position: absolute;
}

.title_p {
    margin-left: 8.3%;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
    height: 29px;
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 1;
    background-color: none;
    position: relative;
    font-size: 40px;
}

.title_p h3 {
    margin-left: 10%;
}

.rerere {
    margin-left: 8.3%;
    padding-top: 30;
    padding-bottom: 40px;
    width: 76.2%;
    height: 29px;
    background-image: none;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 70%;
    z-index: 1;
    background-color: none;
    position: relative;
    font-size: 40px;
    margin-top: -500px;
    position: absolute;
}

.r_view a {
    color: #000;
}

.products_h {
    width: 341.41px;
    height: 117px;
    right: 0;
    margin-top: -35px;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.titles_p {
    width: 100%;
    display: flex;
}

#gallery article {
    width: 83%;
    margin-right: 20px;
    transition: 0.7s;
    opacity: 1;
    z-index: 50;
}

.view_all {
    background-image: url(images/p_detail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 5%;
    margin-top: -100px;
}

.buy a {
    color: #360D00;
}

.slide_wrap {
    display: flex;
    width: 90%;
    z-index: 10;
    margin-left: 10%;
    padding: 0;
    overflow: hidden;
}

.slide_set {
    width: 100%;
    margin-right: auto;
}

.slide_set_products {
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    margin-right: auto;
}

.slide-i {
    width: 300px;
    height: 400px;
    background-image: url(images/12last.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.slide-i:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide_1_products {
    width: 600px;
    height: 600px;
    background-image: url(images/12last.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide_1_products:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide_1_products_price {
    width: 600px;
    height: 70px;
    background-image: url(images/price_12mg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 5%;
}

.slide_2_products_price {
    width: 600px;
    height: 77px;
    background-image: url(images/price_6mg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5%;
}

.slide-2:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide-3:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide-4:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide_text_products {
    width: 300px;
    padding-top: 30px;
    font-size: 20px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.slide-2 {
    width: 300px;
    height: 400px;
    background-image: url(images/6666.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.slide_2_products {
    width: 300px;
    height: 400px;
    background-image: url(images/6666.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide_2_products:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.slide-2 h3 {
    padding-top: 120px;
    color: #000;
    margin-left: 10%;
}

.slide-3 {
    width: 400px;
    height: 300px;
    background-image: url(images/oil.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    color: #000;
    margin-top: 150px;
}

.orig_products_title {
    margin-left: 8.3%;
    font-size: 40px;
    margin-top: 200px;
}

.orig_products_img {
    width: 1000px;
    height: 588px;
    background-image: url(images/orig_products_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 80px;
}

.link_t {
    margin-left: 8.3%;
    margin-top: 100px;
    font-size: 40px;
}

.link_wrap {
    margin: auto;
    width: 300px;
    height: 400px;
}

.link {
    width: 220px;
    height: 150px;
    background-image: url(images/laslaskogo.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #DAB9B7;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.link_te {
    padding-top: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.slide-3 h3 {
    color: #000;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
}

.slide-4 {
    width: 95%;
    height: 250px;
    background-image: url(images/★IMG_2925.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-right: 5%;
}

.slide_set h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 12px;
    color: #360D00;
    text-align: center;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#reviews {
    width: 100%;
    height: 720px;
    background: none;
    margin-left: 0;
}

.r_to {
    background-image: url(images/re111.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    height: 401px;
    width: 83%;
    margin-left: 17%;
    z-index: 98;
    position: relative;
    padding-top: 350px;
}

.rrr {
    width: 72%;
    height: 300px;
    margin-left: 28%;
    margin-top: -180px;
}

.rrr h2 {
    position: relative;
    margin-top: 10px;
    color: #360D00;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 3.2px;
}

.rrr p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 32px;
    position: relative;
    margin-top: 20px;
    color: #360D00;
    width: 290px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

#reviews_h {
    width: 341.41px;
    height: 117px;
    left: 20%;
    margin-top: -10px;
    background-image: url(images/reviews_h.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 99;
}

.r_view {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 300px;
    height: 100px;
    position: absolute;
    right: 10%;
    margin-top: -10px;
    color: #000;
}


/*products*/

.view_more:hover {
    opacity: 0.6;
}

.view_all:hover {
    opacity: 0.6;
}

.r_view:hover {
    opacity: 0.6;
}

.p_detail:hover {
    opacity: 0.6;
}

.g_view:hover {
    opacity: 0.6;
}


/*subscription*/

#subscription {
    background: none;
    padding-bottom: 0;
}

.subscription_images {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 900px;
    background-color: #ffffff;
    padding: 10px;
}

.subscription_slide_img_1 {
    width: 1000px;
    height: 685px;
    background-image: url(images/subscription_images_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.subscription_slide_img_1:hover {
    transform: scale(1.05, 1.05);
    transition: 1s, 1s all;
}

.subscription_buy_warp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.subscription_buy_left {
    width: 50%;
    position: relative;
}

.subscription_buy_right {
    width: 50%;
}

.subscription_buy_center {
    width: 100%;
}

.sup_buy_12mg_subsc_img_subscription {
    width: 300px;
    height: 82px;
    position: absolute;
    background-image: url(images/sup_buy_12mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    right: 40%;
}

.sup_buy_6mg_subsc_img_subscription {
    width: 300px;
    height: 82px;
    background-image: url(images/sup_buy_6mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    margin-left: 15%;
}

.sup_buy_12mg_subsc_img_subscription_sp {
    width: 250px;
    height: 68px;
    position: absolute;
    background-image: url(images/sup_buy_12mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -220px;
    margin-left: 15%;
}

.sup_buy_6mg_subsc_img_subscription_sp {
    width: 250px;
    height: 68px;
    position: absolute;
    background-image: url(images/sup_buy_6mg_subsc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -170px;
    margin-left: 15%;
}

/*subscription*/


/*gallery*/

.gallery_wrap {
    max-width: 1440px;
    height: 550px;
    background-color: none;
}

.gallery_center {
    width: 70.1%;
    height: 277px;
    background-color: #EDE4E1;
    left: 0;
    position: absolute;
}

.title_g {
    margin-left: 8.3%;
    padding-top: 80px;
    padding-bottom: 0;
    width: 50%;
    height: 29px;
    background-image: url(images/gallery_t.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 1;
    background-color: none;
    position: relative;
}

.g_view {
    background-image: url(images/r_view.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 0;
    margin-top: -2%;
    z-index: 98;
}

.gallery_h {
    width: 341.41px;
    height: 117px;
    right: 18%;
    margin-top: -5%;
    background-image: url(images/gallery_h.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    position: absolute;
    z-index: 60;
}

.slide1-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 1em;
    margin: 0 0 2em 9%;
    scroll-behavior: smooth;
    width: 100%;
    z-index: 10;
    position: relative;
}

.slide1-wrap img {
    height: 257.36px;
    width: auto;
    margin-right: 3%;
}


/*gallery*/


/*con*/

.con_top {
    height: auto;
    width: 100.1%;
    background: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.con_title {
    position: absolute;
    width: 341px;
    height: 117px;
    margin-left: 13%;
    background-image: url(images/con_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 141px;
}

.con1 {
    position: absolute;
    width: 400px;
    height: 600px;
    margin-top: 100px;
    margin-left: 56.8%;
    background-image: url(images/c_r1.png);
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.con2 {
    position: absolute;
    width: 32.2%;
    height: 318px;
    background-image: url(images/face_concept.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 592px;
    margin-left: 11.8%;
    z-index: 2;
}

.con_back1 {
    position: absolute;
    width: 22.4%;
    height: 443px;
    background-image: url(images/con_left.png);
    background-size: cover;
    background-position: center;
    left: 0;
    margin-top: 357px;
}

.con_back2 {
    position: absolute;
    width: 74.2%;
    height: 443px;
    background-image: url(images/right.png);
    background-size: cover;
    background-position: center;
    right: 0;
    margin-top: 357px;
    z-index: 1;
}

.con_wrap {
    width: 100%;
    height: 1002px;
}

.con_text_wrap {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 128px;
}

.con_share {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.share_title {
    width: 50%;
}

.share_title h2 {
    width: 56.8%;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-size: 44px;
    text-align: left;
    margin-left: 32.4%;
    color: #360D00;
}

.share_text {
    width: 50%;
}

.share_text p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1.4px;
    text-align: left;
    width: 64%;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.share_back {
    width: 39%;
    height: 206px;
    background-image: url(images/share_back.png);
    background-size: cover;
    background-position: center;
    margin-left: 57%;
    position: absolute;
    margin-top: 106px;
}

.con1_wrap {
    position: relative;
    margin-top: 0;
    padding-top: 50px;
}

.con1_up {
    width: 25.7%;
    height: 293px;
    background-image: url(images/con1_up.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    margin-top: -137px;
}

.con1_bottom {
    width: 25.7%;
    height: 213px;
    background-image: url(images/con_bottom.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    margin-left: 74.3%;
    margin-top: -100px;
}

.con_mid {
    display: none;
}

.con1_back {
    position: absolute;
    width: 81.7%;
    height: 744px;
    margin-left: 18.3%;
    background-color: #E1D4CE;
    z-index: 2;
}

.con2_back {
    position: absolute;
    width: 81.7%;
    height: 744px;
    margin-left: 0;
    background-color: #DAB9B7;
}

.con1_pic {
    width: 85.7%;
    height: 627px;
    margin-top: 57px;
    margin-bottom: 60px;
    margin-left: 7.15%;
    background-image: url(images/yuuhi.png);
    background-size: cover;
    background-position: center;
}

.con2_pic {
    width: 85.7%;
    height: 627px;
    margin-top: 57px;
    margin-bottom: 0px;
    margin-left: 7.15%;
    background-image: url(images/fac1.jpg);
    background-size: cover;
    background-position: bottom;
    opacity: 1;
    background-color: #fff;
}

.con3_pic {
    width: 85.7%;
    height: 627px;
    margin-top: 90px;
    margin-bottom: 60px;
    margin-left: 7.15%;
    background-image: url(images/c3.jpg);
    background-size: cover;
    background-position: center;
}

.con01 {
    width: 36.6%;
    height: 453px;
    margin-top: 180px;
    margin-left: 5.5%;
    margin-bottom: 59px;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.con02 {
    width: 36.6%;
    height: 453px;
    margin-top: 140px;
    margin-left: 53.6%;
    margin-bottom: 59px;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.con03 {
    width: 36.6%;
    height: 453px;
    margin-top: 187px;
    margin-left: 5.5%;
    margin-bottom: 59px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    margin-right: 0;
}

.con01 h2 {
    width: 12%;
    height: 72px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    font-size: 50px;
    text-align: left;
    letter-spacing: 6px;
    line-height: 72px;
    margin-top: 15px;
    margin-left: 11.9%;
}

.con02 h2 {
    width: 12%;
    height: 72px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #360D00;
    font-size: 50px;
    text-align: left;
    letter-spacing: 6px;
    line-height: 72px;
    margin-top: 15px;
    margin-left: 11.9%;
}

.con03 h2 {
    width: 12%;
    height: 72px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #360D00;
    font-size: 50px;
    text-align: left;
    letter-spacing: 6px;
    line-height: 72px;
    margin-top: 15px;
    margin-left: 11.9%;
}

.con01 h3 {
    width: 81%;
    height: 28px;
    margin-top: 8px;
    margin-left: 19%;
    letter-spacing: 2.8px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}

.con02 h3 {
    width: 81%;
    height: 56px;
    margin-top: 8px;
    margin-left: 19%;
    letter-spacing: 2.8px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}

.con03 h3 {
    width: 70%;
    height: 56px;
    margin-top: 8px;
    margin-left: 19%;
    letter-spacing: 2.8px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}

.con01 p {
    width: 77.6%;
    height: 251px;
    font-size: 14px;
    margin-top: 32px;
    margin-left: 11.9%;
    letter-spacing: 1.4px;
    line-height: 32px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.con02 p {
    width: 77.6%;
    height: 251px;
    font-size: 14px;
    margin-top: 32px;
    margin-left: 11.9%;
    letter-spacing: 1.4px;
    line-height: 32px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.con03 p {
    width: 77.6%;
    height: 251px;
    font-size: 14px;
    margin-top: 32px;
    margin-left: 11.9%;
    letter-spacing: 1.4px;
    line-height: 32px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.con3_wrap {
    position: relative;
    margin-top: 0px;
    padding-top: 80px;
}

.con2_wrap {
    position: relative;
    margin-top: 55px;
    padding-top: 80px;
}

.asuta_wrap {
    width: 100%;
    margin-top: 155px;
}

.asuta_title {
    width: 100%;
    height: 32px;
}

.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-left: 5%;
    margin-right: 5%;
}

.title-border:after {
    margin-left: 5%;
    margin-right: 5%;
}

.title-border h2 {
    font-size: 32px;
    margin: auto;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.asuta_text p {
    margin: 50px 15% 37px 15%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
    color: #360D00;
}

.asuta_con1 {
    width: 100%;
    margin-left: 16.25%;
}

.asuta_con2 {
    margin: 0 25.3% 0 25.3%;
    margin-top: 34px;
    width: 100%;
}

.asuta_con1 img {
    width: 12.9%;
    height: auto;
    margin-right: 5.2%;
}

.asuta_con2 img {
    width: 12.9%;
    height: auto;
    margin-right: 5.2%;
}

.buy {
    width: 84%;
    height: 245px;
    background-color: #EDE4E1;
    margin-top: 72px;
    margin-bottom: 78px;
    margin-left: 7.9%;
    margin-right: 7.9%;
}

.buy h2 {
    font-size: 32px;
    text-align: center;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 84px;
}

.buy p {
    text-align: center;
    margin-top: 17px;
    font-size: 16px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.products_all {
    background-image: url(images/products_all.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 86.5px;
    height: 72px;
    position: absolute;
    margin-left: 71%;
    margin-top: -80px;
}

.asuta02 {
    background-image: url(images/02asuta.png);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 700px;
    position: absolute;
    left: 10%;
    margin-top: 20%;
    opacity: 1;
}


/*con*/

.g_tit {
    position: absolute;
    width: 341px;
    height: 127px;
    margin-left: 38.8%;
    background-image: url(images/g_tit1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 90%;
    margin-top: 121px;
}


/*reviews*/

.rev_top {
    width: 100%;
    height: 278px;
}

#rev1,
#rev2,
#rev3,
#rev4,
#rev5,
#rev6,
#rev7,
#rev8,
#rev9,
#rev10,
#rev11,
#rev12,
#rev13 {
    width: 100%;
    height: 830px;
    display: flex;
    margin-bottom: 50px;
}

.rev_title {
    position: absolute;
    width: 341px;
    height: 117px;
    margin-left: 38.8%;
    background-image: url(images/rev_title1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 141px;
}

.rev_img {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_img1 {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_img2 {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_img3 {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_img4 {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_img5 {
    width: 37%;
    background-color: #F2F3F4;
}

.rev_text h2 {
    display: inline;
    margin-right: 10%;
    color: #360D00;
    font-size: 18px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.rev_text1 h2 {
    display: inline;
    margin-right: 21%;
    color: #360D00;
    font-size: 18px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.rev_text h3 {
    font-size: 12px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 6px;
}

.rev_text p {
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 22px;
    width: 58%;
}

.rev_tex1 h3 {
    font-size: 12px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    font-size: 12px;
    margin-top: 6px;
}

.rev_text1 p {
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 22px;
    width: 58%;
}

.rev_img img {
    width: 50%;
    margin-top: 150px;
    margin-left: 25%;
}

.rev_img1 img {
    width: 50%;
    top: 331px;
    margin-left: 22%;
}

.rev_img2 img {
    width: 80%;
    top: 331px;
    margin-left: 10%;
}

.rev_img3 img {
    width: 20%;
    margin-top: 80px;
    margin-left: 40%;
}

.rev_img4 img {
    width: 40%;
    margin-top: 80px;
    margin-left: 30%;
}

.rev_img5 img {
    width: 15%;
    margin-top: 80px;
    margin-left: 40%;
}

.rev_text {
    width: 53%;
    padding-top: 22px;
    margin-left: 5%;
}

.rev_text1 {
    width: 53%;
    padding-top: 22px;
    margin-left: 5%;
}

.swiper-pagination {
    bottom: 0;
}

.description {
    width: 58%;
    height: 94px;
    line-height: 32px;
}

.go_item {
    width: 164px;
    height: 56px;
    background-image: url(images/gotoshop.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8px;
}

.reviews_top {
    width: 100%;
    height: 800px;
    margin-left: 0;
}

.reviews_title {
    width: 100%;
    margin-left: 8.3%;
    font-size: 40px;
    margin-top: 0;
}

.reviews_user1 {
    width: 300px;
    height: 400px;
    background-image: url(images/reviews_user1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.reviews_user2 {
    width: 300px;
    height: 400px;
    background-image: url(images/reviews_user2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.reviews_text {
    font-size: 16px;
    width: 300px;
    margin: auto;
}

.swiper-container {
    width: 80%;
    height: 750px;
    margin-left: 10%;
}

.swiper-slide img {
    width: 433px;
    height: 600px;
    margin: auto;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 750px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    /* ボタンの幅 */
    height: 48px;
    /* ボタンの高さ */
    background-size: 48px 48px;
    /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    margin-top: -24px;
    /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}


/* 次ページボタンのスタイル */

.swiper-button-next {
    opacity: 0.8;
}


/* 前ページボタンのスタイル */

.swiper-button-prev {
    background-image: none;
    /* 左右反転 */
}

.page_n {
    margin-left: 44.7%;
    display: flex;
    height: 26px;
    margin-top: 46px;
    margin-bottom: 64px;
}

.page_n h2 {
    color: #360D00;
    font-size: 18px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-right: 2%;
    line-height: 22px;
    border-bottom: 1px solid;
}

.page_n a {
    color: #360D00;
    font-size: 18px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-right: 2%;
    line-height: 22px;
}

.page_n img {
    height: 25px;
}


/*reviews*/


/*poducts*/

.products_title {
    width: 341px;
    height: 117px;
    margin-left: 37.1%;
    margin-top: 46.92px;
    background-image: url(images/pro_title1.png);
    background-size: cover;
    background-position: center;
}

.pro_wrap {
    background-color: #F2F2F2;
    padding-top: 90px;
    padding-bottom: 90px;
}

.koti {
    color: #DAB9B7;
}

.pro1_wrap {
    display: flex;
    margin-top: 20px;
}

.pro_box {
    width: 50%;
    margin-bottom: 27px;
}

.pro .allwrap {
    background-color: #F2F2F2;
}

.cate_wrap {
    width: 72.8%;
    padding: 0 12.9% 0 12.9%;
}

#cate-border {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

#cate-border:before,
#cate-border:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}

#cate-border:before {
    margin-right: 2.2%;
}

#cate-border:after {
    margin-left: 2.2%;
}

#cate-border h2 {
    font-size: 18px;
    margin: auto;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#cate-border2 {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

#cate-border2:before,
#cate-border2:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}

#cate-border2:before {
    margin-right: 2.2%;
}

#cate-border2:after {
    margin-left: 2.2%;
}

#cate-border2 h2 {
    font-size: 18px;
    margin: auto;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.slide-text h2 {
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    text-align: center;
}

.slide-text h3 {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #360D00;
    font-size: 15px;
    margin-top: 40px;
    width: 90%;
    margin-left: 5%;
    height: 300px;
}

.slide-text h4 {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #360D00;
    font-size: 20px;
    margin-top: 40px;
    width: 90%;
    margin-left: 5%;
    height: 300px;
}

.slide-text h4_long {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #360D00;
    font-size: 20px;
    margin-top: 40px;
    width: 90%;
    margin-left: 5%;
    height: 850px;
}

.slide-text h5 {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #360D00;
    font-size: 15px;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    height: 50px;
}

#cate-border3 {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

#cate-border3:before,
#cate-border3:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}

#cate-border3:before {
    margin-right: 2.2%;
}

#cate-border3:after {
    margin-left: 2.2%;
}

#cate-border3 h2 {
    font-size: 18px;
    margin: auto;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#cate-border4 {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

#cate-border4:before,
#cate-border4:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}

#cate-border4:before {
    margin-right: 2.2%;
}

#cate-border4:after {
    margin-left: 2.2%;
}

#cate-border4 h2 {
    font-size: 18px;
    margin: auto;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.pro_items {
    width: 100%;
    height: 414.5px;
    background-image: url(images/ilaila.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items2 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/青木さん.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items3 {
    width: 100%;
    height: 414.5px;
    margin-left: -5%;
    background-image: url(images/itema.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items4 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/lipa.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items5 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/facecreammen_透過.png);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items6 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/bag.png);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items7 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/①フェイスジェルパック@2x.png);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items8 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/facialsoap_透過.png);
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items9 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/①モイスチャライジングボディクリーム@2x.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items10 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/sumu.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items11 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/①シルキーボディソープ@2x.png);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items12 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/①モイスチャライジングハンドクリーム@2x.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items13 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/shampo.png);
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items15 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/rins.png);
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
}

.pro_items14 {
    width: 100%;
    height: 414.5px;
    background-image: url(images/g_2.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.toc_box *,
.toc_box *:before,
.toc_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toc_box {
    position: relative;
}

.toc_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    cursor: pointer;
    text-align: center;
    /* グラデーション */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.95) 90%);
    margin-bottom: 0;
}

.toc_box input:checked+label {
    background: inherit;
}

.toc_box label:after {
    margin-left: 15%;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50%;
    width: 96px;
    height: 31px;
    content: '';
    transform: translate(-50%, 0);
    background: url(images/read_all.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.toc_box input {
    display: none;
}

.toc_box .toc_container {
    overflow: hidden;
    height: 280px;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.toc_box input:checked~label:after {
    background: url(images/close.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.toc_box input:checked~.toc_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}

.toc_container {
    width: 92.5%;
    margin-left: 7.5%;
    margin-top: 30px;
}

.toc_container h2 {
    color: #360D00;
    font-size: 18px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.toc_container h3 {
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    font-size: 12px;
    margin-top: 6px;
}

.toc_container p {
    width: 100%;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin-top: 30px;
    color: #360D00;
}

.cart {
    width: 134px;
    height: 20px;
    border: 1px solid #360D00;
    padding: 18px 28px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.cart h2 {
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 0;
}

.cart1 {
    width: 134px;
    height: 20px;
    border: 1px solid #360D00;
    padding: 18px 28px;
    margin-top: 10px;
    margin-left: 70%;
}

.cart1 h2 {
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
}

.cart2 {
    width: 134px;
    height: 20px;
    border: 1px solid #360D00;
    padding: 18px 28px;
    margin-top: 0;
    margin-left: 5%;
}

.cart2 h2 {
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
}

.cart3 {
    width: 200px;
    height: 20px;
    border: 1px solid #360D00;
    padding: 18px 28px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.cart3 h2 {
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 0;
}

.cart3 h2_left {
    line-height: 16px;
    text-align: left;
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    margin-top: 0;
}

.cart_action {
    animation-duration: 3s;
    animation-name: cart_action;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes cart_action {
    0% {
        margin-left: 60%;
        width: 300%;
    }
    100% {
        margin-left: 0%;
        width: 100%;
    }
}

.text_b {
    display: flex;
    margin-left: 7.5%;
}

.check {
    background-image: url(images/check_review.png);
    background-size: cover;
    background-position: center;
    height: 18px;
    width: 163.5px;
    margin-top: 54px;
    margin-left: 20%;
}

.tyui h2 {
    margin-top: 700px;
    margin-left: 20%;
    font-size: 16px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
}


/*poducts*/


/*contact*/

#contact {
    background: #e2e2e2;
    padding-bottom: 100px;
}

.contact_content {
    padding: 0 22.1%;
    max-width: 800px;
    margin: 0 auto;
}

#contact .section_title {
    color: #151515;
    border-bottom: 1px solid #151515;
}

input,
textarea,
select {
    width: 100%;
    background: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-size: 14px;
    height: 100%;
    border: solid 0px;
    border-bottom: 1px solid #151515;
    transition: 0.5s;
    border-radius: 0;
}

select:hover {
    cursor: pointer;
}

textarea,
.form2 input {
    opacity: 0.4;
}

textarea::placeholder,
input::placeholder {
    color: #151515;
}

textarea:hover {
    opacity: 1;
}

.form2 input:hover {
    opacity: 1;
    cursor: text;
}

input:hover {
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    padding-top: 5px;
}

div.wpcf7-validation-errors {
    background: #ff0000;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    border: none;
    color: #e2e2e2;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    border: none;
    color: #e2e2e2;
}

select {
    border-radius: 0;
    background: url(images/contact_arrow.png) right no-repeat;
    background-size: 15px;
}

#contact dl {
    margin-bottom: 50px;
}

#contact dd {
    margin: 0;
}

.form2 {
    height: 35px;
    vertical-align: top;
}

.privacy_check {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}

.button {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.button input {
    border-bottom: 2px solid #151515;
    font-weight: bold;
    padding-bottom: 20px;
}

.privacy_check a {
    color: #151515;
    border-bottom: 1px solid #151515;
}

select::-ms-expand {
    display: none;
}


/*contact*/


/*footer*/

footer {
    height: 354px;
    width: 83.4%;
    background: #f0f8ff;
    padding: 0 8.3%;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.footer_logo {
    padding-top: 54px;
    width: 100%;
    align-items: center;
}

.footer_logo img {
    width: 97px;
    display: block;
    margin-top: 54px;
    margin: auto;
}

.footer_menu {
    margin: auto;
    margin-top: 45.2px;
    align-items: center;
}

.footer_menu ul {
    display: flex;
    margin: auto;
}

.footer_menu li {
    margin: auto;
    margin-left: 30px;
    font-size: 16px;
    font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
    transition: 0.5s;
}

.footer_menu a {
    color: #360D00;
}

.footer_left .privacy_link {
    display: inline-block;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1.4rem;
}

.bot {
    margin-left: auto;
    width: 100%;
    margin-top: 3%;
    align-items: center;
}

.bot small {
    bottom: 59px;
    margin-top: 15px;
    font-size: 1.4rem;
    margin-left: 43%;
}

.footer_sub_menu {
    margin-top: 23px;
    align-items: center;
}

.footer_sub_menu ul {
    display: flex;
    margin-left: 23%;
    width: 76%;
}

.footer_sub_menu li {
    margin-right: 2.6%;
    font-size: 12px;
    margin-left: 30px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    transition: 0.5s;
}

.footer_sub_menu a {
    color: #360D00;
}


/*footer*/


/*footer*/


/*news_content*/

#news article {
    width: 27.778%;
    margin-right: auto;
    transition: 0.7s;
    opacity: 1;
}


/*news_content*/

.news_content {
    width: 100%;
    height: auto;
    z-index: 4;
}

.news_content h2 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    margin-left: 50%;
    padding-top: 36%;
    padding-bottom: 5%;
    font-weight: 100;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
}


/*news_page*/

.news_p {
    margin-bottom: 50px;
}

.news_top {
    width: 100%;
    height: 278px;
}

.news_tit {
    position: absolute;
    width: 341px;
    height: 117px;
    margin-left: 38.8%;
    background-image: url(images/news_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin-top: 141px;
}

.sila_news {
    width: 100%;
    height: auto;
    display: flex;
}

.article_wrap1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 74.5%;
    margin-left: 13%;
}

.article_wrap2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 74.5%;
    margin-left: 13%;
    height: 2000px;
}

.sila_news article {
    width: 27%;
    height: 436px;
    margin-right: 5%;
    transition: 0.7s;
    opacity: 1;
}

.sila_news article img {
    height: 236px;
}

.sila_news1 {
    width: 100%;
    height: auto;
    display: flex;
}

.sila_news1 article {
    width: 27%;
    height: 400px;
    margin-right: 5%;
    transition: 0.7s;
    opacity: 1;
}

.article_img1 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.article_img3 {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.article_img4 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.article_img1 img {
    background-position: center;
}

.article_text1 {
    margin-top: 20px;
    color: #360D00;
    z-index: 97;
}

.article_text1 p {
    font-size: 14px;
    line-height: 20px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 60px;
}


/*news_page*/


/*gift*/

.gift_top {
    width: 100%;
    height: 278px;
}

.gift_tit {
    position: absolute;
    width: 341px;
    height: 155px;
    margin-left: 38.8%;
    background-image: url(images/gift_pack.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin-top: 141px;
}

.gift_main {
    display: flex;
    height: 700px;
    margin-top: 77.7px;
}

.gift_left {
    width: 52.9%;
    height: 700px;
}

.gift_right {
    width: 47.1%;
    margin-left: 90px;
}

.gift_img {
    width: 50%;
    height: 521px;
    left: 0;
    margin-top: 0;
    background-image: url(images/gift.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.gift_back {
    width: 50%;
    height: 432px;
    left: 2.6%;
    margin-top: 120px;
    background-color: #DAB9B7;
    position: absolute;
}

.gift_right h2 {
    width: 60.6%;
    height: 83px;
    margin-top: 40px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
}

.gift_right p {
    color: #360D00;
    width: 84%;
    height: 350px;
    margin-top: 134px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 32px;
}

.gift_text h2 {
    margin-left: 43%;
    color: #360D00;
    width: 14%;
    height: 23px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
}

.gift_text p {
    font-size: 14px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
    height: 165px;
}

.gift_bottom h3 {
    margin-left: 48.5%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #360D00;
    margin-top: 25px;
}

.gift_bottom p {
    width: 55.5%;
    margin-left: 22.2%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 32px;
    color: #360D00;
    margin-top: 26px;
}

.gift_back1 {
    width: 49%;
    height: 358px;
    left: 31.3%;
    margin-top: 88px;
    background-color: #EDE4E1;
    position: absolute;
}

.g_b_title {
    background-image: url(images/g_b.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 12%;
    height: 160px;
    position: absolute;
    z-index: 78;
    margin-top: 320px;
    margin-left: 15.9%;
}

.gift_img1 {
    width: 55.5%;
    height: 400px;
    left: 22.2%;
    margin-top: 0;
    background-image: url(images/g_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.gift_bottom {
    width: 100%;
    height: 700px;
}


/*gift*/

.rink_wrap {
    width: 100%;
    height: 1100px;
    background-color: #DAB9B7;
}

.rink h2 {
    padding-top: 50px;
    margin-left: 20%;
    font-size: 30px;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #360D00;
}

.rink_img {
    padding-top: 200px;
    height: 450px;
    width: 100%;
    background-image: url(images/top_img.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rink a {
    color: #360D00;
    text-decoration: underline #360D00;
}

.rink p {
    margin-top: 50px;
    margin-left: 25%;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-decoration: underline;
}


/*singlepage*/

#single_page {
    padding: 100px 16.6% 100px;
    background: #EDE4E1;
}

.single_page_wrap {
    max-width: 1440px;
    margin: 50px auto;
}

.single_img {
    background: url(images/article_test.png)center no-repeat;
    background-size: 80%;
    height: 600px;
    padding-top: 5%;
}

.single_title {
    margin: 50px 10% 25px;
}

.single_title h2 {
    border-left: 5px solid #e2e2e2;
    font-size: 2.5rem;
    padding-left: 15px;
    color: #360D00;
}

.single_title small {
    font-size: 1.4rem;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #360D00;
}

.single_content p {
    font-size: 1.4rem;
    color: #360D00;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: normal;
}

.back_btn {
    width: 100px;
    margin: 100px auto 0;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    text-align: center;
}

.back_btn a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #360D00;
    padding-bottom: 10px;
    font-size: 14px;
    color: #360D00;
}

.back_btn1 {
    width: 100px;
    margin: 100px auto 0;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    text-align: center;
}

.back_btn1 a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #360D00;
    padding-bottom: 10px;
    font-size: 14px;
    color: #360D00;
}


/*singlepage*/


/*privacy*/

.privacy_content {
    padding: 100px 8.3%;
    background: #e2e2e2;
}

.privacy_title {
    margin-bottom: 70px;
}

.privacy_title h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.privacy_content p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333;
}

.privacy_content h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    border-bottom: 1px solid #151515;
    display: inline-block;
    color: #151515;
}

.privacy_content section {
    display: block;
    margin-bottom: 50px;
}

.privacy_content section p {
    margin-bottom: 15px;
    font-weight: normal;
}

.privacy_content a {
    color: #151515;
    border-bottom: 1px solid #151515;
}


/*privacy*/


/*404*/

#error {
    height: 100vh;
    padding: 0 8.3%;
    background: #151515;
    position: relative;
}

.error_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.error_content img {
    width: 60%;
    max-width: 690px;
}

.error_content h2 {
    margin-top: 20px;
    color: #e2e2e2;
    font-size: 1.8rem;
}

#error .back_btn {
    margin-top: 40px;
}


/*404*/


/*thanks*/

.thanks {
    width: 100%;
    height: 800px;
}

.thanks_main {
    width: 100%;
    height: 800px;
}

.thank_you {
    position: absolute;
    width: 272px;
    height: 29px;
    margin-left: 40.5%;
    background-image: url(images/thanks.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 90px;
}

.thanks_text {
    z-index: 98;
    position: relative;
}

.thanks_text p {
    width: 55.5%;
    height: 99px;
    margin-left: 22.7%;
    margin-top: 155px;
    color: #360D00;
    font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 32px;
    z-index: 98;
    text-align: center;
}

.thanks_back {
    width: 28.6%;
    height: 430px;
    left: 0;
    top: 155px;
    background-color: #EDE4E1;
    position: absolute;
    z-index: 0;
}

.thanks_back1 {
    width: 32.7%;
    height: 232px;
    top: 570px;
    right: 0;
    margin-top: 88px;
    background-color: #EDE4E1;
    position: absolute;
}

.thanks_img {
    width: 59.4%;
    height: 500px;
    margin-left: 15.2%;
    top: 286px;
    background-image: url(images/thanks2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}


/*thanks*/

@media screen and (max-width: 1023px) {
    html {
        font-size: 43%;
    }
    .check {
        margin-left: 10%;
    }
    .cate_wrap {
        width: 90%;
        padding: 0 5% 0 5%;
    }
    .about_back,
    .service_back {
        width: 1024px;
    }
    .concept_h {
        width: 300.41px;
        height: 90px;
        right: 0;
        margin-top: 25px;
        background-image: url(images/concept.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    .section_title {
        margin: 50px 0 25px;
    }
    #about .section_title {
        margin-top: 100px;
    }
    .about_title {
        margin-bottom: 25px;
    }
    #about {
        height: 600px;
    }
    #service {
        padding-top: 50px;
    }
    section {
        display: block;
        margin-bottom: 0;
    }
    .service_img {
        width: 100%;
    }
    .right .service_img {
        position: static;
    }
    .service_text {
        width: 41.4%;
        margin-left: 8.3%;
    }
    .right .service_text {
        margin-right: 8.3%;
    }
    .ec {
        height: auto;
    }
    .ec .service_img {
        width: 100%;
    }
    .news_content {
        display: block;
    }
    .article_wrap {
        width: 100%;
    }
    #news article {
        width: 30%;
    }
    .article_img {
        height: 200px;
    }
    .link_arrow {
        margin-top: 0;
        width: 200px;
    }
    .link {
        padding-bottom: 30px;
    }
    .company_content {
        display: block;
        height: auto;
    }
    .company_content #map {
        height: 400px;
        width: 100%;
    }
    .company_int {
        width: 100%;
        height: 350px;
    }
    .contact_content {
        padding: 0 8.3%;
    }
    .news_btn {
        display: block;
        margin-left: auto;
    }
    header {
        height: 60px!important;
    }
    .header_logo {
        width: 70px;
    }
    .menu-trigger {
        height: 20px;
        margin-top: 20px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .sp {
        display: none!important;
    }
    .pc {
        display: block!important;
    }
    #news {
        height: 650px;
        overflow: hidden;
    }
    #news_page .article_img {
        height: 200px;
    }
    #single_page {
        padding: 150px 8.3% 100px;
    }
    .header_content img {
        width: 80%;
    }
    .error_content {
        width: 100%;
    }
    .mv2 {
        width: 100%;
        background-image: url(images/top.png);
        background-position: 30%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gallery_h {
        right: 15%;
        margin-top: -80px;
        background-image: url(images/gallery_h.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70%;
        position: absolute;
        z-index: 60;
    }
    .g_view {
        margin-top: -70px;
    }
    footer {
        width: 83.4%;
    }
    .footer_menu li {
        margin-bottom: 16px;
        margin-left: 20px;
        font-size: 12px;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        transition: 0.5s;
    }
    .footer_menu {
        margin: auto;
        margin-top: 45.2px;
        align-items: center;
    }
    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-left: 0;
    }
    .footer_sub_menu {
        margin-top: 33px;
        align-items: center;
    }
    .footer_sub_menu ul {
        display: flex;
        flex-wrap: wrap;
        width: 83.4%;
        list-style: none outside;
        margin-left: 0;
    }
    .footer_sub_menu li {
        font-size: 10px;
        margin-left: 4%;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        transition: 0.5s;
        width: 42%;
        padding: 0;
        text-align: center;
        margin-bottom: 6px;
        width: auto;
    }
    .footer_sub_menu a {
        color: #360D00;
    }
    .concept_text {
        margin-top: 50px;
        margin-left: 5%;
        width: 80%;
    }
    .products_h {
        width: 341.41px;
        height: 117px;
        right: 0;
        margin-top: -35px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        position: absolute;
    }
    .mv_item2 {
        height: 358px;
        width: 100%;
        background-image: url(images/asyta1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70%;
        position: absolute;
        margin-top: 400px;
        margin-left: 25%;
        transform: rotate(10deg);
    }
    .mv_item {
        height: 358px;
        width: 40%;
        background-image: url(images/itema.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        position: absolute;
        margin-top: 400px;
        margin-left: 42%;
        transform: rotate(20deg);
    }
    .p_detail {
        background-image: url(images/view_btn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        width: 200px;
        height: 100px;
        position: absolute;
        margin-left: 20%;
        margin-top: -20px;
    }
    .con01 p,
    .con03 p {
        width: 90.6%;
        height: 251px;
        font-size: 12px;
        margin-top: 32px;
        margin-left: 1.9%;
        letter-spacing: 1.4px;
        line-height: 32px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
    }
    .con02 p {
        width: 92%;
        height: 251px;
        font-size: 12px;
        margin-top: 32px;
        margin-left: 4%;
        letter-spacing: 1.4px;
        line-height: 32px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 1
    }
    .con02 {
        width: 46.6%;
        height: 453px;
        margin-top: 140px;
        margin-left: 53.6%;
        margin-bottom: 59px;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }
    .con01 h3 {
        width: 100%;
        height: 28px;
        margin-top: 8px;
        margin-left: 0;
        letter-spacing: 2.8px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
    }
    .con02 h3 {
        width: 90%;
        height: 28px;
        margin-top: 8px;
        margin-left: 5%;
        letter-spacing: 2.8px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
    }
    .con03 h3 {
        width: 100%;
        height: 28px;
        margin-top: 8px;
        margin-left: 0;
        letter-spacing: 2.8px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
    }
    .asuta_con1 img {
        width: 12.9%;
        height: 25px;
        margin-right: 5.2%;
    }
    .pro_items2 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/青木さん.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items {
        width: 100%;
        height: 414.5px;
        background-image: url(images/飯島プロ.png);
        background-size: 120%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items3 {
        width: 100%;
        height: 414.5px;
        margin-left: -5%;
        background-image: url(images/itema.png);
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items4 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/lipa.png);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items5 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/facecreammen_透過.png);
        background-size: 40%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items6 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/bag.png);
        background-size: 40%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items7 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/①フェイスジェルパック@2x.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items8 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/facialsoap_透過.png);
        background-size: 25%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items9 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/①モイスチャライジングボディクリーム@2x.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items10 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/sumu.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items11 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/①シルキーボディソープ@2x.png);
        background-size: 30%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items12 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/①モイスチャライジングハンドクリーム@2x.png);
        background-size: 120%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items13 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/shampo.png);
        background-size: 20%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items15 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/rins.png);
        background-size: 20%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items14 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/g_2.png);
        background-size: 110%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .text_b {
        display: flex;
        margin-left: 0;
    }
    .check {
        background-image: url(images/check_review.png);
        background-size: cover;
        background-position: center;
        height: 18px;
        width: 163.5px;
        margin-top: 54px;
        margin-left: 5%;
    }
    .cart {
        width: 134px;
        height: 20px;
        border: 1px solid #360D00;
        padding: 18px 20px;
        margin-top: 30px;
    }
    .swiper-slide img {
        width: 90%;
        height: 300px;
    }
    .description {
        width: 100%;
        height: 94px;
        line-height: 32px;
    }
    .rev_text1 p {
        font-size: 14px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        margin-top: 22px;
        width: 90%;
    }
    .rev_text p {
        font-size: 14px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        margin-top: 22px;
        width: 90%;
    }
    .rev_img img {
        width: 120%;
        top: 331px;
        margin-left: -5%;
    }
    .rev_img1 img {
        width: 70%;
        top: 331px;
        margin-left: 12%;
    }
    .rev_img2 img {
        width: 100%;
        top: 331px;
        margin-left: -5%;
    }
    .rev_img3 img {
        width: 30%;
        margin-top: 80px;
        margin-left: 30%;
    }
    .rev_img4 img {
        width: 60%;
        margin-top: 80px;
        margin-left: 20%;
    }
    .rev_img5 img {
        width: 25%;
        margin-top: 80px;
        margin-left: 30%;
        padding-bottom: 30px;
    }
    .r_view {
        background-image: url(images/r_view.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        width: 200px;
        height: 100px;
        position: absolute;
        right: 20%;
        margin-top: -200px;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    #top .swiper-container {
        width: 100%;
        height: 400px;
    }
    #top .swiper-wrapper {
        width: 100%;
        height: 450px;
    }
    .top_img_wrap {
        width: 90%;
    }
    #top .top-container {
        width: 100%;
        height: 400px;
    }
    #top .top-wrapper {
        width: 100%;
        height: 450px;
    }
    .top_buy_warp_subsc {
        width: 100%;
        top: 400px;
        left: 25%;
    }
    .top_buy_warp {
        width: 100%;
        top: 480px;
        left: 25%;
    }
    .concept_images_1 {
        display: block;
        height: 630px;
    }
    .concept_slide_img_1_1 {
        width: 300px;
        height: 190px;
        background-image: url(images/concept_images_1_sp.png);
    }
    .concept_slide_img_1_2 {
        width: 300px;
        height: 127px;
        background-image: url(images/concept_images_2_sp.png);
        margin-top: 10px;
    }
    .concept_slide_img_1_3 {
        width: 300px;
        height: 306px;
        background-image: url(images/concept_images_3_sp.png);
    }
    .concept_text_border_1 {
        width: 300px;
        background-image: url(images/concept_text_1_sp.png);
    }
    .concept_text_border_2 {
        width: 300px;
        height: 100px;
        background-image: url(images/concept_text_2_sp.png);
    }
    .concept_images_2 {
        display: block;
        height: 350px;
    }
    .concept_slide_img_2_1 {
        width: 300px;
        height: 200px;
        background-image: url(images/concept_images_4_sp.png);
    }
    .concept_slide_img_2_2 {
        width: 300px;
        height: 130px;
        background-image: url(images/concept_images_5_sp.png);
        margin: auto;
    }
    .concept_text_bold {
        width: 0px;
        height: 0px;
        font-size: 0px;
    }
    .concept_slide_img_2_3 {
        width: 0px;
        height: 0px;
        background-image: url(images/_sp.png);
    }
    .concept_slide_img_2_4 {
        width: 0px;
        height: 0px;
        background-image: url(images/_sp.png);
    }
    .concept_slide_img_3_1 {
        width: 300px;
        height: 357px;
        background-image: url(images/concept_images_6_sp.png);
    }
    .slide-text h3 {
        height: 450px;
    }
    .subscription_images {
        display: block;
        height: 800px;
    }
    .subscription_slide_img_1 {
        width: 320px;
        height: 794px;
        background-image: url(images/subscription_images_1_sp.png);
    }
    /*
    .subscription_slide_img_1:hover {
        transform: scale(1.30, 1.30);
    }
    */
    .slide_1_products_price {
        width: 300px;
        height: 34px;
        background-image: url(images/price_12mg_sp.png);
        margin-top: 0;
        margin-bottom: 0;
    }
    .slide_1_products_buy_btn {
        width: 300px;
    }
    .slide_2_products_price {
        width: 300px;
        height: 44px;
        background-image: url(images/price_6mg_sp.png);
    }
    .slide_2_products_buy_btn {
        width: 300px;
    }
    .concept_text {
        margin-top: 0;
        margin-left: 20px;
        width: 90%;
    }
    .concept_text h2 {
        color: #360D00;
        font-size: 16px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        padding-top: 32px;
    }
    .concept_text h3 {
        color: #360D00;
        font-size: 12px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        margin-top: 20px;
        line-height: 18px;
        margin-bottom: 50px;
        margin-left: 2.3%;
        margin-right: 2.3%;
    }
    .concept_wrap {
        height: 800px;
        margin-top: 0px;
    }
    .back_line {
        position: absolute;
        width: 100%;
        height: 496px;
        background-color: #EDE4E1;
        margin-top: 50px;
        z-index: 1;
        left: 0;
        display: inline;
    }
    .title_c {
        margin-top: -970px;
        padding-left: 0;
        padding-top: 80px;
        padding-bottom: 70px;
        width: 92%;
        height: 80px;
        margin-left: 0;
        background-image: url(images/concept_title.png);
        background-position: 25%;
        background-repeat: no-repeat;
        background-size: 50%;
        z-index: 98;
        background-color: #DAB9B7;
        position: relative;
    }
    .title_s {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 54.6%;
        height: 29px;
        background-image: none;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100%;
        font-size: 20px;
    }
    .view_more {
        background-image: url(images/r_view.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        width: 200px;
        height: 100px;
        position: absolute;
        right: 5%;
        margin-top: 850px;
    }
    .news_wrap {
        margin-top: -60px;
    }
    .news_wrap h3 {
        margin-left: 30%;
    }
    #news .article:nth-child(4) {
        margin-top: 60px;
    }
    .concept_h {
        width: 201.41px;
        height: 117px;
        right: 0;
        margin-top: 222px;
        background-image: url(images/concept.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        position: absolute;
    }
    .share {
        width: 87%;
        height: 78px;
        left: 13%;
        position: absolute;
        margin-top: -100px;
        z-index: 100;
    }
    .share h2 {
        width: 76.8%;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        font-size: 32px;
        font-weight: 1100;
        color: #360D00;
    }
    .concept_right {
        width: 92%;
        margin-left: 8%;
        margin-top: -50px;
        height: 441px;
        background-color: #fffafa;
        position: relative;
    }
    .concept_img {
        width: 90.2%;
        height: 258px;
        left: 9.8%;
        margin-top: 178px;
        padding-top: 0;
        background-image: url(images/IMG_2720.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
    .concept_img3 {
        width: 90.5%;
        height: 258px;
        left: 6.2%;
        margin-top: 20px;
        background-color: #fff;
        position: absolute;
        z-index: 2;
    }
    .p_detail {
        background-image: url(images/view_btn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        width: 200px;
        height: 100px;
        position: absolute;
        margin-left: 43%;
        margin-top: -90px;
    }
    .products_h {
        width: 201.41px;
        height: 117px;
        right: 0;
        margin-top: -60px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        position: absolute;
    }
    .slide_wrap {
        display: flex;
        width: 92%;
        z-index: 10;
        margin-left: 8%;
        padding: 0;
        overflow: hidden;
    }
    .products_center {
        width: 92%;
        height: 1300px;
        background-color: #fffafa;
        right: 0;
        position: absolute;
    }
    .title_p {
        margin-left: 8.3%;
        padding-top: 30;
        padding-bottom: 40px;
        width: 76.2%;
        height: 29px;
        background-image: none;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70%;
        z-index: 1;
        background-color: none;
        position: relative;
        font-size: 20px;
    }
    .rerere {
        margin-left: 8.3%;
        padding-top: 30;
        padding-bottom: 40px;
        width: 76.2%;
        height: 29px;
        background-image: none;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70%;
        z-index: 1;
        background-color: none;
        position: relative;
        font-size: 40px;
        margin-top: -450px;
        position: absolute;
    }
    .title_g {
        margin-left: 8.3%;
        padding-top: 10px;
        padding-bottom: 80px;
        width: 76.2%;
        height: 29px;
        background-image: url(images/gallery_t.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70%;
        z-index: 1;
        background-color: none;
        position: relative;
    }
    .gallery_wrap {
        max-width: 1440px;
        height: 1300px;
        background-color: none;
    }
    .gallery_h {
        display: none;
    }
    .slide_wrap {
        display: flex;
        flex-wrap: wrap;
        width: 92%;
        z-index: 10;
        margin-left: 4%;
        margin-right: 4%;
        padding: 0;
        overflow: hidden;
    }
    .slide_set {
        width: 100%;
        margin-right: 0;
    }
    .slide_set_products {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
    }
    .slide_1_products {
        width: 300px;
        height: 400px;
    }
    .slide_text_products {
        font-size: 16px;
        margin-left: 10%;
    }
    .slide-i {
        width: 84%;
        height: 213px;
        background-image: url(images/12last.png);
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8%;
        margin-right: 8%;
    }
    .slide-2 {
        width: 84%;
        height: 213px;
        background-image: url(images/6666.png);
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8%;
        margin-right: 8%;
    }
    .slide-3 {
        width: 84%;
        height: 213px;
        background-image: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }
    .slide-4 {
        width: 84%;
        height: 213px;
        background-image: url(images/★IMG_2925.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8%;
        margin-right: 8%;
    }
    #top .swiper-container {
        width: 100%;
        height: 550px;
    }
    #top .swiper-wrapper {
        width: 100%;
        height: 550px;
    }
    #top {
        min-height: 300px;
        height: 50vh;
        width: 110%;
        background: none;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .mv1 {
        width: 100%;
        height: 413px;
        background-image: url(images/mvmvmv.png);
        background-position: 55%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mv_item {
        height: 300px;
        width: 40%;
        background-image: url(images/itema.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 85%;
        position: absolute;
        margin-top: 10%;
        margin-left: 41%;
        transform: rotate(20deg);
    }
    .scroll {
        display: none;
    }
    .mv_logo {
        height: 159px;
        width: 52.4%;
        background-image: url(images/logo-mv.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90％;
        position: absolute;
        bottom: 0;
        margin-left: 38.5%;
        overflow: visible;
    }
    .p_num {
        height: 49px;
        width: 0.4%;
        background-image: url(images/1_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: 28.15%;
        margin-left: 2.5%;
        position: absolute;
    }
    .mv2 {
        width: 100%;
        height: 550px;
        background-image: url(images/top_sp.png);
        background-position: 30%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mv3 {
        width: 100%;
        height: 413px;
        background-image: url(images/winsmr1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mv_item2 {
        height: 358px;
        width: 100%;
        background-image: url(images/asyta1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70%;
        position: absolute;
        top: -100px;
        margin-left: 17%;
        transform: rotate(10deg);
    }
    .mv_logo2 {
        height: 197px;
        width: 68.3%;
        background-image: url(images/chatchicopy.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        position: absolute;
        top: 151px;
        margin-left: 27.7%;
    }
    .p_num2 {
        height: 49px;
        width: 0.4%;
        background-image: url(images/2_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: 28.15%;
        margin-left: 2.5%;
        position: absolute;
    }
    .header_content {
        height: 413px;
        width: 30%;
        background: #fff;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        transform: translateX(0);
    }
    .con_wrap {
        width: 100%;
        height: 852px;
    }
    .con1 {
        position: absolute;
        width: 221px;
        height: 270px;
        margin-top: 265px;
        margin-left: 10.9%;
        background-image: url(images/c_r1.png);
        background-size: cover;
        background-position: center;
        z-index: 10;
    }
    .link_t {
        font-size: 20px;
    }
    .con2 {
        position: absolute;
        width: 70.1%;
        height: 181px;
        background-image: url(images/face_concept.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 592px;
        margin-left: 20.2%;
        z-index: 2;
    }
    .con_title {
        position: absolute;
        width: 262px;
        height: 89.9px;
        margin-left: 15%;
        background-image: url(images/con_top.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 90px;
    }
    .con1_bottom {
        display: none;
    }
    .con_back1 {
        position: absolute;
        width: 32.8%;
        height: 256px;
        background-image: url(images/con_left.png);
        background-size: cover;
        background-position: center;
        left: 0;
        margin-top: 557px;
    }
    .con_back2 {
        position: absolute;
        width: 58.9%;
        height: 443px;
        background-image: url(images/right.png);
        background-size: cover;
        background-position: center;
        right: 0;
        margin-top: 225px;
        z-index: 1;
    }
    .con_text_wrap {
        width: 100%;
        height: 450px;
        position: relative;
        margin-top: 0;
    }
    .con_share {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }
    .share_title {
        width: 100%;
    }
    .share_title h2 {
        width: 79.7%;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        font-size: 32px;
        text-align: left;
        margin-left: 7.7%;
        color: #360D00;
    }
    .share_text {
        width: 100%;
        margin-top: 40px;
    }
    .share_text p {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1.4px;
        text-align: left;
        width: 79.7%;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        margin-left: 7.7%;
    }
    .share_back {
        width: 100%;
        height: 143px;
        background-image: url(images/share_back.png);
        background-size: cover;
        background-position: center;
        margin: 0;
        position: absolute;
        margin-top: 326px;
    }
    .con1_wrap {
        position: relative;
        margin-top: 45px;
        padding-top: 100px;
    }
    .con1_up {
        width: 51.4%;
        height: 261px;
        background-image: url(images/con1_up.png);
        background-position: center;
        background-size: cover;
        z-index: 1;
        position: absolute;
        margin-top: -137px;
    }
    .con1_back {
        position: relative;
        width: 79.4%;
        height: 504px;
        margin-left: 20.6%;
        background-color: #E1D4CE;
        z-index: 2;
    }
    .con2_back {
        position: relative;
        width: 79.4%;
        height: 504px;
        margin-left: 0;
        background-color: #DAB9B7;
    }
    .con1_pics {
        width: 95%;
        height: 442px;
        margin-top: 30px;
        margin-bottom: 60px;
        margin-left: 5%;
        background-image: url(images/yuuhi.png);
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: 70;
    }
    .con2_pics {
        width: 95%;
        height: 442px;
        margin-top: 30px;
        margin-bottom: 60px;
        margin-left: 5%;
        background-image: url(images/fac1.jpg);
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: 70;
    }
    .con3_pics {
        width: 95%;
        height: 442px;
        margin-top: 30px;
        margin-bottom: 60px;
        margin-left: 5%;
        background-image: url(images/c3.jpg);
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: 70;
    }
    .con3_wrap {
        position: relative;
        margin-top: 0px;
        padding-top: 80px;
        height: 1000px;
    }
    .asuta_wrap {
        width: 100%;
        margin-top: 0;
    }
    .asuta_text p {
        margin: 50px 10% 37px 10%;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 14px;
        line-height: 32px;
        color: #360D00;
    }
    .title-border h2 {
        font-size: 21px;
        margin: auto;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
    }
    .asuta_con1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 8%;
    }
    .asuta_con1 img {
        width: 41.6%;
        height: 41px;
        margin-right: 4%;
        margin-bottom: 16px;
    }
    .asuta_con2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 8%;
        margin-top: 0;
    }
    .asuta_con2 img {
        width: 41.6%;
        height: 41px;
        margin-right: 4%;
        margin-bottom: 16px;
    }
    .view_r {
        background-image: url(images/グループ_634@2x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        width: 150px;
        height: 75px;
        position: absolute;
        right: 5%;
        margin-top: -50px;
    }
    .buy {
        width: 100%;
        height: 245px;
        background-color: #EDE4E1;
        margin-top: 72px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .buy h2 {
        font-size: 26px;
        text-align: center;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        padding-top: 84px;
    }
    .buy p {
        text-align: center;
        margin-top: 21px;
        font-size: 16px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
    }
    .products_all {
        background-image: url(images/products_all.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 54px;
        height: 47px;
        position: absolute;
        margin-left: 76%;
        margin-top: 0px;
    }
    .con_mid {
        width: 43.2%;
        height: 293px;
        background-image: url(images/con_bottom.png);
        background-position: center;
        background-size: cover;
        z-index: 1;
        margin-left: 0;
        margin-top: -760px;
        display: block;
    }
    .con1_pic,
    .con2_pic,
    .con3_pic {
        display: none;
    }
    .con01 {
        width: 84%;
        height: 373px;
        margin-top: 30px;
        margin-left: 8%;
        margin-bottom: 59px;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }
    .con02 {
        width: 84%;
        height: 470px;
        margin-top: 30px;
        margin-left: 8%;
        margin-bottom: 59px;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }
    .con03 {
        width: 84%;
        height: 373px;
        margin-top: 80px;
        margin-left: 8%;
        margin-bottom: 59px;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }
    .con01 h2,
    .con02 h2,
    .con03 h2 {
        width: 19%;
        height: 72px;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        font-size: 40px;
        text-align: left;
        letter-spacing: 6px;
        line-height: 72px;
        margin-top: 15px;
        margin-left: 7.7%;
    }
    .con01 h3,
    .con02 h3,
    .con03 h3 {
        width: 100%;
        height: 28px;
        margin-top: 8px;
        margin-left: 0;
        letter-spacing: 2.1px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
    }
    .con01 p,
    .con02 p,
    .con03 p {
        width: 100%;
        height: 400px;
        font-size: 14px;
        margin-top: 32px;
        margin-left: 0;
        letter-spacing: 1.4px;
        line-height: 32px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
    }
    .products_title {
        width: 70%;
        height: 89.94px;
        margin-left: 15%;
        margin-top: 46.92px;
        background-image: url(images/pro_title1.png);
        background-size: cover;
        background-position: center;
    }
    .cate_wrap {
        width: 80%;
        padding: 0 10% 0 10%;
    }
    .cart {
        width: 84px;
        height: 20px;
        border: 1px solid #360D00;
        padding: 13px 23px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cart h2 {
        line-height: 14px;
        text-align: center;
        font-size: 14px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        margin-top: 0;
    }
    .text_b {
        display: flex;
        margin-left: 0;
    }
    .check {
        background-image: url(images/check_review.png);
        background-size: cover;
        background-position: center;
        height: 18px;
        width: 160.5px;
        margin-top: 54px;
        margin-left: 20%;
    }
    .pro_items {
        width: 100%;
        height: 414.5px;
        background-image: url(images/飯島プロ.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items2 {
        width: 100%;
        height: 414.5px;
        background-image: url(images/青木さん.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro_items3 {
        background-size: 80%;
    }
    .pro_items4 {
        background-size: 120%;
    }
    .pro_items5 {
        background-size: 40%;
    }
    .pro_items6 {
        background-size: 40%;
    }
    .pro_items7 {
        background-size: 60%;
    }
    .pro_items8 {
        background-size: 30%;
    }
    .pro_items9 {
        background-size: cover;
    }
    .pro_items10 {
        background-size: cover;
    }
    .pro_items11 {
        background-size: 40%;
    }
    .pro_items12 {
        background-size: cover;
    }
    .pro_items13 {
        background-size: 30%;
    }
    .pro_items14 {
        background-size: 120%;
    }
    .pro_items15 {
        background-size: 30%;
    }
    .tyui h2 {
        margin-top: 50px;
        margin-left: 0;
        font-size: 16px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
    }
    .news_tit {
        position: absolute;
        width: 341px;
        height: 117px;
        margin-left: 0%;
        background-image: url(images/news_top.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        margin-top: 141px;
    }
    .article_wrap2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 5%;
    }
    .rev_title {
        position: absolute;
        width: 331px;
        height: 107px;
        margin-left: 6.8%;
        background-image: url(images/rev_title1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 141px;
    }
    .gift_tit {
        position: absolute;
        width: 341px;
        height: 135px;
        margin-left: 8.8%;
        background-image: url(images/gift_pack.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        margin-top: 141px;
    }
    .gift_main {
        display: flex;
        flex-direction: column;
        height: 800px;
        margin-top: 77.7px;
    }
    .gift_left {
        width: 100%;
        height: 350px;
    }
    .gift_img {
        width: 94%;
        height: 301px;
        left: 0;
        margin-top: 0;
        background-image: url(images/gift.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    .gift_back {
        width: 96%;
        height: 312px;
        left: 2.6%;
        margin-top: 20px;
        background-color: #DAB9B7;
        position: absolute;
    }
    .gift_right {
        width: 95.5%;
        margin-left: 3.5%;
    }
    .gift_right h2 {
        width: 100%;
        height: 83px;
        margin-top: 40px;
        color: #360D00;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 40px;
        margin-left: 3%;
    }
    .gift_right p {
        color: #360D00;
        width: 98%;
        height: 350px;
        margin-top: 34px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 14px;
        line-height: 32px;
    }
    .rink_img {
        padding-top: 200px;
        height: 350px;
        width: 100%;
        background-image: url(images/top_img.png);
        background-position: top left;
        background-repeat: no-repeat;
    }
    .gift_text h2 {
        margin-left: 0;
        text-align: center;
        color: #360D00;
        width: 90%;
        height: 23px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
    }
    .gift_bottom h3 {
        margin-left: 5%;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #360D00;
        margin-top: 5px;
    }
    .gift_bottom p {
        width: 93%;
        margin-left: 3.5%;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 14px;
        line-height: 32px;
        color: #360D00;
        margin-top: 26px;
        margin-bottom: 10px;
    }
    .gift_back1 {
        width: 90%;
        height: 358px;
        left: 0;
        margin-top: 58px;
        background-color: #EDE4E1;
        position: absolute;
    }
    .gift_img1 {
        width: 96%;
        height: 400px;
        left: 4%;
        margin-top: 0;
        background-image: url(images/g_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    #rev1,
    #rev2,
    #rev3,
    #rev4,
    #rev5,
    #rev6,
    #rev7,
    #rev8,
    #rev9,
    #rev10,
    #rev11,
    #rev12,
    #rev13 {
        width: 100%;
        height: 1000px;
        display: flex;
        flex-direction: column;
    }
    #rev1,
    #rev8,
    #rev9,
    #rev11 {
        height: 1530px;
    }
    .rev_img,
    .rev_img1,
    .rev_img2,
    .rev_img3,
    .rev_img4,
    .rev_img5 {
        width: 100%;
    }
    .rev_img img {
        width: 100%;
        top: 331px;
        margin-left: 0;
    }
    .rev_img1 img {
        width: 50%;
        top: 331px;
        margin-left: 22%;
    }
    .rev_img2 img {
        width: 80%;
        top: 331px;
        margin-left: 10%;
    }
    .rev_img3 img {
        width: 20%;
        margin-top: 80px;
        margin-left: 40%;
    }
    .rev_img4 img {
        width: 40%;
        margin-top: 80px;
        margin-left: 30%;
    }
    .rev_img5 img {
        width: 15%;
        margin-top: 80px;
        margin-left: 40%;
    }
    .rev_img3 img {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .rev_text {
        width: 90%;
        padding-top: 22px;
        margin-left: 5%;
        display: block;
    }
    .rev_text1 {
        width: 90%;
        padding-top: 22px;
        margin-left: 5%;
        display: block;
    }
    .reviews_top {
        display: block;
        height: 800px;
    }
    .reviews_title {
        font-size: 20px;
    }
    .swiper-container {
        width: 100%;
        height: 750px;
        margin-left: 0;
    }
    .swiper-slide {
        width: 100%;
        height: 750px;
    }
    .swiper-slide img {
        width: 80%;
        margin-left: 10%;
        height: 500px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .description {
        width: 97%;
        height: 94px;
        line-height: 32px;
    }
    .rev_text p {
        font-size: 12px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        margin-top: 22px;
        width: 100%;
    }
    .rev_text1 p {
        font-size: 14px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        color: #360D00;
        margin-top: 22px;
        width: 100%;
    }
    .rev_text h2 {
        font-size: 16px;
        width: 100%;
    }
    .rev_text h2:nth-child(1) {
        margin-right: 10px;
    }
    .rev_text h2:nth-child(2) {
        font-size: 12px;
    }
    .rev_text1 h2 {
        font-size: 16px;
        width: 100%;
    }
    .rev_text1 h2:nth-child(1) {
        margin-right: 10px;
    }
    .rev_text1 h2:nth-child(2) {
        font-size: 12px;
    }
    .go_item {
        width: 164px;
        height: 56px;
        background-image: url(images/gotoshop.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8px;
    }
    .instag {
        position: absolute;
        top: 192px;
        right: 1%;
        overflow: hidden;
        width: 150px;
        display: flex;
        align-items: center;
        color: #360D00;
        transform: rotate(90deg);
        z-index: 97;
    }
    .news_top .instag {
        margin-right: -10%;
    }
    #news {
        margin-top: -150px;
        padding-top: 20px;
        height: 550px;
        overflow: hidden;
    }
    .slide {
        position: relative;
        overflow: hidden;
        /* 画像のサイズに合わせて変更ください */
        width: 136.0%;
        height: 413px;
        margin-left: -190px;
        /* サンプルは中央寄せの背景：白 */
        background: #fff;
    }
    .slide img {
        display: block;
        position: absolute;
        /* 画像のサイズを表示エリアに合せる */
        width: 136.5%;
        height: 413px;
        opacity: 0;
        animation: slideAnime 10s ease infinite;
    }
    .slide img:nth-child(2) {
        margin-left: 18%;
    }
    .g_b_title {
        background-image: url(images/g_b.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 22%;
        height: 128px;
        position: absolute;
        z-index: 78;
        margin-top: 350px;
        margin-left: 15.9%;
    }
    .pro1_wrap {
        flex-direction: column;
    }
    .rbt {
        width: 20.7%;
        height: 68.3px;
        background-image: url(images/rev_bt.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        margin-top: -80px;
        margin-left: 74.6%;
        z-index: 3;
    }
    .article_wrap1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 95.5%;
        margin-left: 13%;
    }
    .sila_news article {
        width: 95%;
        height: 436px;
        margin-right: 5%;
        transition: 0.7s;
        opacity: 1;
    }
    .sila_news1 article {
        width: 95%;
        height: 436px;
        margin-right: 5%;
        transition: 0.7s;
        opacity: 1;
    }
    .view_all {
        background-image: url(images/p_detail.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        width: 200px;
        height: 100px;
        position: absolute;
        right: 5%;
        margin-top: 1000px;
    }
    .g_view {
        background-image: url(images/r_view.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        width: 200px;
        height: 100px;
        position: absolute;
        right: 5%;
        margin-top: 1060px;
    }
    .g_tit {
        position: absolute;
        width: 341px;
        height: 117px;
        margin-left: 0;
        background-image: url(images/g_tit1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        margin-top: 141px;
    }
    .bot {
        margin-left: auto;
        width: 83.4%;
        margin-top: 3%;
        align-items: center;
    }
    .bot small {
        bottom: 20px;
        margin-top: 15px;
        font-size: 1.4rem;
        margin-left: 12%;
    }
    .pro_box {
        width: 100%;
    }
    .slide_set h2 {
        font-size: 14px;
        line-height: 26px;
        margin-top: 0;
        color: #360D00;
        text-align: center;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
    }
    .r_to {
        display: none;
    }
    .rrr {
        display: none;
    }
    .products_wrap {
        width: 100%;
        height: auto;
        background-color: none;
    }
    .products_center {
        width: 100%;
        height: auto;
        background-color: none;
    }
    .commitment_wrap {
        width: 100%;
        background-color: none;
    }
    .slide_text_commitment {
        font-size: 15px;
        margin-left: 30px;
    }
    #reviews {
        height: 800px;
        margin-top: 30px;
    }
    .r_view h3 {
        display: none;
    }
    .sma {
        display: block;
        width: 100%;
        height: 326px;
        background: none;
        position: relative;
        z-index: 2;
    }
    .sma h3 {
        width: 80%;
        margin: auto;
        padding-top: 150px;
        text-align: center;
        font-size: 20px;
    }
    .smab {
        width: 100%;
        height: 326px;
        background-image: url(images/rererererere.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .r_view {
        position: relative;
        display: none;
        background-image: none;
    }
    footer {
        width: 83.4%;
    }
    .footer_menu li {
        margin-bottom: 16px;
        margin-left: 20px;
        font-size: 12px;
        font-family: '新ゴ B', noto-sans-cjk-jp, sans-serif;
        transition: 0.5s;
    }
    .footer_menu {
        margin: auto;
        margin-top: 45.2px;
        align-items: center;
    }
    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-left: 0;
    }
    .slide-show img {
        width: 764px;
        overflow: hidden;
    }
    .about_title {
        width: 100%;
    }
    .concept_left {
        width: 92%;
        height: 374px;
        background-color: #f0f8ff;
        position: relative;
        right: 0;
        margin-top: 60px;
        z-index: -1;
    }
    .about_content p {
        margin-bottom: 20px;
        line-height: 2;
    }
    .service_text {
        margin: 0;
        padding: 40px 8.3%;
        width: 83.4%;
    }
    .service_num {
        padding-top: 20px;
    }
    .service_detail {
        padding-top: 20px;
    }
    .service_img {
        height: 250px;
    }
    .ec .service_img {
        height: 300px;
    }
    .article_text {
        margin-top: 0;
        margin-bottom: 0px;
        padding: 15px 0;
        color: #000;
        padding-left: 0;
        width: 80%;
        overflow-wrap: normal;
    }
    .share h2 {
        font-size: 15px;
        margin-top: -800px;
    }
    .article_text p {
        font-size: 14px;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        font-style: normal;
        font-weight: 100;
        z-index: 70;
        width: 100%;
        height: 50px;
        line-height: 18px;
        overflow-wrap: normal;
        text-align: left;
    }
    .service_detail p,
    .service_num strong,
    .footer_left a,
    .footer_left small,
    .company_text dt,
    .company_text dd {
        font-size: 12px;
        z-index: 100;
    }
    .footer_sub_menu {
        margin-top: 33px;
        align-items: center;
    }
    .footer_sub_menu ul {
        display: flex;
        flex-wrap: wrap;
        width: 83.4%;
        list-style: none outside;
        margin-left: 0;
    }
    .footer_sub_menu li {
        font-size: 10px;
        margin-left: 4%;
        font-family: '新ゴ R', noto-sans-cjk-jp, sans-serif;
        transition: 0.5s;
        width: 43%;
        padding: 0;
        margin-bottom: 6px;
    }
    .footer_sub_menu a {
        color: #360D00;
    }
    .article_wrap {
        display: block;
    }
    #news article {
        width: 100%;
        margin-bottom: 0px;
    }
    .footer_left {
        width: 100%;
        text-align: center;
    }
    .footer_left img {
        margin: 0 auto 70px;
    }
    footer {
        height: 360px;
    }
    .header_content {
        width: 100%;
    }
    .company_text {
        width: 83.4%;
        padding: 0 8.3%;
    }
    .scroll {
        left: -50px;
    }
    .scroll small {
        font-size: 12px;
    }
    .privacy_check {
        font-size: 12px;
    }
    #news_page article {
        width: 100%;
    }
    #news_page .article_img {
        height: 400px;
    }
    .article_img {
        height: 158px;
        width: 100%;
    }
    .page_top_img {
        width: 50%;
    }
    .page_top_img p {
        font-size: 12px;
    }
    #single_page {
        padding: 100px 8.3% 100px;
    }
    .single_content p {
        font-size: 12px;
    }
    .single_title h2 {
        font-size: 20px;
    }
    .single_title small {
        font-size: 12px;
    }
    .single_img {
        height: 300px;
    }
    .back_btn {
        margin-top: 70px;
    }
    #service .section_title h2 {
        font-size: 16px;
    }
    .right .service_text {
        margin-right: 0;
    }
    .thanks_text p {
        font-size: 12px;
    }
    .thanks_content {
        padding: 50px 8.3%;
    }
}

@media screen and (max-width: 424px) {
    .company_int {
        height: 400px;
    }
    #service {
        padding: 50px 0;
    }
    .about_content p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #service .section_title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 374px) {
    .ec .link_arrow {
        margin-top: 20px;
    }
    #about {
        height: auto;
        padding-bottom: 30px;
    }
    .service_detail p {
        line-height: 1.8;
    }
    .company_int {
        height: 400px;
    }
}