@charset "UTF-8";
/* CSS Document */


.main-content{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width: 100%;
}
.main-content section{
  margin: 0 auto;
  width: 1000px;
}

.main-content section.content-box{
	padding-top: 60px;
	padding-bottom: 60px;
}

.l-bg-column {
  background-color: #eaeaf6;
}

.bg-even {
  background-color: #f3f3f7;
}

/* title */
.title-box{
  text-align: center;
  font-size: 15px;
}
.title-box h1 + p{
  font-size: 17px;
  line-height: 1.8;
  margin: 25px 0 30px;
  text-align: center;
}
span.sub-txt{
  color: #757575;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

h1.title img {
  width: 100%;
  aspect-ratio: 1000/380; 
}


.nav-tab {
    margin: 0 0 20px;
}

.nav-tab ul {
    text-align: center;
}

.nav-tab ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
    vertical-align: bottom;
    width: 200px;
}

.nav-tab li a {
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tab li.active a {
    border: 1px solid #919191;
    border-bottom: 1px solid #fff;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: -2px;
    transition: .3s;
}

.nav-tab::after {
    background: #919191;
    content: '';
    display: block;
    height: 1px;
    margin-top: 1px;
    width: 100%;
}

.navi {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
}

.navi span {
  display: block;
  font-size: .8em;
  font-weight: bold;
}

.number {
  display: block;
  font-size: .6em;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.navi ul {
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navi ul li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 13px;
    width: 19%;
    margin: 2px 0.5%;
    border-bottom: solid 3px #fff;
    text-align: center;
    letter-spacing: 0.5px;
}

.navi ul li a {
    color: #fff;
    background-color: #606073;
    text-decoration: none;
    padding: 18px 5px 18px 5px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 15px;
}

.navi ul li a::after {
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}

.price-link {
  text-align: center;
}

.price-link li {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.price-link li a {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  display: block;
  background-color: #d40c0f;
  padding: 10px 12px;
  margin: 4px .5%;
  border-radius: 40px;

}

.price-link li:first-child a {
  background-color:#ee8f90;
}

.price-link li:nth-child(2) a {
  background-color:#e56b6d;
}

.price-link li:nth-child(3) a {
  background-color:#dc494c;
}

.head,
.head-long {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}

.head-sub {
  display: block;
  font-size: .6em;
  margin-top: 12px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.heading-icon {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}

.content-box h2.head {
  font-size: 46px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 10px 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.content-box h2.head-long {
	font-size: 27px;
	text-align: center;
  line-height: 1.45;
  margin: 0 10px 24px;
}

.head-txt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}

.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 2%;
}

.lineup li {
  width: 46%;
  margin-bottom: 20px;
  display: flex;
}

.lineup li a {
  display: flex;
  flex-direction: column;
}

.lineup li img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  margin-bottom: .5em;
}


.item-price {
  flex-grow: 1;
}

  
.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 10px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}

.content-btn:hover {
  opacity: 0.7;
}



/* gift wrap */
.main-content section.giftwrap{
  text-align: center;
  margin-bottom: 32px;
}
.giftwrap div {
  /*border: 1px solid #ccc;*/
  width: 92%;
  margin: 0 4%;
  padding: 20px;
  box-sizing: border-box;
}
.giftwrap h2{
  font-family: "EB Garamond",serif;
  font-size: 42px;
  letter-spacing: .08em;
  margin-top: 20px;
  font-weight: 400;
}
.giftwrap p{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin: 0 auto;
  padding: 20px 0;
  width: 640px;
}
.giftwrap a.btn{
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 14px 0;
  width: 300px;
}

.pkuit{
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
}
.pkuit ul{
  width: 1000px;
  display: block;
  padding: 0 6px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pkuit ul li{
  vertical-align: top;
  width: 22.5%;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  margin: 0 1% 20px;
  background-color: #fff;
  text-align: center;
  /*
  box-shadow: 5px 5px 10px #b9b6b3;
    -webkit-box-shadow: 5px 5px 10px #b9b6b3;
    -moz-box-shadow: 5px 5px 10px #b9b6b3;
    */
}
.pkuit ul li p{
  width: 100%;
  display: block;
  background-color: #a5663d;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.pkuit ul li img{
  width: 100%;
}

.pkuit ul li figure{
  width: 100%;
  aspect-ratio: 5/6;
}
.pkuit ul li figure img {
  width: 100%;
  height: auto;
}

.pkuit ul li .pkuit-text{
  padding: 5px;
}

.icon{
  width: 50px;
  background-color: #434343;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  font-weight: bold;
}

h2.headline {
  font-size: 46px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;

}

.span-news { 
  line-height: 0.3em;
}

.img-thumb {
  height: auto;
}

.taglink {
  text-align: center;
  margin: 14px;
}

.taglink li {
  display: inline-block;
  margin: 12px 2px;
}
.taglink li a {
  font-size: 20px;
  padding: 10px 22px;
  border-radius: 20px;
  background-color: #fff;
}

/*-----*/
/* SMP */
/*-----*/
@media screen and (max-width: 640px) {
/*  */

.nav-tab {
    margin-top: 20px;
}

.nav-tab ul li {
    margin: 0 2px;
    width: 30%;
}

.nav-tab li.active a {
    height: 4.2vw;
    line-height: 1.5;
    padding: 2vw 0 4.5vw;
}

.navi {
    width: 100%;
}

.navi ul {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    column-gap: 7px;
    row-gap: 2px;
}

.navi ul li {
    width: 100%;
    font-size: 12px;
}

.navi ul li a {
  font-size: 13px;
}

.main-content{
  margin: 0 auto;
  width: 100%;
}

/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1{
  font-size: 40px;
  line-height: 1.1;
}
.title-box h1 img{
  width: 100%;
  aspect-ratio: 32 / 25;
  vertical-align: bottom;
}
.title-box p{
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
  padding: 0 4vw;
  text-align: justify;
}

.main-content section{
  margin: 0 auto;
  width: 100%;
}


.content-box h2.head{
	font-size: 32px;
}
/* SMP title */
.title-box{
  text-align: center;
}
.title-box h1 + p{
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 25px;
  text-align: justify;
}
span.sub-txt{
  color: #757575;
  font-size: 12px;
  margin-top: 4px;
}


.giftwrap > img{
  margin-top: 20px;
  width: 100%;
}
.giftwrap h2{
  font-size: 28px;
  letter-spacing: .08em;
  margin-top: 20px;
}
.giftwrap p{
  font-size: 14px;
  margin: 5px auto 0;
  padding: 20px 0;
  width: 90%;
  font-feature-settings: "palt";
}
.giftwrap a img{
  width: 100%;
}
.giftwrap a.btn{
  border-radius: 2px;
  font-size: 16px;
  margin: 10px auto 0;
  padding: 14px 0;
  width: 92%;
}

.pkuit ul{
  width: 100%;
}
.pkuit ul li{
  margin:0 1% 20px;
  width: 47%;
  font-size: 11.2px;
}
/*
.pkuit2 ul li{
  height: 62vw;
}
*/

h2.headline {
  font-size: 32px;
}
}/* end SMP */


@media screen and (min-width: 641px) {

.navi {
  width: 1000px;
  margin: 0 auto;
}

.navi ul {
    width: 750px;
    margin: 30px auto 40px;
}

.navi ul li {
    width: 210px;
}

.navi li a {
  padding: 10px 24px;
}

.navi ul li a::after {
    right: 12px;
}

.price-link li {
  width: auto;
}

.price-link li a {
  font-size: 21px;
  margin: 0 .5%;
  padding: 10px 24px;
  border-radius: 40px;
}

.content-box h2.head-long {
	font-size: 32px;
  letter-spacing: 2px;
}

/* hover settings */

.navi ul li a:hover {
    opacity: 0.7;
}

.lineup li a:hover{
  opacity: .7;  
}

.giftwrap a:hover{
  opacity: .7;
}

.pkuit a:hover{
  opacity: .7;
}
.price-link a:hover{
  opacity: .7;
}

.m-link-archive a:hover,
.taglink li a:hover  {
  opacity: .7;
}

.lineup li {
  width: 23%;
  margin-bottom: 28px;
}

.giftwrap div {
  width: 100%;
  margin :0;
}
}
