@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: tomato;
    text-decoration-line: none;
}
a:hover { 
    color: #00FF00;
}

body {
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

::selection {
    background: tomato;
}

/*ヘッダー
-------------------------------------*/

#open,#close  {
    display: block;
    width: 70px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

#navi {
    display: block !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    z-index: 999;
}

@media screen and (max-width: 650px){
#open,#close  {
    display: block;
    width: 40px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
}

/*フルスクリーンメニュー
-------------------------------------*/
/*gnav*/
.gnav{
    	background: rgba(0,255,0,0.8);
    	display: none;
   	height: 100%;
    	position: fixed;
	left: 0;
	top: 0;
    	width: 100%;
    	z-index: 98;
    	overflow-y: auto; 
    	-webkit-overflow-scrolling: touch;   // 慣性スクロールを追加
}
.gnav__wrap{
    	align-items:top;
    	display: flex;
    	height: 100%;
    	justify-content: center;
    	position: absolute;
    	width: 100%;
	}
.gnav__menu__item{
    	margin: 10px 0;
    	text-align: center;
	}
.gnav__menu__item a{
    	color: #000;
    	font-size: 5rem;
    	letter-spacing: 0.1rem;
    	padding: 10px 20px 20px 20px;
    	text-decoration: none;
    	transition: .2s;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	}
	
.gnav__menu__item a:hover{
    	color: #fff;
	}

.gnav__menu{
	margin: 80px 0 50px 0;
	}



@media screen and (max-width: 768px){
	.gnav__menu__item a{
    	font-size: 1em;
	}
	
    	#open,#close  {
    	width: 50px;
	position: absolute;
    	top: 10px;
    	right: 10px;
	}	
}

@media screen and (max-width: 650px){
	#open,#close  {
    	width: 40px;
	}
	.gnav__menu__item a{
    	font-size: 0.8em;
	border-bottom: 1px solid #000;
	padding: 5px 20px 10px 20px;
	}
	.menu_title{
	margin: 50px 0 30px 0;
	width:77px;
	}
}
    
/*メイン画像
-------------------------------------*/
.full {
  position: relative;
  width: 100%;
	min-height: 60vh;
}

.full_sub{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/kotonami_miraikan/DSC09082.avif)
    center / cover;
}

.logo{
width: 50%;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shake-up {
    animation: shake-up 3s infinite ease-in-out;
}

@keyframes shake-up {
	0%, 100% {
		opacity: 0;
        transform: translateY(0);
    }
	50% {
		opacity: 1;
        transform: translateY(15px);
    }
}


/*メイン画像_もち
-------------------------------------*/
#bg-video {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/mochi_back.jpg)
    center / cover;
}

.mochiicon {
	position: absolute;
	bottom:10px;
	left:10px;
	width: 100px;
	}
@media screen and (max-width: 650px){
	.mochiicon {
	width: 70px;
	}
}


/*メイン画像_仙人

.mainimg{
	margin: 80px auto;
	max-width: 1200px;
}
.sennin {
	font-family: "ab-megadot9", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0045FF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
}
.senninbox_2{
	position: relative;
}
#bg-video{
	width: 100%;
}
#bg-video img{
	max-width: 640px;
}
.enter_icon{
	position: absolute;
	max-width: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: tikatika 1s step-end infinite;
}

@keyframes tikatika {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.senninbox_1{
	position: relative;
	margin: 0 130px 0 50px;
}
h1.sennin {
	font-size: 5rem;
	letter-spacing:0.1em;
	line-height:1.7;
}
h2.sennin {
	font-size: 1.8rem;
	letter-spacing:0.1em;
}
p.sennin {
	font-size: 1rem;
	letter-spacing:0.1em;
	position: absolute;
	bottom: 0;
	left: 0;
}
.kazari_p{
	position: absolute;
	max-width: 200px;
	top: 50%;
	right: -50px;
}
.enter_icon a:hover{
	position:relative;
top:5px;
}

.enter_icon a:active{
position:relative;
top:-5px
	}
-------------------------------------*/
	/* 幅650px以下の表示
-------------------------------------*/
@media screen and (max-width: 850px){
.senninbox_1{
	margin: 0 50px 0 50px;
}

h1.sennin {
	font-size: 4rem;
	letter-spacing:0.1em;
	line-height:1.5;
	}
h2.sennin {
	font-size: 1rem;
	letter-spacing:0.1em;
}
}
/* 幅650px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.senninbox_1{
	height:auto;
	margin: 20px 20px;
}
.sennin {
	font-family: "ab-megadot9", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0045FF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-direction: column-reverse;
	}
#bg-video img{
	max-width: 766px;
}
h1.sennin {
	font-size: 3rem;
	letter-spacing:0.1em;
	line-height:1.5;
	}
h2.sennin {
	font-size: 1.2rem;
	letter-spacing:0.1em;
}
.mainimg{
	margin: 0 auto;
	}
	p.sennin {
		position: relative;
	font-size: 0.8rem;
	letter-spacing:0.1em;
	margin: 0 auto;
	}
.kazari_p{
	position: absolute;
	max-width: 100px;
	bottom: 100px;
	right: 0;
}
}

/*メインコンテンツ
-------------------------------------*/
.inner_contents{
max-width: 90%;
    margin: 0 auto;
}

