@charset "UTF-8";
/* CSS Document */

.l-contents{
    list-style:none;
    overflow: hidden;
}

.l-contents a{
	transition: all 0.3s ease 0s;
}

.l-contents img{
	transition: all 0.3s ease 0s;
}

.ttl_box{
	display: block;
    margin: 0 auto;
    background: #bbc9d8;
    width: 100%;
}

.title-sub {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    font-weight: 500;
    padding: 30px 10px 20px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    background-color: #fff;
}

.title-sub p {
    margin-bottom: 1em;
}

.ttl-box-inner{
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/* .ttl-box-inner div{
    width: 70vw;
    text-align: center;
} */

.ttl-box-inner img{
	display: block;
    overflow: hidden;
}

.navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px auto 0;
	padding: 0 8px;
    border-bottom: 1px solid #aaa;
}
.navi ul > li{
	width: 25%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.navi ul > li a{
	display: block;
}

.navi ul > li img{
	display: block;
	width: 100%;
    aspect-ratio: 11/7;
}


.con2 {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    margin-top: 60px;
    font-weight: 500;
}

.bg-col-box {
    background-color: #efefef;
}

.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.h-auto {
    height: auto;
}

.arrange-box {
    display: block;
    padding: 30px 20px;
    margin-bottom: 40px;

}

.arrange-box figure {
    position: relative;

}

.arrange-box figure img {
    width: 100%;
    margin-bottom: 12px;
    aspect-ratio: 4/5;
}


.arrange-box-txt {
    font-size: 14px;
}



.l-other-box{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.l-other-box div {
    overflow: hidden;
    width: 31%;
    margin: 0  auto 40px;
    font-size: 14px;
}
.l-other-box h4 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.l-other-box ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.l-other-box .item {
    display: inline-block;
    margin-right: 8px;
}

.l-other-box img{
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: .5em;
}

.content-desc-heading-wrapper {
    width: 100%

}

.content-desc-heading {
    text-align: left;
    margin-bottom: 20px;
}
.content-desc-heading > div {
    width: 43%;
    margin-bottom: 24px;
}

.content-desc-heading > div img {
    width: 100%;
    padding-bottom: 4px;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
}

.banner-area {
    margin-bottom: 64px;
}

.banner-area .m-btn-inactive,
.content-inner .m-btn-inactive,
.accessory .m-btn-inactive {
    width: 80%;
    max-width: 320px;
    margin: auto;

}

.con2 + .m-btn-inactive {
    margin-top: 40px;
}

.content-inner .m-btn-inactive:hover {
    background-color: #dedede;
}



.content-btn:hover,
.l-4-column a:hover,
.gift_brand ul li a:hover,
.l-other-box ul li a:hover {
    opacity: 0.7;
}

.content-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}


.content-desc {
    margin: 24px 0;
    font-size: 13px;
    padding: 20px 15px 0 15px;
    line-height: 1.8;
    text-align: center;
}

.content-desc h4 {
    margin-bottom: 1em;
    font-weight: bold;
}

.content-list {
    margin-top: 60px;
}

.content-list .content-desc img {
    width: auto;
}

/* .content-desc span {
    font-family: 'Amiri', serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 4px 8px;
} */

.l-number-img {
    display: block;
    width: 94%;
    max-width: 380px;
    margin: 0 auto 30px;
}

/* .content-desc-heading {
    font-family: 'Amiri', 'Shippori Mincho', serif;
    font-optical-sizing: auto;
    letter-spacing: -1px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height:1.5;
} */


.content-list_maincol,
.content-list_subcol {
	width: 100%;
}

.content-list_maincol {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}


.content-list_maincol > div {
    position: relative;
    width: 80%;
}

.content-list a{
	display: block;
}
.content-list img {
    aspect-ratio: 4/5;
	width: 100%;
}

.content-list_subcol {
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
}

.content-list_reverse .content-list_subcol {
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
}

.content-list_subcol img {
    width: 100%;
}


.l-contents .coordinate-list-btn {
    display:inline-block;
    width: auto;
    margin: 8px auto 0;
}

.l-contents .coordinate-list-btn span {
    border-bottom: 1px solid #616161;
}



.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
}

.l-4-column-wrapper {
    width: 100%
}

.l-4-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 20px;
}
.l-4-column > div {
    width: 43%;
    margin-bottom: 24px;
}

.l-4-column > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
    padding-bottom: 4px;
}



.content-list_2column.sp-width {
    position: relative;
}


.type-heading-box {
    text-align: center;
    /* margin-bottom: 15px; */
}


.type-name span {
    display: block;
    font-size: .4em;

}

