@charset "UTF-8";

/*
 * layout.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !wrapper
---------------------------------------------------------- */
@media screen and (min-width:769px) {

    /* PC 769px以上 */

}

@media screen and (max-width:768px) {

    /* タブレット 768px以下 */

}

@media screen and (max-width:480px) {

    /* スマートフォン 480px以下 */
    html {
        font-size: 2.4vw;
    }
}

/* 
.bg-img {
    background: url(../img/charm/img-1.png)no-repeat top center;
    margin: 0 calc(50% - 50vw) 0 0;
    width: 100vw;
    height: 40vh;
} */
#charm p.bg-img.vt2 {

    position: absolute;
    margin-left: 150px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: 100vw;
    top: -185px;
    height: 450px;
}

#charm p.bg-img.vt1 {

    position: absolute;
    margin-left: 200px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: 100vw;
    top: -30px;
    height: 400px;
}

#charm .charm-conternts-box.vmgt {
    position: relative;
    height: 690px;
}

.charm-conternts-box.vmgts {
    position: relative;
    height: 470px;
}

#charm p.left-box {
    position: absolute;
    top: 25px;
}

#charm div.left-box {
    position: absolute;
    top: 25px;
}

#charm .content {
    position: relative;
}

#charm p.bg-img.vt2 img {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: 83%;
    height: 640px;
    object-fit: cover;
}


#charm p.bg-img.vt1 img {
    /* width: 100%;
    object-fit: cover;
    height: 100%; */
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: 80%;
    height: 730px;
    object-fit: cover;
}


/* .v-back {
    position: absolute;
    top: 2vw;
} */

#charm .v-inner {
    margin-top: -50px;
}

#charm h1:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 70px;
    background-color: #ee7c1c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

#charm h1 {
    position: relative;
    padding: 0 0 0 1vw;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 3vw;
    font-size: 2.8rem;
}

#charm p {
    color: #666666;
    font-size: 2rem;
}

#charm .mgt20 {
    margin-top: 2vw;
}

#charm h3.HL3 {
	border-radius:10px;
    display: inline-block;
   color: #000;
    border: solid 1px #a9a9a9;
    padding: 0.3vw 1vw;
    text-align: left;
    margin: 3.5vw 0 1.5vw 0;
	font-size:2.2rem;
	    width: 560px;
	    box-sizing: border-box;
}
#charm .charmfont {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px;
	color:#000;
}
#charm ul li p::before {
    content: "※";
    color: red;
}

#charm .charm-bgimg ul {
    margin-left: 2vw;
}

#charm ul li p {
    color: #666666;
}

#charm p.cnt {
    display: block;
    margin: 2vw auto;
}

#charm .ic {
    font-style: italic;
}

#charm .sz {
    width: 55%;
}

#charm .list ul li p {
    position: relative;
    padding: 0.2vw 1.5vw;
font-size: 18px;
}
#charm .list ul li p::before {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background: #666666;
    color: red;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#charm p.bkg {
    background: #eeeeef;
}

#charm .charm-bgimg {
    padding-bottom: 5vw;
	margin-top: 3vw;
}
#charm .ba-cl {
padding: 2vw 0;
	background: rgba(245,245,245,0.55);
}
.charm-bgimgv1 {
    margin-top: 6vw;
}
#charm .s-lf {
    display: flex;
    align-items: center;
    margin-top: 2vw;
	width: 520px;
	height: 40px;
	    background: none;

}

#charm span.numeral {
    border: 1px solid #c8c8c8;
    padding: 5px 15px;
    font-size: 20px;
    background-color: #fff;
}

#charm .s-lf p {
    background-color: rgba(201, 201, 201, 0.5);
    padding: 5px 10px;
    font-size: 2.2rem;
    font-weight: 400;
}

#charm .f-Cooking {
    display: flex;
}

#charm .s-Cook {
    width: 100%;
}

#charm .Cooking {
       text-align: center;
    width: 40%;
    margin: 45px auto 0;
}

#charm h3.HL4 {
    display: inline-block;
   color: #000;
	border-radius:10px;
    border: solid 1px #ee7c1c;
    padding: 0.3vw 1vw;
    text-align: left;
    margin-top: 20px;
	font-size:2.6rem;
	    width: 560px;
	box-sizing:border-box;
    /* margin: 1.5vw 0 0.5vw 0; */
}

#charm h3.HL4.v10 {
    display: inline-block;
   color: #000;
    border-radius: 10px;
    border: solid 1px #ee7c1c;
    padding: 0.3vw 1vw;
    text-align: left;
    margin-top: 6vw;
    font-weight: bold;
    /* margin: 1.5vw 0 0.5vw 0; */
	font-size:2.6rem;
}


#charm .mgt10 {
    margin-top: 1vw;
}

#charm .b-img {
    position: relative;
    margin: 3vw 0;
}

#charm .b-img-v {
    max-width: 730px;
    margin: 0 auto;
}

