﻿@import url(base.css);
@import url(fonts.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                 © Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    -webkit-text-size-adjust: none
}

input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
    font-size: 150%;
    letter-spacing: 1px
}

p, dt, dd, td, th, li {
    line-height: 32px
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

a {
    color: #000;
    text-decoration: none
}

* {
    box-sizing: border-box
}

html {
    background: none
}

header, section, footer, aside, nav, main, article, figure {
    display: block
}

body {
    color: #000000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 400
}

#wrapper {
    width: 100%;
    overflow: hidden
}

.sp, .sp_320, .sp_375, .sp_480 {
    display: none
}

.pc {
    display: block
}

.bold {
    font-weight: bold
}

.fr {
    float: right
}

.fl {
    float: left
}

.tel_link {
    cursor: auto
}

.txt_tel {
    text-decoration: none
}

.v_top {
    vertical-align: top
}

.txt_ver {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word
}

table {
    width: 100%
}

table th, table td {
    border: solid 1px #132b8c;
    box-sizing: border-box;
    padding: 9px 20px 8px
}

table th {
    background: #1f955b;
    text-align: center
}

table td {
    background: #fff
}

table.tbl_style1>tbody>tr>th {
    border-top: none !important
}

table.tbl_style2>tbody>tr>th {
    background-color: #d2eade;
    color: #1f955b;
    text-align: left
}

#totop {
    position: fixed;
    z-index: 50;
    margin: 0;
    display: none
}

@media screen and (min-width: 751px) {
    a:hover, a:active {
        color: #000
    }

    a:hover {
        transition: all .3s;
        opacity: 0.8
    }

    a[target=_blank]:hover {
        transition: all .3s;
        opacity: 1
    }

    p {
        margin-bottom: 25px
    }

    #wrapper, header, #gnavi .scroll {
        min-width: 1200px
    }

    .inner {
        max-width: 1100px;
        margin: 0 auto
    }

    .image_l {
        float: left;
        margin: 8px 40px 15px 0
    }

    .image_r {
        float: right;
        margin: 8px 0 15px 40px
    }

    .image_l img, .image_r img {
        width: auto;
        max-width: 520px
    }

    .no-hover {
        opacity: 1 !important;
        text-decoration: none !important;
        color: #fff !important
    }

    .tel_link {
        pointer-events: none;
        cursor: text
    }

    #totop {
        right: 85px;
        bottom: 20px
    }

    #totop a {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .3s
    }

    #totop a:hover {
        opacity: 0.7
    }

    .topic_path {
        background: #f5f5f5
    }

    .topic_path ul {
        text-align: right
    }

    .topic_path li {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
        line-height: 1;
        color: #333;
        position: relative;
        padding: 18px 15px 18px 0
    }

    .topic_path li:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .topic_path li:not(:last-child):before {
        content: '';
        border-right: solid 1px #666;
        border-bottom: solid 1px #666;
        position: absolute;
        transform: rotate(-45deg);
        padding: 3px;
        right: 1px;
        top: 50%;
        margin-top: -3px
    }

    .topic_path li a {
        display: inline-block;
        margin-right: 5px;
        text-decoration: underline;
        color: #019646;
        position: relative
    }

    .topic_path li a:hover {
        text-decoration: none
    }
}

@media screen and (min-width: 751px) {
    header {
        position: absolute
    }

    header #gnavi .scroll {
        padding: 13px 0
    }

    header #gnavi.fixed .scroll {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.7)
    }
}

ul.menu {
    width: 100%;
    box-sizing: border-box
}

ul.menu>li>a, ul.menu>li>span {
    text-decoration: none;
    display: block;
    font-weight: 700
}

ul.menu .sub li:first-child {
    border-top: none
}

ul.menu .sub li a {
    display: block;
    text-decoration: none;
    position: relative
}

ul.menu .sub li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    padding: 3px
}

.btn_menu {
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 90;
    width: 121px;
    height: 121px;
    background: #fff
}

.btn_menu a {
    display: block;
    width: 100%;
    height: 100%
}

.btn_menu .icon {
    display: block;
    width: 32px;
    height: 25px;
    position: relative;
    top: 48px;
    margin: 0 auto;
    color: transparent
}

.btn_menu .icon:before, .btn_menu .icon span:before, .btn_menu .icon span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all .15s ease;
    left: auto;
    right: 0;
    background: #132b8c
}

.btn_menu .icon:before {
    top: 11px
}

.btn_menu .icon span:before {
    top: 0px
}

.btn_menu .icon span:after {
    bottom: 1px
}

.btn_menu.active .icon:before {
    width: 50%
}

.btn_menu.active .icon span:after {
    width: 75%
}

ul.menu {
    padding-bottom: 80px
}

ul.menu>li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1)
}

ul.menu>li>a, ul.menu>li>span {
    display: block;
    position: relative;
    padding: 15px 20px;
    color: #fff
}

ul.menu>li>a br, ul.menu>li>span br {
    display: none
}

ul.menu>li>span:before, ul.menu>li>span:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    top: 50%
}

ul.menu>li>span:before {
    width: 11px;
    height: 1px;
    margin-top: 0px;
    right: 20px
}

ul.menu>li>span:after {
    width: 1px;
    height: 11px;
    right: 25px;
    margin-top: -5px;
    transition: all .2s;
    opacity: 1
}

ul.menu>li.active span:after {
    transform: rotate(90deg);
    opacity: 0
}

ul.menu>li.active .sub {
    height: auto;
    opacity: 1
}

ul.menu>li a:before {
    content: '';
    position: absolute;
    padding: 3px;
    border-right: 1px solid #fff;
    border-bottom: solid 1px #fff;
    right: 23px;
    top: 50%;
    transform: rotate(-45deg) skew(-12deg, -12deg);
    margin-top: -3px;
    opacity: 0.7
}

ul.menu .sub {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .3s
}

ul.menu .sub li {
    border-top: solid 1px rgba(255, 255, 255, 0.1)
}

ul.menu .sub li a {
    padding: 12px 20px 12px 35px;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    position: relative
}

#gnavi {
    position: fixed;
    top: 00px;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: 89;
    background: url(../images/logo_shadow.png) no-repeat right center;
    background-color: rgba(19, 43, 140, 0.95);
    transition: all .3s;
    opacity: 0;
}

