@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

#ggmagvol5 {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#ggmagvol5 img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#ggmagvol5 p{
	font-size: 1em!important;
	margin-top: 0!important;
}

#ggmagvol5 h1,
#ggmagvol5 h2,
#ggmagvol5 h3,
#ggmagvol5 h4,
#ggmagvol5 h5{
	color: #000000;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	letter-spacing: 1px;
    font-family: 'DIN-Condensed', 'Noto Sans JP',sans-serif;
}

#ggmagvol5 h1{
	font-size:2.5em;
	margin: 30px auto;
	line-height: 110%;
}

#ggmagvol5 h1 span{
	font-size: 0.8em;
}

#ggmagvol5 h2{
	font-size: 1.8em;
	line-height: 140%;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

#ggmagvol5 h3{
	font-size: 1.4em;
	line-height: 140%;
	letter-spacing: 2px;
    margin: 50px auto;
}

#ggmagvol5 h4{
	font-size: 1.2em;
	line-height: 140%;
    margin: 30px auto;
}

#ggmagvol5 .ggmagvol5_wrap{
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#ggmagvol5 .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#ggmagvol5 .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#ggmagvol5 .main_text p span{
	color: #C52F32;
	font-weight: bold;
}

#ggmagvol5 section.menu{
    width: 100%;
    max-width: 700px;
    margin: 100px auto;
}

#ggmagvol5 section.item{
    width: 100%;
    margin: 100px auto;
}

#ggmagvol5 section.item1 .flex div{
    flex-basis: calc(100% / 2);
}

#ggmagvol5 section.item2 .flex div,
#ggmagvol5 section.item3 .flex div,
#ggmagvol5 section.item4 .flex div,
#ggmagvol5 section.item5 .flex div,
#ggmagvol5 section.item6 .flex div,
#ggmagvol5 section.item7 .flex div{
    flex-basis: calc(100% / 2);
}

#ggmagvol5 .textaria{
	margin: 40px auto;
	width: 100%;
    max-width: 650px;
}

#ggmagvol5 .textaria p.itemtext{
	text-align: left;
	margin: 0 auto 20px!important;
}

.itemlist{
    font-size: 0.8em!important;
    text-align: left;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    padding: 12px 0;
    border-bottom: 1px #000000 solid;
    margin: auto;
}

.itemlist:first-of-type{
    border-top: 1px #000000 solid;
}

.itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 130%;
    font-size: 1.25em!important;
}

.itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#ggmagvol5 section.styling .itemlist p.price{
	margin: 0 auto !important;
	font-size: 0.95em!important;
	display: block;
}

#ggmagvol5 .itemlist p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

/* 購入ボタン */

#ggmagvol5 section.styling .otheritem,
.itemlist a,
#ggmagvol5 a.buy,
#ggmagvol5 .itemlist span.coming,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#ggmagvol5 a.buy{
    width: 90%;
    max-width: 400px;
    margin: 30px auto;
}

#ggmagvol5 .itemlist a:hover,
#ggmagvol5 a.buy:hover,
#ggmagvol5 .itemlist span.coming,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#ggmagvol5 section.styling .otheritem{
    font-family: 'DIN-Condensed', sans-serif;
    font-size: 1.5em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 0;
    margin: 20px auto;
    letter-spacing: 3px;
}

.itemlist .coming{
    line-height: 130%;
    font-size: 0.8em!important;
    padding: 8px 0;
}

#ggmagvol5 section.otheritem .otheritemlist div{
	flex-basis: calc(100% / 4 - 1.5%);
	padding: 2%;
	background: #FFF;
	margin-bottom: 2%;
	margin-right: 2%;
}

#ggmagvol5 section.otheritem .otheritemlist div:nth-of-type(4n){
	margin-right: 0;
}

#ggmagvol5 section.otheritem .otheritemlist p.itemname{
	text-align: center;
	margin: 5px auto 0!important;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.85em!important;
    line-height: 150%;
}

#ggmagvol5 section.otheritem .otheritemlist p.price{
	margin: 0 auto 10px!important;
	font-size: 0.8em!important;
	display: block;
}

.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 1em!important;
    color: #666;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}

.featherlight-content p.model{
	border-bottom: 1px #000000 solid;
    margin: 30px auto 0!important;
    padding-bottom: 10px;
    text-align: left;
    color: #25903A!important;
    font-size: 1.3em!important;
}

/* profile */

