@charset "utf-8";
a:hover {
  color: #333333;
text-decoration: none;
}

a {
	color: #333;
}

img{
	vertical-align: bottom;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

/*==================================================
*footer-フッター*
===================================*/
/*説明:クレプレ版から変更なし*/
.sp_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .sp_footer ul {
    display: flex;
    background: #CECECE;
  }
  .sp_footer ul li {
    width: calc(25% - 2px);
    border-left: 2px dashed white;
  }
  .sp_footer ul li:first-child {
    border-left: 0;
  }
  .sp_footer ul li .sp_footer_btn {
    display: inline-block;
    width: 100%;
    padding: 5px 0 2px;
    text-align: center;
  }
  .sp_footer ul li .sp_footer_btn img {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.top_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  padding: 8px;
  background-color: #A3A2A2;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top_btn {
    bottom: 60px;
  }
}
footer {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
}
.footer-list {
  padding: 33px 0px;
  justify-content: center;
  background: #6E4D77;
  color: #FFFFFF;
 
}
.footer-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.copy {
  padding: 18px 0;
  background: #333;
  color: #fff;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
  font-size: 1rem;
}

/*==================================================
*common-基本設定*
===================================*/
/* PC
-------------------------------------*/
@media screen and (min-width: 951px) {
  .spOnly {
    display: none !important;
  }
  .seOnly {
    display: none !important;
  }
}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
  .pcOnly {
    display: none !important;
  }
}
/* SE
----------------------------------*/
@media screen and (max-width: 768px) {
  .seOnly {
    display: block;
  }
}
/*==================================================
*header-ヘッダー*
===================================*/
header {
  background: #6E4D77;
}
header img {
  padding: 2px 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 23%;
  }
}
/*ヘッダーのロゴサイズ調整*/
.logoHDR {
  padding: 8px;
}
.logoHDR img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .logoHDR img {
    width: 90px;
  }
}
/*==================================================
*main contents-メインコンテンツ*
===================================*/
body#top {
	
 background: linear-gradient(-20deg, #d9d28d 0%, #ffffff 100%);
  /*background: #fff; /*PC表示の項目外の背景色*/
}
.mainCont {
  background-image: url("img/bg.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: top;
	-webkit-appearance: none;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.nonshadow img {
	box-shadow: none;
}

#intro{
	padding: 0 1.5rem 0;
}
	
.introtitle {
	background-color: #d8ca9e;
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 2.5rem auto;
	border-radius: 30px;
	color: #333333;
}	

.introtext {
	background-color: #ffffff;
	padding: 1.5rem;
	font-size: 1rem;
	color: #000000;
	text-align: left;
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.8rem;
	box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.introtext span {
	color: #9E3032;
	font-size: 1.5rem;
	font-weight: 600;
}
	
.introwasoulist p {
	text-align: left;
	font-size: 1.5rem;	
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin: 3rem 0;
}

.innerlist {
	float: left;
	width: 100%;
	margin: 0.5rem auto;
}

.innerimg {
	float: left;
	width: 20%;
}

.innertext {
	float: right;
	text-align: left;	
	width: 75%;
	font-size: 1.3rem;	
	font-weight: 500;
	letter-spacing: 0.1rem;
	padding-left: 0.5rem;
	line-height: 1.5rem;	
}

.clear {
	clear: left;
	width: 100%;
	padding-top: 1rem;
}

.survey {
	background-color: #fff;
	margin: 2rem 0;
}

.surveytitle {
	background-color: #9e453c;
	padding: 1rem;
	color: #fff;
	text-align: left;	
	font-size: 1rem;	
	font-weight: 600;
}

.betweenitem {
	margin-top: 2.5rem;
	font-size: 1.2rem;	
	font-weight: 500;
	letter-spacing: 0.1rem;	
	line-height: 2rem;	
}

.betweenitem span {
	color: #9E3032;
	font-size: 1.5rem;	
	font-weight: 600;
}


#glamore {
	background-color: #f5f5e6;
	margin: 2.5rem 0 -4rem;
}

.glamoreitem {
	width: 90%;
	margin: 1rem auto;
}

.glamoreitempoint {
	background-color: #FFFFFF;
	padding-bottom: 2.5rem;
}

.glamoreitempoint img {
	padding: 2rem 0 2rem;
}

.glamoretexttitle {	
	color: #9E3032;
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	line-height: 2rem;
	font-weight: 600;
	margin: 0 auto 0;
}

.glamoretext {
	text-align: left;	
	font-size: 1rem;	
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	margin: 1rem auto 2rem;
}

.point img {
	padding: 0;
}

.glamoreitemtext {
	background-color: #f2ede9;
	padding: 1rem 1rem 2rem;
	font-size: 1.2rem;	
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
}

.item {
	margin: 2rem 0 2rem;
	padding-bottom: 2.5rem;
}

.item img {
	width: 80%;
}

.itemname {
	padding: 2rem 0 2rem;
	font-size: 1.5rem;	
	font-weight: 600;
}

.itemtext {
	width: 80%;
	text-align: left;		
	margin: 0 auto 0;
	font-size: 1rem;	
	font-weight: 500;
	line-height: 1.5rem;
}

.itemprice {
	padding: 2rem 0 1rem;
	font-size: 1rem;	
	font-weight: 500;
}

.itembutton {
	background-color: #9e453c;
	width: 80%;
	padding: 1.5rem 0;
	margin: 1rem auto;
    position: relative;
	border-radius: 40px;
}

.itembutton a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	text-decoration: none;
}

.itembutton p {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.2rem;
    letter-spacing: 0.1rem;
	padding-top: 0.9rem;
}

.saleprice {
	color: #9E3032;
	font-size: 1.5rem;	
	font-weight: 600;
	margin-bottom: 2rem;
}


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

.innerimg {
	width: 40%;
}

.innertext {
	width: 55%;
	font-size: 1rem;	
}	

}


/*==================================================
*スクロールでふわっとなるやつ*
===================================*/


.fadeUpTrigger{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}




