@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;
    /*overflow: hidden;*/
    text-align: center;
    width: 100%;
    background-color: #f2eeeb;
    /* background: linear-gradient(90deg, rgba(253,244,226,1) 0%, rgba(253,244,226,1) 40%, rgba(218,204,169,1) 60%, rgba(218,204,169,1) 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;
    padding: 30px 10px 0;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
}

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

/* .ttl_box {
    background: url(ttl_bg_smp.jpg) #fdf4e2 no-repeat right;
    background-size: cover;
} */

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

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

.navi ul{
	display: flex;
	flex-wrap: wrap;
	margin: 32px auto 32px;
	padding: 0 8px;
}
.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: 2/3;
}

.content, .con2, .accessory {
    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: 30px;
    font-weight: 500;
}

.bg-col-box:nth-child(odd) {
    background-color: #f4ebec;
}

.bg-col-box:nth-child(odd) .item-box-pat{
    background-color: #fff;
}

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


.bg-col-box {
    padding: 20px 0;
}

.con1-head {
    font-size: 38px;
}

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

}

.arrange-box figure {
    position: relative;

}

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


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

.other_item_box {
    margin: 60px auto;
}

.other_item_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    /* padding: 0 2%; */
    box-sizing: border-box;
}

.other_item_box .recommend-cate li {
    width: 49%;
    margin: 6px 0;
}

.recommend-cate-ttl {
    font-size: 22px;
    margin: 0 8px 16px;
    display: flex;
    align-items: center;
}

.recommend-cate-ttl:before {
    margin-right: 1rem;
}

.recommend-cate-ttl:after {
    margin-left: 1rem;
}

.recommend-cate-ttl:before, .recommend-cate-ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #424242;
}

.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 .m-btn-inactive,
.accessory .m-btn-inactive {
    width: 80%;
    max-width: 320px;
    margin: auto;

}

.content .m-btn-inactive {
    height: auto;
    line-height: inherit;
    padding: 12px;
}


.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 {
    overflow: hidden;
    padding-bottom: 30px;
}


/* .content-inner {
    margin-bottom: 60px;
} */


.content-desc {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 0 20px 0 20px;
    line-height: 1.65;
    text-align: justify;
}

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

.content-desc span {
  font-family: "Cardo", serif;
    font-size: 14px;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    padding: 4px 8px;
}

.l-number {
    display: block;
    width: 120px;
    margin: 0 auto;
    aspect-ratio: 18/11;
}

.content-desc-heading {
    font-family: "Shippori Mincho","Cardo", serif;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height:1.5;
}

 .arrange-box-heading > span {
    border: 1px solid #a98861;
    padding: 6px;
    margin: 4px;
    font-size: 1.1em;
}


.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_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%;
}*/

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

.item-list {
    padding: 12px 24px 12px;
}

.item-list li {
    padding: 2px;
    margin-bottom: 8px;
}

.item-list li::after{
	content:"";
    clear: both;
    display: block;
}
.item-list li a{
	box-sizing: border-box;
	font-size: 13px;
	display: block;
	position: relative;
}


.item-list_thumb {
    width: 50px;
    height: 60px;
    margin-right: 8px;
    float: left;
    border: 1px solid #f4f4f4;
}

.item-list-credit {
    margin-left: 60px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.item-list_thumb img {
    width: 100%;
}

.item-list-credit::after {
    display: inline-block;
    font-size: 10px;
    content: "Check";
    color: #cc6d00;
    padding: 3px 3px;
    border-radius: 2px;
    margin-left: 4px;
}

.no-after .item-list-credit::after {
    content: none;
}

.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%;
    aspect-ratio: 5/6;
    padding-bottom: 4px;
}

.idea-comment-txt {
    font-size: 14px;
    padding-bottom: 10px;
    margin-left: 12px;
}

.idea-contents {
    margin-top: 64px;
}

.idea-contents-heading {
    font-family: "Shippori Mincho", "Cardo", serif;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1.5;
    text-align: center;
}

