@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none !important;
}

a {
    display: inline-block;
}

div {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

/* common
*********************************************************/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family:'Zen Maru Gothic', "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    @media only screen and(-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

p {
    font-size: 1.6rem;
    line-height: 1.7;
}

a {
    color: #333;
}

a:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

a[href*="tel:"] {
    pointer-events: none;
}

a[href^="tel"]:hover {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    a[href*="tel:"] {
        pointer-events: initial;
    }
}

.container {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

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

.colum--reverse{
    flex-direction: row-reverse;
}

.colum--center{
    align-items: center;
}

.colum--left{
    justify-content: flex-start;
}

figure{
    margin: 0;
}

address{
    font-style:normal;
    font-size:1.6rem;
}

.image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.image--inline{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.over--left {
    margin-left: calc((100vw - 1215px) / 2);
    padding: 0;
    width: auto;
    max-width: none;
}

.over--right {
    margin-right: calc((100vw - 1215px) / 2);
    padding: 0;
    width: auto;
    max-width: none;
}


/* Tablet side */
@media screen and (max-width:1200px) {
    .over--left {
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 1230px;
    }

    .over--right {
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 1230px;
    }

    body {
        -webkit-text-size-adjust: 100%;
    }
}



/* Header
*********************************************************/

header{
    position: absolute;
    left:0;
    top:0;
    right:0;
    z-index: 100;
}

.header__logo{
    margin:35px 0 0 50px;
}

.header__logo img{
    width:86px;
}

header a.header__online-shop{
    display: block;
    width:251px;
    line-height:60px;
    border-radius: 30px;
    color:#fff;
    text-align: center;
    position: fixed;
    right:135px;
    top:38px;
    font-size: 1.8rem;
    text-decoration:none;
    background:#9F8312;
    z-index: 600;/*
    animation-name: fadein;
    animation-duration: .75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;*/
}

header a.header__online-shop.activeNav{
    display: none;
}

header a.header__online-shop img,
#gNavi ul li a.gNavi__online-shop img{
    width:30px;
    margin-right:10px;
}

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

header a.menu-trigger {
    position: fixed;
    right: 35px;
    top: 35px;
    width: 75px;
    height: 63px;
    background:url(../images/bg_nav.png) no-repeat 0 0 / contain;
    z-index: 600;
}

header a.menu-trigger:hover {
    opacity: 1;
}

header a.menu-trigger span {
    position: absolute;
    left: 18px;
    width: 28px;
    height: 2px;
    border-radius: 1px;
    background-color: #909090;
}

header a.menu-trigger span:nth-of-type(1) {
    top: 30px;
}

header a.menu-trigger span:nth-of-type(2) {
    top: 38px;
}

header a.menu-trigger span:nth-of-type(3) {
    bottom: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
}


/* GlobalNavi
*********************************************************/

#gNavi{
    display: none;
}

#gNavi ul li a.gNavi__online-shop{
    display:inline-block;
    width:251px;
    line-height:60px;
    border-radius: 30px;
    color:#fff;
    text-align: center;
    font-size: 1.8rem;
    text-decoration:none;
    background:#9F8312;
    padding:0;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        right: -100vw;
    }

    100% {
        right: 0;
    }
}

#gNavi {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
}

#gNavi.active {
    display: block;
    animation-name: fadein;
    animation-duration: .75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

#gNavi nav{
    position: absolute;
    right: -100vw;
    top: 0;
    bottom:0;
    width: 500px;
    min-height:100vh;
    padding:100px 0 0 0;
    z-index: 110;
    transition: all .75s;
    background: rgba(255, 255, 255, 0.9);
}

#gNavi.active nav {
    right: 0;
    animation-name: slidein;
    animation-duration: .75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

#gNavi ul li,
#gNavi ul li:first-of-type {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    border: none;
}

#gNavi ul li+li {
    margin-left: 0;
}

#gNavi ul li {
    text-align: center;
    margin:60px 0;
}

#gNavi ul li a {
    display: inline-block;
    padding:0;
    border: none;
    color: #333;
    line-height: 1;
    text-decoration: none;
    font-size:1.8rem;
    text-align: center;
    box-sizing: border-box;
}

