@charset "UTF-8";

html {
	font-size: 62.5%;
	height: 100%;
 }

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	letter-spacing: 2px;
	height: 100%;
	background: url("../img/bg.jpg");
 }

*:hover {
	transition: 0.2s;
 }

p {
	margin: 10px 0;
 }

a {
	color: #333;
	text-decoration: none;
 }
li{
	list-style:none;
}

h1, h2, h3, h4 {
	font-family: 'Paytone One','Noto Sans JP',YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	font-weight: bold;
	letter-spacing: 8px;
 }

h2 {
	font-weight: bold;
	text-shadow: 
    #a3d0d0 4px 0px,  #a3d0d0 -4px 0px,
    #a3d0d0 0px -4px, #a3d0d0 0px 4px,
    #a3d0d0 4px 4px , #a3d0d0 -4px 4px,
    #a3d0d0 4px -4px, #a3d0d0 -4px -4px,
    #a3d0d0 2px 4px,  #a3d0d0 -2px 4px,
    #a3d0d0 1px -4px, #a3d0d0 -2px -4px,
    #a3d0d0 4px 2px,  #a3d0d0 -4px 2px,
    #a3d0d0 4px -2px, #a3d0d0 -4px -2px;
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	margin: 80px 30px 60px;
	color: #fff;
 }
	h2::before, h2::after {
	content: '';
	display: block;
	height: 6px;
	background-color: #a3d0d0;
	flex-grow: 1;
 }
	h2::before {
	margin-right: 4rem;
 }
	h2::after {
	margin-left: 4rem;
 }
@media screen and (max-width: 1023px) {
	h2 {
	font-size: 2.8vw;
 }
	h2::before {
	margin-right: 2.8vw;
 	height: 3px;
}
	h2::after {
	margin-left: 2.8vw;
  	height: 3px;
}
 }

h3 {
	position: relative;
	font-size: 2.2rem;
	margin: 40px 0 40px;
	color: #a3d0cf;
 }
@media screen and (max-width: 1023px) {
	h3 {
	font-size: 2rem;
	margin: 40px 0 20px;
 }
 }
@media screen and (max-width: 1023px){
	h3::before{
	top: 8px;
	}
	}

h4 {
	margin: 40px 0 24px;
	font-size: 1.8rem;
 }

em {
	text-decoration: underline;
	font-style: normal;
 }

input, textarea {
	border: none;
	margin-bottom: 8px;
	padding: 8px;
	background: rgba(247, 202, 17, 0.2);
 }

input[type="submit"] {
	padding: 4px 8px;
	cursor: pointer;
 }

textarea {
	border: none;
	max-width: 100%;
 }

.btn {
	background-color: #e56c3e;
	color: #fff;
	border: 1.6px solid #e56c3e;
	margin: 16px 0;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.2s;
 }
	.btn:hover {
	background: #f7ca11;
 }

@media screen and (min-width: 1024px) {
	.flexWrapper {
	display: flex;
 }
 }

.titlebox {
	margin-top: 40px;
	padding: 24px;
	position: relative;
	border: 4px solid #f7ca11;
	border-radius: 10px;
 }
	.titlebox h3 {
	position: absolute;
	top: -3.3rem;
	left: 1rem;
	margin: 0;
	padding: 0;
	color: #f7ca11;
	font-weight: normal;
 }
	.titlebox h3::before {
	display: none;
 }

.linebox {
	border-left: 1.6px solid #f7ca11;
	padding-left: 24px;
 }

.gridlist {
	display: grid;
	grid-template-columns: auto 1fr;
 }
	.gridlist dt, .gridlist dd {
	border-bottom: 1.6px solid #5887bf;
	margin-bottom: 8px;
 }
	.gridlist dt {
	padding-right: 24px;
 }

.hr {
	padding: 16px;
 }




@media screen and (min-width: 1024px) {
	main, footer {
	width: 1024px;
	margin: 0 auto;
	background: #000;
 }
 }