.l-slider-idea-img {
    background-color: #E3D0D1;
    margin: 0 auto;
    padding: 40px 0 0;
    margin-bottom: 20px;
    width: 600px;
}

.img-center-bg {
    background-color: #E3D0D1;
    margin: 0 auto;
    padding: 40px 0;
    margin-bottom: 20px;
    width: 600px;
}

/* SHOP LIST */

.gift_brand {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: left;
	padding: 0 0 50px;
}

.gift_brand ul {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gift_brand h2 {
	font-size: 25px;
	text-align: center;
}


.gift_brand ul{
	display: flex;
	flex-wrap: wrap;
    justify-content:space-around;
}
.gift_brand ul li{
	overflow: hidden;
	margin: 10px auto 10px;
	background-color: #fdfaf6;
	text-align: left;
	font-size: 12px;
	/* box-shadow: 0 0 6px #ccc; */
}


.gift_brand ul li a,.gift_brand ul li span{
	display: block;
	height: 100%;
	padding: 10px;
}

.gift_brand ul li img {
	width: 100%;
    height: auto;
}


.content-list_2column img {
    aspect-ratio: 60/77;
	width: 100%;
    height: auto;
}

.content-list_2column.sp-margin {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 32px;
}

.shop-name {
    text-align: center;
    font-family: "Cardo", serif;
    font-size: 35px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.shop-name span {
    display: block;
    font-size: .5em;

}

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

.item-box-grid {
    display: grid;
    grid-template-areas: 
    "img img"
    "credit credit"
    "txt sub";
    grid-template-columns: auto 40%;
    gap: 12px;
    align-items:center;
    font-weight: 400;
    font-style: normal;
    margin: 0 12px 60px;
}

.item-box-image {
    grid-area: img;
}

.item-box-image img {
    width: 100%;
}

.item-box-txt {
    grid-area: txt;
    align-self: start;
}

.item-box-credit {
    grid-area: credit;
    align-self: start;
    border-bottom: #aaaaaa solid 1px;
    padding: 10px 0;
    margin-bottom: 10px;
    line-height: 2;
}

.item-box-pat {
    grid-area: sub;
    background-color: #efefef;
    padding: 10px;
}


.item-box-credit a {
    vertical-align: middle;
    font-size: 14px;
}

.item-box-credit a::after {
    border-radius: 4px;
    background: #45423f;
    content: "Check";
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    position: relative;
    margin-left: 8px;
}

.item-box-txt-desc {
    text-align: justify;
    font-size: 14px;
}

.item-box-pat-img {
    margin-bottom: 8px;
    position: relative;
}

.item-box-pat-img .pat-point {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    aspect-ratio: 30/16;
}

.item-box-pat-img img {
    width: 100%;
    aspect-ratio: 6/7;
}

.idea-title {
    position: relative;
}
.idea-contents-heading {
    position: absolute;
    text-align: center;
    top: -38px;
    left: 36%;
}

.idea-center {
    text-align: center;
    margin-bottom: 10px;
}

.sml_ttl_box_underbtn2 a {
    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;
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #3e3e3e !important;
    color: #fff;
    border-radius: 4px;
}

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

.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 5% 16px 5%;
    box-sizing: border-box;
    order: 2;
  }
  
  .l-slider-comment-title {
    font-family: "Shippori Mincho","Cardo", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 4px;
    font-size: 22px; 
  }

  
  .l-slider-comment-title + p{
    margin-top: 24px;
  }
  
  .l-slider-desc > div p {
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.65;
  }

  .m-item-list {
    margin-left: 12px;
  }

  .m-item-list p::after {
    display: inline-block;
    font-size: 10px;
    content: "Check";
    color: #cc6d00;
    padding: 3px 3px;
    border-radius: 2px;
    margin-left: 4px;
}

.slider-item-list li{
    font-size: 13px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 10px;
}
  
  .m-item-list li {
    font-size: 13px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .m-item-list-thumb {
    width: 50px;
    height: 60px;
    margin-right: 8px;
    float: left;
  }
  
  .m-item-list-thumb img {
    width: 100%;
    aspect-ratio: 5/6;
    height: auto;
  }  

  
/* ↓↓↓↓ここからスライダー↓↓↓↓ */

.slider-contents-main {
  /* 追加 */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  /*height: 300px;*/
  /* ここから追加 */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}


.slider-contents-btn-prev {
  background: url(../esw250919_edit/arrow_back.svg) 10px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-btn-next {
  background: url(../esw250919_edit/arrow_forward.svg) 28px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}


.button-sandp {
  display: block;
  background-image: url(../esw251119_diaryplus/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../esw251119_diaryplus/icon_start.svg);
}

.swiper-command-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}



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

.ttl_box {
    background: url(ttl_bg.jpg) #ddd9d8 no-repeat center left;
}
.ttl-box-inner {
    width: 1000px;
    height: 476px;
}

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

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

.navi {
	width: 700px;
    margin: auto;
}

.navi ul > li{
	width: 20%;
}
.con1 ul li a img:hover,
.banner-area a:hover {
    opacity: 0.7;
}

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

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

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

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

.title-sub {
    text-align: center;
    margin-top: 0;
	color: #000;
}

.idea-contents-heading {
    font-size: 26px;
}


.item-box-grid {
    display: grid;
    grid-template-areas:
    "img txt sub"
    "img credit sub";
    grid-template-columns: 35% auto 180px;
    grid-template-rows: 50% 50%;
    gap: 20px;
    margin: 0 auto 60px;
    max-width: 970px;
    width: 100%;
}

.item-box-txt {
    align-self: end;
}

.item-box-credit,
.item-box-txt {
    margin-left: -20px;
    margin-right: 20px;
}

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

.item-box-credit {
    border-top: #aaaaaa solid 1px;
    border-bottom: none;
}

.idea-desc {
    margin: 0 auto;
    width: 480px;
}

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


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

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

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

/* .content-desc {
    padding: 0;
} */

.content-desc-heading {
    margin-top: 32px;
    font-size: 26px;
    
}

.content-list a:hover{
	opacity: .7;
}


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

.content-list_2column.sp-margin {
    margin: 0;
}

.l-harf {
    width: 47%;
}

.content-list .item-list{
	margin-top: 24px;
    padding: 12px 0px 12px 40px;
}

.item-list li{
	border-bottom: none;
}
.item-list li a{
	font-size: 12px;
}
.item-list li a::after{
	margin-left: 8px;
	position: static;
}
.item-list li a:hover{
	opacity: .6;
}

.img-center {
    width: 460px;
}

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

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

.other_item_box .recommend-cate li {
    margin: 8px 1%;
    width: calc(100% / 3 - 2%);
}


/* スライダー */

.slider-contents-main {
    width: 460px;
    margin: auto;
  }

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

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

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

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

  .gift_brand ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 16px;
}


}



@media screen and (max-width: 640px) {
/* スマホ表示 */
.content {
    padding-bottom: 30px;
}

.content h3 {
    width: auto;
    margin: 10px;
}

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


.ttl-box-inner{
    margin: 0;
}
.ttl-box-inner img{
    width: 100%;
    aspect-ratio: 16/10;
}

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


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

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

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

}

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

}


.gift_brand ul {
    width: 100%;
    padding: 0px;
    justify-content: center;
}
.gift_brand ul li{
    width: 47%;
}

.slider-item-list {
    padding: 0;
}

.m-item-list li {
    padding: 12px 0px 12px;
}

.idea-comment-txt {
    padding: 0 20px 8px 20px;
}

.m-item-list {
    margin-right: 5%;
    margin-left: 5%;
    padding: 12px 10px 12px;
}

.m-item-list li {
    padding: 2px;
    margin-bottom: 8px;
}

.slider-item-list li {
    padding: 2px;
    margin-bottom: 8px;
}

.img-center {
    width: 100%;
}

.l-slider-idea-img {
    width: 100%;
}

.idea-contents-heading {
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 26px;
}

.img-center-bg {
    width: 100%;
}

}