﻿@charset "utf-8";
/* CSS Document */

/* 2022/10/07 TOPページ改修 */

/* 2022/09/11
layout 457とダブり */

/* 2022/08/15 */
/* 2022/3/7 */
/* 2022/1/25 */
/* 2021/12/28 */

/* index TOP ブランドTOP
------------------------------*/
.main_slide{
  margin: 0 auto;
  max-width: 1600px;
}

.main_slide .swiper-container {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_slide .swiper-slide {
  padding-top: 0px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}/**/

@media (max-width: 768px) {

.main_slide .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
}

.img-center img{
  border-radius: 15px;
  border: solid 1px #d5b04a;
}


/* 注意書き */
.red{
  color: #cf152d!important;
}
h2.top_h2{
  font-size: 22px;
  color: #231815;
}

/* デバイス別 表示・非表示 */
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media (max-width: 767px) {
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
}

/* gift_selection ギフトバナー */
.gift_selection{
  text-align: center;
}
.gift_selection h1{
  background-image: linear-gradient(145deg, #d4b678, #d6b779, #a57e4b );
  padding: .3rem 0;
  margin-bottom: 1rem;
  color:#231815;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.gift_selection__bnr{
  margin-bottom: 20px;
  position: relative;
}
.pagers{
  text-align: center;
}
.pagers .swiper-pagination{
  position: static!important;
}
.pagers .swiper-pagination-bullet{
  margin: 0 3px;
}

/* キャンペーンバナー */
ul.camp_list{
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.camp_list li{
  width: calc(100% / 4);
  min-height: 200px;
  margin-bottom: 10px;
  padding: 10px 8px 10px;
  position: relative;
}

ul.camp_list li:first-child{
  width: calc((100% - 26px) / 4);
  min-height: 200px;
  margin-bottom: 10px;
  padding: 10px 8px 10px 0;
  position: relative;
}
ul.camp_list li:last-child{
  width: calc((100% - 26px) / 4);
  min-height: 200px;
  margin-bottom: 10px;
  padding: 10px 0 10px 8px;
  position: relative;
}

ul.camp_list li a:hover{
  text-decoration: none!important;
}

ul.camp_list li h2{
  color:#231815;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  padding: .5rem .5rem 0;
}

/* ワイド キャンペーン */
.camp_list__W{
  padding:0;
  text-align: center;
  margin-bottom: 2em;
}

.block-top-trend--listsp {
  display: none;
}

@media (max-width: 767px) {
ul.camp_list{
  width: 100%;
  margin: 20px auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #f5efe4;
}
ul.camp_list li{
    width: calc((100% - 10px) / 2);
    min-height: 150px;
    margin-bottom: 10px;
    padding: 0px 4px 8px;
    position: relative;
}

ul.camp_list li:first-child{
    width: calc((100% - 10px) / 2);
    min-height: 150px;
    margin-bottom: 10px;
    padding: 0px 4px 8px;
    position: relative;
}
ul.camp_list li:last-child{
    width: calc((100% - 10px) / 2);
    min-height: 150px;
    margin-bottom: 10px;
    padding: 0px 4px 8px;
    position: relative;
}
.camp_list__W{
  margin-bottom: 1em;
}
.gift_selection__bnr{
  display: none;
}
.block-top-trend--listsp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}
.block-top-trend--listsp .swiper-slide {
  width: 48%;
  margin-top: 1em;
}
}

@media (max-width: 375px) {
.block-top-trend--listsp .swiper-slide h2 {
  font-size: 10px;
  padding-top: 0.3em;
}
}

/* SNS＋Google検索 */
.sns-search_list{
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 2em;
}
.sns-search_list img{
  padding: 0 0 0  30px;
  vertical-align: middle;
}
@media (max-width: 640px) {
.sns-search_list{
    width: 100%;
    margin: 10px auto 1em;
    justify-content: center;
}
.sns-search_list img{
  padding: 0 5px 0;
}
}
@media (max-width: 375px) {
  .sns-search_list {
    flex-wrap: wrap;
  }
  .sns-search_list form {
    width: 100%;
  }
}

/* Google検索 */
dl.search_google{
  position:relative;
}
dl.search_google dt{
  margin-right:105px;
  padding:0px;
  background-color:#fff;
  border:1px solid #aaa;
}
dl.search_google dt input{
  width:100%;
  /*height:24px;*/
  line-height:24px;
  background:none;
  border:none;
}
dl.search_google dd{
  position:absolute;
  top:0;
  right:0;
}
dl.search_google dd button{
  display:block;
  width:100px;
  color:#231815;
  height:35px;
  text-align:center;
  background-color:#d5b04a;
  border:1px solid #f5efe4;
}
@media (max-width: 640px) {
dl.search_google dt{
  margin-right: 65px;
    margin-left: 5px;
}
dl.search_google dd button{
  width:60px;
  height:35px;
}
}
@media (max-width: 375px) {
  dl.search_google {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0 3%;
  }
  dl.search_google dd {
    right: 3%;
  }
  dl.search_google dd button{
    font-size: 12px;
    right: 3%;
  }
}

/* .block-header-logo */
.block-header-logo {
    width: 130px;
    font-size: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* .brand .block-headernav--item-list li:first-child {
  top: 28px;
} */
@media (max-width: 1199px){
.block-header-logo {
    width: 20.33%;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90px;
}
.block-headernav--item-list li img {
    max-width: 22px;
}
}

/* .pane-header .container */
/* .pane-header .container{
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 120px;
    margin: 0 auto;
    justify-content: flex-end;
    position: relative;
} */

/* バナーエリア */
.block-top--banner{
  margin: 0 12px 1em;
}

/* カルーセル */
.block-top-trend--list{
  width: 100%!important;
}
.block-top-trend--list h2, .swiper-slide h2{
  color:#231815;
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding-top: .5rem;
}

.block-top-trend--list a:hover{
  text-decoration: none!important;
}

/* トレンド_ギフトコレクション キャンペーン */
.block-top-trend {
  margin: 0 auto;
  max-width: 1200px!important;
  width: auto;
}
.block-top-trend--box{
  margin: 0 15px;
}
@media (max-width: 767px) {
  .block-top-trend--box{
  margin: 0 0;
}
}

/* h2 ニュース＆トピックス 店舗 コレクション */
@media (max-width: 767px) {
.block-top-news h2, .block-top-item h2,
.block-top-info h2,.block-top-about h2,
.block-top-trend h2.top_h2 {
  padding-top: 25px!important;
  padding-bottom: 45px!important;
}
.block-top-news h2:after, .block-top-item h2:after,
.block-top-info h2:after,.block-top-about h2:after,
.block-top-trend h2.top_h2:after {
    bottom: 25px!important;
}
}

/* ニュース＆トピックス */
.block-top-news--box dl{
  padding: 0 16px;
}
.block-top-news--box {
    margin: 0 auto;
    padding-bottom: 0!important;
}
.block-top-event--btn{
  margin-top: 2em!important;
}
.block-top-event--btn a {
    text-decoration: none;
}

/* 店舗 */
.block-top-info--list {
    padding-top: 0!important;
    flex-flow: wrap;
    justify-content: center;
}

.block-top-info .block-top-info--list li {
    font-weight: bold;
    width: calc(100% / 4);
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px 8px 10px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

.block-top-info .block-top-info--list {
    max-width: 700px;
    justify-content: center;
}

.block-top-info .block-top-info--list li {
    width: calc(100% / 4);
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px 8px 10px;
    position: relative;
}
}

@media (max-width: 767px){
.block-top-info .block-top-info--list li {
    width: calc((100% - 10px) / 2);
    height: auto;
    position: relative;
    margin-bottom: 0;
    padding: 0.5rem;
}
}

.block-top-info h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 40px;/*padding-top: 65px;*/
    padding-bottom: 60px;/*padding-bottom: 95px;*/
    font-weight: bold;
    background: none;
}

.block-top-info h2:after {
    background-color: #d5af4a;
    content: '　';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 40px;/*bottom: 65px;*/
    left: 50%;
    transform: translateX(-50%);
}


/* ニュース＆トピックス */
/*--------------------------
layout 457とダブり
--------------------------*/
.block-top-event--btn a {
    width: 300px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px!important;
    position: relative;
    background-color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
.block-top-event--btn a {
    margin: 0 auto 30px;
}
}


/* コレクション */
.block-top-item--list{
  width: 100%;
  margin: 0 auto;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
}
.block-top-item--list li{
  margin:12px;
}

/*ゴディバについて　4カードの時*/
.block-top-about--list {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2em;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.block-top-about--list{
  max-width: 700px;
  justify-content: center;
}
}

.block-top-about--list li {
    font-weight: bold;
    width: calc(100% / 4);
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px 8px 10px;
    position: relative;
}


/* ピックアップ */
.block-top-trend h2.top_h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 40px;
    /* padding-top: 65px; */
    padding-bottom: 60px;
    /* padding-bottom: 95px; */
    font-weight: bold;
    background: none;
}

.block-top-trend h2.top_h2:after {
    background-color: #d5af4a;
    content: '　';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 40px;
    /* bottom: 65px; */
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width:768px) and ( max-width:1024px) {
ul.block-top-info--list li{
    width: calc(100% / 4);
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px 8px 10px;
    position: relative;
}

ul.block-top-about--list li {
    width: calc(100% / 2);
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px 8px 10px;
    position: relative;
}
}

@media (max-width: 767px) {
.block-top-item--box{
  padding: 0 12px;
}
.block-top-item {
    padding-bottom: 2em;
}
.block-top-item--list{
  width: 100%;
  margin: 0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.block-top-item--list li {
    width: calc((100% - 10px) / 2);
    height: auto;
    position: relative;
    margin: 0;
}
.block-top-item--list span {
    position: absolute;
    left: 50%;
    bottom: 1.5em;
    transform: translateX(-50%);
    width: 100%;
    font-size: .9em;
}
}


/* ゴディバについて*/

@media (max-width: 767px) {
.block-top-info--list, .block-top-about--list {
    padding-top: 0em;
    padding-bottom: 1em;
}
ul.block-top-info--list, ul.block-top-about--list{
  width: 100%;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.block-top-info--list li, ul.block-top-about--list li {
    width: calc((100% - 10px) / 2);
    height: auto;
    position: relative;
    margin-bottom: 0;
    padding: .5rem;
}
}

/*ゴディバについて　横長画像*/
ul.block-top-about--list li.w2{
  width: 98%;
    margin: auto;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
ul.block-top-about--list li.w2{
  width: 58%;
    margin: auto;
}
}



@media screen and (min-width: 801px){
  /* swiperが動いてないとき */
  #swiper-outer.noSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  #swiper-outer.noSwiper .swiper-slide{
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
  }
  #swiper-outer.noSwiper .swiper-slide:last-child{
    margin-right: 0;
  }

  /* swiperが動いているとき */
  #swiper-outer.hasSwiper .swiper-slide{
    width: 320px;
  }
}