header {
	width: 100%;
	opacity: 0;
}
.menu-box-head{
	display: grid;
	grid-template-columns: 22% 22% 22% 34%;
	width: 100%;
}
.menu-box-head a{
	width: 100%;
}
.menu-box-head a div{
	text-align: center;
	padding: 20px 0;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}
.menu-box-head a:nth-child(1) div{
  background-color   : #a3d0cf;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-head a:nth-child(2) div{
  background-color   : #f6c0bb;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-head a:nth-child(3) div{
  background-color   : #c3a077;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-head a:nth-child(4) div{
  background-color   : #efd659;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}

.menu-box a:nth-child(1) div:hover,
.menu-box a:nth-child(2) div:hover,
.menu-box a:nth-child(3) div:hover,
.menu-box a:nth-child(4) div:hover{
	opacity: .7;
}



@media screen and (max-width: 720px) {
.menu-box-head a div{
	font-size: 3vw;
 }
}


.globalnav {
	position: fixed;
	top: 0;
	z-index: 1;
 }
@media screen and (min-width: 1024px) {
	.globalnav {
	bottom: 0;
	right: 24px;
	height: 100%;
	display: flex;
	align-items: center;
 }
	.globalnav ul {
	list-style: none;
	padding: 0;
 }
	.globalnav ul li {
	border-radius: 50%;
	margin-bottom: 10px;
	transition: 0.2s;
	text-transform: uppercase;
 }
	.globalnav ul li img {
	width: 75%;
	height: 75%;
 }
	.globalnav ul li:hover a {
	color: #fff;
 }
	.globalnav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-family: 'Paytone One','Noto Sans JP',YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
 }
 }

main {
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 15px #fff,0 0 15px #999;
 }
 

main section {
	margin: -8px 0 0;
 }
 
 
 
.mainimg{
	width: 100%;
	position: relative;
}



.magicalmirai{	
	position: absolute;
	bottom: 25px;
	left: 25px;
}
@media screen and (max-width: 1023px) {
.magicalmirai{	
	left: 1vw;
	bottom: 2vw;
}
.magicalmirai a img{
	width: 33vw;
}
}
.cocollabo{	
	position: absolute;
	bottom: 165px;
	left: 25px;
}
@media screen and (max-width: 1023px) {
.cocollabo{	
	left: 1vw;
	bottom: 18vw;
}
.cocollabo a img{
	width: 28vw;
}
}



.mainimg img{
	width: 100%
}
 


.menu-nav{
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.menu-nav img{
	margin: 0 5px;
}




.menu-box-2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
.menu-box-2{
	display: grid;
	grid-template-columns: 22% 22% 22% 34%;
}
}

.menu-box-2 a{
	width: 100%
}
.menu-box-2 a div{
	text-align: center;
	padding: 20px 0;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
}
@media screen and (max-width: 720px) {
.menu-box-2 a div{
	font-size: 3vw;
 }
}

.menu-box-2 a:nth-child(1) div{
  background-color   : #a3d0cf;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-2 a:nth-child(2) div{
  background-color   : #f6c0bb;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-2 a:nth-child(3) div{
  background-color   : #c3a077;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}
.menu-box-2 a:nth-child(4) div{
  background-color   : #efd659;
  background-image   : radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%),
                       radial-gradient(rgba(255, 255, 255, 0.3) 21%, transparent 24%);
  background-position: 0 0, 9px 9px;
  background-size    : 18px 18px;
}

.menu-box-2 a:nth-child(1) div:hover,
.menu-box-2 a:nth-child(2) div:hover,
.menu-box-2 a:nth-child(3) div:hover,
.menu-box-2 a:nth-child(4) div:hover{
	opacity: .7;
}




