@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
section + figure {
    width: 100%;
    max-height: 500px;
    position: relative;
    overflow: hidden;
    height: 50vh;
}
section + figure img {
    width: initial;
    height: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
}
.header {
    overflow: hidden;
    padding: 0 0 100px 0;
    margin: 0 auto -100px;
}
/*------------------------------------------*/
/* font
/*------------------------------------------*/
#sec01 h3, #sec02 .menu dl dt, #sec03 .price, #shop h3, #sec04 h3 {
    font-family: "HOT-白舟太楷書 Std B";
}
#sec01 .inner div div p:first-child, #sec02 h3, #sec03 h3 {
    font-family: "HOT-京円 Std R";
}
#sec03 .price span {
    font-family: "FOT-大江戸勘亭流 Std E";
}
/*------------------------------------------*/
/* mv
/*------------------------------------------*/
#mv_wrap {
    height: 66vh;
    overflow: visible;
    min-height: 480px;
}
.top #mv {
    height: 100%;
    background-image: url("../image/mv_02.png");
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 408px;
    max-height: 627px;
}
.top #mv figure {
    position: absolute;
left: calc(50% - -30px);
    top: 60px;
    height: 70vh;
    min-height: 460px;
    width: 100%;
    max-width: 1140px;
    transform: translate(-50%, -200%);
    overflow: visible;
    margin: 0 0 -30px 0;
}
.top #mv figure.anim_fig {
    animation: anim_fig 0.8s ease forwards 1;
}
@keyframes anim_fig {
0% {
transform: translate(-50%, -200%);
}
20% {
transform: translate(-50%, 0%);
}
32.5% {
transform: translate(-50%, -25%);
}
40% {
transform: translate(-50%, 0);
}
50% {
transform: translate(-50%, -13%);
}
56% {
transform: translate(-50%, 0);
}
60% {
transform: translate(-50%, -8%);
}
64% {
transform: translate(-50%, 0);
}
66% {
transform: translate(-50%, -2%);
}
70%, 100% {
transform: translate(-50%, 0);
}
}
.top #mv figure.anim_fig::before {
    height: 60vh;
    min-height: 390px;
    width: 24vw;
    content: "";
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: anim_fig_shadow 0.8s ease forwards 1;
}
@keyframes anim_fig_shadow {
0% {
transform: translate(-50%, -200%);
box-shadow: 50px 20px 40px rgba(0,0,0,0);
}
20% {
transform: translate(-50%, -50%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
32.5% {
transform: translate(-50%, -75%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.2);
}
40% {
transform: translate(-50%, -50%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
50% {
transform: translate(-50%, -63%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.6);
}
56% {
transform: translate(-50%, -50%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
60% {
transform: translate(-50%, -58%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.4);
}
64% {
transform: translate(-50%, -50%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
66% {
transform: translate(-50%, -52%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
70%, 100% {
transform: translate(-50%, -50%);
box-shadow: 50px 20px 40px rgba(0,0,0,0.8);
}
}
.top #mv figure img {
    height: 100%;
    max-height: 657px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top #mv .mv_title {
    font-size: 18rem;
    padding: 120px 0 0 0;
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    opacity: 0;
}
.top #mv .mv_title.anim_title {
    animation: anim_title 0.8s ease forwards 1;
}
@keyframes anim_title {
0% {
opacity: 0;
transform: translateY(-200%);
}
20% {
opacity: 1;
transform: translateY(0%);
}
32.5% {
opacity: 1;
transform: translateY(-80%);
}
40% {
opacity: 1;
transform: translateY(0);
}
50% {
opacity: 1;
transform: translateY(-30%);
}
56% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 1;
transform: translateY(-20%);
}
64% {
opacity: 1;
transform: translateY(0);
}
66% {
opacity: 1;
transform: translateY(-5%);
}
70%, 100% {
opacity: 1;
transform: translateY(0);
}
}
/*------------------------------------------*/
/* sec01
/*------------------------------------------*/
#sec01 {
    background-image: url("../image/arch_bg.gif");
    background-repeat: repeat;
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0;
}
#sec01 h3 {
    color: tomato;
    font-size: 3.4rem;
    padding: 80px 0 20px;
}
#sec01 .inner>div {
    display: flex;
    padding: 0;
    justify-content: center;
}
#sec01 .inner div div {
    order: 2;
    margin: 30px auto 0;
    width: 80%;
    max-width: 960px;
}
#sec01 .inner div div p:first-child {
    min-width: 690px;
    font-size: 11rem;
    line-height: 110%;
    text-shadow: #FFE -5px -7px, #fff -2.5px -7px, #fff 0px -7px, #fff 2.5px -7px, #fff 5px -7px, #fff -5px 7px, #fff -2.5px 7px, #fff 0px 7px, #fff 2.5px 7px, #fff 5px 7px, #fff 5px -4px, #fff 5px -2px, #fff 5px 0px, #fff 5px 2px, #fff 5px 4px, #fff -5px -4px, #fff -5px -2px, #fff -5px 0px, #fff -5px 2px, #fff -5px 4px, 10px 10px 10px rgba(0,0,0,1);
}
.copy_s {
	font-size: 8rem !important;
}
#sec01 .inner div div p:first-child span:nth-of-type(1) {
    color: #000;
}
#sec01 .inner div div p:first-child span:nth-of-type(2) {
    color: #00428D;
}
#sec01 .inner div div p:first-child span:nth-of-type(3) {
    color: #C7161D;
}
#sec01 .inner div div p:nth-child(2) {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 180%;
    padding: 30px 0;
}
#sec01 .inner div figure {
    position: relative;
    width: 420px;
    height: auto;
}
#sec01 .inner div figure img {
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 420px;
}
#sec01 .inner div figure figcaption {
    position: absolute;
    color: #BC1D21;
    font-size: 1.6rem;
    font-weight: 700;
}
#sec01 .inner div figure:first-of-type {
    order: 1;
}
#sec01 .inner div figure:first-of-type figcaption {
    width: 150px;
    left: 50%;
    bottom: 344px;
    transform: translateX(-50%);
}
#sec01 .inner div figure:last-of-type {
    order: 3;/* height: 440px; */
}
#sec01 .inner div figure:last-of-type img {
    max-height: 450px;
}
#sec01 .inner div figure:last-of-type figcaption {
    width: 130px;
    left: 23%;
    bottom: 372px;
    transform: translateX(-23%);
}
/*------------------------------------------*/
/* sec02
/*------------------------------------------*/
#sec02 {
    background-image: url("../image/content_bg.png");
    background-repeat: repeat;
    text-align: center;
    padding: 100px 0 40px;
}
#sec02 h3 {
    padding: 40px 0;
}
#sec02 h3 span:first-child {
    font-size: 9rem;
    background-image: url("../image/h_bg.png");
    background-size: contain;
    padding: 20px 0 20px 50px;
    background-position: left top;
}
#sec02 h3 span:nth-child(2) {
    font-size: 7rem;
    background-image: url("../image/h_ul.png");
    background-size: 90%;
    background-position: bottom right;
}
#sec02 h3 + p {
    padding: 0 0 40px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 180%;
}
#sec02 .menu {
    display: flex;
    flex-wrap: wrap;
}
#sec02 .menu a {
    width: calc(100% / 3);
    margin: 0 auto 40px;
	color: #000;
}
#sec02 .menu a figure {
    width: 100%;
    max-height: 320px;
    position: relative;
    overflow: hidden;
    height: 35vh;
}
#sec02 .menu a img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sec02 .menu a dl {
}
#sec02 .menu a dl dt {
    font-size: 4rem;
    font-family: "HOT-京円 Std R";
    padding: 16px 0;
}
#sec02 .menu a dl dd {
    text-align: left;
    padding: 0 20%;
}
/*------------------------------------------*/
/* sec03
/*------------------------------------------*/
#sec03 {
    background-image: url("../image/arch_bg.gif");
    background-repeat: repeat;
    text-align: center;
    padding: 0;
}
#sec03 >div {
    align-items: center;
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
#sec03 >div>div {
    order: 1;
    width: 800px;
    padding: 0 20px 50px;
    text-align: center;
}
#sec03 >div>div h3, #sec03 >div>div p {
    color: #fff;
}
#sec03 >div>div h3 {
    font-size: 7rem;
    background-image: url("../image/h_ul.png");
    background-size: 56%;
    padding: 70px 0 43px 0;
    background-position: bottom left 20px;
    margin: 0 auto 40px;
    text-align: center;
}
#sec03 >div>div h3 span {
    font-size: 11.2rem;
    background-image: url("../image/h_bg.png");
    background-size: contain;
    padding: 0px 0px 30px 0;
}
#sec03 >div>div p {
    font-weight: 700;
    font-size: 2.6rem;
    text-align: left;
    line-height: 160%;
    padding: 0 22px;
}
#sec03 >div>div p.price {
    color: #E94829;
    text-align: center;
}
#sec03 >div>div .price_a {
	font-family: "HOT-白舟太楷書 Std B";
	font-weight: 400;
	font-size: 8rem;
}
#sec03 >div>div p.price span {
    margin: 0 0 0 20px;
    font-size: 7.6rem;
    line-height: 1.6;
    display: inline-block;
}
#sec03 >div>div p.price span small {
    font-size: 70%;
}
#sec03 >div>div p.txt {
    font-size: 1.6rem;
    font-weight: 400;
}
#sec03 >div>figure img {
    width: 100%;
}
#sec03 >div>figure {
    margin: -90px 0 0;
    width: 60%;
}

