@charset "utf-8";
a:hover {
  color: #333333;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 560px) {
  .main_img img {
    height: 100%;
    width: 100%;
  }
}
/*==================================================
*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: 148px;
  }
}
footer {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
}
.footer-list {
  padding: 33px 0px;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .footer-list {
    flex-wrap: wrap;
  }
}
.footer-item {
  border-left: 3px solid;
  width: calc(100% / 8);
}
@media screen and (max-width: 768px) {
  .footer-item {
    margin: 6px 18px;
    width: 100%;
    border: none;
  }
}
.footer-item:last-of-type {
  border-right: 3px solid;
}
@media screen and (max-width: 768px) {
  .footer-item:last-of-type {
    border: none;
  }
}
.footer-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-item a {
    justify-content: flex-start;
  }
}

.footer-item a img {
  margin: 0 5px 0 0;
}
.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;
}

.view_timer {
	margin: 0;
	padding: 0;
}

/*==================================================
*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: #222;
}
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: #CF9954; /*PC表示の項目外の背景色*/
}
.mainCont {
  background-color: #f6e4d0;	
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.mainImg {
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
@media screen and (max-width: 768px) {
  .mainCont {
    width: 100%;
  }
  .container {
    display: inherit;
    width: 90%;
  }
}


/*ここから新規記述*/


.maintext {
	max-width: 1000px;
	padding: 7rem 0 8rem;
 	background-image: url("img/top.jpg");
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: center;
	-webkit-appearance: none;	
}

.maintext h1 {
	padding-bottom: 2.5rem;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.25rem;
	line-height: 4rem;
}

.maintext p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15rem;
	line-height: 2.7rem;
}

#nav {
	background-color: #fff;
	padding-bottom: 4rem;
}

#nav img {
	margin-top: -4rem;
	margin-bottom: 4rem;
	width: 90%;
}

.navbuttonlist {
	display: flex;
	justify-content: center;
}

.navbutton {
	margin: 1%;
	width: 20%;
}

.navbutton:last-child {
	margin-light: 0;
}

.glamorelist {
	padding-top: 1rem;
	background-color: #fcf3eb;
	font-size: 1.4rem;
	font-weight: 500;
}

.glamorepage {
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}

.underbar {
	padding: 0.8rem 0;
	background-color: #000;
}

.heading-36 {
    position: relative;
    padding: 1.5rem 0;
    color: #333333;
	width: 70%;
	margin: 3rem auto;
}

.heading-36::before,
.heading-36::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}

.heading-36::before {
    top: 0;
    left: 0;
    border-top: 3px solid #f3b712;
    border-left: 3px solid #f3b712;
}

.heading-36::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #f3b712;
    border-right: 3px solid #f3b712;
}

.pointlist {
	padding: 2rem 0;
}

.pointlist img {
	width: 75%;
	padding-bottom: 3rem;
}

.pointlist p {
	width: 80%;
	margin: auto;
	padding-bottom: 2.5rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2rem;
}

#point1 , #point3 {
	background-color: #fcf3eb;
}

#suzuki {
	background-color: #f7ede4;
	padding-top: 1rem;	
}

.suzuki-pro {
	display: flex;
	justify-content: center;
	width: 95%;
	margin: auto
}

.suzuki-pro p {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	padding-top: 0.5rem;
	text-align: left;
}

.suzuki-name {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 3rem;
}

.suzuki-pro img {
	width: 20%;
	align-self: flex-start;
	padding-left: 0.5rem;
} 

.suzuki-intro {
	background-color: #fff;
	padding: 1.3rem 0;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.suzuki-text p {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.5rem;
	padding: 1.5rem 1rem 1.3rem;
}

.suzuki-glamore {
	margin-bottom: -9rem;
	position: relative;
	z-index: 2;
}

.suzuki-glamoretext {
	background-color: #d3b39e;
	padding: 10rem 1rem 1.5rem;
	position: relative;
	z-index: 1;
	color: #534741;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.5rem;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 5px;
}

.suzuki-glamoretext span {
	color: #000;
	font-weight: 600;
}

#review {
	margin: 1rem 0 2rem;
}

.heading-23 {
    padding: .5em .7em;
    border-left: 5px solid #f3b712;
    border-bottom: 3px solid #d7cdc4;
    background-color: #f7ede4;
    color: #333333;
	margin: 1rem;
}

.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #f3b712;
	margin: 3rem 1.5rem;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 5px;
    background-color: #f3b712;
    color: #333;
    font-size: 1.2rem;
	font-weight: 600;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #f3b712;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
}

.firstglamore {
	background-color: #d4b799;
	margin: auto;
	padding-bottom: 3rem;
}

.firstglamore p {
	color: #333333;
	font-weight: 600;
	padding-top: 2rem;
}

.price {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  line-height: 3rem;
  margin: 1rem 0;
}

.price span {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: #970002;
	line-height: 3rem;
  }

.name {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	line-height: 2rem;
}

.itembutton {
	background-color: #d1765c;
	width: 60%;
	padding: 2rem 0;
	margin: 1rem auto 0;
    position: relative;
	border-radius: 20px;
}

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

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

#item img {
	width: 100%;
}



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

	
.maintext h1 {
	padding-bottom: 1.8rem;
	font-size: 1.8rem;
}

.maintext p {
	font-size: 1.2rem;
}
	
.navitem {
	margin-top: -2rem;
	margin-bottom: 2rem;
}
	
	
}

	