.head_img{
	width: 100%;
	padding: 40px 0 20px;
	text-align: center
}
.head_img img{
	width: 80%;
}
@media screen and (max-width: 1023px) {
.head_img img{
	width: 90%;
}
}



.collabo-top{
	width: 100%;
	text-align: center;
}
.collabo-top img{
	width: 90%;
	height:auto;
}

.collabo-text{
	padding: 30px;
	text-align: left;
	font-size: 1.8rem;
}
.collabo-img{
	width: 100%;
	text-align: center;
}
.collabo-img img{
	width: 90%;
}
.collabo-history{
	display: flex;

  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
	
}
.collabo-history div{
	width: 42%;
	margin: 5px 4%;
}
.collabo-history div img{
	width: 100%;
}
@media screen and (max-width: 1023px) {
.collabo-history div{
	width: 44%;
	margin: 5px 2%;
}
.collabo-history div img{
	width: 100%;
}
}



/*ニュース*/
#news{
		margin: 0 auto;
}
#news ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#news ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #a3d0d0;
	border-radius: 20px;
}
#news ul li:hover{
	background: #a3d0d0;
}
#news ul li div.thumbnail{
	text-align: center;
	width: 100%;
}
#news ul li div.thumbnail img{
	width: 80%;
	height: 80%;
	object-fit: cover;
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
}
#news ul li p{
	text-align: left;
}
#news ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #a3d0d0;
}
#news ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#news ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#news ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#news ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
#news ul li:hover p.date,
#news ul li:hover p.title{
	color: #fff;
}
@media screen and (max-width: 720px) {
#news ul li p.date,
#news ul li p.title{
	font-size: 3vw;
}
}
#news ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#news ul li p.price{
	width: 100%;
	color: #B19367;
}

#news ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#news ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #a3d0d0;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {

#news ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 10px;
}
#news ul li{
		font-size: 1.8vw;
}
#news ul li div.trim{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 10px;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#news ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#news ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#news ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#news ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}

#news ul li:hover{
	background: #a3d0d0;
}




#news ul li p{
	text-align: left;
}
#news ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #a3d0d0;
}
#news ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#news ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#news ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#news ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
#news ul li p.trim_to a{
	color: #7A5F4B;
}
#news ul li:hover p.date,
#news ul li:hover p.title,
#news ul li:hover p.trim_to a{
	color: #fff;
}
#news ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#news ul li p.price{
	width: 100%;
	color: #B19367;
}

}





/*ニュースページ*/
#news-page{
		margin: 0 auto;
}
#news-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#news-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #a3d0d0;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#news-page ul{
	padding: 0 10px;
}

#news-page ul li{
		font-size: 1.8vw;
}
}

#news-page ul li:hover{
	background: #a3d0d0;
}


#news-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#news-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#news-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#news-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#news-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}

#news-page ul li p{
	text-align: left;
}
#news-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #a3d0d0;
}
#news-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#news-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#news-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#news-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}

@media screen and (max-width: 720px) {
#news-page ul li p.date,
#news-page ul li p.title{
	font-size: 3vw;
}
}
#news-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#news-page ul li:hover p.date,
#news-page ul li:hover p.title,
#news-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#news-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#news-page ul li p.price{
	width: 100%;
	color: #B19367;
}


#news-page{
		margin: 0 auto;
}
#news-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#news-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #a3d0d0;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#news-page ul{
	padding: 0 10px;
}

#news-page ul li{
		font-size: 1.8vw;
}
}

#news-page ul li:hover{
	background: #a3d0d0;
}


#news-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#news-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#news-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#news-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#news-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}
#news-page ul li p{
	text-align: left;
}
#news-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #a3d0d0;
}
#news-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#news-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#news-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#news-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}

@media screen and (max-width: 720px) {
#news-page ul li p.date,
#news-page ul li p.title{
	font-size: 3vw;
}
}
#news-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#news-page ul li:hover p.date,
#news-page ul li:hover p.title,
#news-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#news-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#news-page ul li p.price{
	width: 100%;
	color: #B19367;
}