/* sec03 英語（アメリカ） */
#en_US #sec03 >div>div h3 {
    background-position: bottom center;
    text-align: center;
}
#en_US #sec03 >div>div p.price span {
    line-height: 1.3;
}

/*------------------------------------------*/
/* sec05
/*------------------------------------------*/
#sec05 {
    color: #fff;
    font-family: "FOT-筑紫明朝 Pr6 L";
    font-weight: normal;
    text-align: center;
    background-color: #000;
}
#sec05 .section-wrap {
    width: 100%;
    max-width: 816px;
    margin: 0 auto 0;
}
#sec05 .unit {
    margin: 0 auto 32px;
}
#sec05 .section-contents-ttl {
    padding: 64px 0 20px;
    font-size: 2.4rem;
    text-align: center;
}
#sec05 .section-contents-ttl .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../image/aged_menu-section_layer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    position: relative;
    top: -10px;
}
#sec05 h3 {
    margin: 0 auto 32px;
    font-size: 3.8rem;
    line-height: 1.2;
}
#sec05 p {
    margin: 0 auto 24px;
    color: #b3b3b3;
}
#sec05 .link {}
#sec05 .link a {
    display: block;
    width: 66.666%;
    max-width: 250px;
    padding: 12px 0;
    margin: 0 auto 0;
    background-color: #C5141C;
    border-radius: 4px;
}
#sec05 .link a span {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    position: relative;
}
#sec05 .link a span:after {
    content: "〉";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
