@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

html {
    font-size: 62.5%;
    width: 100%
}
body {
    font-size: 1.6rem;
    font-family: Koburina Gothic W6 JIS2004, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
    line-height: 200%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
* {
    box-sizing: border-box
}
img {
    max-width: 100%;
    vertical-align: top
}
a[href] {
    text-decoration: none
}
@media(min-width:768px) {
    a[href] {
        transition: 0.16s
    }
    a[href]:hover {
        opacity: .5
    }
}
a[target=_blank]:after {
    font-family: Hobonichi-Icons;
    content: "\e914";
    font-weight: 400;
    font-size: 0.8em;
    position: relative;
    top: -0.2em
}
.koburina-w1,
.koburina-w3,
.static__content .inner p,
.static__content .inner ul {
    font-family: Koburina Gothic W3 JIS2004, sans-serif;
    font-weight: 400
}
.flex {
    display: -ms-flexbox;
    display: flex
}
.flex--center {
    -ms-flex-pack: center;
    justify-content: center
}
.flex--between {
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex--vertical-center {
    -ms-flex-align: center;
    align-items: center
}
.center {
    text-align: center
}
.inline-block {
    display: inline-block
}
@media(min-width:768px) {
    .is-pc-disabled {
        display: none !important
    }
}
@media(max-width:767px) {
    .is-sp-disabled {
        display: none !important
    }
}
.indent-half {
    margin-left: -0.5em
}
.hover-op {
    cursor: pointer
}
@media(min-width:768px) {
    .hover-op {
        transition: 0.16s
    }
    .hover-op:hover {
        opacity: .5
    }
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}
.header {
    position: relative
}
.header__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-color: hsla(0, 0%, 60%, 0.29)
}
@media(max-width:767px) {
    .header__top {
        height: 40px;
        padding-left: 0;
        padding-right: 0
    }
}
.header__logo {
    line-height: 1
}
@media(max-width:767px) {
    .header__logo {
        text-align: center
    }
    .header__logo img {
        width: 60%
    }
}
.header__copy {
    font-size: 1.7rem;
    color: #fff;
    line-height: 50px
}
@media(max-width:767px) {
    .header__copy {
        height: 34px;
        line-height: 34px;
        text-align: center;
        background-color: #c1272d;
        font-size: 1.5rem
    }
}
.header__main img {
    width: 100%
}
.inner {
    max-width: 1000px;
    margin: 0 auto
}
.inner--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
@media(max-width:767px) {
    .inner--flex {
        display: block
    }
}
.inner .left {
    width: 60%
}
@media(max-width:767px) {
    .inner .left {
        width: 100%
    }
}
.inner .right {
    width: 40%
}
@media(max-width:767px) {
    .inner .right {
        width: 100%
    }
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: 0.4s
}
.page-top .navigation {
    top: -60px
}
@media(max-width:767px) {
    .page-top .navigation {
        top: -40px
    }
}
.navigation.show {
    top: 0
}
.navigation__header {
    height: 60px;
    background-color: #ffea00
}
@media(max-width:767px) {
    .navigation__header {
        height: 40px
    }
}
.navigation__container {
    position: relative;
    max-width: 1000px;
    padding-left: 20px;
    margin: 0 auto;
    height: 100%
}
.navigation__logo {
    line-height: 60px
}
.navigation__logo img {
    vertical-align: middle
}
@media(max-width:767px) {
    .navigation__logo {
        line-height: 40px
    }
    .navigation__logo img {
        width: 160px
    }
}
.menu-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    transform: translateY(-50%);
    cursor: pointer
}
.menu-btn__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.4s
}
.menu-btn__line--middle {
    margin-top: 4px;
    margin-bottom: 4px
}
.menu {
    display: none
}
.menu__container {
    display: -ms-flexbox;
    display: flex;
    opacity: 0
}
@media(max-width:767px) {
    .menu__container {
        display: block;
        height: calc(100vh - 40px);
        overflow: scroll
    }
}
.menu-left {
    width: 70%;
    padding: 60px 80px 90px;
    background-color: hsla(0, 0%, 100%, 0.95)
}
.menu-left__container {
    margin-left: calc((100vw - 1000px) / 2)
}
@media(max-width:767px) {
    .menu-left {
        width: 100%;
        padding: 25px 5%
    }
    .menu-left__container {
        margin-left: 0
    }
}
.menu-right {
    width: 30%;
    padding-top: 70px;
    padding-left: 40px;
    letter-spacing: 0.05em;
    background-color: hsla(0, 0%, 40%, 0.95)
}
@media(max-width:767px) {
    .menu-right {
        width: 100%;
        padding: 5%
    }
}
.menu-section+* {
    margin-top: 50px
}
@media(max-width:767px) {
    .menu-section+* {
        margin-top: 30px
    }
}
.menu-section__head {
    line-height: 2.5;
    border-bottom: 1px solid #000
}
@media(max-width:767px) {
    .menu-section__head {
        line-height: 1.5
    }
    .menu-section__head img {
        height: 15px
    }
}
.menu-section__text-links {
    font-size: 1.8rem;
    letter-spacing: 0.05em
}
.menu-section__text-links li {
    margin-top: 1em;
    margin-bottom: 1em
}
.menu-section__text-links a {
    color: #000
}
.menu-section__text-links a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../img/ico_link@2x.png');
    background-size: 100% 100%
}
@media(max-width:767px) {
    .menu-section__text-links {
        font-size: 1.4rem;
        line-height: 2
    }
}
.menu-section__image-links {
    overflow: hidden
}
.menu-section__image-links li {
    width: 16%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 3%;
    float: left
}
@media(max-width:767px) {
    .menu-section__image-links {
        margin-top: 0
    }
    .menu-section__image-links li {
        width: 25%;
        padding: 3% 2%
    }
}
.menu__text-links li+li {
    margin-top: 1em
}
.menu__text-links a {
    color: #fff
}
@media(max-width:767px) {
    .menu__text-links {
        font-size: 3.6vw;
        line-height: 2.5;
        overflow: hidden
    }
    .menu__text-links li {
        width: 50%;
        float: left
    }
    .menu__text-links li+li {
        margin: 0
    }
    .menu__text-links li:nth-of-type(2n) {
        padding-left: 10px
    }
}
.mv {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../img/main@2x.jpg');
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    transition-duration: 2s
}
.mv.show {
    opacity: 1
}
.mv__hobonichi {
    padding-top: 6%;
    text-align: center;
    line-height: 1
}
.mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-delay: 1.2s;
    transition-duration: 2s
}
.show .mv__title {
    opacity: 1
}
@media(max-width:767px) {
    .mv__title {
        width: 80%
    }
}
.mv__arrow {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.6s 2s
}
.show .mv__arrow {
    bottom: 40px;
    opacity: 1
}
.intro-section {
    position: relative;
    padding-top: 50px
}
@media(max-width:767px) {
    .intro-section {
        padding-top: 40px
    }
}
.intro-section--01 {
    padding-top: 100px
}
@media(max-width:767px) {
    .intro-section--01 {
        padding-top: 70px
    }
}
.intro-section__img {
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    transition: 1s
}
.show .intro-section__img {
    opacity: 1
}
.intro-section--01 .intro-section__img {
    background-image: url('../img/intro_01@2x.jpg')
}
.intro-section--02 .intro-section__img {
    background-image: url('../img/intro_02@2x.jpg')
}
.intro-section--03 .intro-section__img {
    background-image: url('../img/intro_03@2x.jpg')
}
.intro-section--04 .intro-section__img {
    background-image: url('../img/intro_04@2x.jpg')
}
@media(max-width:767px) {
    .intro-section__img {
        height: 78vw
    }
    .intro-section--01 .intro-section__img {
        background-image: url('../img/intro_01_sp@2x.jpg')
    }
    .intro-section--02 .intro-section__img {
        background-image: url('../img/intro_02_sp@2x.jpg')
    }
    .intro-section--03 .intro-section__img {
        background-image: url('../img/intro_03_sp@2x.jpg')
    }
    .intro-section--04 .intro-section__img {
        background-image: url('../img/intro_04_sp@2x.jpg')
    }
}
.intro-section__text {
    position: absolute;
    display: inline-block;
    padding: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.77;
    background-color: rgba(255, 234, 0, .9);
    opacity: 0;
    transition-delay: 0.4s;
    transition-duration: 1s;
    transform: translateY(10px);
    z-index: 1
}
.show .intro-section__text {
    opacity: 1;
    transform: translateY(0)
}
.intro-section__text:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 25px;
    background-size: 100% 100%;
    bottom: -25px
}
.intro-section--01 .intro-section__text {
    top: 40px;
    left: 30px
}
.intro-section--01 .intro-section__text:after {
    right: 130px;
    background-image: url('../img/ico_balloon_arrow_01@2x.png')
}
.intro-section--02 .intro-section__text {
    top: -10px;
    right: 30px
}
.intro-section--02 .intro-section__text:after {
    left: 130px;
    background-image: url('../img/ico_balloon_arrow_02@2x.png')
}
.intro-section--03 .intro-section__text {
    top: -10px;
    left: 30px
}
.intro-section--03 .intro-section__text:after {
    right: 130px;
    background-image: url('../img/ico_balloon_arrow_01@2x.png')
}
.intro-section--04 .intro-section__text {
    top: -10px;
    right: 30px
}
.intro-section--04 .intro-section__text:after {
    left: 130px;
    background-image: url('../img/ico_balloon_arrow_02@2x.png')
}
@media(max-width:767px) {
    .intro-section__text {
        font-size: 3.8vw;
        padding: 10px
    }
    .intro-section--01 .intro-section__text {
        top: 10px;
        left: 15px
    }
    .intro-section--02 .intro-section__text {
        right: 15px
    }
    .intro-section--03 .intro-section__text {
        left: 15px
    }
    .intro-section--04 .intro-section__text {
        right: 15px
    }
}
.section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 40px 0
}
@media(max-width:767px) {
    .section {
        padding: 35px 2.5% 0
    }
}
.section__head {
    text-align: center;
    line-height: 1
}
@media(max-width:767px) {
    .section__head img {
        height: 30px
    }
}
.section__lead {
    margin-top: 1em;
    font-size: 1.4rem;
    text-align: center
}
.panels {
    overflow: hidden;
    margin-top: 50px
}
@media(max-width:767px) {
    .panels {
        display: block;
        overflow: hidden;
        margin-top: 25px
    }
}
.panel {
    width: 31%;
    float: left;
    color: #000;
    margin-right: 3.5%;
    margin-bottom: 40px
}
.panel:nth-of-type(3n) {
    margin-right: 0
}
.panel__label {
    margin-top: 5px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
    line-height: 1.5
}
.panel__label:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../img/ico_link@2x.png');
    background-size: 100% 100%
}
@media(max-width:767px) {
    .panel {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 2%;
        float: left;
        margin-right: 0
    }
    .panel__label {
        font-size: 1.2rem
    }
    .panel__label:after {
        width: 14px;
        height: 14px;
        top: 3px
    }
    .panel:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 2%
    }
}
.notice{
    text-align: center;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.55;
    margin-top: 20px;
    font-family: Koburina Gothic W3 JIS2004, sans-serif;
    font-weight: 400;
}
.notice a{
    color: #666;
}
.notice a:before {
    content: "＞";
}
@media(max-width:767px) {
    .notice {
        font-size: 3vw;
    }
}
.products {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden
}
@media(max-width:767px) {
    .products {
        padding-left: 0;
        padding-right: 0
    }
}
.product {
    float: left;
    width: 28%;
    margin-top: 70px;
    margin-right: 8%
}
.product:nth-of-type(3n) {
    margin-right: 0
}
@media(max-width:767px) {
    .product {
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
        margin-top: 35px
    }
}
.product__name {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.4
}
.product__name span {
    font-size: 1.5rem
}
@media(max-width:767px) {
    .product__name {
        font-size: 1.5rem
    }
    .product__name span {
        font-size: 1.2rem
    }
}
.product__price {
    font-size: 1.2rem
}
.product__price .price {
    font-size: 1.7rem;
    letter-spacing: 0.02em
}
@media(max-width:767px) {
    .product__price {
        line-height: 1.4
    }
    .product__price .price {
        font-size: 1.5rem
    }
}
.cart__btn {
    display: block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #ff1e00;
    border-radius: 5px
}
.sold .cart__btn{
    background-color: grey;
}
.sold a[href]:hover {
    opacity: 1;
    transition: none;
}
@media(max-width:767px) {
    .cart__btn {
        width: 100%;
        height: 26px;
        margin-top: 5px;
        line-height: 26px;
        font-size: 1.3rem
    }
}
.cart__description {
    font-size: 1.4rem;
    line-height: 1.6
}
.cart__notes {
    margin-top: 4px;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.55
}
@media(max-width:767px) {
    .cart__notes {
        font-size: 3vw
    }
}
.cart__rest {
    max-width: 200px;
    font-size: 1.3rem;
    color: #ff1e00;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 6px
}
.static {
    margin-top: 60px
}
@media(max-width:767px) {
    .static {
        margin-top: 40px
    }
}
.static__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px
}
@media(max-width:767px) {
    .static__container {
        padding: 0 5%
    }
}
.static__title {
    padding: 50px 0 65px;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1.57
}
.static__title span {
    display: inline-block;
    text-align: left
}
.static__title .small {
    font-size: 1.8rem
}
@media(max-width:767px) {
    .static__title {
        padding: 25px 0 30px;
        font-size: 6.8vw;
        text-align: left
    }
    .static__title .small {
        font-size: 3.5vw
    }
}
.static__notes {
    margin-top: -45px;
    text-align: center;
    margin-bottom: 60px
}
.static__notes ul {
    display: inline-block;
    text-align: left;
    list-style: none
}
.static__notes ul li {
    position: relative;
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 1.8
}
.static__notes ul li:before {
    content: "※";
    position: absolute;
    left: -1em
}
@media(max-width:767px) {
    .static__notes {
        margin-top: -15px;
        margin-left: 1em;
        margin-bottom: 30px;
        text-align: left
    }
    .static__notes ul li {
        font-size: 1.3rem
    }
}
.static__menu {
    padding-top: 30px;
    border-top: 1px dotted #000
}
.static__content {
    padding: 50px 0 80px;
    border-top: 1px dotted #000
}
.static__content:last-child {
    padding-bottom: 0
}
.static__content .inner {
    max-width: 600px;
    margin: 0 auto
}
.static__content .inner h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-top: 40px;
    padding-left: 100px
}
.static__content .inner h2+h3 {
    margin-top: 40px
}
.static__content .inner h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 80px;
    padding-left: 100px
}
.static__content .inner p,
.static__content .inner ul {
    margin-top: 40px;
    line-height: 1.68;
    padding-left: 100px
}
.static__content .inner ul li {
    margin-top: 0.5em
}
.static__content .inner img {
    display: block;
    margin-top: 50px
}
.static__content .inner .cap {
    font-size: 80%;
    text-align: right;
    margin-top: 0;
    color: #666
}
.static__content .inner a {
    color: #e41c1c
}
.static__content .shops {
    padding-left: 5%;
    padding-right: 5%;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif
}
.static__content .shops h3 {
    margin-top: 20px;
    margin-left: 1em;
    margin-bottom: 10px
}
.static__content .shops h3:first-child {
    margin-top: 0
}
.static__content .shops ul {
    overflow: hidden;
    list-style: none
}
.static__content .shops ul li {
    width: 24%;
    float: left;
    border: 1px solid #999;
    margin-right: 1%;
    margin-bottom: 1%
}
.static__content .shops ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 63.2px;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    font-weight: 700
}
.static__content .shops ul li a:after {
    display: none
}
.static__content .shops ul li:nth-of-type(4n) {
    margin-right: 0
}
@media(max-width:767px) {
    .static__content {
        padding: 25px 0 40px
    }
    .static__content .inner h2 {
        margin-bottom: 20px;
        padding-left: 0;
        font-size: 5.7vw
    }
    .static__content .inner h2+h3 {
        margin-top: 20px
    }
    .static__content .inner h3 {
        padding-left: 0;
        margin-top: 40px;
        font-size: 4.5vw
    }
    .static__content .inner p,
    .static__content .inner ul {
        margin-top: 20px;
        font-size: 1.4rem;
        padding-left: 0
    }
    .static__content .inner ul {
        margin-left: 1em
    }
    .static__content .inner img {
        margin-top: 25px
    }
    .static__content .shops {
        padding-left: 0;
        padding-right: 0
    }
    .static__content .shops h3 {
        margin-left: 0
    }
    .static__content .shops ul li {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 2%
    }
    .static__content .shops ul li:nth-of-type(2n) {
        margin-left: 2%;
        margin-right: 0
    }
    .static__content .shops ul li a {
        padding: 10px 8px
    }
}
.footer {
    max-width: 900px;
    margin: 100px auto 0;
    padding: 50px 0 60px;
    border-top: 1px solid #000
}
@media(max-width:767px) {
    .footer {
        width: 95%;
        padding: 25px 0 30px;
        margin-top: 50px
    }
}
.footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
.footer__container+.footer__container {
    margin-top: 40px
}
@media(max-width:767px) {
    .footer__container {
        display: block;
        padding-left: 5%;
        padding-right: 5%
    }
    .footer__container+.footer__container {
        margin-top: 30px
    }
}
.footer__share {
    display: -ms-flexbox;
    display: flex;
    list-style: none
}
.footer__share .title {
    width: 60px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    line-height: 45px;
    font-size: 1.3rem;
    color: gray;
    letter-spacing: 0.05em
}
.footer__share li+li {
    margin-left: 60px
}
@media(max-width:767px) {
    .footer__share {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__share li+li {
        margin-left: 0
    }
    .footer__share .title {
        width: 50px;
        line-height: 35px;
        font-size: 1.1rem
    }
    .footer__share img {
        width: 35px
    }
}
.footer__other-links {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    line-height: 1
}
.footer__other-links li+li {
    margin-left: 50px
}
@media(max-width:767px) {
    .footer__other-links {
        margin-top: 30px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__other-links li+li {
        margin-left: 30px
    }
}
.footer__text-links {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    line-height: 1;
    font-size: 1.3rem
}
.footer__text-links a {
    color: gray
}
.footer__text-links a:before {
    content: "＞"
}
.footer__text-links li+li {
    margin-left: 40px
}
@media(max-width:767px) {
    .footer__text-links {
        display: block;
        width: 250px;
        margin: 0 auto
    }
    .footer__text-links li+li {
        margin-top: 1.5em;
        margin-left: 0
    }
}
.footer__copyright {
    color: gray;
    font-size: 1.3rem;
    line-height: 1
}
@media(max-width:767px) {
    .footer__copyright {
        width: 250px;
        margin: 1.5em auto 0
    }
}