@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////
////// COMMON //////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.indexno {
  opacity: 0;
}

#contsArea {
  padding: 120px 0 0;
  text-align: center;
}

#contsArea h1 {
  line-height: 1;
  margin: 0 auto 40px;
}

#contsArea .mainTitle {
  margin: 0 auto 40px;
}

.new {
  /*    color: #a22626;*/
  /*    font-weight: bold;*/
}

.newopen {
  color: #a22626;
  font-size: 90%;
  /*    font-weight: bold;*/
}

.red {
  color: #a22626;
}

/*SHOP BLK*************/
.shopBlk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.shopBlk p {
  width: 100%;
}

.shopBlk p:not(:last-of-type) {
  margin: 0 0 20px;
}

@media screen and (min-width: 961px) {
  ul.productBlk li {
    width: 25%;
  }

  .shopBlk p {
    width: 28%;
    margin: 0 5% 30px 0;
  }

  .shopBlk p:not(:last-of-type) {
    margin: 0 5% 30px 0;
  }
}

/**************************/

@media screen and (min-width: 641px) {}

@media screen and (min-width: 1024px) {
  .indexno {
    opacity: 1;
  }

  #contsArea {
    padding: 160px 0 0;
  }
}

#contsArea section.newsBlk {
  margin: 0 auto 120px;
  width: 85%;
  text-align: left;
}

/*
#contsArea section.newsBlk ul.productBlk.wide{
    width: 370px;
    margin: 0 auto 0px -35px;
}
*/

#contsArea section.newsBlk h3 {
  margin: 0 auto 30px;
  line-height: 1.5;
}

#contsArea section.newsBlk p.VolDate {
  margin: 20px auto 10px;
}

#contsArea section.newsBlk .txtGlp p {
  text-align: left;
  margin: 0 auto 30px;
}

#contsArea section.newsBlk .txtGlp p:last-of-type {
  margin: 0 auto 60px;
}

#contsArea section.newsBlk .newsTxt+.shopList {
  margin: 30px auto 0;
}

#contsArea section.newsBlk .shopList {
  text-align: left;
  margin: 0 auto 60px;
  line-height: 1.5;
}

#contsArea section.newsBlk .txtGlp p+img+p {
  margin: 30px auto 60px;
}

#contsArea section.newsBlk .txtGlp p+p {
  margin-top: 1em;
}

#contsArea section.newsBlk .tel-link a {
  color: #333333;
}

#contsArea section.newsBlk img {
  width: 100%;
}

.newsTxt a {
  color: #000;
}

.newsTxt a.linkTo:hover {
  color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #contsArea section.newsBlk ul.productBlk.wide {
    width: 100%;
    margin: 0 auto;
  }

  #contsArea section.newsBlk ul.productBlk.wide li {
    width: 33%;
  }
}

@media screen and (min-width: 1024px) {
  #contsArea section.newsBlk {
    margin: 0 auto 120px;
    width: 100%;
    max-width: 800px;
  }

  #contsArea section.newsBlk ul.productBlk.wide {
    width: 900px;
    margin: 0 100px auto -70px;
  }

  #contsArea section.newsBlk ul.productBlk.wide li {
    width: 25%;
  }
}

#contsArea section.newsBlk figure {
  margin: 0 auto 60px;
}

#contsArea section.newsBlk figure figcaption {
  margin: 10px auto 0;
  text-align: center;
}

ul.newsCnt {
  width: 100%;
  margin: 0 auto 120px;
  text-align: center;
}

ul.newsCnt li {
  width: 45%;
  margin: 0 2% 60px;
  display: inline-block;
  vertical-align: top;
}

.newsCnt dl:nth-child(2n) {}

.newsCnt li figure {
  aspect-ratio: 360 / 240;
}

.newsCnt li figure img {
  margin: 0 auto 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsCnt li figure p {
  text-align: left;
}

p.BtnCenter {
  margin: 0 auto 120px;
}

a.outLink {
  padding: 0 4px 0;
  position: relative;
  color: #333333;
  text-decoration: underline !important;
  font-weight: bold;
  margin: 20px 0 0;
}

/*
a.outLink::after{
    content: "";
    display: block;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 5%;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transition: .4s;
    transition: .4s;

}
*/

@media screen and (min-width: 1024px) {
  ul.newsCnt {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto 120px;
    text-align: left;
    letter-spacing: -0.4em;
  }

  ul.newsCnt li {
    width: calc((100% - 90px) / 3);
    max-width: 360px;
    margin: 0 15px 40px;
  }

  .detailBtn a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #212721;
    color: #ffffff;
    opacity: 1;
  }

  .detailBtn a:hover::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  #contsArea .newsCnt li a figure img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }

  #contsArea .newsCnt li a:hover figure img {
    opacity: 0.4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}

.column-2.flex,
.column-3.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.movieBlk {
  margin: 0px auto 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movieBlk iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
#contsArea section.newsBlk .txtGlp p + .movieBlk{
    margin: 30px auto 60px;
}
*/
@media screen and (min-width: 641px) {
  #contsArea .campaignArea .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 95%;
    margin: 0 auto;
  }

  #contsArea .campaignArea .imgWrap.flex>div {
    width: calc(100% / 2 - 30px);
  }

  .column-2 .imgBlk {
    width: 70%;
  }

  .column-2 .txtBlk {
    width: 70%;
  }

  .column-2.flex .imgBlk {
    width: 50%;
  }

  .column-2.flex .txtBlk {
    width: 45%;
  }

  .movieBlk {
    margin: 30px auto 50px;
    width: 560px;
    height: 315px;
    /*
        width: 800px;
        height: 450px;
*/
    padding: 0;
  }

  .movieBlk iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 560px;
    height: 315px;
    /*
        width: 800px;
        height: 450px;
*/
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .movieBlk {
    margin: 30px auto 50px;
    /*
        width: 560px;
        height: 315px;
        */
    width: 800px;
    height: 450px;
    padding: 0;
  }

  .movieBlk iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*
        width: 560px;
        height: 315px;
        */
    width: 800px;
    height: 450px;
    margin: 0 auto;
  }
}

.innerTxt {
  width: 95%;
  margin: 0 0 0 auto;
  display: block;
}

p.BtnCenter.newsBtn {
  margin: 0 auto 60px;
}

p.BtnCenter.newsBtn+p.BtnCenter.newsBtn {
  margin: 0 auto 120px;
}

/* a.noLink{
    pointer-events: none;
} */

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.underLine {
  text-decoration: underline !important;
}

p a:hover {
  text-decoration: none;
}

p a.underLine:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 961px) {
  .columnR {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: row-reverse !important;
    flex-flow: row-reverse !important;
  }
}

.txtBlk {
  line-height: 1.5em;
}

/* 20240304 ニュースページ年別アーカイブ機能追加 */

.news__yearArchiveNav {
  padding: 80px 0;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

.news__yearArchiveNavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}

@media screen and (min-width: 641px) {
  .news__yearArchiveNavList {
    justify-content: flex-end;
    gap: 1em;
  }
}

.news__yearArchiveNavList span {
  width: calc((100% - 3em) / 4);
}

.news__yearArchiveNavList a {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  display: block;
  height: 100%;
  border: 1px solid #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

@media screen and (min-width: 641px) {
  .news__yearArchiveNavList span {
    width: auto;
  }

  .news__yearArchiveNavList a {
    display: inline;
    padding: 1em;
  }

  .news__yearArchiveNavList a:hover {
    background-color: #000;
    color: #fff;
  }
}