#goods-page{
		margin: 0 auto;
}
#goods-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#goods-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #f6bdb8;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#goods-page ul{
	padding: 0 10px;
}

#goods-page ul li{
		font-size: 1.8vw;
}
}

#goods-page ul li:hover{
	background: #f6bdb8;
}


#goods-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#goods-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#goods-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#goods-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#goods-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}
#goods-page ul li p{
	text-align: left;
}
#goods-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #f6bdb8;
}
#goods-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#goods-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#goods-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#goods-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
@media screen and (max-width: 720px) {
#goods-page ul li p.date,
#goods-page ul li p.title{
	font-size: 3vw;
}
}
#goods-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#goods-page ul li:hover p.date,
#goods-page ul li:hover p.title,
#goods-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#goods-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#goods-page ul li p.price{
	width: 100%;
	color: #B19367;
}


#goods-page{
		margin: 0 auto;
}
#goods-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#goods-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #f6bdb8;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#goods-page ul{
	padding: 0 10px;
}

#goods-page ul li{
		font-size: 1.8vw;
}
}

#goods-page ul li:hover{
	background: #f6bdb8;
}


#goods-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#goods-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#goods-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#goods-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#goods-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}
#goods-page ul li p{
	text-align: left;
}
#goods-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #f6bdb8;
}
#goods-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#goods-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#goods-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#goods-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
@media screen and (max-width: 720px) {
#goods-page ul li p.date,
#goods-page ul li p.title{
	font-size: 3vw;
}
}
#goods-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#goods-page ul li:hover p.date,
#goods-page ul li:hover p.title,
#goods-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#goods-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#goods-page ul li p.price{
	width: 100%;
	color: #B19367;
}





#digital-page{
		margin: 0 auto;
}
#digital-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#digital-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #b48957;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#digital-page ul{
	padding: 0 10px;
}

#digital-page ul li{
		font-size: 1.8vw;
}
}

#digital-page ul li:hover{
	background: #b48957;
}


#digital-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#digital-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#digital-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#digital-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#digital-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}
#digital-page ul li p{
	text-align: left;
}
#digital-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #b48957;
}
#digital-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#digital-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#digital-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#digital-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
@media screen and (max-width: 720px) {
#digital-page ul li p.date,
#digital-page ul li p.title{
	font-size: 3vw;
}
}
#digital-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#digital-page ul li:hover p.date,
#digital-page ul li:hover p.title,
#digital-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#digital-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#digital-page ul li p.price{
	width: 100%;
	color: #B19367;
}


#digital-page{
		margin: 0 auto;
}
#digital-page ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}
#digital-page ul li{
	width: 90%;
	background: #fff;
	margin: 10px auto;
	padding: 15px 15px;
	transition: all 0.2s ease;
	border: 3px solid #b48957;
	border-radius: 20px;
}
@media screen and (max-width: 1023px) {
#digital-page ul{
	padding: 0 10px;
}

#digital-page ul li{
		font-size: 1.8vw;
}
}

#digital-page ul li:hover{
	background: #b48957;
}


#digital-page ul li div.trim{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 10px;
	justify-content: center;
	align-items: center;
}


#digital-page ul li div.thumbnail{
	text-align: center;
	width: 150px;
}
#digital-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 150px;
}
@media screen and (max-width: 1023px) {

#digital-page ul li div.thumbnail{
	text-align: center;
	width: 15vw;
}
#digital-page ul li div.thumbnail img{
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
	width: 15vw;
}
}
#digital-page ul li p{
	text-align: left;
}
#digital-page ul li div p.date{
    display: inline-block;
    color: #B19367;
    margin-right: 10px;
	width: 100%;
	padding: 0 0 0;
	border-bottom: 3px dotted #b48957;
}
#digital-page ul li:hover div p.date{
    color: #fff;
	border-bottom: 3px dotted #fff;
}

