@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* html
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
a:hover img {
  opacity: 0.7;
}
body {
  container-type: inline-size;
}
/* コンテンツ
---------------------------------------------------------- */
/* ベース */
.New_Table900 {
  width: 900px;
  padding-left: 30px;
}
/* メイン
---------------------------------------------------------- */
/* メイン */
.mainimg_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #ebbd3f;
}
.mainimg_container {
  position: relative;
  margin-inline: auto;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
/* ページボタン */
.itempage_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #224d9c;
}
.itempage_container {
  position: relative;
  margin-inline: auto;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
/* 商品ページボタン
---------------------------------------------------------- */
.btn_itempage img {
  width: 70%;
  height: auto;
  margin: 1.5rem auto;
}
/* brownタイトル
---------------------------------------------------------- */
.brown_tit img {
  width: 60%;
  height: auto;
  margin: 2rem auto 1rem;
}
/* ３つの理由
---------------------------------------------------------- */
/* メイン */
.reason_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #fff;
}
.reason_container {
  position: relative;
  margin-inline: auto;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.reason_box {
  width: 85%;
  margin: 3rem auto 2rem;
}
.txt_reason_01 {
  font-size: 1.1rem;
  line-height: 1.85;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #333;
  margin: 2rem auto 0;
}
/* 理由(1)
---------------------------------------------------------- */
.tokucho_box {
  width: 85%;
  margin: 3rem auto 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
/* 選ばれる理由
---------------------------------------------------------- */
/* メイン */
.brown_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #c7b299;
}
.brown_container {
  position: relative;
  margin-inline: auto;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
/* ボタングリッド */
.three_btn_grid {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
/* 購入者の声 */
.voice_txt {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #222;
}
.voice_btn_grid {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem 0 3rem;
}
.voice_waku {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_btn_man {
  width: 15%;
  height: auto;
}
.voice_txt_man {
  width: 97%;
  height: auto;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #222;
  padding: 0.5em;
}
/* 吹き出し */
.voice_arrow_box {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 3px solid #f5e491;
  border-radius: 5px;
}
.voice_arrow_box:after, .voice_arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.voice_arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.voice_arrow_box:before {
  border-color: rgba(245, 228, 145, 0);
  border-right-color: #f5e491;
  border-width: 14px;
  margin-top: -14px;
}
/* 理由(3)画像指定*/
.reason_three img {
  width: 50%;
  height: auto;
}
.sus_txt {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #FF0004 !important;
  text-align: center;
  text-decoration: underline;
}
/* 動画
---------------------------------------------------------- */
/* 枠*/
.waku_800 {
  width: 800px;
  margin: 0 auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: -1em 0 1rem 0;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*サムネイル_コンテナ*/
.mov_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 800px;
  gap: 5px;
  margin: 5px auto;
}
/*サムネイル_ボックス*/
.mov_box {
  width: calc((100% - 15px) / 4);
  height: auto;
  padding: 0 0 15px 0;
}
/* スライダー
---------------------------------------------------------- */
/*スライダー_基本*/
.swiper {
  width: 960px;
  margin: 0 auto;
}
.swiper-slide {
  width: 960px;
  height: auto;
}
.swiper-button-prev {
  left: 30px;
  color: #fff;
}
/* 次への矢印 */
.swiper-button-next {
  right: 30px;
  color: #fff;
}
/* スライダー_メイン
---------------------------------------------------------- */
/*背景*/
.slider_mov_base {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  background-color: #ffffff;
  opacity: 1;
  background-image: linear-gradient(0deg, #ffffff 50%, #ddfeff 50%);
  background-size: 5px 5px;
}
/*コンテナ*/
.slider_mov_container {
  position: relative;
  margin-inline: auto;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
/* タカラトミー_ボタン
---------------------------------------------------------- */
.takaratomy_btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.takaratomy_btn_wrap {
  margin: 2em 0;
}
a.btn_aa {
  font-size: 1.1rem;
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  background: #0263d0;
  -webkit-box-shadow: 0 5px 0 #082648;
  box-shadow: 0 5px 0 #082648;
}
a.btn_aa:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  color: #fff;
  background: #164c88;
  -webkit-box-shadow: 0 2px 0 #082648;
  box-shadow: 0 2px 0 #082648;
}