#sec05 .photo {
    width: 100%;
    max-width: 600px;
    line-height: 0;
}
#sec05 .photo img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 568px) {
    #sec05 {
    }
    #sec05 .section-wrap {
        padding: 0 0 48px;
        position: relative;
        text-align: left;
    }
    #sec05 .unit {
        display: inline-block;
        margin: 0 0 0;
        text-align: center;
    }
    #sec05 .section-contents-ttl {
        padding: 60px 0 0;
        font-size: 3.6rem;
    }
    #sec05 .section-contents-ttl .icon {
        width: 72px;
        height: 72px;
        top: -18px;
    }
    #sec05 h3 {
        margin: 0 auto 24px;
        font-size: 4.6rem;
        letter-spacing: 0.4rem;
    }
    #sec05 h3 span {
        display: none;
    }
    #sec05 p {
        margin: 0 auto 40px;
    }
    #sec05 p .sp {
        display: none;
    }
    #sec05 .link {}
    #sec05 .link a {
        /* display: block;
        width: 66.666%;
        max-width: 250px;
        padding: 12px 0;
        margin: 0 auto 0;
        background-color: #C5141C;
        border-radius: 4px; */
    }
    #sec05 .link a span {
        /* display: inline-block;
        width: 100%;
        padding: 0 40px;
        color: #fff;
        font-family: sans-serif;
        text-align: center;
        position: relative; */
    }
    #sec05 .link a span:after {
        /* content: "〉";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px; */
    }
    #sec05 .photo {
        /* line-height: 0; */
        position: absolute;
        bottom: 0;
        left: 392px;
    }
    #sec05 .photo img {
    }
}

