@charset "UTF-8";

@media screen and (min-width: 768px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/**************************************

メインビジュアル

**************************************/
.holiday_mv{
}
.holiday_mv div img{
  display: block;

  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 428px){
  .holiday_mv{
  }
}
/**************************************

メインコンセプト / アンカーボタン

**************************************/
.holiday_bg_cream{
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #FFF688;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/bg-line.png);
  padding: 0 0 200px;
  position: relative;
}
.holiday_bg_cream .rebon-img01 {
    position: absolute;
    right: -50px;
    top: 100px;
}
@media screen and (max-width: 768px) {
  .holiday_bg_cream .rebon-img01 {
    right: -20px;
    top: 130px;
  }
}
.holiday_concept{
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.holiday_concept::after{
  top: 90px;
  left: 0;
}
.holiday_concept::before{
  bottom: 0;
  right: -70px;
}
.holiday_concept div{
  max-width: 600px;
  width: 100%;
}
.holiday_concept div p{
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.holiday_anchor{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 0;
  position: relative;
}
.holiday_anchor .rebon-img01 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.holiday_anchor ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.holiday_anchor ul li{
  max-width: 233px;
  width: 100%;
  height: 110px;
}
.holiday_anchor ul li a{
      text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 0;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}
.holiday_anchor ul li a::after{
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.holiday_anchor ul li a p{
  text-align: center;
  line-height: 1 !important;
  font-family: "Kiwi Maru", serif;
}
.holiday_anchor ul li a p span{
  display: block;
  text-align: center;
}
.holiday_anchor ul li a p span.jp__cat{
  font-family: "Kiwi Maru", serif;
  font-size: 1.2rem;
}
.holiday_anchor ul li a p span.en__cat{
  font-family: "Kiwi Maru", serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.holiday_anchor ul li a p:last-child{
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .holiday_concept{
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .holiday_concept div:first-child{
    order:2;
  }
  .holiday_concept div:last-child{
    order:1;
  }
  .holiday_anchor{
    max-width: 80%;
    padding: 60px 0 0;
  }
  .holiday_anchor ul{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .holiday_bg_cream{
    padding: 0 0 20%;
  }
  .holiday_concept{
    padding: 50px 0 0;
    gap: 40px;
  }
  .holiday_concept div p{
    font-size: 1.6rem;
  }
  .holiday_concept div p:last-child{
    margin-bottom: 0;
  }
  .holiday_concept::after{
    display: none;
  }
}
@media screen and (max-width: 605px) {
  .holiday_anchor{
    max-width: 98%;
    padding: 30% 0 0;
  }
}
@media screen and (max-width: 428px){
  .holiday_concept{
    padding: 9% 0 0;
    gap: 6vw;
  }
  .holiday_concept div p{
    margin-bottom: 7%;
  }
  .holiday_anchor ul{
    gap: 8px 15px;
  }
  .holiday_anchor ul li{
    max-width: 165px;
    height: 78px;
  }
  .holiday_anchor ul li a{
    padding: 7px 0 0;
  }
  .holiday_anchor ul li a::after{
    width: 10px;
    height: 6px;
    bottom: 6px;
  }
  .holiday_anchor ul li a p span.jp__cat{
    font-size: 1rem;
  }
  .holiday_anchor ul li a p span.en__cat{
    font-size: 2.2rem;
    margin: 0 0 0px;
    line-height: 1.4;
  }
  .holiday_anchor ul li a p:last-child{
    font-size: 1.2rem;
  }
  .holiday_concept::after,
  .holiday_concept::before{
    width: 68px;
    height: 68px;
  }
  .holiday_concept::before{
    right: -20px;
  }
}
/**************************************

Knit////

**************************************/
.holiday_products{
  max-width: 980px;
  width: 100%;
  margin: 200px auto 0;
  position: relative;
}
.holiday_products.knit_products{
  margin-top: 105px;
}
.holiday_products_title{
  position: absolute;
  top: 0;
  left: 0;
  color: #277CF5;
  padding: 70px 0 0;
  margin: -70px 0 0;
  z-index: 2;
}
.holiday_products_title h2 span{
  display: block;
  color: #277CF5;
}
.holiday_products_title h2 span.title_jp{
  font-size: 1.6rem;
  margin-bottom: -10px;
  color: #277CF5;
}
.holiday_products_title h2 span.title_en{
  font-family: "Kiwi Maru", serif;
  font-size: 8.4rem;
  font-weight: 500;
  color: #277CF5;
}
.holiday_products_title p{
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
.holiday_products_mv{
  padding: 74px 0 0;
  margin: 0 0 80px;
  position: relative;
  z-index: 1;
}
.holiday_products_mv img{
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0;
}
.holiday_products_mv span {
  position: absolute;
  left: 106px;
  top: 180px;
}
.holiday_products_mv span img{
  width: 205px;
  height: 205px;
}

@media screen and (max-width: 768px) {
  .holiday_products_mv img{
      display: block;
      max-width: 800px;
      width: 100%;
      margin: 0 auto 0;
    }
    .holiday_products_mv span {
      position: absolute;
      left: 55px;
      top: 106px;
    }
    .holiday_products_mv span img{
      width: 90px;
      height: 90px;
      left: -60px;
      top: -36px;
      position: absolute;

    }

}


/***商品コンテンツ部分のあしらい*/
.gloves_products .holiday_products_mv::before{
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
}

.gloves_products .rebon-img01 {
  position: absolute;
      top: 2vw;
    right: -25vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .gloves_products .rebon-img01 {
    top: 14vw;
    right: -32vw;
  }

}


.holiday_products_slider{
  margin: 0 0 60px;
}
.holiday_products_slider li{
  width: 250px;
  margin: 0 17px;
}
.holiday_products_slider li div p{
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 15px;
}
.holiday_products_slider li div p:nth-child(2){
  font-size: 1.4rem;
}
.holiday_products_slider li div p:last-child{
  margin-bottom: 0;
}
.holiday_products_slider .slick-arrow{
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #277CF5;
  border: 0;
  position: absolute;
  bottom: -80px;

}
.holiday_products_slider .slick-arrow.slick-prev{
  left: 42%;
}
.holiday_products_slider .slick-arrow.slick-next{
  left: 54%;
}
.holiday_products_slider .slick-arrow::after{
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.holiday_products_slider .slick-arrow.slick-prev::after{
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_slide_pre.svg);
}
.holiday_products_slider .slick-arrow.slick-next::after{
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_slide_next.svg);
}
.play_button_wrap{
  position: relative;
}
.play_button_wrap button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
}
.play_button_wrap button.slick_pause{
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_slide_pause.svg);
}
.play_button_wrap button.slick_start{
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/btn_slide_play.svg);
}
.play_button_wrap button.no-active{
  opacity: 0 !important;
  pointer-events: none !important;
}
.btn_more{
  max-width: 400px;
  width: 100%;
  height: 85px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  color: #fff;
  background-color: #277CF5;
  position: relative;
}
.btn_more::after {
  content: "";
  background: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/icons/left-arrow-icon.svg) no-repeat;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 30px;


}
.btn_more_wrap{
  padding: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-nekutai .rebon-img01 {
  position: absolute;
    top: 421px;
    left: -774px;
    width: 100%;
    transform: rotate(180deg);
    z-index: 3;
}
@media screen and (max-width: 980px){
  .product-nekutai .rebon-img01 {
    top: 54vw;
    left: -62vw;
  }

  .holiday_products_title{
    left: 40px;
  }
  .gloves_products::after{
    right: -50px;
  }
  .scarf_products::after{
    left: -110px;
  }
}
@media screen and (max-width: 768px){
  .holiday_products{
    margin: 20% auto 0;
  }
  .holiday_products.knit_products{
    margin-top: 13%;
  }
  .holiday_products_title{
    width: 92%;
    top: 3.5%;
    left: 4%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10% 0 0;
    margin: -10% 0 0;
  }
  .holiday_products_title h2 span.title_jp{
    margin-bottom: 0;
  }
  .holiday_products_title h2 span.title_en{
    font-size: 7.4rem;
    font-family: "Kiwi Maru", serif;
  }
  .holiday_products_title p{
    font-size: 1.8rem;
  }
  .holiday_products_mv{
    padding: 15% 4% 0;
    margin: 0 0 7%;
  }
  .scarf_products .holiday_products_mv::after{
    max-width: 26%;
    height: 37vw;
    bottom: -7%;
    right: -3%;
  }
  .gloves_products::after{
    display: none;
  }
  .scarf_products::after{
    display: none;
  }
  .holiday_products_slider{
    margin: 0 0 0;
  }
  .holiday_products_slider li{
    width: 220px;
  }
  .play_button_wrap{
    position: absolute;
    top: 86.7%;
    left: 0;
    width: 100%;
  }

  .holiday_products_slider .slick-arrow{
    top: 110%;
    bottom: inherit;
  }
  .holiday_products_slider .slick-arrow.slick-prev{
    left: 37vw;
  }
  .holiday_products_slider .slick-arrow.slick-next{
    left: 57vw;
  }
  .knit_products .btn_more_wrap {
    padding: 170px 0 0;
  }
  .btn_more_wrap{
    padding: 190px 0 0;
  }
  .btn_more{
    max-width: 310px;
    height: 65px;
  }
}
@media screen and (max-width: 605px){
  .holiday_products_title{
    top: 2%;
  }
  .knit_products .btn_more_wrap {
    padding: 140px 0 0;
  }
  .btn_more_wrap{
    padding: 150px 0 0;
  }
  .holiday_products_slider .slick-arrow.slick-prev{
    left: 35vw;
  }
}
@media screen and (max-width: 428px){
  .holiday_products_title {
    top: 1.5%;
  }
  .holiday_products_title h2 span.title_jp{
    font-size: 1rem;
  }
  .holiday_products_title h2 span.title_en{
    font-size: 4.8rem;
    line-height: .9;

  }
  .holiday_products_title p{
    font-size: 1.2rem;
  }
  .holiday_products_slider li{
    width: 190px;
  }
  .holiday_products_slider li div p:last-child{
    font-size: 1.4rem;
  }
  .holiday_products_slider .slick-arrow.slick-prev{
    left: 27vw;
  }
  .holiday_products_slider .slick-arrow.slick-next{
    left: 62vw;
  }
  .play_button_wrap{
    top: 85%;
  }

   .play_button_wrap--dress {
      top: 78.5%;
  }
  .btn_more_wrap{
    padding: 132px 0 0;
  }
.product-nekutai .btn_more_wrap{
    padding: 126px 0 0;
  }
  .knit_products .btn_more_wrap{
    padding: 130px 0 0;
  }
  .btn_more{
    max-width: 78%;
    font-size: 1.6rem;
  }
}
/**************************************

今年がんばった自分にごほうび

**************************************/
.holiday_presents{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/presents_bg_snow.png);
  background-repeat: no-repeat;
  background-size: 1208px 735px;
  background-position: top 40px center;
  background-color: #18305D;
  padding: 160px 0;
}
.holiday_presents h3{
  font-size: 4.8rem;
  text-align: center;
  margin: 0 0 38px;
}
.holiday_presents > p{
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 80px;
}
.gift_homeware_wrap ul{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px 32px;
}
.gift_homeware_wrap ul li{
  max-width: 473px;
  width: 100%;
}
.gift_homeware_wrap ul li > a,
.gift_homeware_wrap ul li .exception_link{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  transition: 0s;
}
.gift_homeware_wrap ul li > a:hover,
.gift_homeware_wrap ul li .exception_link:hover{
  opacity: 1;
}
.gift_homeware_wrap ul li > a img,
.gift_homeware_wrap ul li .exception_link img{
  transition: 0s;
}
.gift_homeware_wrap ul li > a:hover img,
.gift_homeware_wrap ul li .exception_link:hover img{
  transform: rotate(12deg);
}
.gift_homeware_wrap ul li:first-child{
  margin: 0 50px;
}
.gift_homeware_wrap ul li:nth-child(even) div:first-child{
  order: 2;
}
.gift_homeware_wrap ul li:nth-child(even) div:last-child{
  order: 1;
}
.gift_homeware_wrap ul li > a div,
.gift_homeware_wrap ul li .exception_link div{
  border-radius: 140px 140px 0 0;
  max-width: 237px;
  width: 100%;
}
.gift_homeware_wrap ul li > a div:first-child,
.gift_homeware_wrap ul li .exception_link div:first-child{
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/homeware_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-color: #F5F0E7;
}
.gift_homeware_wrap ul li > a div:last-child,
.gift_homeware_wrap ul li .exception_link div:last-child{
  position: relative;
  padding: 60px 15px 20px;
  background-color: #01163C;
}
.gift_homeware_wrap h4{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  color: #fff !important;
}
.gift_homeware_wrap p{
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
.gift_homeware_wrap .gift_homeware_btntext{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.gift_homeware_wrap ul li > a:hover .gift_homeware_btntext{
  text-decoration: none;
  opacity: 0.7;
}
.gift_homeware_wrap ul li .exception_link .gift_homeware_btntext:hover{
  text-decoration: none;
  opacity: 0.7;
}
.gift_homeware_wrap .gift_homeware_btntext.gift_homeware_btn_texttop{
  bottom: 45px;
}
@media screen and (max-width: 768px){
  .holiday_presents{
    padding: 18% 0 15%;
    background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/presents_bg_snow_sp.png);
    background-size: 104%;
    background-position: top 1% center;
  }
  .holiday_presents h3{
    font-size: 3.2rem;
  }
  .holiday_presents > p{
    font-size: 2rem;
    margin: 0 0 12%;
  }
  .gift_homeware_wrap{
    padding: 0 4%;
  }
  .gift_homeware_wrap ul{
    gap: 40px 0;
  }
  .gift_homeware_wrap ul li{
    max-width: 100%;
  }
  .gift_homeware_wrap ul li:first-child{
    margin: 0;
  }
  .gift_homeware_wrap ul li > a div,
  .gift_homeware_wrap ul li .exception_link div{
    max-width: 50%;
  }
}
@media screen and (max-width: 428px){
  .holiday_presents{
    padding: 15% 0 15%;
  }
  .holiday_presents h3{
    font-size: 2.4rem;
    margin: 0 0 7%;
  }
  .holiday_presents > p{
    font-size: 1.6rem;
    margin: 0 0 9%;
  }
  .gift_homeware_wrap h4{
    font-size: 1.3rem;
    margin: 0 0 6%;
  }
  .gift_homeware_wrap p{
    font-size: 1.2rem;
  }
  .gift_homeware_wrap .gift_homeware_btntext{
    font-size: 1.3rem;
  }
  .gift_homeware_wrap ul li > a div:last-child{
    padding: 14% 3% 6%;
  }
  .gift_homeware_wrap ul li .exception_link div:last-child{
    padding: 8% 3% 6%;
  }
}
/**************************************

バナーエリア

**************************************/
.cp_banner_area{
  max-width: 725px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 120px 0 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px){
  .cp_banner_area{
    max-width: 92vw;
    margin: 0 auto 15%;
    padding: 15% 0 0;
    gap: 6vw;
  }
}

.father-day-style {
  background: #8AB6FD;
  padding: 120px 0;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/bg-bar-lines.png);
}
.father-day-style .father-day-style__container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.father-day-style .father-day-style__container .father-day-style-container__contents {
  position: relative;
  margin-top: 70px;
}
.father-day-style .father-day-style__container .father-day-style-container__contents .linktext a {
  text-decoration: underline;
  /* position: absolute; */
}
.father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text01 {
    top: 48%;
    position: absolute;
    left: 16%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text02{
    top: 48%;
    position: absolute;
    right: 14%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text03{
    top: 82%;
    position: absolute;
    right: 46%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text01 {
  top: 40%;
  position: absolute;
  left: 14%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text02{
  top: 40%;
  position: absolute;
  right: 14%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text03{
  top: 67%;
  position: absolute;
  right: 43%;
}

.father-day-style .father-day-style__title {
  font-size: 4.8rem;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
.father-day-style .father-day-style__title::before {
  content: "";
  display: block;
  background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/icons/icon-ribon01.svg);
  width: 600px;
  height: 70px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
}
.father-day-style-container {
  width: 100%;

}
.father-day-style-container img {
  width: 100%;
}
.father-day-style .btn_more_wrap {
  padding: 40px 0 0;
}


.discount-banner {

}
.discount-banner .discount-banner__container {
  padding: 110px 0 0;
  display: flex;
    align-items: center;
    justify-content: center;

}
.discount-banner .discount-banner__container img {
  width: 725px;
  height: 100%;
}

@media screen and (max-width: 768px){
  .father-day-style {
    background: #8AB6FD;
    padding: 60px 0;
    background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/bg-bar-lines.png);
  }
  .father-day-style .father-day-style__container {
    width: 100%;
    margin: 0 auto;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents {
    position: relative;
    margin-top: 70px;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents .linktext {
    /* position: absolute; */
    text-align: center;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text01 {
    top: 28%;
    position: absolute;
    left: 35%;
    display: flex;
    justify-content: center;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text02{
    top: 58%;
    position: absolute;
    left: 14%;
    display: flex;
    justify-content: center;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents .linktext .text03{
    top: 90%;
    position: absolute;
    right: 42%;
    display: flex;
    justify-content: center;
  }
  .father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text01 {
    top: 27%;
    position: absolute;
    left: 35%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text02{
  top: 54%;
  position: absolute;
  right: 14%;
}
.father-day-style .father-day-style__container .father-day-style-container__contents--second .linktext .text03{
  top: 80%;
  position: absolute;
  right: 33%;
}
  .father-day-style .father-day-style__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .father-day-style .father-day-style__title::before {
    content: "";
    display: block;
    background-image: url(../../../../../../ec/img/usr/pg/campaign/fathers-day/icons/icon-ribon01-sp.svg);
    width:300px;
    height: 35px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
  }
  .father-day-style-container {
    width: 100%;

  }
  .father-day-style-container__contents .img-grp {
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .father-day-style-container img {
    width: 300px;

  }
  .father-day-style-container img:first-child {
    width: 330px;
  }
  .father-day-style-container 就職氷河期世代等シニア向け合同面接会_wrap {
    padding: 40px 0 0;
  }


  .discount-banner {

  }
  .discount-banner .discount-banner__container {
    padding: 60px 15px 0;

  }
  .discount-banner .discount-banner__container img {
    width: 725px;
    height: 100%;
  }
}

.bnr_area{
  margin: 70px auto 0;
  text-align: center;
}
.bnr_area a{
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
.bnr_area_heading{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px){
  .bnr_area{
    margin: 10vw auto 0;
  }
  .bnr_area a{
    max-width: 60vw;
  }
  .bnr_area_heading{
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
}

.wrapping_bnr{
  max-width: 640px;
  width: 96%;
  margin: 50px auto 0;
}
.wrapping_bnr_note{
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .wrapping_bnr{
    width: 94%;
    margin: 12vw auto 0;
  }
  .wrapping_bnr_note{
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}