@media screen and (max-width: 800px) {
  #swiper-outer .swiper-slide {
    width: 320px;
  }
}

/* 2020/12/28 */
.top_youtube_01{
  padding: 20px 30px;
  margin: auto;
  width: 100%; 
  background: #f5efe4; 
}
.top_youtube_01 .youtube_wrap{
margin: auto;
  width: 40%;
  padding-bottom: 20px;
}
.top_youtube_01 .youtube_wrap .youtube{
   position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.top_youtube_01 .youtube_wrap .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media ( max-width:767px) {
  .top_youtube_01{
  padding: 20px 10px; 
}

.top_youtube_01 .youtube_wrap{
margin: auto;
  width: 95%;   
}
}


/*2021/1/10*/
.article {
    width: auto;
    border-top: solid 1px #411e1b;
}

.article .article--inner {
    margin: 0 auto;
    max-width: 1200px!important;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
}
.article .article--head h3.title {
    font-family: "Roboto",sans-serif;
    font-size: .85714rem;
    letter-spacing: 0em;
    line-height: 1em;
     color: #411e1b;
    text-align: center;
}

.article .article--body.pss--body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0rem 2rem 2rem;
}

.pss--body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.pss--description, .pss--hero {
    width: calc(50% - 1rem);
}

.pss--hero {
    width: calc(50% - 1rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1rem;
}

.pss--description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.3rem 2.3rem 0 1.3rem;
}