#charm .g-img-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    text-align: center;
}
div#charm {
    overflow: hidden;
}
#charm p.g-img-txtv1 {
font-size: 1.4rem;
    background: #ff4500;
    width: 466px;
    margin: 0 auto;
    margin-bottom: vw;
    border-radius: 10px;
}

#charm p.g-img-txtv2 {
    font-size: 3rem;
    color: #a7793a;
/*     box-shadow: 0px 0px 20px 2px rgb(255 255 255 / 70%); */
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

#charm p.note {
    display: block;
    text-align: right;
    font-size: 14px;
    margin: 2vw 0;
}

#charm p.g-img-txtv1 a {
    color: #fff;
	font-size: 3.8rem;
}

#charm p.g-img-txtv2 a {
    color: #ff4500;
	font-size:5.8rem;
}
.charm-back {
    background: url(../img/charm/top.png)no-repeat center;
    width: 100%;
    background-size: cover;
    height: 460px;
    position: relative;
}
#charm p.Cooking-txt {
    padding: 0px;
}
br.sp {
    display: block;
}
br.btnpc {
    display: none;
}
p.btn-charm {
    display: inline-block;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    transition: background-color 1s;
    background: #fff;
}
.insbtns {
    display: block;
    text-align: center;
	margin: 20px 0 50px;
}
p.btn-charm a {
	color:#000;
}
p.btn-charm:hover {
    background-color: #727171;
    color: #fff;
}
p.btn-charm a:hover  {
    color: #fff;
}


/*  */
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0px;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}



/*========= レイアウトのためのCSS ===============*/

div#insbtn {
    text-align: center;
    margin: 60px 0 10px;
    margin: 45px auto 0;
    padding-bottom: 60px;
}

.topList {
    background: #fff;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	p.btn-charm {
    padding: 5px 55px;
    font-size: 12px;
}
	br.btnpc {
    display: block;
}
	br.sp {
    display: none;
}
    #charm h1 {

        font-size: 1.6rem;
    }

    #charm .charm-conternts-box.vmgt {
        height: 630px;
    }

    #charm p.bg-img.vt1 {

        width: 100%;
    }


    #charm p {
        color: #666666;
        font-size: 1.6rem;
    }

   #charm  p.left-box {
        position: absolute;
        top: 0px;
    }

   #charm  p.bg-img.vt1 {
        position: relative;
        margin: 0px;
        width: 100vw;
        top: 0px;
        height: 200px;
    }

   #charm  p.bg-img.vt1 img {

        width: 100vw;
        height: 630px;

    }



   #charm  .v-inner {
        margin-top: 0px;
    }

    #charm h1:before {
        height: 40px;
    }

   #charm  p.left-box {
        margin: 20px 0;
	   z-index: 10;
    }

   #charm  .list ul li p {
        position: relative;
        padding: 1vw 5vw;
    }

   #charm  ul {
        margin-left: 0vw;
    }

   #charm  .list ul li p::before {
        width: 2vw;
        height: 2vw;
        top: 50%;
        left: 4px;

    }

    #charm .charm-conternts-box.vmgts {
        position: relative;
        height: 305px;
    }

    #charm p.bg-img.vt2 {
        position: absolute;
        margin: 0px;
        width: 100vw;
        height: 450px;
        top: -100px;
    }

    #charm p.bg-img.vt2 img {
        width: 100vw;
        height: 414px;
        object-fit: cover;
    }

    #charm span.numeral {
        padding: 0px 9px;
        font-size: 16px;
    }

    #charm .s-lf p {
        background-color: rgba(201, 201, 201, 0.5);
        padding: 2px 9px;
        font-size: 1.6rem;
        font-weight: 400;
    }
#charm p.note {
    margin: 2vw 0;
    line-height: 11px;
    padding: 0;
    font-size: 11px;
}
	#charm .s-Cook {
    width: 100%; 
}
	#charm .Cooking {
    width: 50%;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}
	#charm h3.HL4 {
z-index: 100;
    position: relative;
     margin-top: 0px;

}
	#charm .s-lf {
width:100%;
    margin-top: 5vw;
		position: relative;
    z-index: 100;
}
	.charm-back {

    height: 185px;

}
	#charm h3.HL4.v10 {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
	#charm p.g-img-txtv2 {
		font-size: 2rem;
}
#charm p.g-img-txtv2 a {
    color: #a7793a;
    font-size: 1.8rem;
}
	#charm p.g-img-txtv1 a {
    color: #fff;
    font-size: 1.8rem;
    display: inline-block;
    width: 100%;
		padding: 1vw 2vw;
    box-sizing: border-box;
}
	#charm p.g-img-txtv1 {
    font-size: 1.4rem;
    width: 100%;
}
	#charm h3.HL3 {

 width: 100%; 
}
	#charm h3.HL4 {
width:100%;
}
	#charm .sz {
    width: 100%;
}
}