.main_iamge {
    position: relative;
    min-height: 100%;
    height: 56vw;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top 50px right 0;
    z-index: 2;
    padding: 15em 5em;
    background-image: url(../images/main.jpg);
    border-radius: 60px 60px 0 0;
}
.catch_copy{
    font-size: 4rem;
    color: #fffafa;
    font-weight: 400;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
nav h1{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-kerning: auto;
}
nav i {
    font-size: 1.5rem;
}
.link_button{
    display: flex;
    gap: 12px;
}
section{
    margin-top: 200px;
}
h3{
    font-size: 4rem;
    color: #c69c6d;
    font-weight: 500;
}
h4{
    font-size: 2rem;
    margin: 100px auto 0 200px;
}

/*はじまり*/
.box_fixed {
    display: flex;
    margin: 50px auto 0 150px;
    align-items: flex-start;
    letter-spacing: 0.1em;
}
.date{
    display: block;
    font-size: 2rem;
    margin-bottom: 30px;
}
p{
    margin: 50px auto 0 100px;
    line-height: 2rem;
}
section p:first-child{
    margin: 100px auto 0 100px;
    line-height: 2rem;
}
.ginger_cooking{
    display: flex ;
    margin-top: 50px;
	gap: 20px;
}
.ginger_corner{
    position: relative;
    margin-top: 100px;
}
.ginger_corner p{
		margin: 0 auto;
    position: absolute;
    top: 200px;
    left: 245px;
    text-align: center;
    color: #fffafa;
}
.ginger_image{
    display: flex;
    align-items: flex-end;
    gap: 50px ;
}
.popularity{
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
	margin-left: 0;
}

/*#Question*/
#question h3{
	text-align: center;
}
.question_mark{
    color: #fffafa;
    line-height: 130px;
    display: block;
    width: 150px;
    height: 150px;
    background-color: #c69c6d;
    border-radius: 50%;
    margin: 0 auto;
}
#question h4{
	margin-left: 0;
}
.images_box{
	margin-top: 50px;
}


/*続けて飲みたいシロップ*/
.drink_variation {
    margin-top: 50px;
}
.drink_variation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
	justify-content: center;
}
.drink_variation li {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background: #c69c6d;
    line-height: 12vw;
    text-align: center;
    color: #fffafa;
    font-size: 1.5rem;
    font-weight: 400;
}
.drink_variation li.icecream {
    line-height: 2rem;
    padding: 3vw 0;
    letter-spacing: -0.1em;
}


/*ラインナップ*/
.bottle_variation{
	margin-top: 50px;
}
.bottle_variation ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: start;
}
.bottle_variation ul li {
    width: 30%;
    padding: 0.5vw;
    background: #fcfbef;
}
.bottle_variation h4 {
    font-size: 1.25rem;
    margin: 1vw 1vw 0;
    padding-bottom: 0.5vw;
    letter-spacing: -0.075em;
    border-bottom: 1px dashed #c69c6d;
}
.bottle_variation p {
    letter-spacing: 0.05rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin: 1vw;
}
.value {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5vw;
	letter-spacing: 0.05em;
}