#digital-page ul li div p.date::before{
	display: inline-block;
	color: #ffffff;
	padding: 0px 3px;
	position: relative;
	border-radius: 12px;
	top: 1px;
	content: "";
	background: url("../img/footprint.png") no-repeat;
	width: 16px;
	height: 18px;
}
#digital-page ul li:hover div p.date::before{
	background: url("../img/footprint2.png") no-repeat;
}
#digital-page ul li p.title{
	width: 100%;
	padding: 0 0;
	color: #7A5F4B;
}
@media screen and (max-width: 720px) {
#digital-page ul li p.date,
#digital-page ul li p.title{
	font-size: 3vw;
}
}
#digital-page ul li p.trim_to a{
	color: #7A5F4B!important;
}
#digital-page ul li:hover p.date,
#digital-page ul li:hover p.title,
#digital-page ul li:hover p.trim_to a{
	color: #fff!important;
}
#digital-page ul li p.release{
	width: 100%;
	padding: 0 0 0 0;
	color: #B19367;
}
#digital-page ul li p.price{
	width: 100%;
	color: #B19367;
}







#line ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	padding: 0 30px;
}

#line ul li{
}

#line ul li div.line-banner img{
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 10px;
}

#line ul li div.line-banner img:hover{
	opacity: 0.7;
}


@media screen and (max-width: 1023px) {
#line ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 20px;
}
}




/*PAGE NAV*/

#page-nav  {
	text-align:center;
	color: #70C3C1;
	margin: 50px 0 10px;
}
#page-nav .current_page {
	color: #70C3C1;
}
#page-nav a.link_before {
	margin:6px;
	padding-top: 3px;
	color: #70C3C1;
	border-radius: 50%;
	width: 15vw;
	height: 3rem;
	display: inline-block;
	font-weight: bold;
}
#page-nav a.link_next {
	padding-top: 3px;
	color: #70C3C1;
	border-radius: 50%;
	width: 15vw;
	height: 3rem;
	display: inline-block;
	font-weight: bold;
}

#page-nav a:hover {
	opacity: .6;
}

#page-nav a.link_page{
	padding:5px;
	margin: 5px;
	background-color: #fff;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	border: 2px solid #70C3C1;
	line-height: 20px;
	color: #70C3C1;
}
#page-nav a.link_page:hover{
	background-color: #70C3C1;
	border: 2px solid #70C3C1;
}
#page-nav span.current_page {
	padding:5px;
	margin: 5px;
	background-color: #70C3C1;
	color: #fff;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #70C3C1;
	line-height: 20px;
}

@media screen and (max-width: 1023px) {
#page-nav  {
	font-size: 1.6vw;
}
#page-nav a.link_page{
	padding:5px;
	margin: 5px;
	background-color: #fff;
	width: 3vw;
	height: 3vw;
	display: inline-block;
	border-radius: 20px;
	border: 2px solid #70C3C1;
	line-height: 20px;
	color: #70C3C1;
}
#page-nav span.current_page {
	padding:5px;
	margin: 5px;
	background-color: #70C3C1;
	color: #fff;
	width: 3vw;
	height: 3vw;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #70C3C1;
	line-height: 20px;
}
}




/*===============================

	記事

================================*/