#gNavi ul li:first-of-type a {
    border: none;
}

#gNavi ul li a small {
    display: none;
}

/* .activeNav {
    height: 100%;
    overflow: hidden;
} */


/* footer
*********************************************************/

footer {
    padding:45px 0 0 0;
}

footer #copyright{
    font-size:1.6rem;
    padding:15px;
    border-top:1px solid #CCCCCC;
    margin-top:30px;
}

footer img{
    width:77px;
}

/* main
*********************************************************/

#main-visual{
    overflow: hidden;
    position: relative;
}

#slider .image{
    width:100%;
    height:auto;
}

.slide-animation{
    animation: fadezoom 8s 0s linear forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


#slider-txt{
    position: absolute;
    top:15%;
    left:0;
    right:0;
}

#slider-txt strong{
    color:#fff;
    font-size:8.5rem;
    line-height:1.6;
    display: inline-block;
}

#slider-txt strong span{
    display: block;
    font-size:3rem;
    margin-top:25px;
}

#wrap-first-nav{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
}

#first-nav{
    background:#fff;
    padding:15px 30px;
}

body .slick-next::before {
    content: '';
}

.first-nav__anchorlink{
    flex-basis: 84%;
    padding:0;
    text-align: center;
}

.first-nav__anchorlink li{
    display: inline-block;
}

.first-nav__anchorlink li + li{
    border-left: 1px solid #CCCCCC;
    margin-left: 30px;
    padding-left: 30px;
}

.first-nav__anchorlink li a{
    text-decoration: none;
    font-size:1.6rem;
}

.first-nav__onlineshop{
    flex-basis: 16%;
}

.first-nav__onlineshop a{
    height:100px;
    box-sizing: border-box;
    padding:25px 0 0 0;
    text-align: center;
    text-decoration: none;
    background:#9F8312;
    color:#fff;
    display: block;
    font-size:1.6rem;
    line-height:1.7;
}

.first-nav__onlineshop a img{
    width:22px;
    margin-bottom:5px;
}

/* section-1 */

.section-1{
    color:#fff;
    background:url(../images/bg_home1.jpg) no-repeat 50% 50% / cover;
    padding:75px 0 70px;
}

.section-1 h2{
    line-height:1.5;
    margin-bottom:40px;
    font-size:4rem;
}
.section-1 p{
    line-height:1.9;
}

.fade-in{
    opacity: 0;
}