/*動画*/
.movie{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.movie video{
    width: 100%;
    padding: 1vw 2vw;
    border-radius: 30px 0;
}
.movie_item {
    width: 50%;
    padding: 2vw;
    border-radius: 30px 0;
}
.movie_item p {
    color: #c69c6d;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1vw 3vw 0 !important;
}


/*フッター*/
footer{
    background: #7a5831;
    width: 100vw;
    margin: 100px calc(50% - 50vw) 0;
	padding: 70px 20px 0;
	color: #fcfbef;
}
.footer_wrapper{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
	gap: 5vw
}
p.copy{
	text-align: center;
	color: #fffafa;
	margin: 100px calc(50% - 50vw) 0;
	background: #603813;
	padding: 1vw 0;
}
.usine_dubois{
    width: 50%;
}
.usine_dubois p {
    margin: 0 0 0 3vw;
}
.huit_dubois{
    width: 50%;
}
h5 {
    font-size: 1.5rem;
    color: #fcfbef;
    font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	letter-spacing: 0.1em;
    font-kerning: auto;
	margin-top: 15px;
}
h5 span {
    font-size: 1rem;
    font-family: "kiwi-maru", sans-serif;
    font-weight: 300;
	letter-spacing: -0.1em;
}

/*imgタグ内の写真*/
.mt_iwaki{
    width: 40%;
    margin: 0 auto 0 200px;
}
.banner {
    width: 30%;
    margin: 50px 0 -20px 320px;
}
.shop_items{
    width: 10%;
	margin: 28px 528px;
}
.shop_interior{
    width: 40%;
	margin: 5px -500px;
}
.hamburger{
    width: 50vw;
    margin-left: calc(50% - 50vw);
}
.meat{
    width: 40%;
    margin-bottom: -50px;
}
.lettuce{
    width: 15%;
    margin: 6% auto 0 55%;
}
.garlic{
    width: 10%;
    margin-bottom: -2%;
}
.tomato{
    width: 10%;
    margin-bottom: -4%
}
.material{
    width: 100vw;
    margin: 150px calc(50% - 50vw) 0;
}
.ginger{
    width: 25%;
    position: absolute;
    top: 440px;
    left: 145px;
}
.ginger_ale01{
	width: 40%;
	position: absolute;
	top: 480px;
	right: 165px;
}
.hamburger_gray{
    width: 50%;
    margin: 50px auto 0 150px;
}
.ginger_bottle{
	margin-top: 50px;
}
.ginger_syrup_image01 {
    margin-bottom: -6vw;
}



@media screen and (max-width: 768px){
h1.logo {
    font-size: 1.25rem;
}
p {
    margin: 50px 0;
    line-height: 2rem;
		letter-spacing: -0.05em;
}
nav{
    padding: 3vw 4vw 2vw;
}
.box_fixed {
	margin: 0;
}
.en {
    margin: 0;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    line-height: 0.8rem;
}
.main_iamge {
	height: 115vw;
	background-size: 186%;
	padding: 7em 1em;
	border-radius: 0;
	background-position: top 21vw right -53vw;
}
.catch_copy {
	font-size: 2.5rem;
	font-weight: 500;
}
section {
	margin-top: 13vw;
}
h3{
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
    margin: 50px 0 0;
}
.ginger_ale01 {
    width: 62%;
    top: 480px;
    left: 38%;
}
.ginger_corner p {
    top: 22%;
    left: -2%;
}
.mt_iwaki {
    width: 67%;
    margin: 0 auto 0;
}
.date {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0;
}

	.popularity {
    font-size: 1.25rem;
    line-height: 3rem;
}

	.question_mark {
    line-height: 18vw;
    width: 20vw;
    height: 20vw;
}
h3 {
    letter-spacing: -0.05em;
}
	.hamburger_gray {
    width: 70%;
    margin: 0 auto 0 80px;
}

#true_ginger {
    margin-top: 75vw;
}
.movie{
	display: block;
}
	.movie_item{
		width: 100%;
	}
.movie video {
    width: 100%;
    margin-top: 4vw;
}
.drink_variation ul {
    display: block;
}
.drink_variation ul li {
	width: 100%;
    height: 12vw;
    line-height: 12vw;
    margin-bottom: 2vw;
		border-radius: 8px;
		background: repeating-linear-gradient( -45deg, #d6b085, #d6b085 5px, #d8b893 5px, #d8b893 13px );
}
.drink_variation li:last-child(){
	margin-bottom: 16vw;
}
	.bottle_variation ul {
    display: block;
}
.bottle_variation ul li {
    width: 100%;
    padding: 5vw 5vw;
    margin-bottom: 5vw;
}
.bottle_variation h4 {
    font-size: 1.5rem;
    margin: 5vw 0 2vw;
    padding-bottom: 2vw;
    letter-spacing: -0.2em;
}
	.drink_variation li.icecream {
    line-height: 12vw;
    padding: 0;
    letter-spacing: 0;
}
	.value {
    display: block;
    font-size: 1.2rem;
    margin: 2vw 0;
    letter-spacing: 0.05em;
}
li.icecream br{
		display: none;
	}
.footer_wrapper {
    display: block;
}
.usine_dubois {
    width: 100%;
}
.huit_dubois {
    width: 100%;
	margin-top: 50px;
}
.huit_dubois ul {
    margin: 3vw 0;
}
.usine_dubois p {
    margin: 2vw 0 0 2vw;
    letter-spacing: -0.1em;
}
h5 {
    margin-top: 20px;
    display: block;
    font-size: 1.5rem;
    color: #fcfbef;
    font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
    font-kerning: auto;
}
h5 span {
    display: block;
}
p.copy {
    text-align: center;
    color: #fffafa;
    margin: 50px calc(50% - 50vw) 0;
    background: #603813;
    padding: 1vw 5vw;
    font-size: 0.6rem;
}
	
	
	/*画像*/
	.family {
    width: 100%;
    margin: 0;
}
	.banner{
	width: 55%;
    margin: 0 0 0 35px;
	}
	.shop_items{
		width: 22%;
    	margin: 0 0 -20px 0;
	}
		.ginger {
    width: 50%;
    left: 7px;
}
	.syoga {
    width: 145%;
    margin: 0 -23%;
}
		.material {
    margin: 20px calc(50% - 50vw) 0;
}
	.shop_interior {
    width: 70%;
    margin: 34px 0 0 80px;
}
	.log_house {
    width: 100%;
}
	.lettuce {
    margin: 20% auto 0 55%;
}
	

}