#gnavi .link_bnr {
    display: flex;
    justify-content: center
}

#gnavi .link_bnr a::before {
    display: none
}

#gnavi .link_bnr>li {
    margin: 10px;
    border: none
}

#gnavi .scroll {
    height: 100%;
    max-width: 1100px;
    margin: auto;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#gnavi .scroll .col {
    width: 47%
}

#gnavi .scroll .link_bnr .ins span {
    margin-top: 4%
}

#gnavi.open {
    right: 0;
    opacity: 1;
}

.bottom_bar {
    display: none;
    position: fixed;
    right: 30px;
    bottom: calc(50% - 171px);
    z-index: 88
}

.link_bnr, #gnavi .link_bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.link_bnr li a, #gnavi .link_bnr li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 400
}

.link_bnr .cart a, #gnavi .link_bnr .cart a {
    background-image: url(../images/bnr_cart_bg2.png)
}

.link_bnr .contact, #gnavi .link_bnr .contact {
    order: 2
}

.link_bnr .contact a, #gnavi .link_bnr .contact a {
    background-image: url(../images/bnr_contact_bg2.png)
}

.link_bnr .ins, #gnavi .link_bnr .ins {
    order: 3
}

.link_bnr .ins a, #gnavi .link_bnr .ins a {
    background-image: url(../images/bnr_ins_bg.png)
}

.link_bnr .ins a img, #gnavi .link_bnr .ins a img {
    width: 38px
}

@media only screen and (min-width: 751px) {
    .link_bnr li a {
        width: 150px;
        height: 150px
    }

    .link_bnr .cart {
        margin-bottom: 20px;
        order: 1
    }

    .link_bnr .cart span {
        margin-top: 3px
    }

    .link_bnr .contact {
        order: 2;
        margin-bottom: 20px
    }

    .link_bnr .contact a {
        padding-top: 9%
    }

    .link_bnr .contact span {
        margin-top: 8%
    }

    .link_bnr .ins span {
        margin-top: 1%
    }

    #gnavi .link_bnr {
        flex-direction: row
    }

    .bottom_bar .link_bnr li a {
        width: 112px;
        height: 112px;
        background-size: cover;
        font-size: 14px
    }

    .bottom_bar .link_bnr .cart img {
        width: 40px
    }

    .bottom_bar .link_bnr .contact span {
        margin-top: 3%
    }

    .bottom_bar .link_bnr .contact img {
        width: 38px
    }
}

@media only screen and (max-width: 1366px) and (min-width: 751px) {
    #gnavi .link_bnr li a {
        width: 140px;
        height: 140px;
        background-size: cover
    }
}

footer {
    display: block;
    background: #132b8c url(../images/logo_shadow.png) no-repeat right top -37px;
    color: #fff;
    padding: 54px 0px 62px;
    font-size: 17px
}

footer p {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 17px
}

footer .inner>.flex {
    align-items: center
}

footer .col {
    padding-left: 13px
}

footer .col2 a {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0
}

footer .col2 ul {
    margin: 0px 0px 0px 103px;
    text-align: center
}

footer .col2 ul li {
    margin-bottom: 8px
}

footer .col2 ul li:last-child {
    margin-bottom: 0
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fade_up {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.mainvisual {
    margin: auto;
    max-width: 1920px;
    height: 1051px;
    position: relative;
    display: flex
}

.mainvisual::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    min-width: 1600px;
    height: 889px;
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-animation: scale-in-center 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 4.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@media only screen and (min-width: 751px) {
    .mainvisual::before {
        background-image: url(../images/main1.jpg)
    }
}

.mainvisual .box_logo {
    width: 313px;
    padding-top: 59px;
    background-color: #132b8c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 1px);
    position: relative
}

.mainvisual .box_logo #logo {
    margin-bottom: 70px
}

.mainvisual .box_logo .cart {
    margin-bottom: 46px
}

.mainvisual .box_logo .tel a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em
}

.mainvisual .box_logo .tel a img {
    display: table;
    margin: auto
}

.mainvisual .catch {
    margin-left: 5%;
    position: relative;
    margin-top: 175px;
    margin-left: 98px;
    animation: fade_up forwards linear 1.5s;
    animation-delay: 0.3s;
    opacity: 0;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.mainvisual .catch h2 {
    font-size: 40px;
    color: #132b8c;
    line-height: 1.3;
    font-weight: 500
}

.mainvisual .catch .en {
    position: relative;
    margin-top: 16px;
    margin-bottom: 22px;
    padding-bottom: 24px;
    font-size: 27px;
    color: #132b8c;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500
}

.mainvisual .catch .en::before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #132b8c;
    width: 370px;
    height: 0px;
    bottom: 0;
    left: 0
}

.mainvisual .catch .sub {
    font-size: 25px
}

.mainvisual .box_bottom {
    position: absolute;
    width: 100%;
    height: 662px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}

.mainvisual .box_bottom::before, .mainvisual .box_bottom::after {
    content: "";
    display: block;
    position: absolute
}

.mainvisual .box_bottom::before {
    width: 100%;
    min-width: 1500px;
    height: 597px;
    bottom: -176px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/tree_img.png)
}

.mainvisual .box_bottom .box_product {
    display: table;
    margin-right: 19%;
    margin-bottom: 76px;
    position: relative
}

.mainvisual .box_bottom .box_product::before {
    content: "";
    display: block;
    position: absolute;
    width: 357px;
    height: 294px;
    top: -110px;
    right: -209px;
    background-image: url(../images/soft_img.png);
    background-repeat: no-repeat
}

.mainvisual .box_bottom .box_product figure {
    margin-bottom: 40px
}

.mainvisual .box_bottom .box_product p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.467;
    margin-bottom: 0px
}

.mainvisual .box_bottom .box_info {
    position: relative;
    display: table;
    width: 749px;
    height: 496px;
    padding: 30px 20px 0px;
    background-repeat: no-repeat;
    text-align: center;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400
}

.mainvisual .box_bottom .box_info .tt {
    margin-bottom: 17px;
    font-size: 27px;
    line-height: 1.56;
    color: #132b8c;
    text-align: center
}