.fade-in.fade-up{
    animation-name: fadein;
    animation-duration: .75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

/* section-2 */

.section-2{
    padding:100px 0 80px;
}

.sec2-head,
.sec3-head {
    margin:0 auto 40px;
    max-width:883px;
    position: relative;
    background: url(../images/line_home1.jpg) no-repeat left 0 bottom 45px / 100% auto;
    padding:30px 0 45px;
}

@keyframes fuwafuwa {
    0% {
        transform:translate(0, 0) rotate(-7deg);
    }
    50% {
        transform:translate(0, -7px) rotate(0deg);
    }
    100% {
        transform:translate(0, 0) rotate(7deg);
    }
}

.sec2-head::before{
    content:'';
    width:149px;
    height:147px;
    display: block;
    background: url(../images/pic_home1.png) no-repeat 0 0 / contain;
    position: absolute;
    top:0;
    left:-5px;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa2 {
    0% {
        transform:translate(0, 0) rotate(8deg);
    }
    50% {
        transform:translate(0, 8px) rotate(0deg);
    }
    100% {
        transform:translate(0, 0) rotate(-8deg);
    }
}

.sec2-head::after{
    content:'';
    width:225px;
    height:111px;
    display: block;
    background: url(../images/pic_home2.png) no-repeat 0 0 / contain;
    position: absolute;
    bottom:0;
    right:-33px;
    animation: fly 4s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

.sec2-head .inner,
.sec3-head .inner{
    padding:50px 0;
    background: url(../images/line_home1.jpg) no-repeat 0 0 / 100% auto;
}

.sec2-head h2{
    font-size:4rem;
    margin-bottom:20px;
}

.sec2-head h2 img{
    width:64px;
}

.sec2-head h2 img + img{
    margin-left:10px;
}

.sec2-head p{
    font-size:2rem;
    line-height: 1.9;
}

.wrap-sec2-post{
    background: url(../images/bg_home2.png) no-repeat right 0 top 147px / 1296px auto;
    position: relative;
}

.wrap-sec2-post .container::before{
    content:'';
    width:744px;
    height:808px;
    background: url(../images/bg_home3.png) no-repeat 0 0 / contain;
    position: absolute;
    left:0;
    top:428px;
    display: block;
}
/*
.wrap-sec2-post::after{
    content:'';
    width:655px;
    height:546px;
    background: url(../images/bg_home4.png) no-repeat 0 0 / contain;
    position: absolute;
    left:90px;
    bottom:350px;
}
*/
.sec2-post{
    position: relative;
    z-index: 1;
    padding:148px 200px 0 0;
}

.sec2-post.unit2{
    position: relative;
    padding:148px 0 0 200px;
}

.sec2-post + .sec2-post{
    margin-top:40px;
}

.sec2-post .sec2-post__txt{
    position: absolute;
    left:0;
    top:0;
    padding:23px 0 40px 80px;
}


.sec2-post.unit2 .sec2-post__txt{
    padding:23px 0 15px 80px;
    left:auto;
    right:0;
}

.sec2-post.unit3 .sec2-post__txt{
    padding:23px 0 10px 80px;
}

.sec2-post .sec2-post__txt p{
    line-height: 2;
}

.sec2-post .sec2-post__txt::before{
    content:'';
    width:108px;
    height:109px;
    background: url(../images/ttl_secret1.png) no-repeat 0 0 / contain;
    position: absolute;
    left:27px;
    top:0;
    z-index: 1;
}

.sec2-post.unit2 .sec2-post__txt::before{
    background: url(../images/ttl_secret2.png) no-repeat 0 0 / contain;
}

.sec2-post.unit3 .sec2-post__txt::before{
    background: url(../images/ttl_secret3.png) no-repeat 0 0 / contain;
}

.sec2-post .sec2-post__txt::after{
    content:'';
    width:117px;
    height:158px;
    background: url(../images/pic_home3.png) no-repeat 0 0 / contain;
    position: absolute;
    left:40px;
    bottom:0;
    z-index: 1;
}

.sec2-post.unit2 .sec2-post__txt::after{
    content:'';
    width:99px;
    height:95px;
    background: url(../images/pic_home4.png) no-repeat 0 0 / contain;
    position: absolute;
    left:40px;
    bottom:0;
    z-index: 1;
}

.sec2-post.unit3 .sec2-post__txt::after{
    content:'';
    width:112px;
    height:66px;
    background: url(../images/pic_home5.png) no-repeat 0 0 / contain;
    position: absolute;
    left:40px;
    bottom:0;
    z-index: 1;
}

.sec2-post .sec2-post__txt .inner{
    background:#fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 457px;
    box-sizing: border-box;
    position: relative;
    padding:60px 0 40px 0;
}

.sec2-post .sec2-post__txt .inner::before{
    content:'';
    display: block;
    width:30px;
    height:30px;
    transform: rotate(-45deg) skew(20deg,20deg);
    box-sizing: border-box;
    background:#fff;
    position: absolute;
    right:60px;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.16);
    bottom:-15px;
}

.sec2-post .sec2-post__txt .inner h2{
    font-size:3.2rem;
    margin-bottom: 15px;
    padding:0 45px;
    position: relative;
    display: inline-block;
}

.sec2-post .sec2-post__txt .inner h2::before{
    content:'';
    display: inline-block;
    width:22px;
    height:29px;
    background: url(../images/ttl_home5.png) no-repeat 0 0 / contain;
    position: absolute;
    left:0;
    bottom:0;
}

.sec2-post .sec2-post__txt .inner h2::after{
    content:'';
    display: inline-block;
    width:22px;
    height:29px;
    background: url(../images/ttl_home6.png) no-repeat 0 0 / contain;
    position: absolute;
    right:0;
    bottom:0;
}

.sec2-post .sec2-post__txt .sec2-post__img-title{
    position: absolute;
    left:50%;
    top:-20px;
    width: 252px;
    transform: translateX(-50%);
}

/* section-3 */


.section-3{
    overflow: hidden;
    position: relative;
}

.sec3-head {
    margin:0 auto 50px;
    padding:20px 0 10px;
    background: url(../images/line_home1.jpg) no-repeat left 0 bottom 10px / 100% auto;
}

.sec3-head h2{
    font-size:4rem;
}

.sec3-head h2 img{
    width:118px;
    margin:0 5px;
}

.sec3-head::before{
    content:'';
    width:153px;
    height:136px;
    display: block;
    background: url(../images/pic_home6.png) no-repeat 0 0 / contain;
    position: absolute;
    top:0;
    left:-20px;
}

.sec3-head::after{
    content:'';
    width:224px;
    height:171px;
    display: block;
    background: url(../images/pic_home7.png) no-repeat 0 0 / contain;
    position: absolute;
    bottom:0;
    right:-55px;
}

.sec3-con{
    background: url(../images/bg_home5.png) repeat-y 0 0 / 100% auto;
    padding:28px 0 46px;
    position: relative;
    overflow: hidden;
}

.sec3-con h3 img{
    width:177px;
}

.sec3-con h3{
    margin-bottom: 35px;
}

.sec3-con__bg--pan1{
    max-width:240px;
    position: absolute;
    left:20px;
    top:30px;
}

.sec3-con__bg--pan2{
    max-width:194px;
    position: absolute;
    right:60px;
    top:44px;
}

.sec3-con__bg--pan3{
    max-width:167px;
    position: absolute;
    left: 0;
    top: 925px;
    z-index: 1;
}

.sec3-con__bg--pan4{
    max-width:108px;
    position: absolute;
    right:-30px;
    top:319px;
}

.sec3-con__bg--pan5{
    max-width:243px;
    position: absolute;
    right:-50px;
    top:850px;
    z-index: 1;
}

.sec3-con .columns{
    flex-wrap: wrap;
}

.sec3-con .card{
    flex-basis: 31%;
    padding-bottom:22px;
}

.sec3-con .card dl{
    border-radius: 20px;
    overflow: hidden;
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
    background:#fff;
    height:100%;
    min-height:190px;
    box-sizing: border-box;
}

.sec3-con .card dl dt{
    background: #D8BC4B;
    height: 36px;
    display: flex;
    align-items: center;
}

.sec3-con .card dl dt img{
    height:25px;
    width:auto;
}

.sec3-con .card dl dd{
    display: flex;
    align-items: center;
    height: 154px;
    font-size:2.2rem;
    line-height:1.8;
    text-align: center;
}

.sec3-con .card dl dd div{
    width: 100%;
}

.text-gold{
    color:#D8BC4B;
}

/* voice */

#voice{
    background: url(../images/bg_home6.png) repeat-y 0 0 / 100% auto;
    padding:75px 0;
}

.voice-head{
    margin-bottom: 50px;
}

.voice-head h2{
    font-size:4rem;
    background: url(../images/line_home2.png) no-repeat 0 0 / 100% auto;
    padding:48px 0;
}

.voice-head h2::before{
    content:'';
    width:76px;
    height:46px;
    background: url(../images/pic_home8.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-right:25px;
}

.voice-head h2::after{
    content:'';
    width:76px;
    height:46px;
    background: url(../images/pic_home8.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-left:25px;
}

.voice-head .inner{
    background: url(../images/line_home2.png) no-repeat 0 bottom / 100% auto;
}

#voice-slider h3{
    font-size:3.6rem;
    position: absolute;
    top:60px;
    right:150px;
}

#voice-slider h3::before{
    content:'';
    width:22px;
    height:70px;
    background: url(../images/ttl_home11.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-right:35px;
}

#voice-slider h3::after{
    content:'';
    width:22px;
    height:70px;
    background: url(../images/ttl_home12.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-left:35px;
}

#voice-slider .unit1 .inner{
    position: relative;
    height:716px;
    max-width:1027px;
    margin:0 auto;
}

#voice-slider .unit1 .voice-slider__main-image{
    max-width:339px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


@keyframes fly {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fly2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}


#voice-slider .unit1 .voice-slider__comment1{
    max-width:437px;
    position: absolute;
    top:0;
    left:0;
    animation: fly 3s ease-out infinite;
}

