@charset "utf-8";
/* CSS Document */






body {
	position: relative;
	color: #000000;
	height: 100%;
	word-break: break-all;
	line-height: 2;
	font-size: 0.9rem;
	letter-spacing: 0.04rem;
	font-family: "Noto Sans JP", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	margin: 0 auto;
	background-color: #cecbcb;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	
}
div {
	margin: 0 auto;
}
img {
	margin: 0 auto;
	width: 100%;
	display: block;
}
a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*--- 文字装飾---*/

.emphasis {
    /* background-color: #cbeaffc9; */
    font-weight: 600;
    border-bottom: 2px solid #777;
}
span.c-item {
	color: #FFF;
	background-color: #000;
	font-size: 10px;
	padding: 2px;
	margin-right: 7px;
}
/*--- clearfix---*/

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.fab {
	font-weight: normal;
}




.balloon1 {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}




/*Topへボタン*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	background-color: #9FD6D2;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	padding: 15px 15px;
	letter-spacing: 2px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#container {
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 94%;
	margin: 0 auto;
	padding: 15px 3% 10px;
	background-color:#FFF;
}
div.logo {
	width: 15%;
	max-width: 120px;
	line-height: 100px;
	margin-left: 5px;
	float: left;
}
div.menu {
	float: right;
}
ul.header_ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display:block;
}
ul.header_ul li {
	display: inline-block;
	margin: 5px 10px;
	font-size: 20px;
	padding-left: 10px;
}
section {
	position:relative;
	width: 100%;
	max-width:960px;
	margin: 0px auto 120px;
	padding-top: 80px;
}
section.top {
    margin: -10px auto 50px;
}
/*---タイトル部分---*/

.top {
	width: 100%;/*background-color:#e3e3e3;*/
		max-width: 1920px;
}
.top-wrapper {
	position: relative;

}
.title_logo {
	position: absolute;
	text-align: center;
	width: 100%!important;
	max-width: 960px;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%, -50%);
	transform : translate(-50%, -50%);
}
.top-image {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.top h1 {
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: center;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 1;
	margin-top: 1.5em;
	font-weight: normal;
}
.top h2 {
	font-family: 'Shadows Into Light', cursive;
	text-align: center;
	font-size: 13px;
	line-height: 3;
}
.top p {
    /* font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho"; */
    width: 480px;
    text-align: justify;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 3;
	padding: 2em;
}
.box20 {
	position: relative;
	padding: 0.25em 1em;
	margin: 2em 0;
	top: 0;
}
.box20:before, .box20:after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.box20:before {
	border-left: dotted 2px #000;
	border-top: dotted 2px #000;
	border-bottom: dotted 2px #000;
	left: 0;
}
.box20:after {
	border-top: dotted 2px #000;
	border-right: dotted 2px #000;
	border-bottom: dotted 2px #000;
	right: 0;
}
.box20 p {
	margin: 0;
	padding: 0;
}
/*---各セクション共通---*/









section h1 {
    font-family: 'Londrina Shadow', cursive;
    text-align: center;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1em;
    /* padding: 0 2em; */
    display: block;
    width: 200px;
    margin: 0 auto;

}
section h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2em;
    padding: 0 2em;
    color: #FFF;
}


section h3 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.box5 {
	padding: 0.5em 1em;
	margin: 0 auto;
	border: double 5px #4ec4d3;
	width: 400px;
}
.box5 p {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 380px!important;
}
.pc-image {
	max-width: 1920px;
}
.sp-image {
	display: none;
}
.item-list-image h3 {
	text-align: left;
	font-size: 12px;
	margin: 10px;
}
.item-list-image h4 {
	margin: 0 10px;
	font-size: 12px;
}
.item-list-image p {
	font-size: 11px;
	margin-left: 10px;
	height: 3em;
}
p.comment {
	width: 100%;
	max-width: 1000px;
	text-align: justify;
	margin: 5em auto;
	font-size: 15px;
	padding: 0 2em;
}
ul.best5 {
    width: 100%;
    max-width: 1000px;
    margin: 1em auto 0;
    text-align: right!important;
    font-size: 10px;
}

ul.best5 li {
    width: 44%;
    display: block;
    float: left;
    margin: 0 3% 20px;
}

.main-image {
	float:left;
	width: 640px;
	margin-bottom:80px;
}
.prize {
    float: left;
    width: 320px;
    display: inline-block;
}



.prize p {
    text-align: justify;
    padding: 0 2em;
}
@media screen and (max-width: 959px) {
	
	.main-image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
		display: block
}
	
	
.prize {
    /* float: left; */
    width: 90%;
    float: none;
    margin: 20px auto 60px;
    display: block;
}
}

.item-list-image {
	max-width: 1200px;
	margin: 0 auto;
}
.item-list-image li {
	width: 24%;
	float: left;
	margin: 40px 4% 0;
	padding: 0;
}









/*---フッター---*/

