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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap');
html, body, ul, li, p, a, div, img, h1, h2, h3 {
	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;
}
#polo_mugcup {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	color: #000;
}
#polo_mugcup img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}

#polo_mugcup img.subtitle {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 60px;
	width: 100%;
}

#polo_mugcup section.main .movie img {
	max-width: 80%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}


#polo_mugcup .main .staffcmt img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 100%;
}


#polo_mugcup p {
	font-size: 0.95em!important;
	margin-top: 20px!important;
	line-height: 180%;
	margin-bottom: 30px;
	text-align: left;
}

#polo_mugcup p.text {
	font-size: 0.95em!important;
	margin-top: 0!important;
	line-height: 180%;
	margin-bottom: 30px;
	margin-top:30px;
	text-align: center;
}

#polo_mugcup .polo_mugcup_wrap {
	width: 100%!important;
	max-width: 100%!important;
	margin: 0 auto;
	padding: 0;
}

#polo_mugcup .polo_mugcup_wraptext {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 180%;
	font-size: 1.2em;
}

#polo_mugcup .polo_mugcup_wraptext2 {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 180%;
	font-size: 1.2em;
}
#polo_mugcup h1, #polo_mugcup h2, #polo_mugcup h3 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	line-height: 180%;
}
#polo_mugcup h1 {
	font-size: 2.0em;
	line-height: 180%;
	letter-spacing: 0.5px;
	margin: 0 auto 20px;
	color: black;
}

#polo_mugcup h1 span{
	font-size: 0.8em;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0 auto 10px;
	
}


#polo_mugcup h2 {
	font-size: 1.8em;
	line-height: 180%;
	text-align: center;
	margin: 0 auto 10px;
}
#polo_mugcup h2.slide {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
}

#polo_mugcup section.item img,
#polo_mugcup section.item_2{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

#polo_mugcup section.item img,
#polo_mugcup section.item_2 img,
#polo_mugcup section.item_3 img{
	width: 100%;
}

#polo_mugcup section.item{
	width: 80%;
}

#polo_mugcup section.item .flex div {
	flex-basis: 100%;
	padding: 0%;
}

#polo_mugcup section.item_2 .flex div {
	flex-basis: 50%;
	padding: 0.5%;
}

#polo_mugcup section.item_3 .flex div {
	flex-basis: 33%;
	padding: 0%;
}

#polo_mugcup p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#polo_mugcup p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}



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

#polo_mugcup staffcommenmt.flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	flex-direction: column;
}
#polo_mugcup p.first_text {
	margin: 0px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#polo_mugcup  .t_voice {
	width: 35%;
	margin: 0 auto 30px;
}

#polo_mugcup section {
	width: 100%;
	margin: 70px auto;
	background: #ffffff;
}
#polo_mugcup section.main {
	width: 100%;
	max-width: 800px;
	position: relative;
	text-align: center;
	margin: 0px auto 70px;
}
#polo_mugcup section.main .item p.itemname {
	text-align: center;
	margin: 6px auto 5px!important;
	line-height: 180%;
}
#polo_mugcup section.main .item p.price, #polo_mugcup section.point p.price {
	text-align: center;
	margin: 5px auto 15px!important;
}
#polo_mugcup p.itemname {
	width: 100%;
	line-height: 160%;
}
#polo_mugcup p.price {
	width: 100%;
	display: block;
	font-size: 1.2em!important;
}

#polo_mugcup p.price span {
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}
/*#polo_mugcup section.main .otheritem {
	width: 100%;
}
#polo_mugcup section.main .otheritem div {
	flex-basis: 50%;
}
*/
#polo_mugcup section.main .subimage {
	width: 100%;
	margin: 0 auto;
}

#polo_mugcup section.main .otheritem .flex div, #polo_mugcup section.main .subimage div {
	flex-basis:calc(100% / 3);
}


#polo_mugcup .top8 .polo_mugcuplist {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

#polo_mugcup .polo_mugcuplist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin: auto;
}

#polo_mugcup .polo_mugcuplist, #polo_mugcup{
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	max-width: 100%;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

/*
#polo_mugcup section.main .otheritem img {
	width: 100%;
	max-width: 400px;	
}
#polo_mugcup section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 15px auto 25px;
}
#polo_mugcup section.main p.itemname {
	font-size: 0.9em!important;
}
*/
/*スライド*/