.pss--description h4 {
    font-size: 1.3rem;
    font-weight: bolder;
    letter-spacing: .04em;
    line-height: 1em;
     color: #411e1b;
}

.pss--description>p {
    font-size: .92857rem;
    letter-spacing: 0em;
    line-height: 1.84615em;
    padding: 1em 0;
}

.pss--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.pss--buttons_inner {
    width: calc(50% - 0.5rem);
}

.pss--buttons_inner a {
    display: block;
    border-radius: 1.71429rem;
    height: 2.57143rem;
    border: 1px solid #411e1b;
    color: #411e1b;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 2.57143em;
    -webkit-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    -o-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    opacity: 1;
    text-decoration: none;
    min-width: 240px;
}
.pss--buttons_inner a:hover{
  text-decoration: none;
  background: rgba(65, 30, 27, .3);
}

.pss--buttons_inner a::after {
    display: inline-block;
    content: "";
    background: url(../img/top/yajirushi.png) no-repeat;
    width: 0.8rem;
    height: 40%;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    margin-left: 0.3rem;
    background-size: contain;
}

@media only screen and (max-width: 768px){
.pss--description>p br{
  display: none;
}
}
@media only screen and (max-width: 767px){
.article .article--body.pss--body {
    padding: 0rem 0rem 1rem;
}
.pss--body__inner {
    display: block;
}
.pss--description h4 {
  text-align: center;
}
.pss--description, .pss--hero {
    width: 100%;
    margin: 0;
}
.pss--buttons {
    justify-content: center;
}
.pss--buttons_inner {
    width: 100%;
}

}