/*------------------------------------------*/
/* sns
/*------------------------------------------*/
#sns {
    background-color: #E7E7E7;
    text-align: center;
    padding: 120px 0;
}
.insta iframe {
    background-color: #E7E7E7;
}
.insta p.sns_tit, .fb p.sns_tit {
    font-size: 3rem;
    padding: 0 0 30px 0;
    margin: 0 auto;
    font-weight: 700;
}
.insta p.sns_tit {
    background-image: none;
    font-family: "HOT-白舟太楷書 Std B";
}
.insta p {
    font-weight: 300;
    background-image: url("../image/instagram.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    padding: 0 0 70px 0;
    background-size: 60px;
}
.insta p span {
    font-weight: 400;
    margin: 0 10px 0;
}
.widget {
    position: relative;
    width: 100%;
    padding: 25% 0 0 0;
}
.widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.fb p.sns_tit {
    font-family: "HOT-白舟太楷書 Std B";
    background-image: url("../image/fb.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 90px 0;
    background-size: 36px;
    margin: 120px auto 50px;
}
/*------------------------------------------*/
/*youtube
/*------------------------------------------*/
#sec04 ul + .youtube {
    margin-top: 100px;
}
.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
}
.youtube > div {
    flex: 1;
    margin: 0 20px;
    position: relative;
    width: calc((100% / 3) - 20px);
    max-width: 30%;
}
.youtube > div::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.youtube > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube > div p {
    position: absolute;
    bottom: -33px;
    padding: 0 10px;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
}
/*
.youtube > div:nth-of-type(1) p {
    background-color: #111111;
}
.youtube > div:nth-of-type(2) p {
    background-color: #2D7AA0;
}
.youtube > div:nth-of-type(3) p {
    background-color: #851A1C;
}
*/
.mv_nijo {
    background-color: #111111;
}
.mv_chitose {
    background-color: #2D7AA0;
}
.mv_otaru {
    background-color: #851A1C;
}

@media only screen and (min-width:1921px) {
#mv_wrap {
    height: 700px;
}
.top #mv {
    height: 620px;
    max-height: initial;
}
.top #mv figure.anim_fig::before {
    width: 500px;
    height: 500px;
    top: 34%;
    left: 48%;
    max-width: inherit;
    max-height: inherit;
}
#sec01 {
    padding: 60px 0 0 0;
    margin: -81px auto 0;
}
section + figure img {
    width: 100%;
    height: initial;
}
#sec02 .menu a figure {
    width: 100%;
    max-height: 370px;
}
.header {
    padding: 0;
    margin: 0;
}
}


@media only screen and (min-width:569px) and (max-width : 1380px) {
/*-============
ノートPC
=============-*/
section + figure img {
    width: initial;
    height: 100%;
}
#sec01 .inner div figure img {
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 380px;
}
#sec01 .inner div figure:first-of-type {
    order: 1;
}
#sec01 .inner div figure:first-of-type figcaption {
    width: 150px;
    left: 50%;
    bottom: 304px;
    transform: translateX(-50%);
}
#sec01 .inner div figure:last-of-type {
    order: 3;
}
#sec01 .inner div figure:last-of-type img {
    max-height: 400px;
}
#sec01 .inner div figure:last-of-type figcaption {
    width: 130px;
    bottom: 325px;
    left: 10%;
    transform: translateX(-10%);
}
#sec02 .menu a dl dt {
    font-size: 2.7rem;
}
#sec01 h3 {
    padding: 90px 0 20px;
}