#voice-slider .unit1 .voice-slider__comment2{
    max-width:410px;
    position: absolute;
    bottom:0;
    left:0;
    animation: fly2 3s 0.3s ease-out infinite;
}

#voice-slider .unit1 .voice-slider__comment3{
    max-width:410px;
    position: absolute;
    bottom:0;
    right:0;
    animation: fly2 3s 0.6s ease-out infinite;
}


#voice-slider .slick-prev::before,
#product-slider .slick-prev::before {
    content: '';
}

#voice-slider .slick-prev,
#product-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50px;
    display: block;
    width: 88px;
    height: 88px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/ico_prev.png) no-repeat 0 0 / contain;
    z-index: 1;
}

#voice-slider .slick-next,
#product-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 50px;
    display: block;
    width: 88px;
    height: 88px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/ico_next.png) no-repeat 0 0 / contain;
    z-index: 1;
}

#product-slider .slick-slide img{
    transform: scale(1,1);
    transition: all 0.6s;
}

#product-slider .slick-current img{
    transform: scale(1.2,1.2);
}

/* section-4 */

.section-4{
    background: url(../images/bg_home7.jpg) no-repeat 50% 50% / cover;
    padding:75px 0;
}

.section-4 .sec-4__txt{
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    margin:0 auto;
    max-width:517px;
    position: relative;
    height:288px;
}

