@charset "UTF-8";

/*基本CSSの設定*/

html,body{
	font-family:YakuHanJP,"Noto Sans", sans-serif;
	line-height:1.4;
	word-break: break-all;
}

#contents{
	width:500px;
	height:auto;
	padding-top:0px;
	padding-bottom:255px;
}

#sp-gototop{
	display: none;
}

.spon{
	display: none;
}

/***********************
TOP 100%表示
************************/

#wrap{
	width:500px;
	height: auto;
	margin:0 auto;
}
/* --- 全体のBOX定義 ------- */
.box {
  position   : relative;
  height     : 100vh;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ----------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
	-webkit-animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
  animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 -------- */
.box .src1 {
  background-image : url("../img/img_top.png");   /* 背景の画像を指定 */
	background-position:top center;
	background-size:auto;
	background-repeat: no-repeat;
	-webkit-animation-delay  :-1s;
}


@-webkit-keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 0; }
  25% { opacity: 1; }
  30% { opacity: 1; }
 100% { opacity: 1; }
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 0; }
  25% { opacity: 1; }
  30% { opacity: 1; }
 100% { opacity: 1; }
}

.box .boxString{
  position: relative;
	top:100px;
	left: 180px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	z-index: 1;
	width: 300px;
}

.box a {
	position: absolute;
  display: inline-block;
bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  z-index: 1;
  text-decoration: none;
	color:#fff;
	text-align: center;
}

.box a {
  padding-top: 60px;
}
.box a span {
  position: absolute;
  top: 0;
  left: 50%;
transform:translate(-50%, 0);
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 100%;
	background-color:rgba(0,0,0,0.6);
  box-sizing: border-box;
}
.box a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.box a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


#contents .center{
	text-align: center;
}

.arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}


/***********************
TOPメッセージ
************************/
section#exit_message,
section#exit_message2{
	width:450px;
	height:auto;
	padding:70px 25px 0;
	margin:0 auto;
}

#contents h1{
	font-size:45px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
/*小文字*/
#contents h1 span.komoji{
	font-size:25px;
}
#contents h1.nihongo{
	font-size:25px;
	font-weight: bold;
}

/*フォントlibre-baskerville*/
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight:normal;
  font-style: normal;
}
/*フォント明朝体*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}



#contents p{
	font-size: 18px;
	text-align: justify;
}
#contents p.first{
	padding-top:30px;
}

#webshopLink{
	display: flex;
	justify-content:flex-end;
	position: sticky;
	width:450px;
	height: 37px;
	padding:0 25px;
		margin-top:20px;
      top: 20px;
	left:0px;
	z-index: 1;
}

#contents p.img img{
	display: block;
	margin:50px auto;
}
#contents p.trimingimg img{
	display: block;
	margin:50px auto 0;
	width:500px;
	height: 100vh;
	object-fit: cover;
	object-position: left top;
}

#contents h1.mojileft{
	text-align: left;
}
.nidanmidashi{
	width:450px;
	height: auto;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.kakeru {
  display: inline-block;
  vertical-align:text-top;
  color: #fff;
  width: 45px;
  height: 2px;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
}

.kakeru::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

#contents h1.inline{
	display: inline-block;
	margin-left:10px;
}

.exit_imgbox{
	display: block;
	width:450px;
	height: auto;
	margin:50px auto 0;
}
.exit_imgbox p img{
	padding-bottom: 5px;
}

#products{
	width:500px;
	height: auto;
	margin:100px auto 0;
}

#products .products_midashi{
	position: relative;
	margin-top:80px;
}
#products .products_midashi h2.right{
  position: absolute;
  bottom: 10px;
  right: 25px;
	font-size: 40px;
	text-align: right;
	line-height: 1.1;
  }
#products .products_midashi h2.left{
  position: absolute;
  top: 20px;
  left: 20px;
	font-size: 40px;
	text-align: left;
	line-height: 1.1;
  }
#products .products_midashi h2.righttop{
  position: absolute;
  top: 10px;
  right: 45px;
	font-size: 75px;
	text-align: left;
  }

#products .text{
	width:450px;
	height: auto;
	padding:0 25px;
}

.youtube_link{
	width:450px;
	height: 100px;
	margin:30px auto 0;
	padding:0 25px;
	background-color: #fff;
	color:#000;
		display:flex;
	justify-content:space-between;
	align-items: center;
}
#contents .youtube_link p{
float: left;
font-size: 15px;
}

#contents #shoplist{
	width:380px;
	height: auto;
	margin:150px auto 0px;
	padding-bottom:60px;
	text-align: center;
}
#contents #shoplist h1,
#contents #shoplist p{
	text-align: center;
}
#contents #shoplist h1.nihongo{
	margin-bottom:80px;
}
#contents #shoplist h2{
	color:#0071BC;
	font-size: 20px;
	text-align: left;
	margin-top:40px;
}
#contents #shoplist dl{
	width:100%;
	height: auto;
	text-align: justify;
	margin:0 auto;
}
#contents #shoplist dl .oyabox{
	display: flex;
	align-items: flex-start;
	margin-top:20px;
}
#contents #shoplist dl dt{
	font-size: 17px;
	font-weight: bold;
	margin-top:10px;
	width:18%;
	height: auto;
}
#contents #shoplist dl .inbox{
	width:82%;
	height: auto;
}
#contents #shoplist dl dd{
	margin-top:10px;
}
#contents #shoplist dl dd span.name{
	font-size: 16px;
	font-weight: bold;
}
#contents #shoplist dl dd span.jyusho{
	font-size: 13px;
}

#shoplist p.bluebox{
	display: box;
	width:327px;
	height: 72px;
	margin:70px auto 0;
	text-align: center;
	font-weight: normal;
	background-color: #0071BC;
	font-size: 45px;
	line-height: 72px;
}

footer{
	background:#000;
}

.footerbox{
	width:500px;
	height:auto;
	margin:0 auto;
	border-top:1px solid #fff;
}
.footerbox p img{
	display: block;
	width:272px;
	height: auto;
	margin:60px auto 30px;
}


