@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);

/* root
-------------------------*/
:root {
--hogehoge: hoge;
--large-title: clamp(1.875rem, 1.148rem + 3.64vw, 3.875rem);/*30px-62px*/
--middle-title: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);/*22px-30px*/
--min-title: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);/*18px-26px*/
--large-text: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);/*18px-24px*/
--normal-text: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*16px-18px*/
--min-text: clamp(0.812rem, 0.744rem + 0.34vw, 1rem);/*13px-16px*/
--f14px: 0.875rem;
--f15px: 0.9375rem;
--f16px: 1rem;
--f17px: 1.0625rem;
--f18px: 1.125rem;
--f19px: 1.1875rem;
--f20px: 1.25rem;
--f21px: 1.3125rem;
--main-bk: #f9f7e2;
--second-bk: #e1dfc9;
}
/* カスケードレイヤー */
@layer components {
}
/* Variable Units */


/* すりガラスエフェクト　*/
.glass-effect {
  position: sticky;
  top: 0;
  background: rgba(210, 210, 210, 0.6);
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0px 5px 12px -2px rgba(10,10,10,0.1), 0px 5px 0px -20px rgba(10,10,10,0.2);
  z-index: 5;
}

/* Navigator.clipboard js
-------------------------*/
.specialsite-wrap {
  max-width: 750px;
  width: 100%;
  background: #f7f6e9; /* 後で消す */
  margin: 0 auto;
  padding: 1%;
}
.present-select {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 1%;
  row-gap: 1.5rem;
  width: 100%;
  margin: 2rem 0 1rem;
}
.present-select__box {
  width: 100%;
}
.present-select__box-photo {
  width: 100%;
  aspect-ratio: 4/2;
  margin: 0 0 0.5rem;
}
.code-copy {
  width: 100%;
  text-align: center;
}
button.code-copy__bottan {
  color: #FFFFFF;
  max-width: 80%;
  width: 100%;
  background: #eaa0a0;
  border: none;
  border-radius: 0.3rem;
  margin: 0 2.5%;
  padding: 0.8rem;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.4);
	font-size: 1rem;
}
button:hover.code-copy__bottan {
  transition: .5s;
	opacity: 0.8;
  box-shadow: 0px 0px 5px -3px rgba(136,0,0,0.3);
}
.cuponcode {
  display: none;
}


/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}
/* head
-------------------------*/
.head {
  display: flex;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.head__inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  margin: 0 5%;
}
.chojyu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  width: 100%;
}
.login-bt a {
  display: inline-block;
  text-decoration: none;
  color: #999;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.4rem 0.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-bt a:hover {
  color: #fff;
  background: #333;
  transition: .8s;
}
a .login-bt__text {
  font-size: 0.5rem;
}

/* heroArea */
.heroArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 16/5;
}
#video-area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 16/5;
  overflow: hidden;
}
#video {
  display: block;
  width: 100%;
}
.heroArea__title {
  color: rgba(43, 73, 104, 0.5);
  font-size: var(--large-title);
  letter-spacing: 0.3rem;
  font-weight: 300;
}

/* contents-Wrpa
-------------------------*/
.contents-Wrpa {
  max-width: 90%;
  width: 100%;
  margin: 2rem 5%;
}

.contents-title {
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.5rem);
  margin: 4rem 0 1rem;
}
.contents-title span {
  font-size: 0.85rem;
  position: relative;
  top: -0.2rem;
}
.contents-text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  letter-spacing: 0.05rem;
  text-align: justify;
  margin: 0 0 3rem;
}

.main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 4rem;
}
.grid-a {
  color: #333;
  width: 100%;
  background: #ccc;
  border: solid 0.4rem #f7f7f7;
  border-radius: 0.2rem;
  margin: 0 0 2%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* box-shadow */
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.3);
}
.grid-b {
  color: #42486a;
  width: 100%;
  background: #afbccd;
  border: solid 0.4rem #f7f7f7;
  border-radius: 0.2rem;
  margin: 0 0 2%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* box-shadow */
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.3);
}
.grid-a p,
.grid-b p {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  letter-spacing: 0.05rem;
  text-align: justify;
}
.grid-a:has(.grid-Box),
.grid-b:has(.grid-Box) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.grid-Box:has(img) {
  max-width: 50%;
  width: 100%;
}
.grid-a:not(:has(.grid-Box)),
.grid-b:not(:has(.grid-Box)) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  font-size: clamp(1rem, 0.659rem + 1.7vw, 1.75rem);
  letter-spacing: 0.1rem;
}



/* お問い合わせ番号
===================================*/