#polo_mugcup section.point {
	width: 100%;
	background: #ffdee5;
	/*background:	url(https://peetonline.com/images/all/polo_mugcup/backgroundesign.jpg) no-repeat;*/
}
#polo_mugcup section.point h2 {
	font-size: 1.8em;
	margin: 5px auto 10px;
}
#polo_mugcup section.point .otheritem {
	width: 98%;
	padding: 5%;
	background: #FFF;
	margin-top: 10px;
	margin-bottom: 35px;
}
#polo_mugcup ul.poinnt_slider li {
	padding: 0 0.3%;
}
#polo_mugcup section.point .itembox {
	width: 80%;
	max-width: 800px;
	margin: 15px auto;
}
#polo_mugcup section.point p.itemname {
	text-align: center;
	margin: 0 auto!important;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 0.85em!important;
}
#polo_mugcup section.point p.cornertext {
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}
#polo_mugcup .function {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	background: #FFF;
	padding: 10px 0;
}
#polo_mugcup .function img {
	width: 100%;
}
#polo_mugcup .function div:first-child {
	flex-basis: 30%;
}
#polo_mugcup .function div:last-child {
	flex-basis: 70%;
	padding-left: 2%;
	text-align: left;
	font-size: 1.1em!important;
	line-height: 150%;
	margin: auto;
}


/* 購入ボタン */

#polo_mugcup section.main .buy {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid black;
	background: black;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}
#polo_mugcup section.main .buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid black;
	color: black;
}

#polo_mugcup section.point .buy a {
	display: block;
	width: 100%;
	max-width: 80px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #ed5097;
	background: #ed5097;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#polo_mugcup section.point .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #ed5097;
	color: #ed5097;
}
/* 回遊リンク */

#polo_mugcup .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#polo_mugcup .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#polo_mugcup .Banner4 ul {
	display: inline;
}
#polo_mugcup .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;
	}
	/* ヘッダー・フッターの崩れを直す */
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}

	#polo_mugcup h1 {
		font-size: 4.0vw;
		margin-top: 15vw;
		
	}
	
		#polo_mugcup h1 span {
		font-size: 4.2vw;	
	}
	#polo_mugcup h2 {
		font-size: 4.5vw;
		text-align: center;
		
	}
	#polo_mugcup h3 {
		font-size: 3.5vw;
		margin: 0 auto;
	}
	#polo_mugcup section.item,
	#polo_mugcup section.item_2 {
		margin: 0vw auto -15.125vw;
	}
	
	#polo_mugcup .polo_mugcup_wraptext {
	width: 90%!important;
	max-width: 800px;
	font-size: 3.2vw!important;
	padding: 0;
	text-align: center;
	line-height: 180%;
    font-weight: 500!important;
}
	
		#polo_mugcup .polo_mugcup_wraptext2 {
	width: 90%!important;
	max-width: 800px;
	margin-top: 15vw;
	padding: 0;
	text-align: center;
	line-height: 180%;
	font-size:3.2vw!important;
	font-weight: 500!important;
}
	
	#polo_mugcup section.item{
	width: 100%;
}
	
	
#polo_mugcup .polo_mugcuplist div {
		padding: 1% 2%;
	}
	
#polo_mugcup .polo_mugcuplist div {
	flex-basis: calc(100% / 3);
	padding: 2% 3%;
	margin: auto;
	text-align: center;
}	
	
	#polo_mugcup img.subtitle {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 25px;
	width: 100%;
}
	
#polo_mugcup p {
    font-size: 0.95em!important;
    margin-bottom: 25px!important;
    line-height: 180%;
    text-align: left;
	margin:auto;
	width: 90%;
}

#polo_mugcup p.text {
    font-size: 3.2vw!important;
    margin-bottom: 25px!important;
    line-height: 180%;
    text-align: center;
	margin:auto;
	width: 100%;
	text-align: center;
	font-weight: 500;
}	

	#polo_mugcup .main .staffcmt img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	width: 80%;
}
	
	#polo_mugcup  .t_voice {
	    width: 60%;
	    margin: 0px auto 30px;
	}
	#polo_mugcup p, #polo_mugcup div {
		font-size: 3vw!important;
		line-height: 180%;
	}
	#polo_mugcup p.first_text {
		display: block!important;
		margin: 5.5vw auto 0!important;
		text-align: left;
	}
	#polo_mugcup section, #polo_mugcup section.main {
		margin: 0 auto 8.375vw;
	}
	#polo_mugcup p.price {
		font-size: 3.2vw!important;
		line-height: 110%;
	}
	#polo_mugcup section.point {
		margin: 10.125vw auto;
	}
	#polo_mugcup section.point h2 {
		font-size: 5.85vw;
		margin: 10px auto;
	}
	#polo_mugcup section.point p.cornertext {
		margin: 10px auto!important;
	}
	#polo_mugcup section.point p.itemname{
		height: 55px;
	}
	#polo_mugcup section.point .otheritem{
		width: 100%;
	}
	#polo_mugcup ul.point_slider li {
		padding: 0 0.3%;
	}
	/* 100%表示用 */
	/* 回遊リンク */
	#polo_mugcup .Banner4 {
		text-align: center;
		width: 100%;
	}
	#polo_mugcup .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#polo_mugcup .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img{
	   display: none;
    }
	#polo_mugcup .header {
		position: relative;
		height: 90vw;
	}
	#polo_mugcup .header .fv1 {
        position: absolute;
        bottom: 6vw;
        left: 3vw;
        width: 90%;
        margin: auto;
	}
}