@charset "UTF-8";
/* CSS Document */


.main-content{
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}
.main-content > section:nth-of-type(n+2){
  margin-top: 30px;
  padding-bottom: 90px;
}

/* title */
.title-box{
  text-align: center;
}
.title-box h1{
  background-color: #ccbb75;
}

.title-box h1 img{
  vertical-align: bottom;
  aspect-ratio: 16/15;
}

.title-box .is-pc {
  width: 1000px;
  margin: 0 auto;
  aspect-ratio: 5/2;
}

.title-box .is-sp {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/15;
}

.title-box .logo{
  max-width: 160px;
}

.title-box .content-btn {
    display: inline-block;
    width: calc(100% - 24px);
    margin: 5px 12px 20px;
}

.title-lead {
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 0 30px;
  line-height: 1.8;
  border-bottom: 1px solid #555;
}

.title-lead p:first-child{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}


.read-box{
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  width: 100%;
  padding: 20px 0;
}


.bg-color {
   background-color:#cbbb75;
   color: #222;
   padding: 60px 16px 0px;
   box-sizing: border-box;
}

.bg-color a {
    color: #222;
 
}

/* section */
.head-style-number {
  font-family: "Monomakh", system-ui;
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  margin: 40px auto 20px;
  color: #ccc;
}

.head-style-number span {
  font-size: 4em;
  display: block;
}

.head-txt {
  text-align: center;
  font-size: 21px;
  padding: 0 10px;
}

.item-list-comment .head-txt {
  margin-bottom: 1em;
}

.item-list-wrapper .style-name {
  margin-bottom: .5em;
}

.style-name {
  font-size: 32px;
  font-family: "Monomakh", system-ui;
  line-height: 1.4;
  padding: 0;
  display: block;
}

.item-container{
  margin: 40px auto 0;
  width: 1000px;
}

/* item-box */
 .item-box{
  display: flex;
  align-items: center;
  position: relative;
  width: 950px;
  gap: 30px;
  margin: 30px auto 80px;
}

.item-box.reverse{
  flex-direction: row-reverse;
}

 .item-box a{
  display: block;
}
 .item-box figure{
  margin-bottom: 4px;
  width: 100%;
}

 .item-box figure img{
  transition: .3s;
  width: 100%;
  height: auto;
}


.item-box h3{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.item-box h3::before{
  background: #fff;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  content: "";
  display: block;
  height: 13px;
  margin: 0 auto;
  position: absolute;
  transform: rotate(-45deg);
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 140px;
  margin: 5px auto;
  display: block;
}

.item-txt{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}

.item-box a.btn{
  font-size: 14px;
  font-weight: bold;
  background: #3d3d3d;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  width: 300px;
  right: 0;
  bottom: 0;
  left: 0;
}


.item-list-comment {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.8;
}

.item-list-pickup {
  border-bottom: 2px dotted #ccc;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
}

.item-list li, .item-list-pickup li{
  font-size: 13px;
  padding: 10px 0;
  text-align: left;
}

.item-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}

.item-list li a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 18px;
  padding: 4px 20px;
  float: right;
}

.item-list-pickup li a::after {
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 18px;
  padding: 2px 20px;
  float: right;
}



/* under link */
.under-link-box{
  overflow: hidden;
}
.under-link{
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.under-link li{
  display: inline-block;
  margin: 8px 0px;
  text-align: center;
  width: 280px;
}
.under-link li a{
  font-weight: bold;
  background: #45423f;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*favorite*/
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  height: auto;
  line-height: inherit;
}

.m-banner-area {
  padding-bottom: 40px;
}

.m-banner-area h2 {
  margin-bottom: 20px;
}

.m-banner-area img {
  width: 100%;
  max-width: 100%;
}

.main-content > section .m-banner-area h2 {
  font-size: 28px;
}

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.main-content{
  margin: 0 auto;
  width: 100%;
}
.main-content > section:nth-of-type(n+2){
  margin-top: 20px;
  padding-bottom: 0;
}

/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-size: 40px;
  line-height: 1.1;
}
.title-box h1 img{
  width: 100%;
}
.title-box p{
  font-size: 14px;
  line-height: 1.8;
  /* margin-top: 20px; */
  padding: 10px;
  /* text-align: left; */
}

.title-box .logo{
  max-width: 80px;
}

/* SMP section */
.main-content > section h2{
  font-size: 20px;
  text-align: center;
}

.item-container{
  display: block;
  margin: 40px auto 0;
  width: 90%;
}

/* SMP item-box */
 .item-box, .item-box.item-box.reverse{
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  position: static;
  width: 100%;
}
 .item-box:nth-of-type(2n){
  margin-left: 0;
}

 .item-box:nth-of-type(n+3){
   margin-top: 0;
}

.item-box h3{
  font-size: 20px;
  letter-spacing: .08em;
  margin-top: 10px;
  padding: 5px 0;
}
.item-box h3::before{
  height: 13px;
  margin: 0 auto;
  width: 13px;

  top: -9px;
  right: 0;
  left: 0;
}

.item-box h3 img{
  width: 100px;
}

.item-txt{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: justify;
}

.item-box a.btn{
  margin: 15px auto 0;
  padding: 12px 0;
  position: static;
  width: 100%;
}

.item-list{
  padding-top: 10px;
}
.item-list li, .item-list-pickup li{
  font-size: 13px;
  padding: 10px 0;

}
.item-list li a, .item-list-pickup li a{
  display: flex;
  align-items: center;
  justify-content: space-between;  
}

.item-list li a::after, .item-list-pickup li a::after{
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 10px;
}

/* SMP under link */

.under-link li{
  margin: 0 5px;
  width: 280px;
}
.under-link li a{
  color: #fff;
  padding: 14px 0;
}

/* SMP favorite */
.under-link li a.m-btn-inactive{
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  font-weight: 500;
  height: auto;
  line-height: inherit;
}

/* SMP under link */
ul.under-link {
  margin: 10vw auto 100px;
  width: 92%;
}
ul.under-link li{
  margin: 0 0 10px;
  width: 100%;
}
ul.under-link li a{
  margin: 0;
}




}/* end SMP */


@media screen and (min-width: 641px) {

.title-box h1 img {
  aspect-ratio: 5/2;
}

.bg-color {
   padding: 60px 0 40px;
}

.title-box .content-btn {
  max-width: 300px;
  margin: 5px auto;
}

.item-list-wrapper {
  width: 50%;
}

.item-box {
  gap: 50px;
}

.item-box figure{
  width: 50%;
}

.head-txt {
  font-size: 26px;
  padding: 0;
}

.item-list-comment .head-txt {
  text-align: left;
}

.item-list-comment {
  font-size: 16px;
}

.item-list-wrapper .style-name {
  margin-bottom: 1em;
}


.style-name {
  /* display: inline; */
  padding-right: 2em;
}

/* hover settings */

.title-box .content-btn a {
  transition: .3s;
}

.item-box a.btn:hover{
  opacity: .6;
}
.item-box a:hover > img{
  opacity: .6;
}

.item-list-pickup li a:hover {
  opacity: .6;
}

.item-list li a:hover{
  opacity: .6;
}

.item-list2 li a:hover{
  opacity: .6;
}

/* HOVER under-link */
.under-link a:hover{
  background: #666;
  color: #fff;
}
.under-link li a.m-btn-inactive:hover{
  background: #f2f2f2;
}

.item_list > li > a:hover{
  opacity: .6;
}

.m-banner-area a:hover {
  opacity: .6;
}

}/* end hover */
