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

/*reset*/

/* https://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset*/


/* 汎用的につかうもの */

.relative {
	position:relative;
	z-index:20;
	overflow: hidden;
}

.sp {
	display: none!important;
}
.pc {
	display: block!important;
}

/*バレンタイン*/
.header {
	height:60px;
	width:100%;
	box-sizing: border-box;
	padding: 0 20px;
	position:fixed;
	z-index:31;
	background:#f8f9f3;
}
.header__logo {margin:15px 65px;}
.header__logo img{ width:100px;}
.header__button-label {
	width:40px;
	height:40px;
	margin: 10px;
	position: fixed;
	top: 0;
	left: 20px;
	transition: .4s;
	cursor: pointer;
}
.header__button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility:hidden;
	position:relative;
	width:40px;
	height:40px;
	margin:10px;
	transition:.4s;
	background: none!important;
	cursor: pointer;
	float: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header__button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 visibility:hidden; 
	position:relative;
	width:40px;
	height:40px;
	margin:10px;
	transition:.4s;
	background: none!important;
	cursor: pointer;
	float: left;
}
}
.header__button-label:before {
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	visibility:visible;
	top:10px;
}
.header__button-label:after {
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	visibility:visible;
	top:25px;
}
.header__button:checked + .header__button-label {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.header__button:checked + .header__button-label:before {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.header__button:checked + .header__button-label:after {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
.header__button:checked span:nth-of-type(3) {
	opacity: 0;
}
.header__nav {
	position:fixed;
	z-index:30;
	top:60px;
	left:-100%;
	height:100%;
	width:300px;
	background:rgba(181, 139, 60, 0.8);
	padding:20px;
	transition:.6s;
	box-sizing: border-box;
}
.header__button:checked + .header__button-label + .header__nav {
	left:0;
}
.navlist__li-hr {
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px dotted #fff;
}
.navlist__li a{
	color:#fff;
	padding:10px;
	display:block;
	transition:.4s;
}.navlist__li a:hover{
	opacity:0.6;
}
/* メインイメージ */
.paraimg {
	height:100vh;
	width:100%;
	background:url(../img/part_heart.png);
	position:relative;
	z-index:20;
}

.paraimg__center {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 400px;
	margin:auto;
	padding: 40px 0 0 0;
}

.mainimg {
	padding: 75vh 0 0 0;
	top:0;
	left:0;
	z-index:10;
}

.mainimg__wrap{
	background:#eee6d6 url(../img/pc_main.png) no-repeat center 60px;
	padding: 100vh 0 0 0;
	background-size: contain;
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
/*.mainimg__wrap-2 {
    width:1350px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height:548px;
}
.mainimg__couple {
    float: left;
}
*/
.mainimg-head {
    position: fixed;
    top: 0;
    left: 0;
    margin: 30% 0 0 9%;
    width: 31%;
}
.mainimg-head p{
    text-align:center;
    color:#000;
    font-size: 16px;
    font-size: 1.5vw;/**/
}
.about {
	background:#fff;
	text-align:center;
	overflow: visible;
	padding: 60px 0 88px 0;
}
.about__head {
	text-align: center;
	font-size:58px;
	padding:0 0 30px;
	margin: 70px 0 30px;
	font-family: 'Libre Baskerville', serif;
	color: #eb1142;
	letter-spacing: 0.01em;
	background: url(../img/under_love.png) no-repeat bottom center;
}

.about__desc {
	width:600px;
	margin:0 auto 60px;
	line-height:1.5em;
	font-size:14px;
	}

.about__list {

max-width: 800px;

margin: 0 auto;
overflow:hidden;
}
.about__list-link {
	display:inline-block;
	background:#eb1242;
	margin:0 0 13px;
	position:relative;
	margin: 0px 15px 13px;
	font-family: 'Abel', sans-serif;
	transition:.4s;
}
.about__list-link:hover {
	opacity:0.75;
}
.about__list-link:nth-of-type(3n+2) {
	margin: 0 20px 13px;
}
.about__list-link:before {
	content:"";
	border: transparent 20px solid;
	border-right: #eb1242 15px solid;
	position:absolute;
	left: -35px;
	top:0;
	}
.about__list-link:after {
content:"";
	border: transparent 20px solid;
	border-left: #eb1242 15px solid;
	position:absolute;
	right: -35px;
	top:0;

}

.about__list-link a{
	color:#fff;
	height: 40px;
	line-height: 40px;
	width: 230px;
	display: block;
}
.about__list-link a:after{
	content:"\025BC";
	font-size:10px;
	vertical-align:middle;
	display:inline-block;
	margin:0 5px;
}
.ranking {
	text-align:center;
	overflow: hidden;
	background: #fff url(../img/pattern_ranking.png);
}
.ranking-white {
	background:#fff;
	padding: 0 0 60px 0;
}
.ranking__head {
	font-size: 86px;
	padding: 67px 0 30px;
	font-family: 'Libre Baskerville', serif;
	color: #eb1142;
	letter-spacing: 0.01em;
	margin: 0 0 40px;
	background: url(../img/arrow.png) no-repeat bottom center;
}

.author {
	background:#ddd;
	overflow:hidden;
	padding:20px 0;
	}
.author-light {
	background:#f9f9f4;
	margin: 0 0 60px;
}
.author__wrap {
	width: 560px;
	margin:0 auto;
}
.author__comment {
	position: relative;
	background: #ffffff;
	border: 2px solid #333;
	padding: 20px 25px;
	width: 300px;
	float: left;
	font-size:13px;
	margin:0 30px 0 20px;
}
.author__about {
	float:left;
	width: 210px;
	text-align: left;
	}


.author__about-img {
    float: left;
    margin: 0 10px 0 0;
}
.author__about-head {
    font-size: 13px;
    margin: 0 0 5px 85px;
    line-height: 1.25em;
}
.author__about-head span{
    display:block;
    font-size:11px;
}


.author__about-name {
    font-size: 16px;
    font-weight:bold;
}
.author__about-name span{
    font-size: 12px;
}

.rankbox {
    width: 1150px;
    margin: 50px auto;
    overflow: hidden;
}
.rankbox.rankbox-under  {
	width:510px;
	float:left;
}
.rankbox.rankbox-under:nth-of-type(2n+1)  {
	width:510px;
	float:left;
	margin:50px 126px 0 0;
}
.rankbox--wrap {
	width:1150px;
	margin:0 auto;
}
.rankbox a {
	color:#50391e;
}
.number__head-rank {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 30px 0 0;*/
}

.number__head-brand {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Abel', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size:70px;
    font-weight: normal;
}
.rankbox-under .number__head-brand {
	font-size:42px;
	height: 140px;
	width: 184px;
	font-weight: normal;
	display: table;
}
/* .number__head-center:before {
	content:"";
	display:inline-block;
	height: 140px;
	width: 0.1px;
	vertical-align:middle;
}  */
.number__head-center {
    display: table-cell;
    vertical-align: middle;
}
.number__head-span{
	display:block;
	font-size:15px;
	font-weight: 500;
}
.number__head {
    width: 531px;
    float: left;
    padding: 0 0 58px;
    border-bottom: dotted #eb1142 3px;
    margin: 0 0 10px;
	line-height: 1.0;
}
.rankbox-under .number__head {
    width: 184px;
    float: left;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 10px;
}
.number__desc-link {
    display: block;
    background: #eb1142;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 350px;
    margin: 30px auto;
    transition:.4s;
    border: 1px solid #eb1142;
}
.number__desc-link:after {
	content:"\025B6";
	font-size:9px;
	display:inline-block;
	margin:0 5px; 
}
.number__desc-link:hover {
	background: #fff;
	color:#eb1142;
}
.rankbox-under .rankbox__desc {
	clear:both;
	float: none;
	padding:48px 0 0 0;
	border-top:dotted #eb1142 3px;
	width: 100%;
}
.rankbox__desc {
    width: 531px;
    line-height: 1.5em;
    padding: 0;
    border-bottom: dotted #eb1142 3px;
    float: left;
}

.rankbox__img {
    float: right;
    transition:.4s;
    width: 500px;
}
.rankbox__img:hover {
	opacity:0.8;
}
.rankbox-under .rankbox__img {
	float:left;
	width:260px;

} 
.rankbox-under {}



/* item*/
.item {
	background:#fff;
}
.item__head {
    font-size:66px;
    font-family:'Abel', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    background:#fff;
    border-top:#50391e solid 15px;
    padding: 30px 0 15px;
    text-align:center;
    font-weight:normal;
    color:#50391e;
    border-bottom: dotted 3px #50391e;
    margin: 0 0 15px 0;
}
.item__head span{
	font-size:13px;
	margin:0 20px;
	vertical-align: middle;
	background: #eb1142;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	transform: rotate(-9deg);
}

.itembox {
	width:1150px;
	margin:0 auto;
	letter-spacing:-0.8em;
}
.itembox__list {
	width:306px;
	display:inline-block;
	letter-spacing:0em;
	margin: 0 0 80px;
}

.itembox__list:nth-of-type(3n+2) {
	margin:0 116px;
}

.itembox__link {
	color:#333;
	display: block;
}
.itembox__desc {
	line-height:1.25em;
	margin:0 0 10px;
	font-size: 12px;
	transition:.4s;
}
.itembox__img{
	width:80%;
	margin:0 auto;
	display: block;
}
.itembox__list:hover .itembox__img{
	opacity:0.8;

}
.itembox__list:hover .itembox__desc {
	color: #c30000;
}
.itembox__price {font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;font-size: 20px;color: #c30000;}

.itembox__price span {
	font-size:12px;
	vertical-align:middle;
	color: #333;
	font-weight: bold;
}
.item__more {
    font-family: 'Abel', sans-serif;
    font-size:26px;
    width:542px;
    margin: 0 auto 80px;
    display:block;
    text-align: center;
    background: #eb1142;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    border:#eb1142 1px solid;
    transition:.4s;
}
.item__more:hover {
	background:#fff;
	color:#eb1142;
}
.history {
    background:url(../img/pattern_column.png);
    z-index: 23;
    padding: 134px 0 60px 0;
    /* overflow: hidden; */
    /* margin: 0 0 60px 0; */
    box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    -moz-box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    -webkit-box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    }

.history:after {
	content:"";
	display:table;
	clear:both;
}
.history__box {
	width:1150px;
	margin: 0 auto 30px;
	position: relative;
}

.history__box-head {

font-size: 22px;

color: #d8c962;

font-weight: bold;

margin: 0 0 30px;
}

.history__box-desc {

margin: 0 422px 0 0;

color: #fff;

line-height: 1.5em;
}
.history__box-desc-right {

margin: 0 0 22px 422px;

color: #fff;

line-height: 1.5em;
}
.history__img {

position: absolute;

top: 0;

right: 0;

width: 422px;
}
.history__img-left {
	position:relative;
	float: left;
	margin:  0 80px 0 0;
}

.history__link {
    background: #d6c15e;
    padding:17px 48px;
    display: inline-block;
    color: #50391e;
    font-weight: bold;
    transition:.4s;
}

.history__link:hover {
	background:#50391e;
	color:#d6c15e;
	color:#fff;
}
.sale {
    background: #fff;
    text-align:center;
    padding:210px 0 0 0;
}
.sale img {
	width:100%;
}
.towrap {
	width:140px;
	height:118px;
	position:fixed;
	bottom:120px;
	right:20px;
	z-index:30;
	transition:.4s;
}
.towrap:hover {
	opacity:0.75;
}
.toTop {
    width: 63px;
    height: 60px;
    position: fixed;
    z-index: 40;
    right: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition:.4s;
}
.toTop:hover {
	opacity:0.75;
	}
@media screen and (min-width:768px) {
	.author_comment-arrow {
	transform: matrix(1, -0.5, 0.1, 0.8, 0, 0);
	position: absolute;
	right: -2px;
	top: 45px;
}
.author_comment-arrow:before {
    content:"";
    border: transparent 12px solid;
    border-left: #000 30px solid;
    position:absolute;
    right: -39px;
    top:-2px;
}
.author_comment-arrow:after {
    content:"";
    border: transparent 10px solid;
    border-left: #fff 28px solid;
    position:absolute;
    right: -34px;
    top:0;
}
}

@media screen and (max-width:1149px) {
	.mainimg-head {
		margin-top: 35%;
	}
}
 
@media screen and (max-width:767px) {
	.header {
	height:45px;
	width:100%;
	box-sizing: border-box;
	padding: 0 10px;
	position:fixed;
	z-index:31;
	background:#f8f9f3;
	border-bottom: 1px solid #f8f8f8;
}
.header__logo {margin: 10px 50px;}
.header__logo img{ width:80px;}
.header__button-label {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* visibility:hidden; */
	position:fixed;
	width:30px;
	height:30px;
	margin:5px;
	transition:.4s;
	background: none!important;
	cursor: pointer;
	float: left;
}
.header__button-label:before {
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
	visibility:visible;
	top: 8px;
}
.header__button-label:after {
	content:"";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 4px;
	visibility:visible;
	top: 23px;
}
.header__nav {
	position:fixed;
	z-index:30;
	top:45px;
	left:-100%;
	height: auto;
	width: 100%;
	background:rgba(181, 139, 60, 0.8);
	padding: 0px;
	transition:.6s;
	box-sizing: border-box;
}

.navlist {
	letter-spacing:-0.8em;
}
.navlist__li {
    display: inline-block;
    width: calc(50% - 2px);
    font-size: 4vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing:0;
    text-align: center;
}
.navlist__li:nth-of-type(2n) {
	border-right:0;
}.navlist__li:last-child {
	border-bottom:0;
}
.navlist__li-hr {
	padding:0;
	margin:0;
	border-bottom: 1px solid #fff;
}


	.mainimg__wrap-2 {
    /* display:none; */
    width: 90%;
    height: 80%;
}
.mainimg__couple {
    float: none;
    width:100%;
}
.mainimg__couple img , .mainimg-head img{
	width:100%;
}
.mainimg-head {
    width:100%;
    padding: 50vh 0 0 0;
    margin: 0;
}
.mainimg-head p{
    text-align:center;
    font-size: 13px;
    font-size:4vw;
	color:#fff;
}
.mainimg__wrap{
	background:#eee6d6 url(../img/sp_main.png) no-repeat center 45px;
	background-size:contain;
}
.paraimg {
	height:100vh;
	width:100%;
	background:url(../img/part_heart.png);
	background-size:64px;
	position:relative;
	z-index:20;
}
.paraimg__center {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding: 0;
	width:80%;
}
.about__head {
	text-align: center;
	font-size:7vw;
	padding:0 0 20px;
	margin: 30px 0 10px;
	font-family: 'Libre Baskerville', serif;
	color: #eb1142;
	letter-spacing: 0.01em;
	background: url(../img/under_love.png) no-repeat bottom center;
	background-size:contain;
}
.about__desc {
	width:90%;
	margin:0 auto 60px;
	line-height:1.5em;
	font-size: 3.5vw;
	}
	.about__list-link {
	width:36%;
	display:inline-block;
	background:#eb1242;
	margin:0 0 13px;
	position:relative;
	margin: 0px 4% 13px;
	font-family: 'Abel', sans-serif;
	vertical-align: top;
}
.about__list-link:nth-of-type(3n+2) {
	margin: 0 4% 13px;
}
.about__list-link a{
	color:#fff;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.ranking__head {
	font-size: 12vw;
	padding: 30px 0 15px;
	font-family: 'Libre Baskerville', serif;
	color: #eb1142;
	letter-spacing: 0.01em;
	margin: 0 5% 40px;
	background: url(../img/arrow.png) no-repeat bottom center;
	background-size:contain;
}
.ranking-white {
	background:#fff;
	width:96%;
	padding:0 2% 4%;
}
.author__wrap {
	width: 100%;
	margin:0 auto;
}
.author__comment {
	position: relative;
	background: #ffffff;
	border: 2px solid #333;
	padding: 20px 25px;
	width: 88%;
	float: left;
	font-size:13px;
	margin: 0 6% 30px;
	box-sizing: border-box;
}
.author_comment-arrow {
	transform: matrix(0.9, -0.15, 0.4, 0.8, 0, 0);
	position: absolute;
	left: 20px;
	bottom:-33px;
}
.author_comment-arrow:before {
    content:"";
    border: transparent 12px solid;
    border-top: #000 30px solid;
    position:absolute;
    right: -36px;
    bottom:-4px;
}
.author_comment-arrow:after {
    content:"";
    border: transparent 10px solid;
    border-top: #fff 28px solid;
    position:absolute;
    right: -34px;
    bottom:1px;
}
.author__about {
	float:left;
	width: 88%;
	text-align: left;
	margin: 0 6%;
	}
.author__about-name {
    font-size: ;
    font-weight:bold;
}
.author__about-name span {
    font-size: 12px;
}
.rankbox {
    width: 96%;
    margin: 50px auto;
    overflow: hidden;
}
.rankbox.rankbox-under  {
	width: 46%;
	float: none;
	display: inline-block;
	margin: 25px 1%;
	vertical-align: top;
}
.rankbox.rankbox-under:nth-of-type(2n+1)  {
	width: 46%;
	display: inline-block;
	float: none;
	margin: 25px 1% 0 1%;
}
.rankbox__desc {
    width: 100%;
    line-height: 1.25em;
    padding: 30px 0 0 0;
    border-bottom: dotted #eb1142 3px;
    border-top: dotted #eb1142 3px;
    font-size: 14px;
}
.rankbox--wrap {
	width:100%;
	margin:0 auto;
}

.number__head {
    width: 96%;
    float: left;
    padding: 0 0 28px;
    border-bottom: 0;
    margin: 0 2% 10px;
}
.rankbox-under .number__head {
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 10px;
}
.number__head-center {
    display: table-cell;
    vertical-align: middle;
    font-size:10vw;
    height: 25vw;
}
.number__head-rank {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3% 0 0;
    width: 20%;
}
.rankbox-under .number__head-rank{
	width:40%;
}
.number__head-brand {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Abel', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 14vw;
    width: 75%;
}
.rankbox-under .number__head-brand {
	font-size:42px;
	height: 70px;
	width: 100%;
	font-weight: normal;
	display: table;
}
.number__desc-link {
    display: block;
    background: #eb1142;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 90%;
    margin: 30px auto;
    font-size:3.5vw;
}
.rankbox-under .rankbox__desc {
	clear:both;
	padding:24px 0 0 0;
	border-top:dotted #eb1142 3px;
	font-size: 14px;
	/* height: 45vw; */
}
.rankbox__img {
    width: 100%;
    margin: 0 auto 20px;
    display:block;
    float: none;
}
.rankbox-under .rankbox__img {
	float:left;
	width:100%;

}

/* item*/
.item {
	background:#fff;
}
.item__head {
    font-size:12vw;
    font-family:'Abel', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    background:#fff;
    border-top:#50391e solid 15px;
    padding: 30px 0 15px;
    text-align:center;
    font-weight:normal;
    color:#50391e;
    border-bottom: dotted 3px #50391e;
    margin: 0 0 15px 0;
}
.item__head span{
	display: table-cell;
	margin: 0 auto;
	position: relative;
	left: 30vw;
	top: -10px;
}

.itembox {
	width: 96%;
	margin:0 auto;
	letter-spacing:-0.8em;
}
.itembox__list {
	width: 48%;
	display:inline-block;
	letter-spacing:0em;
	margin: 0 1% 10%;
}
.itembox__list:nth-of-type(3n+2) {
	margin: 0 1% 10%;
}
.item__more {
    font-family: 'Abel', sans-serif;
    font-size:18px;
    width:80%;
    margin: 0 auto 80px;
    display:block;
    text-align: center;
    background: #eb1142;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    border:#eb1142 1px solid;
    transition:.4s;
}
.history {
    background:url(../img/pattern_column.png);
    z-index: 23;
    padding: 67px 2% 60px;
    /* overflow: hidden; */
    /* margin: 0 0 60px 0; */
    box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    -moz-box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    -webkit-box-shadow:0px 5px 6px -1px rgba(0,0,0,0.39);
    }
.history__box {
	width:100%;
	margin: 0 auto 30px;
	position: relative;
}
.history__box-head {

font-size: 5vw;

color: #d8c962;

font-weight: bold;

margin: 0 0 20px;
}
.history__box-desc {margin: 0 0 0 0;color: #fff;line-height: 1.5em;font-size: 3.5vw;}
.history__img {

position: relative;

top: 0;

right: 0;

width: 100%;
}

.history__img-left {
	position:relative;
	float: left;
	margin: 0 0 30px 0;
}
.history__box-desc-right {margin: 0 0 22px 0;color: #fff;line-height: 1.5em;font-size: 3.5vw;}
.sale img{
    width:100%;
}
.author__about-img {
    float: left;
    margin: 0 10px 0 0;
    width: 25%;
}
.author__about-img img {
	width:100%;
}
.author__about-head {
    font-size: 3vw;
    margin: 0 0 5px 30%;
    line-height: 1.25em;
}
.author__about-head span{
    display:block;
    font-size: 2.5vw;
}
.history__link {
    background: #d6c15e;
    padding:17px 24px;
    display: inline-block;
    font-size:4.5vw;
    color: #50391e;
    font-weight: bold;
    transition:.4s;
}
.sale {
    background: #fff;
    text-align:center;
    padding:70px 0 0 0;
}
.towrap {
	width:70px;
	height:59px;
	position:fixed;
	bottom:85px;
	right:20px;
	z-index:30;
	transition:.4s;
}
.towrap img {
	width:100%;
}
.toTop {
    width: 36px;
    height: 36px;
    position: fixed;
    z-index: 40;
    right: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    transition:.4s;
}
.toTop img{
	width:100%;
}
.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
}

/*20190125フッター修正*/
#footer-sp {
  background: #efefef!important;
}