.section-4 .sec-4__txt::before{
    content:'';
    display: block;
    position: absolute;
    top:10px;
    right:10px;
    bottom:10px;
    left:10px;
    border:2px solid #9F8312;
}

.section-4 .sec-4__txt .inner{
    position: relative;
    width:100%;
    text-align: center;
}

.section-4 .sec-4__txt .inner img{
    width:32px;
}

.section-4 .sec-4__txt .inner strong{
    display: block;
    font-size:2.4rem;
    line-height:1.6;
    margin:15px 0 18px;
}

.section-4 .sec-4__txt .inner a{
    display: inline-block;
    color:#fff;
    font-size:2rem;
    text-decoration: none;
    background:#9F8312;
    border-radius: 50px;
    padding:19px 35px;
}

/* section-5 */

.section-5{
    background: url(../images/bg_home6.png) repeat-y 0 0 / 100% auto;
    padding:30px 0 90px;
    overflow: hidden;
}

.sec5-head {
    margin:0 auto 50px;
    padding:50px 0 60px;
    background: url(../images/line_home2.png) no-repeat left 0 bottom 60px / 100% auto;
    max-width:883px;
    position: relative;
}

.sec5-head .inner{
    padding:50px 0;
    background: url(../images/line_home2.png) no-repeat 0 0 / 100% auto;
}

.sec5-head h2{
    font-size:4rem;
}

.sec5-head h2 img{
    width:118px;
    margin:0 5px;
}

