@charset "utf-8";
/* CSS Document */
/* -------------------- header -------------------- */
/* 背景色変更 不要な場合は削除 */
* {
  box-sizing: border-box;
}
header {
  background-color: #E7E6E1
}
body {
  background-color: #E7E6E1
}
footer {
  background-color: #E7E6E1
}
/* -------------------- contents -------------------- */
img {
  width: 100%;
}
h1 {
  font-weight: normal;
  width: 60%;
  margin: auto;
  max-width: 600px;
}
div#content-wrapper img {
  margin-bottom: 10px;
}
.item_number {
  font-size: 24px;
  font-family: 'Caveat', cursive;
  margin-bottom: -10px;
}
.text_module {
  margin: 0 0 40px;
  padding-top: 4%;
  border-top: 1px solid #000;
}
.text {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.text span {
  font-weight: bold;
  color: #B41D04;
  text-decoration: underline;
}
.content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0% 0;
  color: #222;
  word-break: break-word;
  line-break: strict;
  word-wrap: normal;
  font-family: 'Shippori Mincho B1', serif;
}
.top_content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 6%;
  color: #222;
  word-break: break-word;
  line-break: strict;
  word-wrap: normal;
  font-family: 'Shippori Mincho B1', serif;
}
.top_content_inner {
  border: 12px solid #374437;
  padding: 2% 5% 4%;
}
.top_content .photo_module {
  margin: 0 auto;
  padding: 0;
}
.top_content .text_module {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 4%;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1060px) {
  .content {
    padding: 40px 80px 60px;
  }
  .top_content {
    padding-top: 12%;
  }
  .top_content_inner {
    border: 12px solid #374437;
    padding: 2% 5% 4%;
    width: 95%;
    margin: 0 auto;
  }
}
.intro {
  margin: auto;
  background-color: #deb8877d;
  width: 100%;
  padding: 100px 0;
}
.intro_text {
  max-width: 910px;
  margin: auto;
  font-weight: 600;
}
.intro_text {
  padding: 0 40px 0;
}
.item {
  padding: 40px 80px 60px;
}
.item {
  max-width: 910px;
  margin: 0 auto;
  padding: 40px 40px 0;
  color: #222;
  word-break: break-word;
  line-break: strict;
  word-wrap: normal;
}
@media screen and (max-width: 667px) {
  h1 {
    width: 100%;
  }
  .content {
    padding: 40px 20px 60px;
  }
  .text_module {
    padding: 6% 0.5% 0%;
  }
  .text {
    font-size: 14px;
    font-weight: normal;
  }
  .top_content {
    padding-top: 16%;
    color: #222;
    word-break: break-word;
    line-break: strict;
    word-wrap: normal;
    font-family: 'Shippori Mincho B1', serif;
  }
  .top_content_inner {
    border: 8px solid #374437;
    padding: 6% 4% 8%;
  }
}
@media screen and (max-width: 1060px) {
  .item {
    padding: 40px 20px 60px;
  }
}
.item-title {
  padding: 5% 0 5% 0px;
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 0px;
}
h3.headline {
  padding: 0px 0px 0px 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 8px solid #374437;
}
.headline_module {
  padding: 40px 0;
}
.variation {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1% 0px;
}
.model {
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 1%;
  margin-bottom: 2%;
}
.text_u {
  border-bottom: 1px solid #000;
  padding-bottom: 4.5%;
}
.ma_to_2 {
  margin-top: 2%;
}
hr {
  border-top: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  h3.headline {
    font-size: 20px;
  }
  .headline_module {
    padding: 40px 0;
  }
}
@media screen and (max-width: 667px) {
  .item-title {
    padding: 10% 0% 5%;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    font-weight: normal;
  }
  h3.headline {
    font-size: 19px;
    font-weight: normal;
  }
  _module {
    padding: 30px 0;
  }
}
.photo_module {
  margin: 0 auto 40px;
  padding: 20px 0 0;
}
@media screen and (max-width: 1100px) {
  .photo_module.vertical {
    width: 90%;
  }
  .photo_module {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 667px) {
  .photo_module.vertical {
    width: 100%;
    margin: auto;
    padding-top: 0;
  }
  .model {
    font-size: 0.75em;
    padding-bottom: 1%;
  }
  .variation {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 1% 0px;
  }
}
/*== 商品 ==*/
.link a {
  font-weight: bold;
  padding: 0% 2% 0% 0.5%;
  text-decoration: underline;
}
@media screen and (max-width: 667px) {
  .link a {
    display: block;
  }
}
/*== ラインナップのテーブル&リスト ==*/
.photo_module table {
  line-height: 0;
}
.photo_module table p {
  line-height: 0;
}
div#content-wrapper .photo_module table img {
  margin: 0 auto;
}
ul.lineup {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  padding: 5% 0;
  gap: 15px;
}
ul.lineup_kilt {
  width: 90%; /*コンテナ幅を600pxに指定*/
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /*2列目のトラック幅を2frに変更*/
}
ul.lineup_tuck {
  width: 80%; /*コンテナ幅を600pxに指定*/
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*2列目のトラック幅を2frに変更*/
}
ul.lineup li {
  position: relative;
}
ul.lineup li {
  position: relative;
}
ul.color_variation {
  display: grid;
  width: 100%; /*コンテナ幅を600pxに指定*/
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*2列目のトラック幅を2frに変更*/
  gap: 1%;
}
ul.color_variation li {
  position: relative;
}
p.tag {
  position: absolute;
  top: 2%;
  right: 2%;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 1%;
  background-color: #FFF;
}
@media screen and (max-width: 1100px) {
  ul.color_variation {
    display: grid;
    width: 100%; /*コンテナ幅を600pxに指定*/
    grid-template-columns: 1fr 1fr 1fr; /*2列目のトラック幅を2frに変更*/
    gap: 1%;
  }
}
@media screen and (max-width: 667px) {
  ul.color_variation {
    display: grid;
    width: 100%; /*コンテナ幅を600pxに指定*/
    grid-template-columns: 1fr 1fr 1fr 1fr; /*2列目のトラック幅を2frに変更*/
    gap: 2%;
    margin: 3% 0% 4% 0%;
  }
  p.tag {
    position: absolute;
    top: 3%;
    right: 3%;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    padding: 1%;
    background-color: #FFF;
  }
}
/*== 関連へのリンク*/
.related_link{
	border: 1px solid #000;
	margin-bottom: 5%;
	display: block;
	padding: 3% 6%;
	
}
.related_link img{
	margin-top: 5%;
	display: block;
	
}
/*== 商品一覧へのリンク */
.all_link {
  width: 100%;
  display: block;
  margin: 0 auto 2%;
  max-width: 800px;
}
.btn {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  width: 100%;
}
.btn span {
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}
.btn:hover span {
  color: #fff;
}
.all_link a:hover {
  opacity: 1;
}
/*== 背景が流れる（下から上） */
.bgbottom:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #333;
  /*背景色*/
  width: 100%;
  height: 0;
  /*アニメーション*/
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
/*hoverした際の形状*/
.bgbottom:hover:before {
  height: 100%;
  background-color: #333;
}
@media screen and (max-width: 667px) {
.related_link{
	border: 1px solid #000;
	display: block;
	padding: 2% 6% 10%;
	
}
	
  .all_link {
    width: 100%;
    margin: 0 auto;
	  margin-top: 5%
  }
}
/*== 商品一覧へのリンク　ここまで */
/* -------------------- フェードアップ -------------------- */
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.photo_module {
  opacity: 0;
}
/* -------------------- pagetop -------------------- */
/* ページの上部へ　右下固定版 */
#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}
#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
}
/* -------------------- PC/
スマホ-------------------- */
@media screen and (min-width: 668px) {
  .sp {
    display: none
  }
}
@media screen and (max-width: 667px) {
  .pc {
    display: none;
  }
}