/*20210203 Youtube Title*/
.top_youtube_01 h3.service_title{
    padding: 1em 1em .5em;
    color: #411e1b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: solid 1px #f5efe4;
}
.top_youtube_01 p.service_title{
  color: #411e1b;
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px){
.top_youtube_01 h3.service_title{
    padding: 1em 1em .5em;
    color: #411e1b;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: solid 1px #f5efe4;
}

}

/* 2021/02/03 新しいオンラインサービス */
.top_online_service{
  background-color: #fff;
  /*border-top: solid 1px #ccc;*/
  padding: 30px 0 0;
}
.online_servic_title{

}

.online_servic_title h2{
  text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    font-weight: bold;
    background: none;
}

.online_servic_title h2:after {
    background-color: #d5af4a;
    content: '　';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.online_servic_title h3{
  font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1em;
     color: #411e1b;
    text-align: center;
}

.online_service__inner{
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap:wrap;
}

.online_service__inner .online_service__item{
  width: 25%;
  padding: 10px;
}

.online_service__inner .online_service__item h3{
  text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}

.online_service__inner .online_service__item h4{
  text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}

.online_service__inner .online_service__item p{
 text-align: center;
 font-size: 13px;/*font-size: 14px; 2022/08/15*/
}

.online_service__inner .online_service__item>p br{
  display: block;
}

.online_service__inner .online_service__item .pss--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.online_service__inner .online_service__item .pss--buttons_inner {
    width: 100%;/*width: 80%; 2022/09/27*/
    margin: 10px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.online_service__inner .online_service__item{
  width: calc(50% - 10px);
  padding: 10px;
}
}

@media only screen and (max-width: 768px){
.online_service__inner .online_service__item>p br{
  display: none;
}
.online_service__inner .online_service__item .pss--buttons_inner {
    width: 90%;
    margin: 10px auto;
}
}
@media only screen and (max-width: 767px){

  .online_service__inner{
  display: block;
}

.online_service__inner .online_service__item{
  width: 100%;
  padding: 10px;
}

.online_service__inner .online_service__item h3{
  text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

.online_service__inner .online_service__item h4{
  text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

  }


/* 2021/11/25 */
.online_service__inner .online_service__item .pss--buttons_inner_red {
    width: 50%;
    margin: 10px auto;
}

@media only screen and (max-width: 768px){
.online_service__inner .online_service__item .pss--buttons_inner_red {
    width: 90%;
    margin: 10px auto;
}
}

.pss--buttons_inner_red a {
    display: block;
    border-radius: 1.71429rem;
    height: 2.57143rem;
    background: #e71a19;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 2.57143em;
    -webkit-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    -o-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    opacity: 1;
    text-decoration: none;
    min-width: 240px;
}
.pss--buttons_inner_red a:hover{
  text-decoration: none;
  background: rgba(231, 26, 25, .7);
}

/* 2021/12/28 */
.flex_box{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px){
  .flex_box{
  display: block;
  justify-content: center;
}
  }


/* 2022/1/25 ご縁プロジェクト*/
.top_goen{
   padding-bottom:20px;
}

.top_goen .goen_inner{
  max-width:980px;
  margin:auto;
  padding:20px 0 0;
  text-align: center;
}

.top_goen .goen_inner img.title{
  padding:10px 10px 0;
  max-width:460px;
}

.top_goen .goen_inner img.logo{
  /*width:120px;*/
  max-width: 50%;
}

.top_goen .pss--buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media only screen and (max-width: 480px){
  .top_goen .goen_inner img.title{
  max-width:100%;
}

.top_goen .goen_inner img.logo{
  max-width:75%;
}
}

/* 2022/3/7 */
/*--------------------------------------------------------------
block-top-corporate コーポレートページバナー
--------------------------------------------------------------*/
.block-top-corporate{
  max-width: 550px;
  margin: auto;
  padding: 1% 5% 3%;
  text-align: center;
}

.block-top-corporate p{
  font-size: 14px;
  color: #5e3518;
  padding-top: 10px;
}

.block-top-corporate a p{
  color: #5e3518;
}

@media screen and (max-width:480px){
.block-top-corporate{
  padding: 2% 5% 5%;
}
}


/*-----------------------

 2022 新ニュース＆トピックス

-------------------------*/
.news_index .block-top-news--box dl dd{
  margin-left: 0px;
  padding: 0 0 1em;
  padding-left: 0px;
  background-image:none;
}
.news_index .block-top-news--box dl dd a{
  text-decoration:none;
}

.news_index dl dd .title_text{
    padding: 1em 0;
    padding-left: 14px;
    background-image: url(../../img/usr/ui/arrow_gold_right.svg);
    background-repeat: no-repeat;
    background-position: left 1.2em;
}

.news_index dl dd .title_text_only{
    padding: 1em 0;
    padding-left: 14px;
    background-image: url(../../img/usr/ui/arrow_gold_right.svg);
    background-repeat: no-repeat;
    background-position: left 1.2em;
}

._16x9 {
  position: relative;
  width: 30%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 6px;
}

._16x9::before {
  content: " ";
  display: block;
  padding-top: 56.25%; // 9/16*100=56.25
}

._16x9 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.title_text{
width: 68%;
display: inline-block;
vertical-align: middle;
padding:0 0 0 2%;
}

.block-top-news--box dl .text_only_news{
  width: 100%;
  margin: auto;
}  

@media screen and (max-width: 567px) {
  ._16x9 {
  position: relative;
  width: 90%;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.title_text{
width: 90%;
display: block;
vertical-align: middle;
padding: 10px 0;
margin: auto;
}

.block-top-news--box dl .text_only_news{
  width: 90%;
  margin: auto;
}  
  }




/* 2022/10/07 TOPページ改修 */
.bnr_1st{
  padding: 20px 0 0;
}

/* banner-area_1 縦並び */
.banner-area_1{
  padding: 0px 0 0px;
}

.img_waku img{
  border-radius: 15px;
  border: solid 1px #d5b04a;
  overflow: hidden;
}

.banner-area_1 .flex_box_column{
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 530px;
  margin: 0 auto ;
}

.banner-area_1 .flex_box_column .flex_box_column_item{
  padding: 0 10px 20px;
}

/* banner-area_1 縦並び */

/* banner-area_2 横並び */

.banner-area_2{
  max-width: 1100px!important;
  margin: 0 auto;
}

.banner-area_2 .flex_box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-area_2 .flex_box .flex_box_item{
  padding: 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .banner-area_2 .flex_box{
  display: block;
}
  }

/* banner-area_2 横並び */

/* pickup_2 横並び */
.pickup_2{
  padding: 20px 0 0;
}



/* 2023 youtube */
.top_youtube_02{
  padding: 20px 30px;
  margin: auto;
  width: 100%; 
}

.top_youtube_02 .youtube_wrap{
  margin: auto;
  max-width: 700px;
  padding-bottom: 20px;
}
.top_youtube_02 .youtube_wrap .youtube{
   position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.top_youtube_02 .youtube_wrap .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media ( max-width:767px) {
  .top_youtube_02{
  padding: 20px 10px;
}

.top_youtube_02 .youtube_wrap{
margin: auto;
  width: 95%;
}
}

.top_youtube_02 .pss--buttons_inner {
    width: 60%;
}

.top_youtube_02 .pss--buttons_inner a.VD {
    display: block;
    border-radius: 1.71429rem;
    height: 2.57143rem;
    border: 1px solid #be0027;
    background-color:#be0027;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 2.57143em;
    -webkit-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    -o-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1) all;
    opacity: 1;
    text-decoration: none;
    min-width: 240px;
}
.top_youtube_02 .pss--buttons_inner a.VD:hover{
  text-decoration: none;
  background: rgba(190, 0, 39, .3);
  /*color: #231815;*/
}

.top_youtube_02 .pss--buttons_inner a.VD::after {
    display: inline-block;
    content: "";
    background: url(../img/top/yajirushi_white.png) no-repeat;
    width: 0.8rem;
    height: 40%;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    margin-left: 0.3rem;
    background-size: contain;
}

@media (max-width: 700px) {
  .top_youtube_02 .pss--buttons_inner {
    width: 90%;
}
}

/* 2023 recommend_gifts */
.recommend_gifts{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.recommend_gifts .swiper-slide{
  width: calc((100% - 20px) / 4);
  padding: .5rem .5rem;
  position: relative;
}

@media (max-width: 640px) {
  .recommend_gifts .swiper-slide{
  width: calc((100% - 20px) / 2);
  position: relative;
}
}