.footer {
    width: 100%;
    background-color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 100px auto 0;
    padding: 50px 0;
    max-width: 100%;
}
/*---マガジン　インスタアイコン---*/
#magazine {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 50px;
}
#insta {
	position: fixed;
	right: 20px;
	bottom: 140px;
	width: 50px;
}
#line {
	position: fixed;
	right: 20px;
	bottom: 200px;
	width: 50px;
}
.btn-flat-double-border {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #00a1dd;
	text-align: center;
	border: double 4px #00a1dd;
	border-radius: 3px;
	transition: .4s;
	width: 430px;
	margin-right: 20px;
}
.btn-flat-double-border:hover {
	background: #fffbef;
}
.righ-zero {
	margin-right: 0;
}
/* アイテム一覧へのボタン　*/
.button-container {
	text-align: center;
	padding-top: 40px;
}
.btn-border {
	display: inline-block;
	max-width: 680px;
	text-align: center;
	border: 2px solid #868686;
	font-size: 18px;
	color: #868686;
	text-decoration: none;
	font-weight: bold;
	padding: 16px 32px;
	border-radius: 4px;
	transition: .4s;
	width: 960px;
}
.btn-border:hover {
	background-color: #868686;
	border-color: #ccc;
	color: #FFF;
}

@media screen and (max-width: 959px) {
section {
	width: 100%;
	margin: 10px auto;
	padding-top: 90px;
}
section h1 {
	font-size: 4em;
}
.plus {
	width: 100%;
	margin: 60px auto;
}
.list {
	width: 100%;
}
p.comment {
	font-size: 14px!important;
	width: 80%;
	padding:0;
}
a.btn-flat-double-border {
	width: 70%;
	display: block;
	margin: 30px auto!important;
}
.button-container {
	text-align: center;
	padding-top: 40px;
	width: 90%;
}
.btn-border {
	width: 80%;
}
/*---吹き出し---*/
.fukidashi {
	display: none;
}
/*---アイテム---*/

.color-item.cf {
	width: 100%;
	margin: 40px 0 0;
}
.stripe-item.cf {
	width: 100%;
	margin: 40px 0 0;
}
.cla-item.cf {
	width: 100%;
	margin: 40px 0 0;
}
.cla-item ul li {
	width: 33.333333333333%;
	float: left;
}
.nature-item.cf {
	width: 100%;
	margin: 40px 0 0;
}
.bag-item.cf {
	width: 100%;
	margin: 40px 0 0;
}
}

@media screen and (max-width: 767px) {
.pc-image {
	display: none;
}
.sp-image {
	display: block;
}
.sp-title {
	width: 80%;
	margin-top: 60px;
}
section {
	width: 100%;
	margin: 40px auto;
}
.top h1 {
	display: none;
}
.top h2 {
	display: none;
}
.top p {
    width: 70%;
    padding: 2em;
    margin: 60px auto 0;
    line-height: 2.4;
}
.plus p {
	width: 70%;
	margin: 2em auto;
}
ul.best5 li {
	font-size:10px;
}
.box5 {
	padding: 0.5em 1em;
	margin: 0 auto;
	border: double 5px #4ec4d3;
	width: 80%;
}
.box5 p {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%!important;
}
section h2 {
    font-size: 18px;
    margin-top: 0.5em;
    margin-bottom: 2em;
}





#middle .item-list-image li {
    width: 48%;
    float: left;
    margin: 10px 1%;
    padding: 0;


}

.pc-title-middle {
	display:none;
}

.sp-title-middle {
	display:block;
}


.item-list-image li {
    width: 48%;
    margin: 40px 1% 0;
}



li.neck-right {
    display: none;
}



}

@media screen and (max-width: 320px) {
header {
	height: 80px;
	padding: 0;
}
div.logo {
	width: 100px;
	line-height: 100px;
	margin: 0 auto 10px;
	/* margin-left: 5px; */
	float: none;
}
ul.header_ul li {
	margin: 0 1%;
	width: 29%;
}
section.top {
	margin: 0 auto;
	padding-top: 80px;
}
}

@media screen and (min-width: 361px) and (max-width: 640px) {
header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 94%;
	height: 80px;
	margin: 0 auto;
	padding: 5px 3%;
	background-color: rgba(169, 169, 169, 0.85);
}
div.logo {
	width: 25%;
	line-height: 1;
	margin: 5px auto;
	padding: 0;
	float: none;
	max-width: 100px;
}
div.menu {
	float: none;
	width: 100%;
}
ul.header_ul li {
	display: inline-block;
	width: auto;
	margin: 0 20px;
	padding: 0;
}
section.top {
	margin: 0 auto;
	padding-top: 90px;
}
}

@media screen and (min-width: 641px) and (max-width: 767px) {
ul.header_ul li {
	display: inline-block;
	margin-right: 10px;
}
}

@media screen and (min-width: 361px) and (max-width: 480px) {
#basic .item-list-image li {
    width: 48%;
    float: left;
    padding: 1%;
}

}

@media screen and (min-width: 481px) and (max-width: 767px) {
img.sp-title {
	width: 80%;
	margin-top: 60px;
}
.list dl {
	width: 31%;
	float: left;
	margin: 0 1%;
}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
.list dl {
	width: 22%;
	float: left;
	margin: 0 1%;
}
}