/*コンテンツ
-------------------------------------*/
.contents000 {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding:100px 0;
}
.contents001 {
    background-image: url(../img/back_001.png);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.contents002 {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.contents001,.contents002{
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
    color: #fff;
    font-size: 5rem;
    padding-bottom: 8rem;
    letter-spacing: 1rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

h2 > span {
  background: linear-gradient(transparent 0%, #000 0%);
  padding: 5px 10px;   
  }
  
h3 {
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    text-align: left;
}
  
p {
    letter-spacing: 0.2rem;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #fff;

}

p > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #000 0%);
    padding: 5px;
}

.shop_et a {
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-top:30px;
}

.shop_et a > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #000 0%);
    padding: 10px;
}

.shop_et a:hover > span {
    position: relative;
    display: inline-block;
		background: linear-gradient(transparent 0%, #00FF00 0%);
    padding: 10px;
}

.item_container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.item{
	position: relative;
	width:100%
	height:100%
}

.item img {
	object-fit: cover;
	aspect-ratio: 3 / 4; /* アスペクト比 */
}

 .hover-text {
	position:absolute;
	aspect-ratio: 3 / 4; /* アスペクト比 */
	width:100%;
	top: 0;
	left: 0;
	color: #fff;
	text-align: left;
	background-color:rgba(0,0,0,0.6);
	opacity: 0;
	transition: .5s ease-in-out;
	z-index:99;
}
.item .hover-text .text1 {
	font-size: 14px;
	padding: 20px 20px;
	line-height: 1.5;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}
.item .hover-text .text2 {
	font-size:  10px;
	line-height: 1.5;
	padding: 0 50px 0 20px;
	margin-bottom: 2px;
}

.item:hover .hover-text {
	opacity: 1;
}

.sns_icon{
margin-top: 20px;
}

.sns_icon a {
	display: inline-block;
	color: #000;
}

.sns_icon a > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    font-size: 3em;
    line-height: 0.8;
    padding: 5px 5px 5px 7px;
}

.sns_icon a:hover > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #00FF00 0%);
    padding: 5px 5px 5px 7px;
    color: #000;
}

.contact_p {
    letter-spacing: 0.2rem;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom:100px;
}

/*THANKSページ
-------------------------------------*/
.contents_thanks {
    background: url(../img/back_001.png),rgba(0,255,0,0.5);
    background-size: cover;
    background-position: center center; 
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents_thanks h2 {
    	color: #fff;
    	font-size: 8rem;
    	-ms-writing-mode: tb-rl;
    	writing-mode: vertical-rl;
	text-align: center;
    	letter-spacing: 1rem;
    	font-family: 'Roboto', sans-serif;
    	font-style: italic;
	}

.contents_thanks h2 > span {
  	background: linear-gradient(transparent 0%, #000 0%);
  	padding: 15px 5px;   
		}
		

	
@media screen and (max-width: 768px){
main {
    background-image: url(../img/back_001sp.png); 
}

.inner_contents{
    padding: 0;
}

.contents_thanks h2 {
    font-size: 5rem;
}

h2 {
    color: #fff;
    font-size: 3rem;
    padding-bottom: 3rem;
    letter-spacing: 1rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
  
p {
    letter-spacing: 0.2rem;
    line-height: 2;
    font-size: 1.3rem;
    color: #fff;
}

.contact_p {
    line-height: 2;
    font-size: 1.3rem;
    margin-bottom:30px;
    margin-top:-20px;
}

.item_container{
	grid-template-columns: repeat(2, 1fr);
			}
			
.item{
	 margin-bottom:20px;
			}
 .hover-text {
	position:relative;
	aspect-ratio: initial;
	width:100%;
	color: #000;
	text-align: left;
	background-color:initial;
	opacity: 1;
	transition: initial;
	z-index:1;
}
.item .hover-text .text1 {
	font-size: 12px;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
				color: #000;
	letter-spacing: 0.05em;
}
.item .hover-text .text2 {
	font-size: 9px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 0;
				color: #666;
	letter-spacing: 0.05em;
}

.item:hover .hover-text {
	opacity: 1;
}


.shop_et a {
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-top:30px;
}
}

/*アーカイブスページ
-------------------------------------*/

.contents0000 {
   width: 100%;
    padding:50px 0px;
}
.item_container_page{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; 
}

.item_page{
  box-sizing:border-box;
  width:100%;
   margin-bottom:10px;
}

.text_archives_page{
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
	position: relative;
	width:100%;
	background-color: #fff;
	 margin-bottom:50px;
}

.text_archives_toptitle
{
    width:100%;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    margin-top:50px;
		margin-bottom:30px;
    line-height: 1.2;
    }
    
.text_archives_title{
	width:100%;
    color: #000;
    font-size: 4rem;
    letter-spacing: 0.05rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    margin-top:50px;
    margin-bottom:10px;
		line-height: 1.2;
		padding:0
    }
    
 .text_archives_title2{
    width:100%;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    text-align: left;
    margin-bottom:0;
		line-height: 1.5;
		padding:0;
    }
  .text_archives_title3{
    width:100%;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    text-align: left;
    margin-top:50px;
    margin-bottom:5px;
    font-family: 'Roboto', sans-serif;
		font-style: italic;
		padding:0;
    }

.text_archives_des{
	width:100%;
    color: #000;
    font-size: 1.5rem;
   letter-spacing: 0.05rem;
    text-align: left;
	line-height: 2.2;
	padding:0;
	margin-top:50px;
		}
.read_p{
	width:100%;
    color: #000;
    font-size: 2.2rem;
   letter-spacing: 0.05rem;
    text-align: left;
	line-height: 1.8;
	margin:50px 0 0 0;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	}
	
.caption{
	width:100%;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: left;
    line-height: 1.8;
	margin-bottom:30px;
	padding:0;
			}
.kazarimoji{
	width:100%;
    color: #000;
    font-size: 1rem;
   letter-spacing: 0.05rem;
    text-align: left;
	padding:0;
	margin:-10px 0 5px 0;
		}

.caption a > span  {
    	color: #fff;
 	background: linear-gradient(transparent 0%, #000 0%); 
 	padding: 0 10px;
 	line-height: 1.5;
    }
 
 .caption a:hover > span  {
    	color: #000;
	background: linear-gradient(transparent 0%, #00FF00 0%);
 	padding: 0 10px;   
    }
    
    
.text_archives_des > span  {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    padding: 2px;
}

.text_archives_toptitle > span,.text_archives_title > span  {
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 0%, #fff 0%);
    padding: 2px;
}


/* オンラインショップバナー
-------------------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }
	
.btn {
	text-align: center;
	padding: 2rem 2rem 2rem 4rem;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	position: relative;	
	background: tomato;
	color: #FFF;
	}
.btn a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	}
.btn a:hover {
	color: #00FF00;
	}
.fas {
		padding: 0 2rem;	
		}
		
/* 特設ページバナー
-------------------------------------*/
.btn2{
	text-align: center;
	padding: 1rem 1rem 1rem 2rem;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	position: relative;	
	background: #FFF;
	color: #0000FF;
	border-width:1px;
    border-style:solid;
	}
.btn a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	}
.btn a:hover {
	color: #00FF00;
	}
	
/* 幅650px以下の表示
-------------------------------------*/
@media screen and (max-width: 650px){
    .contents0000 {
    padding:50px 0;
    }
    .contents000 {
    padding:45px 0;
		}
.logo{
width: 70%;
			}
    .item_page{
    width:100%;
    }
.text_archives_page{
    padding:30px 0;
    }

.text_archives_title{
    width:100%;
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
					margin-bottom:10px;
						margin-top:0;
    }

.text_archives_des{
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 2;
		}

.text_archives_toptitle{
    font-size: 1.8rem;
	margin-bottom:10px;
    }
.pc { display: none !important; }
				.sp { display: block !important; }
.read_p{
    font-size: 2rem;
   letter-spacing: 0.05rem;
	line-height: 1.8;
	margin:10px 0 0 0;
	}
	}
.caption{
    	font-size: 1.2rem;
    	letter-spacing: 0.05rem;
	width: 85%;
	}


/*フォーム
-------------------------------------*/

form { 
	width:100%;
	margin: 0;
	  }

input[type=text],.feedback-input {
  color:#000;
  font-size: 18px;
  line-height: 22px;
  background-color: #00FF00;
  border:2px solid #000;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:30%;
  display: inline-block;
  vertical-align: middle;
  height: 150px;
}

input[type=text]:focus,.feedback-input:focus { border:2px solid #00FF00;}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

input { background:#00FF00; }

input[type="submit"]  { 
	background:#000;
	border:2px solid #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
 	font-style: italic;
	}

input[type="submit"] :hover { background:#00FF00; }

.feedback-input::placeholder {
	color: #000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
 	font-style: italic;
}

/*フッター
-------------------------------------*/
footer {
}

/*コピーライト
-------------------------------------*/
.copyright{
    	text-align: center;
    	padding: 1rem 0;
    	font-size: 1.2rem;
    	letter-spacing: 0.2rem;
    	position: relative;	
	background: #00FF00;
}
.copyright a {
    	color: #000;
    	text-decoration: none;
    	display: inline;

}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0;
    right: 15px;
}
#pagetop a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {

}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 650px){

input[type=text],.feedback-input {
  width:90%;
   height: 0;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop a {
    display: block;
    width: 45px;
    padding: 10px 5px;
    text-align: center;
}
		}
		
		
/*続きを読む
-------------------------------------*/		
.readmore {
  position: relative;
  margin: 50px auto 100px;
			padding: 0 0 75px;
background-color: #fff;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
	width: 100%;
	padding: 1rem 1rem 1rem 2rem;
  color: #0000FF;
  text-align: center;
	background-color: #fff;
border-width:1px;
    border-style:solid;
  transform: translateX(-50%);
  cursor: pointer;
			z-index: 1;
			font-size: 2rem;
 margin-top: 50px;
}

.readmore label::before{
  content: '続きを読む';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '閉じる';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
		}
		
		
		.visual {
  background-color: #9f9f9f;
  margin-bottom: 60px;
			}
			
/*スライダー
-------------------------------------*/
.swiper, {
  margin:-50px 0 100px 0;
			}
			


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
height: auto;
			}

.swiper-slide img{
width: 100%;
  height: auto;
object-fit: cover;
aspect-ratio: 1/1;
			}

.swiper-button{
	display: grid;
	align-items: center;
			}
				
.swiper-button-prev,
.swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 24px 40px; /* 表示したいサイズ */
}

/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url(../img/kotonami_miraikan/yajirushi.png);
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
				background-image: url(../img/kotonami_miraikan/yajirushi.png);
  transform: scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
			}
			
			
			
.img_wrapper {
  display: grid;
grid-template-columns: 1fr;
column-gap: 10px;
				row-gap: 1em;
				margin-top:50px;
				width: 100%;
  height: 100%;
			}
.img_wrapper img{
width: 100%;
  height: 100%;
				object-fit: cover;
	
			}
.kocho{
position: relative;
				width: 100%;
display: grid;
  place-items: center;

			}
			
.kocho .read_p{
text-align:center;
width: 70%;
	position: absolute;
				font-family: "ab-megadot9", sans-serif;
				font-style:normal;
	line-height:2;
		letter-spacing: 0.1rem;
color:#0045FF;


			}
			
.kocho_wrapper{
width: 100%;
				margin:150px 0;

			}
.kocho_wrapper .text_archives_title{
				margin-top:0px;
			}
			
.img_kv{
	margin-bottom:50px;
			}
			
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){			
.kocho .read_p{
	line-height:2;
font-size:14px;
				}
			}
				
/* 幅480px以下の表示
-------------------------------------*/
			@media screen and (max-width: 480px){		
.full {
  position: relative;
  width: 100%;
	min-height: 40vh;
object-fit: cover;
}
.swiper, {
  margin:-100px 0 0 0;
			}
.kocho .read_p{
	line-height:2;
font-size:11px;
					}
				}