/* #sec03 */
#sec03 >div>div {
    order: 1;
    min-width: 650px;
    padding: 0 20px 50px 40px;
}
#sec03 > div > div h3 {
	font-size: 7rem;
	line-height: 0.8;
	text-align: left;
}
#zh_CN #sec03 > div > div h3 {
	line-height: 1;
}
#sec03 >div>div h3 span {
    font-size: 10rem;
}
#sec03 >div>figure {
    width: 100%;
}
#sec03 >div>figure img {
    width: 820px;
    position: absolute;
    top: 0;
    right: 0;
}
#sec03 >div>figure {
    margin: -90px 0 0;
    position: relative;
    min-height: 800px;
    overflow: hidden;
}
#sec03 >div>div p.price {
    font-size: 7rem;
}
#sec03 >div>div p.price span {
    font-size: 7rem;
}
#sec03 >div>div p.price span small {
    font-size: 70%;
}
/* #sec03 英語（アメリカ） */
#en_US #sec03 >div>div h3 {
    text-align: center;
}
#en_US #sec03 >div>div p.price {
    line-height: 1.3;
}
/* -------------------- */

.top #mv figure.anim_fig::before {
    width: 30%;
    height: 80%;
}
}

@media screen and (max-width: 568px) {
.top #mv figure {
    max-width: initial;
    top: 39%;
    overflow: hidden;
    left: 50%;
    min-height: 0;
    height: 330px;
}
.header {
    background: #fff;
    overflow: inherit;
    padding: 0;
    margin: 0;
}
/*---------------------
mv
----------------------*/
#mv_wrap {
    height: 526px;
    overflow: hidden;
    min-height: initial;
    margin: 0 auto;
}
.top #mv {
    height: 490px;
    background-image: url("../image/mv_02_sp.png");
    background-size: cover;
    min-height: initial;
    padding: 109px 0 0 0;
}
.top #mv .mv_title {
    font-size: 7.4rem;
    padding: 0 0 0 0;
    justify-content: center;
    line-height: normal;
}
.top #mv figure.anim_fig::before {
    content: "";
    display: inline-block;
    width: 210px;
    height: 210px;
    min-height: initial;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: anim_fig_shadow 0.8s ease forwards 1;
}
/*---------------------
sec01
----------------------*/		
#sec01 {
    padding: 30px 0 0 0;
    margin: -37px auto 0;/* z-index: -1; */
}
#sec01 h3 {
    font-size: 6vmin;
    padding: 20px 0 0 0;
}
#sec01 .inner>div {
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}
#sec01 .inner div figure:first-of-type {
    order: 2;
    width: 120px;
    left: 0;
    bottom: 0;
}
#sec01 .inner div figure:last-of-type img {
    max-height: initial;
    max-width: 100%;
}
#sec01 .inner div div {
    order: 1;
    width: 100%;
    padding: 0 0 0 0;
    align-items: stretch;
}
#sec01 .inner div figure:last-of-type {
    order: 3;
    font-size: 15vmin;
    width: 176px;
    right: 0;
}
#sec01 .inner div div p:first-child {
    font-size: 18.9vmin;
    min-width: initial;
    letter-spacing: -12.5px;
}
#sec01 .inner div div .copy_s {
    font-size: 14.3vmin !important;
}
#sec01 .inner div div p:nth-child(2) {
    font-size: 5vmin;
    line-height: 160%;
    padding: 30px 0 10px;
}
#sec01 .inner div figure:last-of-type figcaption {
    width: 79px;
    left: 20%;
    bottom: 226px;
    transform: translateX(-20%);
}
#sec01 .inner div figure figcaption {
    line-height: normal;
    font-size: 1.1rem;
}
#sec01 .inner div figure:first-of-type figcaption {
    width: 98px;
    left: 50%;
    bottom: 213px;
    transform: translateX(-50%);
}
#sec01 .inner div figure img {
    max-height: initial;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
}
#sec01 .inner div figure {
    height: 290px;
    display: inline-flex;
    position: relative;
    bottom: 0;
    min-height: 0;
    overflow: hidden;
    width: 49%;
    align-items: flex-end;
}
/*---------------------
sec02
----------------------*/	
#sec02 {
    padding: 20px 0 20px;
}
#sec02 h3 span {
    width: 100%;
    display: block;
}
#sec02 h3 span:first-child {
    background-size: 110px;
    padding: 27px 10px;
    background-position: left bottom;
    font-size: 18.5vmin;
    letter-spacing: -0.5rem;
}
#sec02 h3 span:nth-child(2) {
    background-image: url(../image/h_ul.png);
    background-size: 93%;
    background-position: bottom center;
    padding: 0 0px 7px 0px;
    font-size: 13vmin;
    letter-spacing: -0.5rem;
    margin: 0 auto;
}
#sec02 h3 {
    line-height: 270%;
    padding: 0 0 20px;
}
#sec02 h3 + p {
    padding: 0 0 20px;
    font-size: 1.25rem;
}
#sec02 .menu a {
    width: calc(100% / 2);
    margin: 0 auto;
}
#sec02 .menu a dl dt {
    font-size: 1.6rem;
    padding: 0 0 16px;
}
#sec02 .menu a dl dd {
    display: none;
}
#sec02 .menu a figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 120px;
}
#sec02 .menu a img {
    width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120%;
}
#sec02 .menu a dl dt {
    font-size: 2.1rem;
    padding: 10px 0;
    letter-spacing: -0.3rem;
}
/*---------------------
sec03
----------------------*/
#sec03 figure {
    width: 100%;
}
#sec03 figure img {
    width: 100%;
}
#sec03 >div>div {
    order: 1;
    width: 100%;
    max-width: 520px;
    padding: 30px 20px;
}
#sec03 >div>div h3 {
    font-size: 11vmin;
    padding: 0;
    background-position: bottom 28px left;
    margin: 0 auto 10px;
    letter-spacing: -0.8rem;
    background-size: 210px;
}
#sec03 >div>div h3 span {
    font-size: 19.5vmin;
    padding: 30px 0px 60px 0;
    display: inline-block;
    background-size: 100%;
    margin: 0 0 0 10px;
}
#sec03 >div>div p {
    font-size: 1.6rem;
    padding: 20px 0 0 0;
}
#sec03 >div>div p.price {
    font-size: 12vmin;
    text-align: center;
    padding: 0;
}
#sec03 >div>div p.price span {
    font-size: 11vmin;
    display: inline-block;
}
#sec03 >div>div p.txt {
    font-size: 1.4rem;
}

/* sec03 英語（アメリカ） */
#en_US #sec03 >div>div h3 {
	line-height: 1.4;
}

/*---------------------
youtube
----------------------*/
#sec04 ul + .youtube {
    margin-top: 50px;
}
.youtube {
    flex-direction: column;
    margin-bottom: 30px;
}
.youtube > div {
    margin: 0 auto;
    width: 90%;
    max-width: initial;
}
.youtube > div:not(:first-child) {
    margin-top: 60px;
}
.youtube > div p {
    font-size: 1.3rem;
}
/*---------------------
sns
----------------------*/
#sns {
    padding: 60px 0 110px;
}
.insta p.sns_tit, .fb p.sns_tit {
    font-size: 2.2rem;
    width: 90%;
    padding: 0 0 10px 0;
    line-height: 130%;
}
.insta p {
    font-size: 1.4rem;
}
.widget {
    padding: 100% 0 0 0;
}
.image-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.image-box {
    float: none;
    margin-left: 4px;
    margin-bottom: 4px;
    width: calc(100% / 3 - 8px);
}
.fb p.sns_tit {
    background-image: url("../image/fb.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 60px 0;
    background-size: 36px;
    margin: 40px auto 30px;
}
.fb >div {
    width: 80%;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}
}