#article{
	position: relative;
	background: #fff;
	padding: 100px 120px 0px;
}
@media screen and (max-width: 1023px) {
#article{
	padding: 100px 30px 0px;
}
#article img{
	width: 100%;
	height: 100%;
}
}
.articleDate{
	text-align: left;
	padding: 10px 0;
	margin: 0 auto 0;
	font-size: 1rem;
	font-weight: bold;
	text-shadow: 0px 3px 3px #fff;
	color: #806A51;
	border-bottom: 1px solid #a3d0cf;
	font-size: 1.6rem;
}
.articleTitle{
	text-align: left;
	padding: 10px 0;
	margin: 10px auto 40px;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 0px 3px 3px #fff;
	color: #806A51;
	border-bottom: 5px double #a3d0cf;
	font-size: 2rem;
}
.articleText{
	margin: 0 auto;
	font-size: 16px;
}
.articleText p{
}
.mdbar{
	display: inline-block;
	margin: 16px 0 0;
	background: #a3d0cf;
	color: #FFFFFF;
	padding: 10px 40px;
	font-weight: bold;
	border-radius: 50px;
}
.mdbox{
	margine:20px 0 40px;
	padding:20px;
	border:3px solid #996633;
	background: #FFFCF7;
}
strong{
	width: 100%;
	margin: 16px auto;	
	color: #58A4A3;
	font-weight: bold;
	font-size: 1.2rem;
}
.articleText img{
	padding: 2rem 0;
	max-width: 100%;
}
.articleFooter {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
	padding: 0 100px;

}
.articleFooter span {
  list-style-type: none;
  background-color: #fff;
  flex-grow: 1;
  text-align: center;
}
.articleFooter span a{
	color: inherit;
}
.articleFooter span + span {
  border-left: 1px solid #a3d0cf;
}

.articleFooter span:nth-child(1)::before {
	content: "◀";
	margin-right: 15px;
}
.articleFooter span:nth-child(2)::after {
	content: "▶";
	margin-left: 15px;
}




.articleShare{
	display: flex;
	justify-content: flex-end;
	margin: 50px 0;
	padding: 30px 30px 60px;
	border-bottom: 1px solid #a3d0cf;
	
}
.articleShare_cp{
	display: flex;
	justify-content: flex-end;
	margin: 60px 20px 0;
	padding: 10px;
	
}


table{
	margin: 20px 0;
	width: 100%;
}
table, td, th {
	border: 2px solid #5FA3A1;
	outline: 1px solid #5FA3A1;
	outline-offset: -1px;
	border-collapse: collapse;
}
td, th {
	padding: 12px 12px;
}
th {
	background-size: 30px 30px;
	background-color: #a3d0cf;
	color: #fff;
	border-bottom: 3px solid #5FA3A1;
	text-align: center;
	font-weight: 900;
}
td{
}

.swiper{
	text-align: center;
	margin: 0 auto;
}











@media screen and (max-width: 640px) {
table{
	font-size: 1rem;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
img{
	width: 100%;
}
table, td, th {
	outline: inherit;
	outline-offset: inherit;
	border-collapse: inherit;
}
td, th {
	display: block;
}
th {
	color: #fff;
	border-bottom: 2px solid #AC9B5E;
}
}




/* ---------------------------
 2024/1/17 佐藤追加 
----------------------------- */

.articleText a {
 color:#65caa1;
}
.articleText a:hover {
 text-decoration:underline; 
 color:#ff6600;
 }





#page-top{
	display: inline-block;
	text-align: right;
	position: fixed;
	right: -20px;
	bottom: 0px;
	cursor: pointer;
	z-index: 3000;
	animation: 5s float2 ease-in-out infinite;
}
#page-top img{
	margin-right: 70px;
}
@-webkit-keyframes float2 {
  50% {
    transform:translateY(-15px);
  }
}
@keyframes float2 {
  50% {
    transform:translateY(-15px);
  }
}




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


#page-top{
	right: -30px;
	margin-bottom: -20px;
}
#page-top img{
	width: 15vw;
}

}














footer {
	text-align: center;
	background: #B19367;
	margin-top: 80px;
	padding: 40px 0;
 }
 
@media screen and (max-width: 640px) {
footer img{
	width: 70vw;
 }
 }

 
@media screen and (max-width: 1023px){
.pc{
display: none;
}

.pc{
display: inline-block;
}
.sp{
display: none;
}
}
@media screen and (max-width: 1023px){
.pc{
display: none;
}
.sp{
display: inline-block;
}
}

