@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;
  right: 20px;
  display: block;
  padding: 8px;
  background-color: #A3A2A2;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

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;
  }
}

.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: #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: #FFF0F1; /*PC表示の項目外の背景色*/
}
.mainCont {
  background: #fbc9c8;
  max-width: 800px;
  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;
}
.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%;
  }
}

/*==================================================
*section-各項目*
===================================*/
/*説明:商品が載っている項目*/
.secTtl {
  color: #2C4E2F; /*項目のタイトル文字の色*/
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  margin: 12vh 0 5vh;
}
.secTtl span {
  font-size: 3.625rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
}
.secCtnr {
  margin: 2vh 0;
}
.secCtnr img {
  max-width: 900px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 16%);
}
.itemCtnr {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
   display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap:5px;
	
}
.itemTtl {
  background: #2C4E2F; /*商品項目のタイトル枠の色*/
  padding: 1.4rem;
}
.itemTtl p {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}
.itemBoxList {
  display: flex;
  gap: 1.25vw;
  margin: 2.12vh 0;
}
.itemBoxB {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.itemBoxS {
  display: flex;
  flex-wrap: wrap;
}
.itemBoxB .itemImgArea {
  position: relative;
  grid-row: 1/3;
  grid-column: 1/4;
  margin: 1rem;
  max-width: 50%;
}
.itemImgArea {
    width: 49%;
}
.itemBoxB .itemTxtArea {
  grid-row: 1/3;
  grid-column: 4/6;
  margin: auto;
  max-width: 50%;
}
.itemBoxS .itemImgArea, .itemBoxS .itemTxtArea {
  position: relative;
  margin-bottom: 3vh;
}
.itemImgArea a:hover {
  opacity: 0.8;
  transition: 8s 0.1s ease;
}
.itemImgArea img {
  width: 100%;
  max-width: 800px;
  box-shadow: none;
  position: relative;
  vertical-align: bottom;
}
.itemFav {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 16%);
  border-radius: 100%;
  position: absolute;
  bottom: 10px;
  right: 6px;
  padding: 10px;
  font-size: 2rem;
  color: rgba(42, 42, 42, 1.00);
}
.itemFav a::before {
  content: "★";
  position: relative;
  display: block;
}
.itemFav a {
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #707070;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.itemTxtArea {
  text-align: left;
  padding: 0 0.5rem;
}
.itemName, .itemTxt, .itemPrice, .itemBtn {
  margin: 1rem 0;
}
.itemName p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
  color: #707070;
}
.itemTxt p {
  color: #707070;
}
.itemLp {
  text-decoration-line: line-through;
  font-size: 1.44rem;
  color: #707070;
  text-align: right;
  display: inline-block;
}
.itemPr {
  font-size: 1.44rem;
  color: #AF6767;
  font-weight: 600;
  display: inline-block;
}
.itemPr span {
  font-size: 3.4rem;
  color: #AF6767;
  font-weight: 600;
}
.itemBtnArea {
  width: 100%;
  grid-row: 2/3;
  grid-column: 4/6;
}
.itemBtn {
  background: #9A4849; /*商品項目のボタンの色*/
  max-width: 465px;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 16%);
  height: 8.8vh;
}
.itemBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /*商品項目のボタンの文字の色*/
  position: relative;
  font-weight: bold;
  transition: .7s;
  text-decoration: none;
}
.itemBtn a::after {
  content: " ";
  position: relative;
  left: 0;
  background: url("img/icon_r.png");
  display: inline-block;
}

@media screen and (max-width:768px) {
  section {
    padding: 0;
  }
  .itemTtl {
    padding: 0.69rem 0.2rem;
  }
  .itemTtl p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.45rem;
  }
  .itemBoxB .itemImgArea, .itemBoxB .itemTxtArea {
    margin: auto;
  }
  .itemBoxS .itemImgArea, .itemBoxS .itemTxtArea {
    margin-bottom: 1.48vh;
  }
  .itemBoxS .itemImgArea {
    margin: auto;
  }
  .itemBoxB .itemTxtArea {
    width: 45%;
  }
  .itemName, .itemTxt, .itemPrice, .itemBtn {
    margin: 0.35rem 0;
  }
  .secTtl span {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }
  .secTtl {
    font-size: 1.31rem;
  }
  .itemName p {
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.2rem;
  }
  .itemTxt p {
    font-size: 0.75rem;
  }
  .itemLp {
    font-size: 0.68rem;
  }
  .itemPr {
    font-size: 0.87rem;
  }
  .itemPr span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .itemBtnArea {
    width: 94%;
    margin: auto;
  }
  .itemBtn {
    border-radius: 10px;
    height: 5.8vh;
    margin: 1vh auto;
  }
  .itemBtn a {
    font-size: 1rem;
  }
}

.other {
	width: 80%;
	margin: 0 auto;
}

.nonshadow img {
	box-shadow: none;
}



.introduction {
	padding: 1rem;
	margin-bottom: 2rem; 
}

.intro {
	border-radius: 18px;
	box-shadow: 7px 7px 15px #9e465b;
	background-color: #FFF0F1;
	width: 80%;
	margin: 2rem auto;
	padding: 2rem 1rem;
}

.introtext {
	width: 80%;
	margin: auto;
}


.pinktext {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 500;
	margin: auto;
	padding: 1rem;
}


.pinkbra {
  background-image: url("img/back.jpg");
  background-repeat: repeat-y;
  background-size: center;
  background-position: top;
	-webkit-appearance: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.pinkbra img {
	width: 80%;
}

.pinkbra span {
	font-size: 1.5rem;
	font-weight: 600;
}

.top_btn {
  position: fixed;
  bottom: 60px;
  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;
  }
	
.introtext {
	width: 90%;
}

.intro {
	width: 90%;
}
	
.introduction {
	padding: 10px;
}
	
.pinktext {
	font-size: 0.7rem;
}

.pinkbra span {
	font-size: 1.3rem;
}	
	
}

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


.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);
}
}