.infomaiton-number-title {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
.infomaiton-number_Bg {
  width: 100%;
  background: #f1f1f1;
  color: #4d4d4d;
  padding: 25px 0 20px;
}
.infomaiton-number-wrap {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.infomaiton-telephon-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.infomaiton-telephon-number p {
  font-size: 1.2rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-right: 20px;
}
figure.telephon-number {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}
.infomaiton-time {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.infomaiton-time span {
  font-size: 0.85rem;
  line-height: 0rem;
  border: solid 1px #4d4d4d;
  margin-left: 10px;
  padding: 2px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
/* お問い合わせ番号 */
.infomaiton-number_Bg {
  padding: 15px 0;
}
.infomaiton-telephon-number {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.infomaiton-number-title {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.infomation-leadtext {
  line-height: 2.2rem;
}
.infomaiton-telephon-number p {
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin:0 0 10px;
}
.infomaiton-number-wrap {
  padding: 0 20px;
}
.infomaiton-time {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.infomaiton-time span {
  line-height: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
}

/* FooterArea
-------------------------*/
.footerArea {
  width: 100%;
  text-align: center;
  background: #ccc;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.copyright-text {
  font-size: clamp(0.562rem, 0.494rem + 0.34vw, 0.75rem);
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
.main-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
.main-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
/* contents-Wrpa
-------------------------*/
.grid-a:has(.grid-Box),
.grid-b:has(.grid-Box) {
  display: block;
  gap: 1rem;
}
.grid-Box:has(img) {
  max-width: 100%;
  margin: 0 0 1rem;
}
}
@media screen and (max-width: 375px) {
}


/**** マスクギャップキャンペーン ****/

/** ページ全体 **/
.pc_view {
	background: #D1D1D1;
}
.all_container {
	width: 100%;
	max-width: 750px;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 0px 20px 5px #b0b0b0;
	border-radius: 10px;
}

.coupon-container {
	text-align: center;
}
.coupon-container p {
	display: none;
}

/** muskgap01 **/
.muskgap01 {
	
}

/** 応えます **/
.answer01 {
	position: relative;
	width: 100%;
	max-width: 750px;
}

.answer01_back {
	width: 100%;
	max-width: 750px;
}

.answer01_medal {
	position: absolute;
	width: 25%;
	height: 25%;
	top: 27%;
	left: 8%;
	overflow: hidden;
	border-radius: 25%;
}

.answer01_medal::before {
	content: '';
	position: absolute;
	clip-path: circle(50% at 25% 25%);
	top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}


/** お客様の声 **/
.voice-container {
	
}

/** クーポン＆BE **/
.main-item {
	
}
.main-item-container {
	background-color: #2a4759;
}
.main-item-btn {
	text-align: center;
	padding-bottom: 2rem;
}
.main-item-btn img {
	width: 100%;
	max-width: 80%;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}
.main-item-btn2 {
	text-align: center;
	padding-bottom: 2rem;
}
.main-item-btn2 img {
	width: 100%;
	max-width: 80%;
}
@keyframes main-item-btn img{
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/** カートエリア **/
.cart_area {
}
/** カートエリア_対象商品 **/
.item_container {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.item_container h3 {
	text-align: center;
	color: #2a2e31;
	padding: 0.8em;
	border-radius: 0.5rem;
	padding-top: 2rem;
}
.item-wrap {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.item-select {
	display: grid;
	grid-template-columns: repeat(1, auto);
	grid-template-rows: repeat(4, auto);
	width: 100%;
}
.item-select__box {
	width: 100%;
	background-color: #f3eef3;
}
.item-select__box p {
	padding: 0 5%;
}
.item-select__box span {
	font-size: 0.8rem;
}
.item-select__box-photo {
  width: 100%;
  aspect-ratio: 4/2;
  margin: 0 0 0.5rem;
}
.price_text_wrap {
	padding: 0 5%;
	text-align: center;
}
.cart_btn {
	text-align: center;
	margin: 10px 0;
}
.cart_btn a {
	display: inline-block;
	color: #fff;
	max-width: 96%;
	width: 100%;
	background: #47a0b3;
	text-decoration: none;
	border-radius: 0.3rem;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0.5rem;
	vertical-align: middle;
	box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.4);
}
.cart_btn a:hover {
	background: #2c7a8b;
	transition: all 0.3s ease;
}
.present-select__box-photo {
	width: 100%;
	aspect-ratio: 4/2;
	margin: 0 0 0.5rem;
}


/** 購入ボタン **/
.buy_btn {
	margin: 30px 0 ;
}
.buy_btn a {
	display: block;
	width: 100%;
	max-width: 450px;
	padding: 1rem;
	margin: 0 auto;
	text-align: center;
	border-radius: 100vh;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1rem;
	font-size: 1.3rem;
	background: #47a0b3;
	background: linear-gradient(#47a0b3 0%, #186e80 100%);
}
.buy_btn a:hover {
	background: linear-gradient(#186e80 0%, #47a0b3 100%);
}
.buy_btn_wrap {
	width: 100%;
	padding: 0 10%;
}

/** ふわっ **/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/** ぼたん **/
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 

/** 価格エリア **/
.price_area {
    width: 100%;
	max-width: 100%;
    margin: 0 auto;
	padding: 3% 10% 2%;
	background-color: #fff;
	margin-top: 3rem;
}
.price_photo {
	max-width: 100%;
    margin: 0 auto 5px;
	//box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.3);
}
.price_text_in {
	width: 100%;
}
.price_name {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: left;
}
.price_name span {
	font-size: 0.6rem;
	padding: 0 0.5rem;
	vertical-align: 0.2rem;
}
.price_name p {
	font-size: 1rem;
}
.price_info {
	font-size: 0.875rem;
	text-align: left;
}
.price_info span {
	font-size: 0.75rem;
	line-height: 1.55;
}
.price_guest {
	font-size: 0.955rem;
	text-align: left;
}
.price_member {
	font-weight: 500;
	font-size: 1.25rem;
	text-align: left;
}
.price_member span {
	font-size: 1.3rem;
}

footer {
	width: 100%;
	text-align: center;
	background: #2a4759;
	color: #fff;
	padding: 1rem 1rem ;
}









