@charset "UTF-8";

html {
  font-size: 62.5%; 
}
html:focus {
    outline: none; 
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #444; 
  background: #000;
}

html, body {
  margin: 0;
  padding: 0;
}

a{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; 
  box-sizing:border-box
}
@media print, screen and (min-width: 768px) {
    .container {
      width: 750px;
      transition: ease-in .1s; 
	} 
}
@media print, screen and (min-width: 992px) {
    .container {
      width: 970px;
      transition: ease-in .1s; 
	} 
}
@media print, screen and (min-width: 1200px) {
    .container {
      width: 1170px;
      transition: ease-in .1s; 
	} 
}

#header{
	position: absolute;
	top:0;
	width: 100%;
}

@media print, screen and (max-width: 768px) {
#header{
	position: relative;
	top:0;
	width: 100%;
	background: #000000;
}
}

#header .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logo_area{
	width: 270px;
	padding-top: 10px;
}

.logo_area h1{
	margin: 0;
}
@media print, screen and (max-width: 768px) {
	.logo_area{
		width: calc( 100% - 70px ) ;
		padding-top: 10px;
	}

	.logo_area h1{
		margin: 0;
	}
	.logo_area h1 img{
		width: auto;
		max-width: 100%;
	}
}

.cart_area{
	padding-top: 10px;
	width: 210px;
	overflow: hidden;
}