.sec5-head::before{
    content:'';
    width:167px;
    height:119px;
    display: block;
    background: url(../images/pic_home9.png) no-repeat 0 0 / contain;
    position: absolute;
    top:60px;
    left:-5px;
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

.sec5-head::after{
    content:'';
    width:275px;
    height:254px;
    display: block;
    background: url(../images/pic_home10.png) no-repeat 0 0 / contain;
    position: absolute;
    bottom:0;
    right:-10px;
    animation: fly 4s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

.section-5 .card{
    padding:0 30px;
    text-align: center;
}

.section-5 .card a{
    text-decoration: none;
}

.section-5 .card h3{
    position: relative;
    font-size: 2.3rem;
    margin:40px 0 20px;
}

.section-5 .card h3::before{
    content:'';
    width:17px;
    height:53px;
    background: url(../images/ttl_home11.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}

.section-5 .card h3::after{
    content:'';
    width:19px;
    height:53px;
    background: url(../images/ttl_home12.png) no-repeat 0 0 / contain;
    display: inline-block;
    vertical-align: middle;
    margin-left:5px;
}


/* Responsive
*********************************************************/

.spOn{
    display: none!important;
}

/* .activeNav {
    height: 100%;
    overflow: hidden;
} */

/* Tablet side */
@media screen and (max-width:1300px) {
    #wrap-first-nav{
        display: none;
    }

    .section-1{
        margin-top:40px;
    }
}

/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {

    #slider-txt strong {
        font-size: 5rem;
    }

    #slider-txt {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {

    .spOff{
        display: none!important;
    }
    .spOn{
        display: block!important;
    }

    #slider-txt {
        top: 50%;
        transform: translateY(-50%);
    }

    #slider-txt strong{
        font-size:6.5rem;
    }

    .section-1,
    .section-2,
    #voice{
        padding:40px 0;
    }

    .sec2-head,
    .sec3-head,
    .sec5-head{
        max-width: 600px;
    }

    .sec2-head{
        margin:0 auto;
    }

    .section-1 h2 {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 3rem;
    }

    .sec2-head .inner{
        padding:90px 0;
    }

    .sec2-head::before{
        width:110px;
    }

    .sec2-head h2{
        font-size:3rem;
    }

    .sec2-head h2 img {
        width: 50px;
    }

    .sec2-head p{
        font-size:1.6rem;
    }

    .sec2-head::after{
        width:160px;
    }

    .wrap-sec2-post .container::before{
        display: none;
    }

    .sec2-post {
        position: relative;
        z-index: 1;
        padding: 148px 0 0 0;
    }

    .sec2-post.unit2 {
        position: relative;
        padding: 148px 0 0 0;
    }

    .voice-head h2,
    .sec5-head h2{
        font-size:3rem;
    }

    #voice-slider .unit1 .voice-slider__comment1,
    #voice-slider .unit1 .voice-slider__comment2,
    #voice-slider .unit1 .voice-slider__comment3{
        max-width: 330px;
    }

    #voice-slider h3{
        right:50px;
    }

    .sec5-head::before {
        width: 141px;
        top: 30px;
    }
    .sec5-head::after {
        width: 169px;
        height: 165px;
    }

    .section-5 .card{
        padding: 0 20px;
    }

    .section-5 .card h3{
        font-size:2rem;
    }



    .header__online-shop span{
        display: none;
    }
    header a.header__online-shop{
        width: 50px;
        line-height: 50px;
    }

    header a.header__online-shop img{
        margin:0;
        width:20px;
    }

    header a.header__online-shop{
        top:15px;
        right:90px;

    }

    header a.menu-trigger {
        right: 15px;
        top: 15px;
        width: 60px;
        height: 52px;
    }

    header a.menu-trigger span{
        left:13px;
    }

    header a.menu-trigger span:nth-of-type(1) {
        top: 25px;
    }

    header a.menu-trigger span:nth-of-type(3) {
        bottom: 19px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(4px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-3px) rotate(315deg);
    }

    .section-4 .sec-4__txt{
        height:320px;
    }
}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    .header__logo img {
        width: 50px;
    }

    .header__logo {
        margin: 15px 0 0 35px;
    }

    #slider-txt strong {
        font-size: 3rem;
    }

    #slider-txt strong span {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    #gNavi nav{
        width:100vw;
    }

    .section-1 h2{
        font-size:2rem;
    }

    .section-1 h2 br,
    .sec2-head h2 span{
        display: block;
    }

    .section-1 p,
    .sec2-head p,
    .sec2-post .sec2-post__txt p{
        text-align: left;
    }

    .section-1 p br,
    .sec2-head p br,
    .sec2-post .sec2-post__txt p br,
    .section-4 .sec-4__txt .inner strong br{
        display: none;
    }

    .sec2-head, .sec3-head, .sec5-head {
        max-width: 300px;
    }

    .sec2-head h2 span{
        margin-bottom: 10px;
    }

    .sec2-post,
    .sec2-post.unit2 {
        padding: 0;
    }

    .sec2-post .sec2-post__txt .inner{
        width: 100%;
        padding: 60px 15px 40px;
    }

    .sec2-post .sec2-post__txt {
        padding: 23px 0 30px 0;
        position: relative;
    }

    .sec2-post .sec2-post__txt::before {
        width: 69px;
        height: 69px;
        left: 0;
        top: 0;
    }

    .sec2-post .sec2-post__txt .inner h2{
        font-size: 2.2rem;
    }

    .sec2-post .sec2-post__txt .sec2-post__img-title{
        width: 200px;
    }

    .sec2-post .sec2-post__img{
        height: 250px;
        object-fit: cover;
        border-radius: 20px;
    }

    .sec2-post .sec2-post__txt p{
        line-height: 1.7;
    }

    .sec2-post.unit2 .sec2-post__txt {
        padding: 23px 0 30px 0;
        left: auto;
        right: 0;
    }

    .sec2-post .sec2-post__txt::after {
        width: 84px;
        height: 158px;
        left: auto;
        bottom: -86px;
        right: 0;
    }

    .sec2-post .sec2-post__txt .inner::before {
        transform: translateX(-50%) rotate(-45deg) skew(20deg,20deg);
        right: auto;
        bottom: -15px;
        left: 50%;
    }

    .sec2-post.unit2 .sec2-post__txt::after {
        width: 86px;
        height: 107px;
        left: auto;
        bottom: -60px;
        right: 0;
    }

    .sec2-post.unit3 .sec2-post__txt {
        padding: 23px 0 30px 0;
    }

    .sec2-post.unit3 .sec2-post__txt::after {
        width: 91px;
        height: 66px;
        left: auto;
        bottom: 0;
        right: 0;
    }

    .voice-head h2{
        font-size:1.4rem;
    }

    .voice-head h2::before {
        width: 40px;
        height: 25px;
        margin-right: 10px;
    }

    .voice-head h2::after {
        width: 40px;
        height: 25px;
        margin-left: 10px;
    }

    #voice-slider .unit1 .voice-slider__comment2,
    #voice-slider .unit1 .voice-slider__comment3{
        display: none;
    }

    #voice-slider h3 {
        font-size: 2rem;
        position: static;
        text-align: center;
    }

    #voice-slider .unit1 .voice-slider__main-image {
        display: block;
        width: 255px;
        bottom: 0;
        transform: translate(-50%,0);
        height: 253px;
    }

    #voice-slider .unit1 .voice-slider__comment1{
        position: static;
        margin:0 auto;
        max-width: 275px;
    }

    #voice-slider .unit1 .inner {
        height: 520px;
    }

    #voice-slider .slick-next,
    #product-slider .slick-next {
        right: 15px;
        width: 40px;
        height: 40px;
    }
    #voice-slider .slick-prev,
    #product-slider .slick-prev {
        left: 15px;
        width: 40px;
        height: 40px;
    }

    .section-4 .sec-4__txt {
        height: auto;
        padding: 40px 30px;
    }

    .section-4 .sec-4__txt .inner strong {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 15px 0 18px;
        text-align: left;
    }

    .section-4 {
        padding: 40px 0;
    }

    .section-4 .sec-4__txt .inner a {
        font-size: 1.6rem;
        padding: 19px 35px;
        line-height: 1.7;
        display: block;
        padding:15px;
    }

    .sec2-head::before {
        width: 83px;
    }

    .sec2-head .inner {
        padding: 70px 0;
    }

    .sec5-head::before {
        width: 94px;
        top: 30px;
    }

    .sec5-head::after {
        width: 134px;
        height: 165px;
    }

    .section-5{
        padding:0 0 40px;
    }

    footer img {
        width: 50px;
    }

    footer #copyright{
        font-size:1.3rem;
    }

}

.section-1 span.ttl__span {
    background: linear-gradient(transparent 50%, #9f8312 50%);
}