.type-desc {
    font-size: 15px;
    line-height: 2.2;
    margin:auto;
    text-align: center;
}


.coming-soon {
    color: #616161;
    display: inline-block;
    font-size: 12px;
}

.con2 h3 {
	width: auto;
	margin: 10px 0 30px;
	overflow: hidden;
	font-weight: normal;
	font-size: 26px;
    text-align: center;
}


.vertical-line {
  position: relative;
  padding: 90px 0 0;
}

.vertical-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 70px;
  margin: auto;
  background-color: #000;
}

/* .vertical-line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 60px;
  margin: auto;
  background-color: #000;
} */


/* スライダー見た目 */

.l-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
  }
  
  .l-slider-reverse {
    flex-direction: column;
    display: flex;
  }
  
  .l-slider-img {
    width: 100%;
  }
  
  .l-slider-desc {

    width: 100%;
    padding: 32px 15px 16px 15px;
    box-sizing: border-box;
    order: 2;
  }
  
  /* .l-slider-comment-title {
    font-family: "Shippori Mincho","Amiri", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 4px;
    font-size: 22px; 
  } */

    .l-slider-comment h4{
        font-size: 16px;
        margin-bottom: 1em;
        border-bottom: 1px solid #333;
        padding: 0 0 .5em;    
    }


    .creditbox {
        font-size: 14px;
        margin-bottom: 32px;
        line-height: 1.65;
    }

    .creditbox a {
        display: block;
    }

  

@media screen and (min-width: 641px) {
/* PCここから */

.title-sub {
    text-align: center;
}


.ttl-box-inner img {
    display: block;
    width: auto;
    margin: auto;
}

.ttl-box-inner div{
    width: 300px;
}


.navi ul > li{
	width: 160px;
}
.con1 ul li a img:hover,
.banner-area a:hover,
.l-other-box div a:hover {
    opacity: 0.7;
}

.con1 h2 {
    margin-top: 8px;
}

.navi li a:hover,
.creditbox a:hover{
    opacity: 0.7;
}

/* 

.con2 h3 {
    width: 1000px;
	margin: 10px auto 10px;
} */

.ttl-box-inner div{
    width: 620px;
}

.title-sub {
    margin-top: 0;
}

.l-number-img {
    width: 320px;
}

.type-desc {
    width: auto;
    text-align: center;
}


.banner-area {
    width: 640px;
    margin-right:auto;
    margin-left:auto;
}

.content-desc-heading {
    font-size: 40px;
}

.content-inner {
	margin: auto;
    padding-bottom: 64px;
	width: 1000px;
}

.content-list_maincol {
    box-sizing: border-box;
}

.content-list_maincol > div {
    display: inline-block;
    width: 54%;
}  

.content-desc {
    padding: 30px 0 0 0;
}

.content-desc-heading {
    margin-top: 12px;
    font-size: 25px;
    
}

.content-list_2column {
    display: flex;
    justify-content: space-around;
}

.txt-list-padding {
    padding: 0 2%;
}

.l-harf {
    width: 47%;
}

.l-4-column-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.l-4-column > div {
    width: 23%;
}


/* スライダー */

/* .slider-contents-main {
    width: 500px;
    margin: auto;
  } */

  .l-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 64px;
    margin-bottom: 64px;    
    flex-direction: row;
  }

  .l-slider-img {
    width: 50%;
  }

  .l-slider-desc {
    width: 42%;
    padding: 16px 1% 20px 1%;
  }

  .l-slider-comment-title {
    font-size: 26px; 
  }


}



@media screen and (max-width: 640px) {
/* スマホ表示 */

.arrange-box h3 {
    width: auto;
    margin: 10px 0;
}


.ttl-box-inner img{
    max-width: 100%;
}

.con1 , .con2{
    width: 100%;
}


.l-other-box {
    width: 100%;
    margin: 0 auto;
}
.l-other-box div a {
    font-size: 12px;
}
.l-other-box div {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.l-other-box ul {
    line-height: 1.7;
}

.l-other-box div img{
    width: 100%;
}

.item-list li a::after{
	display:none;
}

.content-list .item-list {
    padding: 24px 24px 20px;
}

.l-harf {
    margin-top: 30px;
    /*margin-bottom: 20px;*/

}

.is-sp-mrl50 {
    margin-right: 30px;
    margin-left: 30px;

}


.content-list_2column.sp-width {
    /* width: 90%; */
    margin: 0 auto;
}

}

@media screen and (max-width: 340px) {
    .content-desc-heading {
        font-size: 19px;
        letter-spacing: -1px;
    }

}