.cart_area a{
	width: 200px;
	height: 60px;
	background: #990033 url("../images/svg/icon_cart.svg") no-repeat;
	background-size: 24px;
	background-position: 15px 17px;
	display: block;
	border-radius: 5px;
	padding-left: 60px;
	padding-top: 15px;
	box-sizing:border-box;
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Serif JP',Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}
.cart_area a:hover{
	opacity: 0.5;
}
@media print, screen and (max-width: 1200px) {
	.cart_area{
		width: 60px;
	}
	.cart_area a{
		width: 60px;
		height: 60px;
		background: #990033 url("../images/svg/icon_cart.svg") no-repeat;
		background-size: 24px;
		background-position: 15px 17px;
		display: block;
		border-radius: 5px;
		padding-left: 60px;
		padding-top: 15px;
		box-sizing:border-box;
		color: #fff;
		
		text-decoration: none;
	}
	.cart_area a span{
		display: none;
	}
}

.main_image{
	width: 100%;
	padding-bottom: 840px;
	background: url("../images/sasanao_mian_pc2.jpg") no-repeat;
	background-position: center;
}
@media print, screen and (max-width: 768px) {
.main_image{
	width: 100%;
	padding-bottom: 167%;
	background: url("../images/sasanao_main_sp.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
}


.content1{
	background: #000 url("../images/svg/circle.svg") no-repeat;
	background-size: 95%;
	background-position: center;
	padding: 85px 0 0;
	position: relative;
}
.content1::after{
	content: "";
	background: url("../images/shokunin.png") no-repeat;
	background-size: 93%;
	background-position: bottom 46px right -53px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 500px;
	z-index: 1;
}
@media print, screen and (min-width: 600px) {
.content1{
	background: #000 url("../images/svg/circle.svg") no-repeat;
	background-size: auto;
	background-position: center;
	padding: 85px 0 0;
	position: relative;
}
.content1::after{
	content: "";
	background: url("../images/shokunin.png") no-repeat;
	background-size: 550px;
	background-position: bottom 46px right -53px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 500px;
	z-index: 1;
}
}
@media print, screen and (min-width: 768px) {
.content1{
	background: #000 url("../images/sasakama_kirinuki3.png") no-repeat;
	background-size: auto;
	background-position: top 20px center;
	padding: 85px 0 300px;
	position: relative;
}
.content1::after{
	content: none;
	
}
.content1 .container{
	height: 597px;
	
}	
}

.content1 h3{
	color: #fff;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}

.content1 p{
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.content1 p span{
	text-combine: horizontal;
    -webkit-text-combine: horizontal;
    -epub-text-combine: horizontal;
    line-height: 1;
    letter-spacing: 1;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.content1 p br{
	display: none;
}


@media print, screen and (min-width: 768px) {
.content1 .container{
	position: relative;
	
}	
.content1 h3{
	color: #fff;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	position: absolute;
	z-index: 2;
	top: -55px;
	left: 368px;
}

.content1 p{
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 0;
	padding-bottom: 20px;
	position: absolute;
	z-index: 2;
	top: 55px;
	left: 66px;
	writing-mode: vertical-rl;
	line-height: 40px;
	height: 460px;
}
.content1 p br{
	display:block;
}
	
}


@media print, screen and (min-width: 1200px) {
.content1 h3{
	color: #fff;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	position: absolute;
	z-index: 2;
	top: -55px;
	left: 368px;
}
}

.loop_wrap_w{
	width: 100%;
	height: 344px;
	overflow: hidden;
	position: relative;
	z-index: 6;
	margin-top: -344px;
}
@media print, screen and (max-width: 768px) {
.loop_wrap_w{
	width: 100%;
	height: 344px;
	overflow: hidden;
	position: relative;
	z-index: 6;
	margin-top: 30px;
}
}
.line_up_logo{
	position: absolute;
	top:80px;
	left:50%;
	width: 200px;
	margin-left: -100px;
	z-index: 3;
}
.loop_wrap{
	width: 4500px;
}
.loop_box{
	width: 2250px;
	height: 240px;
	float: left;
	
}

.loop_box .img_box{
	width: 240px;
	height: 240px;
	margin: 0 5px;
	background: #999;
	float: left;
	position: relative;
}

.loop_box .img_box p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color:rgba(0,0,0,0.25);
	position: absolute;
	bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.loop_box .img_1{
	background: url("../images/kasane.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_2{
	background: url("../images/yoshitsugu.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_3{
	background: url("../images/gyutan.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_4{
	background: url("../images/namashouga.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_5{
	background: url("../images/tenohira.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_6{
	background: url("../images/kosasa.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_7{
	background: url("../images/otouhukamaboko.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_8{
	background: url("../images/negi.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.loop_box .img_9{
	background: url("../images/agekamaboko.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap .loop_box:first-child {
  animation: loop 60s -30s linear infinite;
}

.loop_wrap .loop_box:last-child {
  animation: loop2 60s linear infinite;
}



.content2 .taitle_area{
	width: 100%;
	height: 200px;
	background: url("../images/bk.jpg");
	background-position: center;
}
.content2 .taitle_area h3{
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: normal;
	padding-top: 70px;
}

.kodawari_area{
	background:url("../images/bg.jpg");
	background-position: center;
}
@media print, screen and (min-width: 768px) {
.kodawari_area{
	height: 1027px;
}
}

@media print, screen and (min-width: 1000px) {
.kodawari_area{
	height: 1085px;
}
}

@media print, screen and (min-width: 1200px) {
.kodawari_area{
	height: 1288px;
}
}


.kodawari1{ 
	position: relative;
	padding-top: 48%;
	padding-bottom: 100px;
	
}
.kodawari1 .img_box{ 
	width: 100%;
	padding-bottom: 57%;
	background:url("../images/kodawari01.jpg");
	background-size: cover;
	background-position: center;
	position: absolute;
	top: -53px;
	
}
.kodawari1 .text_box h4{ 
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 18px;
}
.kodawari1 .text_box p{ 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media print, screen and (min-width: 768px) {
.kodawari1{ 
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
	
}
.kodawari1 .img_box{ 
	width: 48%;
	position: relative;
	padding-bottom: 62%;
	order: 2;
	top: -122px;
	
}
.kodawari1 .text_box{ 
	width: 48%;
	order: 1;
}
}

.kodawari2{ 
	position: relative;
	padding-top: 48%;
	padding-bottom: 100px;
	
}
.kodawari2 .img_box{ 
	width: 100%;
	padding-bottom: 57%;
	background:url("../images/kodawari02.jpg");
	background-size: cover;
	background-position: top -30px center;
	position: absolute;
	top: -53px;
	
}
.kodawari2 .text_box h4{ 
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 18px;
}
.kodawari2 .text_box p{ 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media print, screen and (min-width: 768px) {
.kodawari2{ 
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
	
	
}
.kodawari2 .img_box{ 
	width: 48%;
	position: relative;
	padding-bottom: 62%;
	order: 1;
	background:url("../images/kodawari02.jpg");
	background-size: cover;
	background-position: top 0 center;
	top: 0;
	
}
.kodawari2 .text_box{ 
	width: 48%;
	order: 2;
}
}
@media print, screen and (min-width: 1000px) {
.kodawari2 .img_box{ 
	width: 48%;
	position: relative;
	padding-bottom: 62%;
	order: 1;
	background:url("../images/kodawari02.jpg");
	background-size: cover;
	background-position: top 0 center;
	top: -205px;
	
}
}
@media print, screen and (min-width: 1200px) {
.kodawari2 .img_box{ 
	width: 48%;
	position: relative;
	padding-bottom: 62%;
	order: 1;
	background:url("../images/kodawari02.jpg");
	background-size: cover;
	background-position: top 0 center;
	top: -284px;
	
}
}

.content3{
	width: 100%;
	height: 542px;
	background: url("../images/tannouare.jpg");
	background-size: cover;
	background-position: center;
}
@media print, screen and (max-width: 1200px) {
.content3{
	width: 100%;
	height: 542px;
	background: url("../images/tannouare.jpg");
	background-size: auto;
	background-position: center;
}
}
@media print, screen and (max-width: 768px) {
.content3{
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	background: url("../images/tannouare.jpg");
	background-size: auto 270%;
	background-position: center;
}
}
.content3 .container{
	position: relative;
}
.content3 .container h3{
	position: absolute;
	top:-100px;
	left: 0;
	width: 220px;
	height: 520px;
	padding-right: 40px;
	padding-top: 190px;
	display: block;
	background-color: rgba(255,255,255,0.9);
	background-image: url("../images/svg/logo_josen.svg");
	background-repeat: no-repeat;
	background-position: 100px 32px;
	background-size: 81px;
	margin: 0;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 42px;
	font-weight: normal;
	box-sizing: border-box;
	box-shadow: 6px 6px 3px -1px rgba(0, 0, 0, .2);
}
@media print, screen and (max-width: 768px) {
.content3 .container h3{
	position: absolute;
	top:-44px;
	left: 15px;
	width: 121px;
	height: 277px;
	padding-right: 25px;
	padding-top: 107px;
	display: block;
	background-color: rgba(255,255,255,0.9);
	background-image: url("../images/svg/logo_josen.svg");
	background-repeat: no-repeat;
	background-position: 54px 18px;
	background-size: 46px;
	margin: 0;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	font-weight: normal;
	box-sizing: border-box;
}
}

.content4{
	width: 100%;
	background: url("../images/bk.jpg");
	background-position: center;
	padding: 90px 0px;
}
.content4 img{
	width: 100%;
	max-width: auto;
}
@media print, screen and (min-width: 768px) {
.content4 img{
	margin-bottom: 60px;
}
}
.content4 h4{
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: normal;
	margin: 30px 0;
}

.content4 p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: normal;
	margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
.content4 .item_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content4 .item_box .img_box{
	width: 51%;
}

.content4 .item_box .text_box{
	width: 45%;
}
}

@media print, screen and (min-width: 1200px) {
.content4 .item_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content4 .item_box .img_box{
	width: 58%;
}

.content4 .item_box .text_box{
	width: 38%;
}
}


@media print, screen and (min-width: 768px) {
.content4 .item_box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content4 .item_box2 .img_box{
	width: 51%;
	order:2;
}

.content4 .item_box2 .text_box{
	width: 45%;
	order:1;
}
}

@media print, screen and (min-width: 1200px) {
.content4 .item_box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content4 .item_box2 .img_box{
	width: 58%;
}

.content4 .item_box2 .text_box{
	width: 38%;
}
}

@media print, screen and (min-width: 768px) {
.content4 .item_box3{
	padding-top: 60px;
	position: relative;
}
.content4 .item_box3 h4{
	position: absolute;
	bottom: -50px;
	left: 55px;
	width: 220px;
	height: 520px;
	padding-right: 40px;
	padding-top: 0;
	display: block;
	background-color: rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: 100px 32px;
	background-size: 81px;
	margin: 0;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 42px;
	font-weight: normal;
	box-sizing: border-box;
	box-shadow: 6px 6px 3px -1px rgba(0, 0, 0, .2);
	color: #000;
	text-align: center;
}
.content4 .item_box3 p{
	padding-left: 330px;
}
}

.content5{
	width: 100%;
	background: url("../images/bg2.jpg");
	background-position: center;
	padding: 120px 0;
}

.content5 h3{
	font-size: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 60px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
.content5 h3{
	font-size: 34px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 60px;
	text-align: center;
}
}

.content5 img{
	width: 100%;
	max-width: auto;
}

.content5 h4{
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.content5 h4 span{
	font-size: 12px;
}
.content5 p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
	font-size: 14px;
}
.content5 p .text1{
	background: #c61c31;
	padding: 3px 15px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.content5 a{
	max-width: 280px;
	width: 100%;
	height: 60px;
	background: #990033 url("../images/svg/icon_cart.svg") no-repeat;
	background-size: 24px;
	background-position: 68px 17px;
	display: block;
	border-radius: 10px;
	padding-left: 105px;
	padding-top: 18px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	margin: 40px auto 0;
}

.set_box{
	margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
.set_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.set_box .img_box{
	width: 55%;	
}
.set_box .text_box{
	width: 41%;	
}
.content5 h4{
	margin-top: 0;
}
.content5 h4 span{
	font-size: 14px;
}
.content5 a{
	margin: 40px auto 0 0;
}
.content5 .price{
	font-size: 18px;
}
.content5 .text2{
	font-size: 24px;
}
}



#footer {
	background: #000;
	padding: 30px 0 50px;
}
#footer p{
	color: #fff;
	font-size: 14px;
	font-family: 'Noto Serif JP',Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}

#footer ul{
	padding: 0;
}

#footer ul li{
	float: left;
	list-style: none;
	
}

#footer ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'Noto Serif JP',Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
	border-right: 1px solid #fff;
	
}

#footer ul li:last-child a{
	border-right: none;
}

#footer ul li a:hover{
	color: #cc0000;
}

#footer .c_box{
	display: flex;
	flex-wrap: wrap;
}
#footer .copyright{
	padding-right: 45px;
}

.sp_br{
	display: none;
}

@media print, screen and (max-width: 768px) {
.sp_br{
	display: block;
}
}