.mainvisual .box_bottom .box_info .price {
    margin: 24px auto 25px;
    padding-right: 9px
}

.mainvisual .box_bottom .box_info .price2 {
    color: #132b8c
}

.mainvisual .box_bottom .box_info .price2 .first {
    background-color: #132b8c;
    color: #fff;
    font-size: 25px
}

.mainvisual .box_bottom .box_info .price2 .first_un {
    font-size: 26px
}

.mainvisual .box_bottom .box_info .price2 .num {
    font-size: 47px;
    position: relative;
    z-index: 1
}

.mainvisual .box_bottom .box_info .price2 .num::before {
    content: "";
    position: relative;
    background-color: #f8f791;
    width: 105%;
    height: 23px;
    position: absolute;
    bottom: 2px;
    left: -2%;
    z-index: -1
}

.mainvisual .box_bottom .box_info .bnr_contact, .mainvisual .box_bottom .box_info .bnr_cart {
    display: table;
    margin: auto;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400
}

.mainvisual .box_bottom .box_info .bnr_contact a, .mainvisual .box_bottom .box_info .bnr_cart a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.01em
}

.mainvisual .box_bottom .box_info .bnr_contact a::before, .mainvisual .box_bottom .box_info .bnr_cart a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat
}

.mainvisual .box_bottom .box_info .bnr_contact a {
    width: 616px;
    height: 73px;
    background-image: url(../images/bnr_contact_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 24px
}

.mainvisual .box_bottom .box_info .bnr_contact a::before {
    width: 34px;
    height: 23px;
    background-image: url(../images/ic_mail.png);
    margin-right: 1.18em;
    margin-left: 0.1em
}

.mainvisual .box_bottom .box_info .bnr_cart a {
    width: 617px;
    height: 122px;
    background-image: url(../images/bnr_cart_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 23px;
    line-height: 1.35
}

.mainvisual .box_bottom .box_info .bnr_cart a .en {
    display: block;
    font-size: 130.5%;
    letter-spacing: 0.05em;
    font-weight: 300
}

.mainvisual .box_bottom .box_info .bnr_cart a::before {
    width: 49px;
    height: 44px;
    background-image: url(../images/ic_cart.png);
    margin-right: 1em
}

.bnr_cart a:hover, .cart a:hover {
    opacity: 1
}

.box_product figure {
    display: table;
    position: relative
}

.box_product .note {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #132b8c;
    color: #fff;
    font-size: 30px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}
.box_product figure.box_woman01 {
    position: absolute;
    left: -100%;
    bottom: -90px;
    width: 100%;
}
figure.box_woman01 a {
    display: block;
}
.box_product figure.box_woman01 img {
    position: relative;
    z-index: 2;
}
.box_product .note01 {
    background: url(../images/bnr_inst_bg.png) no-repeat;
    background-size: 100%;
    width: 500px;
    height: 83px;
    position: absolute;
    right: -97%;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding-left: 20%;
}


.kt {
    margin-left: -0.5em
}

.kt2 {
    letter-spacing: -0.5em;
    margin-right: -0.4em;
    display: inline-block
}

.box_center {
    text-align: center
}

.box_center .ttl {
    font-size: 34px;
    color: #132b8c;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 102px;
    letter-spacing: 0.0em
}

.box_center .ttl .en {
    letter-spacing: 0.1em;
    margin-left: 0.05em;
    margin-right: 0.1em
}

.box_center .ttl.ic {
    display: table;
    position: relative;
    z-index: 1
}

.box_center .ttl.ic::before {
    content: "";
    display: block;
    position: absolute;
    width: 132px;
    height: 110px;
    left: -74px;
    top: -44px;
    background-image: url(../images/ic_ttl.png);
    background-repeat: no-repeat;
    z-index: -1
}

.box_center .tt {
    font-size: 26px;
    letter-spacing: 0em;
    margin-bottom: 24px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.box_center .txt {
    font-size: 17px;
    letter-spacing: 0em;
    font-weight: 500;
    line-height: 1.8
}

.en.yu {
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.ttl.border {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #132b8c;
    border-bottom: 1px solid #132b8c
}

h3 {
    display: table;
    color: #132b8c;
    font-size: 84px;
    letter-spacing: 0.025em;
    position: relative;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

h3::before {
    display: block;
    content: "";
    position: absolute;
    right: -61px;
    bottom: 43px;
    width: 124px;
    height: 86px;
    background-image: url(../images/idx01_h3_bg.png)
}

h3>span {
    display: block;
    margin-top: 12px;
    font-size: 22px;
    letter-spacing: 0
}

h3>span .en.yu {
    padding-left: 0.1em;
    font-size: 24px
}

.flex {
    display: flex;
    justify-content: space-between
}

.boxtopic .box_center figure {
    display: table;
    box-shadow: 8px 8px 30px 10px rgba(0, 0, 0, 0.13);
    background-color: rgba(0, 0, 0, 0.13);
    width: 508px
}

.boxtopic .box_center .ttl {
    padding: 17px 24px;
    margin-bottom: 48px;
    letter-spacing: 0;
    font-size: 31px
}

.boxtopic .box_center .txt {
    text-align: left;
    width: 565px;
    margin-bottom: 0
}

.index01 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 63px 0px 140px;
    margin: auto;
    max-width: 1920px
}

.index01 .box1 h4 {
    width: 100%;
    max-width: 677px;
    line-height: 1.4;
    padding: 34px 10px 38px;
    margin: auto;
    display: table;
    text-align: center;
    color: #132b8c;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/idx01_tt_bg.png);
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index01 .box1 .content {
    position: relative
}

.index01 .box1 .box3col {
    margin-top: 60px;
    display: flex;
    justify-content: space-between
}

.index01 .box1 .box3col::after {
    content: "";
    display: block;
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: 252px;
    background-color: rgba(255, 255, 255, 0.55)
}

.index01 .box1 .box3col>div {
    background-repeat: no-repeat;
    background-size: cover;
    height: 451px
}

.index01 .box1 .boxtext {
    position: absolute;
    top: 104px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.index01 .box1 .boxtext>div {
    padding: 75px 0px 0px 35px
}

.index01 .box1 .boxtext li {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 17px;
    position: relative;
    line-height: 2.15;
    letter-spacing: 0;
    padding-left: 32px
}

.index01 .box1 .boxtext li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 22px;
    height: 18px;
    background-image: url(../images/ic_check.png)
}

.index01 .box1 .boxtext .col1 {
    width: 354px
}

.index01 .box1 .boxtext .col2 {
    width: 310px
}

.index01 .box1 .boxtext .col3 {
    padding-left: 48px;
    width: 354px
}

.index01 .box1_txt {
    margin-top: 68px
}

.index01 .box2 {
    margin-top: 148px;
    padding-top: 40px
}

.index01 .box2 .box2_row1 {
    position: relative;
    padding-bottom: 283px
}

.index01 .box2 .box2_row1 .box_product {
    position: absolute;
    left: 100px;
    bottom: 108px
}

.index01 .box2 .box2_row1 .box_center {
    display: table;
    margin-left: auto;
    margin-right: 0px;
    max-width: 530px;
    text-align: left;
    margin-top: 78px
}

.index01 .box2 .box2_row1 .box_center .tt {
    line-height: 1.65;
    margin-bottom: 33px
}

.index01 .box2 .box2_row1 .box_center .txt {
    line-height: 1.95
}

.index01 .box2 .box2_row2 .ttl {
    margin-bottom: 49px;
    padding: 16px 0px;
    width: 363px
}

.index01 .box2 .box2_row3 .beauty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 39px;
    padding-left: 75px
}

.index01 .box2 .box2_row3 .beauty .beauty_box {
    margin-top: 39px;
    height: 273px;
    width: 487px;
    background-color: #eeebe6;
    box-shadow: 20px 19px 39px 8px rgba(0, 0, 0, 0.13);
    text-align: center
}

.index01 .box2 .box2_row3 .beauty .beauty_box .tt {
    background-image: url(../images/box3_row2_tt_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -21px auto 39px;
    display: table;
    padding: 5px 46px;
    font-size: 24px;
    color: #fff;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index01 .box2 .box2_row3 .beauty .beauty_box .txt {
    font-size: 21px;
    line-height: 1.9;
    letter-spacing: 0
}

.index01 .box2 .box2_row3 .box_center {
    margin-top: 334px
}

.index01 .box2 .box2_row3 .box_center>.ttl {
    padding: 16px 0px;
    font-size: 31px;
    width: 302px;
    margin-bottom: 71px
}

.index01 .box2 .box2_row3 .line {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 72px
}

.index01 .box2 .box2_row3 .line .tt {
    font-size: 23px;
    margin-bottom: 19px
}

.index01 .box2 .box2_row3 .line:nth-child(2n+1) .col1 {
    text-align: left
}

.index01 .box2 .box2_row3 .line:nth-child(2n+1) .col1 .big::before {
    right: auto;
    left: 0
}

.index01 .box2 .box2_row3 .col1 {
    width: 150px;
    padding-top: 10px;
    text-align: right
}

.index01 .box2 .box2_row3 .col1 .ttl {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 0
}

.index01 .box2 .box2_row3 .col1 .big {
    font-size: 112%;
    display: block;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 15px
}

.index01 .box2 .box2_row3 .col1 .big::before {
    position: absolute;
    display: block;
    content: "";
    width: 58px;
    height: 0px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #132b8c
}

.index01 .box2 .box2_row3 .col1 .sm {
    line-height: 1.5
}

.index01 .box2 .box2_row3 .col3 {
    width: 280px;
    display: table
}

.index01 .box2 .box2_row3 .col3 img {
    box-shadow: 8px 8px 30px 10px rgba(0, 0, 0, 0.13)
}

.index01 .box2 .box2_row3 .col2 {
    width: 670px;
    padding: 11px 40px 0px 54px
}

.index02 {
    background-image: url(../images/idx02_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 116px 0px 152px
}

@media only screen and (max-width: 1500px) {
    .index02 {
        background-position: right 18% center
    }
}

.index02 h3 {
    text-align: center;
    margin: auto
}

.index02 h3::before {
    bottom: 35px;
    right: -65px
}

.index02 h3>span {
    margin-top: 0.3em
}

.index02 .box1 {
    display: flex;
    justify-content: space-between;
    margin-top: 120px
}

.index02 .box1 .box_center {
    width: 560px;
    text-align: left
}

.index02 .box1 .box_center .ttl {
    margin-left: 80px;
    letter-spacing: 0;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index02 .box1 .box_center .ttl .en {
    letter-spacing: 0.05em
}

.index02 .box1 .box_center .tt {
    margin-bottom: 57px
}

.index02 .box1 .box_center .txt {
    letter-spacing: 0.03em;
    line-height: 1.95;
    padding-right: 5px
}

.index02 .box1 .box_three {
    width: calc(100vw - 20px);
    height: calc(101vw - 20px);
    max-width: 539px;
    max-height: 530px;
    margin-top: 25px;
    position: relative;
    margin-right: -52px;
    background-image: url(../images/idx02_box01_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index02 .box1 .box_three p {
    margin-bottom: 0;
    font-size: 26px;
    text-align: center;
    position: absolute;
    letter-spacing: 0;
    line-height: 1.95
}

.index02 .box1 .box_three p:nth-child(1) {
    top: 18.3%;
    left: 30%
}

.index02 .box1 .box_three p:nth-child(2) {
    bottom: 139px;
    left: 39px
}

.index02 .box1 .box_three p:nth-child(3) {
    bottom: 143px;
    right: 76px
}

.index02 .box1 .box_three p:nth-child(3) .sm {
    letter-spacing: 0;
    font-size: 61.539%
}

.index02 .box1 .box_three p .sm {
    display: block;
    font-size: 69.24%
}

.index02 .box2 {
    margin-top: 86px
}

.index02 .box2 .flex>div {
    text-align: center
}

.index02 .box2 .flex .boxtext {
    width: 508px;
    padding-top: 21px
}

.index02 .box2 .flex .boxtext:nth-child(2n+2) p {
    transform: translateX(14px)
}

.index02 .box2 .flex .boxtext .ttl {
    margin: 0px auto 18px;
    width: 209px;
    height: 36px;
    color: #fff;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.index02 .box2 .flex .boxtext .tt {
    position: relative;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    margin-bottom: 19px
}

.index02 .box2 .flex .boxtext .tt::after {
    margin: 16px auto 0px;
    content: "";
    display: table;
    width: 123px;
    height: 6px;
    background-image: url(../images/ic_line.png);
    background-size: cover;
    background-repeat: no-repeat
}

.index02 .box2 .flex .txt {
    padding: 0px 6px;
    margin-bottom: 23px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.8;
    min-height: 112px
}

.index02 .box2 .flex figure {
    width: 508px;
    display: table;
    box-shadow: 8px 8px 30px 10px rgba(0, 0, 0, 0.13);
    background-color: rgba(0, 0, 0, 0.13)
}

.index02 .box2 .box2_row1 .ttl {
    background-image: url(../images/idx02_box2_ttl1.png)
}

.index02 .box2 .box2_row1 figure {
    width: auto
}

.index02 .box2 .box2_row1 .tt {
    color: #132b8b
}

.index02 .box2 .box2_row2 {
    margin-top: 38px
}

.index02 .box2 .box2_row2 .boxtext:nth-child(1) .ttl {
    background-image: url(../images/idx02_box2_ttl2.png)
}

.index02 .box2 .box2_row2 .boxtext:nth-child(1) .tt {
    color: #51178b
}

.index02 .box2 .box2_row2 .boxtext:nth-child(2) .tt {
    color: #12738b
}

.index02 .box2 .box2_row2 .boxtext:nth-child(2) .ttl {
    background-image: url(../images/idx02_box2_ttl3.png)
}

.index02 .box2 .box2_row3 .box_center {
    margin-top: 97px;
    padding-bottom: 6px;
    clear: both
}

.index02 .box2 .box2_row3 .box_center .ttl {
    margin-bottom: 45px
}

.index02 .box2 .box2_row3 .box_center figure {
    margin-top: 3px
}

.index02 .box2 .box2_row3 .box_center .txt {
    padding: 0px
}

.index02 .box2 .box2_row3 .box_center:last-child {
    padding-bottom: 0
}

@media screen and (min-width: 751px) {
    .index02 .box2 .box2_row3 .box_center:last-child .ttl {
        margin-bottom: 53px
    }
}

.index03 {
    z-index: 1;
    position: relative;
    padding: 87px 0px 73px
}

.index03::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -199px;
    width: 1920px;
    height: 941px
}

.index03 h3::before {
    right: -47px
}

.index03 h3>span {
    margin-top: 15px
}

.index03 table {
    margin-top: 39px
}

.index03 table tr:not(:first-child) th:nth-child(2), .index03 table tr:not(:first-child) .row {
    text-align: left
}

.index03 table tr th {
    font-size: 16px;
    color: #000;
    letter-spacing: 0
}

.index03 table tr th:not(.row):first-child {
    border-left: none;
    width: 229px
}

.index03 table tr th:first-child, .index03 table tr th:nth-child(2) {
    background-color: #efece6;
    color: #132b8c;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index03 table tr th:nth-child(3) {
    width: 268px;
    background-color: #14143f;
    color: #fff
}

.index03 table tr th:nth-child(4) {
    width: 259px;
    background-color: #132b8c;
    color: #fff
}

.index03 table tr td {
    background-color: transparent
}

.index03 table tr td:last-child {
    border-right: none
}

.index03 .idx03_info {
    margin-top: 15px;
    display: flex;
    align-items: center
}

.index03 .idx03_info .txt_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 47px;
    background-color: #132b8c;
    color: #fff;
    margin-right: 20px;
    font-size: 16px
}

.index03 .idx03_info .txt_right {
    letter-spacing: 0;
    line-height: 1.8;
    font-size: 16px
}

.idx_banner .top {
    background-image: url(../images/idx_banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 2
}

.idx_banner .top .inner {
    position: relative;
    padding-top: 26px;
    padding-bottom: 35px
}

.idx_banner .top figure {
    position: relative;
    display: table;
    margin: 25px auto 18px;
    z-index: 3
}

.idx_banner .top figure img {
    padding-left: 74px
}

.idx_banner .top .box_product {
    left: 46px;
    top: 97px;
    position: absolute;
    width: 190px
}

.idx_banner .top .box_product figure {
    position: relative;
    display: table;
    margin: 0px auto;
    width: 100%
}

.idx_banner .top .box_product figure img {
    padding-left: 0px;
    width: 100%
}

.idx_banner .top .box_product .note {
    width: 77px;
    height: 77px;
    right: 138px;
    bottom: 0px;
    font-size: 21px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.idx_banner .ttl {
    padding: 18px 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    max-width: 946px;
    display: table;
    color: #132b8c;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    text-align: center
}

.idx_banner .ttl::before, .idx_banner .ttl::after {
    content: "";
    display: block;
    height: 0;
    width: 70%;
    max-width: 660px;
    border-bottom: 1px solid #132b8c;
    position: absolute
}

.idx_banner .ttl::before {
    right: 0;
    top: 0
}

.idx_banner .ttl::after {
    bottom: 0;
    left: 0
}

.idx_banner .human {
    position: absolute;
    right: -193px;
    bottom: -65px;
    z-index: 2
}

.idx_banner .bnr_contact, .idx_banner .bnr_cart, .idx_banner .bnr_ins {
    display: table;
    margin: auto;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    position: relative;
    z-index: 3
}

.idx_banner .bnr_contact a, .idx_banner .bnr_cart a, .idx_banner .bnr_ins a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.01em
}

.idx_banner .bnr_contact a::before, .idx_banner .bnr_cart a::before, .idx_banner .bnr_ins a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat
}

.idx_banner .bnr_contact a {
    width: 716px;
    height: 74px;
    background-image: url(../images/idx_banner_contact_bg.png);
    background-repeat: no-repeat;
    color: #132b8c;
    font-size: 24px;
    letter-spacing: 0.09em;
    padding-right: 0.4em
}

.idx_banner .bnr_contact a::before {
    width: 34px;
    height: 24px;
    background-image: url(../images/ic_mail_blue.png);
    margin-right: 1.1em
}

.idx_banner .bnr_cart a {
    width: 773px;
    height: 126px;
    background-image: url(../images/idx_banner_cart_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 23px;
    padding-top: 1px;
    padding-right: 15px
}

.idx_banner .bnr_cart a>span {
    line-height: 1.4;
    letter-spacing: 0.05em
}

.idx_banner .bnr_cart a>span>.en {
    display: block;
    font-size: 130.5%;
    letter-spacing: 0.05em;
    font-weight: 300
}

.idx_banner .bnr_cart a::before {
    width: 49px;
    height: 44px;
    background-image: url(../images/ic_cart.png);
    margin-right: 1em
}

.idx_banner .bottom {
    position: relative;
    z-index: 3;
    padding: 27px 0px 25px;
    background-image: url(../images/idx_banner_bg2.jpg)
}
.idx_banner .box_ins {
    position: relative;
    z-index: 3;
    padding: 123px 0px 123px;
    background-image: url(../images/bg_banner_ins.jpg)
}
.idx_banner .bnr_ins a {
    width: 773px;
    height: 126px;
    background-image: url(../images/bnr_inst_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.09em;
    padding-right: 0.4em
}
.idx_banner .bnr_ins a span.en {
    font-size: 130%;
}

.idx_banner .bnr_ins a::before {
    width: 34px;
    height: 34px;
    background-image: url(../images/ic_ins01.png);
    margin-right: 1.1em
}

.index04 {
    padding: 103px 0px 70px
}

.index04 h3 {
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 61px
}

.index04 h3 span {
    margin-top: 8px
}

.index04 h3::before {
    right: auto;
    left: -89px;
    bottom: 36px;
    background-image: url(../images/idx01_h3_bg2.png)
}

.index04 .box_center {
    margin-bottom: 82px
}

.index04 .box_center:nth-child(2) .content {
    width: 543px
}

.index04 .box_center .ttl {
    font-weight: 500;
    margin-bottom: 42px
}

.index04 .box_center figure {
    margin-top: 8px
}

.index04 .box_center .content {
    width: 524px
}

.index04 .box_center .tt {
    text-align: left;
    color: #14143f;
    line-height: 1.6
}

.index04 .box_center .txt {
    width: 100%;
    font-size: 16px
}

.index05 {
    background-image: url(../images/idx05_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 61px 0px 65px
}

.index05 .inner {
    padding-top: 42px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.7)
}

.index05 h3 {
    margin: 0 auto 60px;
    text-align: center
}

.index05 h3::before {
    right: -88px;
    bottom: 41px
}

.index05 h3 span {
    font-size: 20px
}

.index05 .box3col {
    text-align: center;
    padding: 0px 46px
}

.index05 .box3col>.col {
    width: 300px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.index05 .box3col>.col figure {
    margin: auto
}

.index05 .box3col>.col .tt {
    margin-bottom: 21px;
    font-size: 18px;
    letter-spacing: 0
}

.index05 .box3col>.col .tt span {
    margin: 4px auto 0px;
    width: 52px;
    height: 52px;
    border: 1px solid #000;
    border-radius: 50%;
    padding-bottom: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    position: relative
}

.index05 .box3col>.col .tt span::before, .index05 .box3col>.col .tt span::after {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    border-top: 1px solid #000;
    top: 24px
}

.index05 .box3col>.col .tt span::before {
    left: -100px
}

.index05 .box3col>.col .tt span::after {
    right: -100px
}

.index05 .box3col>.col .tt2 {
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 34px
}

.index05 .box3col>.col figure {
    margin-bottom: 28px
}

.index05 .box3col>.col .txt {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.9
}

.index05 .boxtopic {
    margin-top: 70px
}

.index05 .box_center {
    position: relative;
    padding-bottom: 234px
}

.index05 .box_center .ttl {
    margin-bottom: 58px
}

.index05 .box_center .pic {
    display: table;
    margin-left: 0px;
    padding-left: 70px
}

.index05 .box_center .pic img {
    box-shadow: 8px 8px 30px 10px rgba(0, 0, 0, 0.13)
}

.index05 .box_info {
    width: 615px;
    height: 565px;
    color: #fff;
    position: absolute;
    right: 57px;
    top: 125px
}

.index05 .box_info>div {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 288px;
    height: 288px;
    padding: 42px 40px 0px;
    border-radius: 50%;
    background-image: url(../images/idx05_box2_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 8px 8px 30px 10px rgba(0, 0, 0, 0.13)
}

.index05 .box_info>div p {
    width: 100%
}

.index05 .box_info>div .top {
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 25px;
    margin-bottom: 29px
}

.index05 .box_info>div .txt2 {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.8
}

.index05 .box_info .box1 {
    top: 0px;
    left: 167px
}

.index05 .box_info .box2 {
    bottom: 0px;
    left: 0px
}

.index05 .box_info .box3 {
    bottom: 0px;
    right: 0px
}

.index06 {
    background-image: url(../images/idx06_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 0px 157px
}

.index06 h3 {
    margin: 0px auto 109px;
    text-align: center
}

.index06 h3 span {
    font-size: 20px
}

.index06 h3::before {
    right: -70px;
    bottom: 40px
}

.index06 .boxqa {
    width: 100%;
    max-width: 776px;
    margin: auto
}

.index06 .boxqa dl {
    position: relative
}

.index06 .boxqa dl:not(:last-child) {
    margin-bottom: 57px
}

.index06 .boxqa dl:not(:last-child).mb {
    margin-bottom: 49px
}

.index06 .boxqa dt {
    position: relative;
    display: block;
    padding: 0px 50px 7px 0px;
    font-size: 21px;
    color: #132b8c;
    line-height: 1.3em;
    letter-spacing: 0;
    cursor: pointer;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border-bottom: solid 1px #132b8c
}

.index06 .boxqa dt .q {
    margin-right: 0.8em
}

.index06 .boxqa dt:before, .index06 .boxqa dt:after {
    position: absolute;
    content: '';
    background: #132b8c;
    transition: all .3s
}

.index06 .boxqa dt:before {
    width: 20px;
    height: 1px;
    top: 12px;
    right: 0px
}

.index06 .boxqa dt:after {
    width: 1px;
    height: 20px;
    top: 2px;
    right: 9px
}

.index06 .boxqa dt.active:after {
    transform: rotate(90deg)
}

.index06 .boxqa dd {
    position: relative;
    padding: 25px 18px 0px 38px;
    display: none;
    letter-spacing: 0em;
    font-size: 17px;
    line-height: 1.8
}

.idx_contact {
    padding: 48px 0px 0px
}

.idx_contact a {
    color: #fff;
    text-align: center
}

.idx_contact p {
    margin-bottom: 0px
}

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

.idx_contact h3::before {
    right: -76px;
    bottom: 38px
}

.idx_contact h3 span {
    letter-spacing: 0;
    font-size: 20px
}

.idx_contact .flex {
    margin-top: 70px;
    margin-bottom: 68px
}

.idx_contact .flex>p {
    width: 529px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.5;
    letter-spacing: 0
}

.idx_contact .flex>p a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

.idx_contact .flex>p .t1 {
    line-height: 1
}

.idx_contact .contact {
    height: 152px;
    background-image: url(../images/idx_banner_contact_bg2.png)
}

.idx_contact .contact a {
    flex-direction: column;
    padding-top: 7px
}

.idx_contact .contact span {
    display: block
}

.idx_contact .cart {
    height: 153px;
    background-image: url(../images/bnr_cart_bg3.png)
}

.idx_contact .cart a {
    font-size: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-right: 6px;
    line-height: 1.35
}

.idx_contact .cart a::before {
    width: 49px;
    height: 44px;
    background-image: url(../images/ic_cart.png);
    margin-right: 0.7em;
    content: "";
    display: inline-block;
    background-repeat: no-repeat
}

.idx_contact .cart a .en {
    display: block;
    font-size: 130.5%;
    letter-spacing: 0.05em;
    font-weight: 300
}

.idx_contact .t1 {
    font-size: 22px
}

.idx_contact .t2 {
    font-size: 30px
}

.idx_contact .t3 {
    font-size: 17px
}

.idx_ins {
    padding: 80px 0px
}

.idx_ins *:focus {
    outline: none
}

.idx_ins .inner {
    align-items: center;
    max-width: 776px
}

.idx_ins h3 {
    padding-top: 25px;
    width: 200px;
	margin-bottom: 25px;
}

.idx_ins h3::before {
    right: -37px;
    bottom: 8px;
    width: 80px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left
}

.idx_ins h3 a {
    display: table;
    color: inherit;
    font-size: 40px
}

.idx_ins h3 a:hover {
    opacity: 1
}

.idx_ins .instagramlists {
    width: calc(100% - 250px)
}

.idx_ins .instagramlists a {
    margin: 0px 5px;
    width: 100px;
    height: 100px
}

.idx_ins .instagramlists a span {
    display: flex;
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}
.copyright {
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    background-color: #132b8c
}
.index07 {
    z-index: 1;
    position: relative;
    padding: 50px 0px;
    /*background-image: linear-gradient(to right, #fff, #ece8df);*/
    background-image: linear-gradient(20deg, #f9fafd 0%, #f9fafd 50%, #f2eedf 75%);
}
.index07::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: -13%;
    transform: translateX(-50%);
    bottom: 2%;
    width: 318px;
    height: 368px;
}
.index07::before {
        background-image: url(../images/tree_imgsp.png);
        background-repeat: no-repeat
    }
.bnr01{
    width: 616px;
height: 90px;
background-image: url(../images/bnr01_bg.png);
background-repeat: no-repeat;
color: #fff;
font-size: 24px;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
line-height: 28px;
font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.box07_ct {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 30px;
}
.index07 .col1 {
    width: 150px;
    padding-top: 0;
    text-align: right;
    margin-bottom: 0;
}
.index07 .col2 {
    width: 670px;
    padding: 11px 40px 0px 54px;
    margin-bottom: 0;
}
.index07 .col2 p {
    font-size: 16px;
}
.index07 .col3 {
    width: 280px;
    display: table;
    margin-bottom: 0;
}
.index07 .ttl.border {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #132b8c;
    border-bottom: 1px solid #132b8c;
}
.index07 .ttl a {
    display: block;
    padding: 10px 25px;
}

@media only screen and (max-width: 1700px) and (min-width: 751px) {
    .index06 {
        background-position: right 50% center
    }
}
@media only screen and (max-width: 1690px) and (min-width: 1501px) {
.box_product figure.box_woman01 {
    position: absolute;
    left: -58%;
    bottom: -90px;
    width: 100%;
}
    .box_product figure.box_woman01 img {
        width: 70%;
}
    .box_product .note01 { 
        right: -80%;
        }
}
@media only screen and (max-width: 1500px) and (min-width: 751px) {
    .mainvisual::before {
        background-position: right 60% center;
        background-size: auto 100%
    }

    .mainvisual .box_logo {
        width: 21%;
        max-width: 313px
    }

    .mainvisual .catch {
        margin-left: 6%
    }

    .mainvisual .box_bottom .box_product {
        margin-right: 10%
    }
    

    .index01 {
        background-size: cover;
        background-position: right 70% center
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
.box_product figure.box_woman01 {
    position: absolute;
    left: -60%;
}
    .box_product figure.box_woman01 img {
        width: 70%;
}
    .box_product .note01 { 
        right: -80%;
        }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
.box_product figure.box_woman01 {
    position: absolute;
    left: -25%;
}
    .box_product figure.box_woman01 img {
        width: 70%;
}
    .box_product .note01 { 
        right: -80%;
        }
}

@media only screen and (min-width: 751px) {
    .mainvisual .box_bottom {
        background-image: url(../images/mv_bg1.png)
    }

    .mainvisual .box_bottom .box_info {
        background-image: url(../images/mv_boxinfo_bg.png)
    }

    .index01 {
        background-image: url(../images/idx01_bg.jpg)
    }

    .index01 .box1 .box3col {
        width: 1100px
    }

    .index01 .box1 .box3col>div:not(:last-child) {
        margin-right: 47px
    }

    .index01 .box1 .box3col::after {
        width: 1100px
    }

    .index01 .box1 .box3col .col1 {
        width: 354px;
        background-image: url(../images/idx01_bg01.png)
    }

    .index01 .box1 .box3col .col2 {
        width: 310px;
        background-image: url(../images/idx01_bg02.png)
    }

    .index01 .box1 .box3col .col3 {
        width: 354px;
        background-image: url(../images/idx01_bg03.png)
    }

    .index03::before {
        background-image: url(../images/idx03_bg.png);
        background-size: cover;
        background-repeat: no-repeat
    }

    .index04 {
        background-image: url(../images/idx04_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat
    }
    
}

@media all and (-ms-high-contrast: none) {
    .mainvisual .box_bottom .box_info .bnr_cart a {
        padding-top: 6px
    }

    .index01 .box1 h4 {
        padding: 42px 10px 30px
    }

    .index01 .box2 .box2_row2 .ttl, .index01 .box2 .box2_row3 .box_center>.ttl {
        padding: 24px 0px 8px
    }

    .index01 .box2 .box2_row3 .beauty .beauty_box .tt {
        padding: 8px 46px 2px
    }

    .index02 .box2 .flex .boxtext .ttl {
        padding-top: 7px
    }

    table th, table td {
        padding: 12px 20px 5px
    }

    .index03 .idx03_info .txt_left {
        padding-top: 5px
    }

    .boxtopic .box_center .ttl {
        padding: 24px 24px 10px
    }

    .idx_banner .bnr_contact a::before, .mainvisual .box_bottom .box_info .bnr_contact a::before, .idx_banner .bnr_ins a::before {
        padding-bottom: 6px
    }

    .idx_banner .bnr_contact a, .mainvisual .box_bottom .box_info .bnr_contact a, .idx_banner .bnr_ins a {
        padding-top: 7px
    }

    .idx_contact .flex .cart a {
        padding-top: 7px
    }

    .idx_banner .bnr_cart a {
        padding-top: 10px
    }

    .idx_contact .cart a .en, .idx_banner .bnr_cart a>span>.en, .mainvisual .box_bottom .box_info .bnr_cart a .en {
        padding-top: 5px
    }

    .index05 .box3col>.col .tt span {
        padding-top: 16px
    }

    .idx_contact .contact span {
        margin-top: 3px;
        line-height: 1.2
    }

    ul.menu>li>a, ul.menu>li>span {
        padding: 18px 20px 12px
    }

    .idx_banner .top .box_product {
        top: 100px
    }

    .copyright {
        padding: 14px 0px 6px
    }

    .box_product .note, .idx_banner .top .box_product .note {
        padding-top: 0.4em
    }
}
@media only screen and (max-width: 750px) {
.idx_banner .bnr_ins {
    width: 100%;
}
    .idx_banner .box_ins {
    position: relative;
    z-index: 3;
    padding: 50px 0px 50px;
    background-image: url(../images/bg_banner_ins.jpg);
    background-size: cover;
}
.idx_banner .bnr_ins a {
    margin: auto;
    max-width: 540px;
    max-height: 74px;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 20px;
}
    .idx_banner .bnr_ins a::before {
    margin-right: 0.5em;
    width: 30px;
    background-size: 100% auto;
    background-position: center;
}
    .idx_ins h3 {
        height: auto;
    }
    .idx_ins h3 a {
    font-size:inherit;
}
    .idx_ins h3 a span {
    font-size: 22px;
}
    .box_product figure.box_woman01 {
        display: none;
    }
    .box_info .box_woman01 {
    position: relative;
        text-align: left;
        max-width: 616px;
        margin: 0 auto 20px;
}
.box_info figure.box_woman01 img {
    position: relative;
    z-index: 2;
    width: 35vw;
}
.box_info .note01 {
    background: url(../images/bnr_inst_bg01.png) no-repeat right center;
    background-size: 100%;
    width: 81vw;
    height: 18vw;
    position: absolute;
    right: 0%;
    bottom: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    flex-wrap: wrap;
    line-height: 0;
    padding: 5% 0 5% 30%;
    box-sizing: border-box;
}
    .box_info .note01 span {
        font-size: 20px;
        display: block;
        width: 100%;
    }
    .mainvisual .box_bottom .box_product .tt {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.56;
    color: #132b8c;
    text-align: center;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: -83%;
    width: 95%;
    letter-spacing: 0px;
}
    .box07_ct {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}
    .index07 .col2 {
    width: calc(100% - 150px);
    padding: 11px 0px 0px 20px;
    margin-bottom: 20px;
}
    .index07 .col2 p {
    font-size: 14px;
}
    .index07 .col3 {
    margin: 0 auto;
}
    .bnr01 {
    width: 100%;
    height: 14vw;
    background-image: url(../images/bnr01_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
    font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-size: 100%;
    padding: 5px;
}
    .index07::before {
    background-image: url(../images/tree_imgsp.png);
    background-repeat: no-repeat;
    background-size: 60%;
}
.index07::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: -24%;
    transform: translateX(3%);
    bottom: 0;
    width: 50%;
    height: 20%;
}
}
@media only screen and (max-width: 700px) {
    .box_info .note01 {
        padding: 5% 0 5% 16%;
    }
}
@media only screen and (max-width: 560px) {
.mainvisual .box_bottom .box_product .tt {
    left: -63%;
}
}
@media only screen and (max-width: 500px) {
    .box_info .note01 {
        padding: 4% 0 4% 16%;
        font-size: 3.5vw;
    }
    .box_info .note01 span {
        font-size: 4.5vw;
    }
}
@media only screen and (max-width: 414px) {
    .box_info .note01 {
        padding: 4% 0 4% 16%;
    }
    .index07 .col1 {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
}
    .index07 .col2 {
    width: 100%;
    padding: 11px 0px 0px 0px;
    margin-bottom: 0;
}
}
@media only screen and (max-width: 390px) {
.mainvisual .box_bottom .box_product .tt {
    width: 100%;
    font-size: 3.7vw;
    left: -78%;
}
}
@media only screen and (max-width: 375px) {
.mainvisual .box_bottom .box_product .tt {
    top: -22px;
}
}
@media only screen and (max-width: 360px) {
.mainvisual .box_bottom .box_product .tt {
    left: -84%;
}
}