#ggmagvol5 section.instagram{
    width: 90%;
    max-width: 600px;
    margin: 100px auto;
}

#ggmagvol5 section.instagram .flex .profile{
    flex-basis: 50%;
}

#ggmagvol5 .profile{
	/*width: 85%;*/
	max-width: 500px;
	margin: 0 0 20px;
}

#ggmagvol5 .profile div:first-child{
	flex-basis: 40%;
}

#ggmagvol5 .profile div:last-child{
	flex-basis: 60%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#ggmagvol5 .profile p.modelname{
	font-weight: 500;
	font-size: 1.3em!important;
	font-family: 'DIN-Condensed', sans-serif;
	color: #25903A;
	line-height: 100%;
}

#ggmagvol5 .profile p.proftext{
	font-size: 0.8em!important;
}

#ggmagvol5 .profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

#ggmagvol5 .profile div:last-child p.icon{
	margin: 0!important;
	font-size: 0.75em!important;
	flex-basis: 100%;
	text-align: left;
}

#ggmagvol5 .profile a{
	 text-decoration: underline;
	 color: #443001;
}

#ggmagvol5 .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

/* 回遊リンク */

#ggmagvol5 .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#ggmagvol5 .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #25903A;
	border-bottom: 1px solid #25903A;
	color: #25903A;
    text-align: center;
}

#ggmagvol5 .Banner4 ul {
	display:inline;
}

#ggmagvol5 .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#ggmagvol5 .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#ggmagvol5 .right{
	flex-direction:row-reverse;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#ggmagvol5 h1{
	font-size: 5.2vw;
    letter-spacing: 1px;
    line-height: 160%;
}

#ggmagvol5 h2{
	font-size: 5.25vw;
	margin-bottom: 2.5vw;
}

#ggmagvol5 h3{
	font-size: 4.5vw;
	margin-bottom: 5.5vw;
}

#ggmagvol5 h4{
	font-size: 3.8vw;
	margin-bottom: 2.5vw;
}

#ggmagvol5 p,
#ggmagvol5 div{
	font-size: 3.35vw!important;
	line-height: 180%;
}

#ggmagvol5 .main_text{
	margin: 12.125vw auto!important;
	width: 100%;
}

#ggmagvol5 .main_text p{
	text-align: left;
    width: 100%;
    margin: auto;
}

#ggmagvol5 section,
#ggmagvol5 section.menu,
#ggmagvol5 section.item{
	margin:15.125vw auto;
	width: 100%;
}

#ggmagvol5 .style1{
    margin: 10.125vw auto 17.125vw;
}

#ggmagvol5 ul.slider {
	width: 90%;
    margin: auto;
}

#ggmagvol5 .style:first-of-type{
	margin:9.125vw auto 17.125vw;
}

#ggmagvol5 .style .textaria{
	width: 90%;
	margin: 10.25vw auto 0;
}

#ggmagvol5 .itemlist div{
	font-size: 2.7vw!important;
}

#ggmagvol5 .talk{
    margin: 45px auto;
}

.itemlist div:first-child{
    font-size: 3vw!important;
    line-height: 140%;
}

#ggmagvol5 .itemlist p.price{
	font-size: 2.6vw!important;
}

#ggmagvol5 section.otheritem .flex{
    width: 90%;
    margin: auto;
}

#ggmagvol5 section.otheritem .otheritemlist div{
	flex-basis: calc(100% / 2 - 2%);
	padding: 2%;
	background: #FFF;
	margin-bottom: 4%;
	margin-right: 4%;
}

#ggmagvol5 section.otheritem .otheritemlist div:nth-of-type(2n){
	margin-right: 0;
}

#ggmagvol5 section.otheritem .otheritemlist p.itemname{
    height: 9vw;
	font-size: 3vw!important;
	line-height: 150%;
}

#ggmagvol5 section.instagram{
    width: 60%;
    margin: 12.5vw auto;
}

#ggmagvol5 section.instagram .flex .profile{
    flex-basis: 100%;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#ggmagvol5 .Banner4 {
	text-align: center;
	width: 100%;
}

#ggmagvol5 .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#ggmagvol5 .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#ggmagvol5 .header{
	position: relative;
	/*height: 169vw;*/
}

#ggmagvol5 .header .title{
	position: absolute;
	bottom: 2vw;
	left: 0;
    right: 0;
    margin: auto;
	width: 55%;
}

}