@charset "UTF-8";
:root {
  --font-serif:"Noto Serif JP", serif;
  /* font-family: var(--font-serif); */
}
#tohoku16{
  margin-bottom: 90px;
  }
#tohoku16 a,
#tohoku16 a img {
  transition: opacity .3s ease-in-out;
}
#tohoku16 a:hover,
#tohoku16 a:hover img {
  opacity: .7;
}
#tohoku16 img,
#tohoku16 a {
  width: 100%;
}
.tabOn{
  display: None;
}
.spOn{
  display: None;
}
.xspOn{
  display: None;
}
.d-inline-b{
  display: inline-block;
}
#tohoku16 .spNone{
  display: inline;
}
#tohoku16 .letter-spacing-s{
  letter-spacing: 0.02em;
}
#tohoku16 .nowrap{
  white-space: nowrap;
}

#tohoku16 .section100vw {
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
/* ページ全体のカラー指定 */
#tohoku16 .section{
  color: #000;
}


/* 疑似要素　共通設定 */
#tohoku16 .swiper-sec::before,
/* #tohoku16 .swiper-sec::after, */
#tohoku16 .title .h2::before,
#tohoku16 .title .h2::after,
#tohoku16 .swiper-sec.recommend-sec .itemImg::after/* ,
#tohoku16 .swiper-sec.recommend-sec .sectionInner::before,
#tohoku16 .swiper-sec.recommend-sec .sectionInner::after */{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display:block;
}


body .contentsTop{
  margin: 0 auto 50px !important;
}

#tohoku16 .LeadWrap{
  position: relative;
}
#tohoku16 .LeadWrap::before{
  background-image: url("../bg-lead01_left.png");
  width: 255px;
  height: 220px;
  top: -27px;
  left:0;
}
#tohoku16 .LeadWrap::after{
  background-image: url("../bg-lead01_right.png");
  width: 255px;
  height: 220px;
  top: -27px;
  right:0;
}
#tohoku16 .LeadText{
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2em;
}
/* #tohoku16 .lead-emphasis{
  margin-bottom: 20px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: bold;
  color: #EF747D;
  line-height: 1.466;
}
#tohoku16 .lead-normal{
  font-size: 18px;
  font-family: var(--font-serif);
  line-height: 1.66;
} */


/* #tohoku16 .link-area{
  margin-top: 50px;
}
#tohoku16 .link-area .link-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
} */
/* #tohoku16 .link-area .link-parent li:last-child{
  grid-area: 2 / 1 / 3 / 4;
} */

#tohoku16 .link-area .link-parent a{
  background-color: #fff;
  border: #A97D1C 1px solid;
  color: #A97D1C;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 68px;
  padding: 0 10px;
  position: relative;
}
#tohoku16 .link-area .link-parent a::before{
  background-image: url(../icon-arrow-anchor-scroll01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
#tohoku16 .link-area .link-parent li:last-child a::before{
  transform: translateY(-50%) rotate(-90deg);
}
#tohoku16 .link-area .link-parent li{
  padding-left: 0;
}

  #tohoku16 .link-area .link-parent li.link-all a::before{
    background-image: url(../icon-arrow-alllink.svg);
}

/* セクション内共通要素 */
#tohoku16 .section .title{
  /* display: flex;
  justify-content: center;
  text-align: center; */
  /* line-height: 1.325; */
  color: #343434;
}
#tohoku16 .title .h2{
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 0.05em;
  position: relative;
  /* font-family: var(--font-serif); */
}

#tohoku16 .title .h2::before{
  background-image: url("../deco_titile_left.svg");
  width: 21.69px;
  height: 37.85px;
  top: calc(50% - 19px);
  left: -34px;
}
#tohoku16 .title .h2::after{
  background-image: url("../deco_titile_right.svg");
  width: 37.21px;
  height: 32.33px;
  top: calc(50% - 16px);
  right: -50px;
}
#tohoku16 .sub-title{
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
/* #tohoku16 .title .h2 span{
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
} */
#tohoku16 .section .body{
  margin-top: 35px;
}
#tohoku16 .section .itemLead{
  font-size: 16px;
  line-height: 1.5;
}

#tohoku16 .section .shop-name{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -7px;
}
#tohoku16 .section .itemName{
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#tohoku16 .section .itemPrice {
  font-size: 14px;
  text-align: right;
}
#tohoku16 .section .itemPrice .number {
  font-weight: bold;
  font-size: 18px;
  /* padding-right: 5px; */
}
#tohoku16 .section .itemEvaluation-wrap{
  margin-top: 10px;
  padding: 10px;
  background-color: #FFFCF2;
  display: flex;
  justify-content: space-between;

  /* display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px; */
}
#tohoku16 .section .itemEvaluation{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFB200;
}
#tohoku16 .section .itemEvaluation dt{
  white-space: nowrap;
  color: #36312E;
}
#tohoku16 .section .itemDescription{
  margin-top: 10px;
  /* font-weight: 500; */
}
#tohoku16 .section .shipping-free .price-text{
  position: relative;
}
#tohoku16 .section .shipping-free .price-text::before{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icon_shipping_free.svg);
  top: 50%;
  transform: translateY(-50%);
  left: -56px;
  width: 50px;
  height: 22.04px;
}

  /* swiper */

  #tohoku16 .swiper-sec {
    position: relative;
    overflow: hidden;
    background-color: #FFFBE2;
  }
/*   #tohoku16 .swiper-sec {
    background-image: url("../bg_ranking.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  } */
  
  #tohoku16 .swiper-sec::before{
    background-image: url("../bg_kome.svg");
    width: 241.31px;
    height: 272.9px;
    left: 20px;
    top: 20px;
  }
  #tohoku16 .swiper-sec a{
    margin-bottom: 45px;
    color: #36312E;
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #tohoku16 .swiper-sec .body {
    margin-top: 25px;
    padding: 0 50px;
    position: relative;
  }
  /* #tohoku16 .swiper-sec.swiper {
    width: 100%;
    max-width: 1009px;
    overflow: hidden;
  } */
  /* #tohoku16 .swiper-sec.swiper-slide {
    width: 323px;
  } */
  /* #tohoku16 .swiper-sec .swiper{
    position: relative;
  } */
  #tohoku16 .swiper-sec .swiper-slide{
    text-align: left;
  }
  /* #tohoku16 .swiper-sec .swiper-slide:not(:last-child) {
    margin-right: 20px;
  } */
  #tohoku16 .swiper-sec .swiper-button-next,
  #tohoku16 .swiper-sec .swiper-button-prev {
    /* top: 54.85%; */
    /* top:calc(50% - 25px); */
   /* top: 24.236%; */
   /* top: 50%;
   transform: translateY(calc(-50% - 60px)); */
   top: 98px;
  }
  #tohoku16 .swiper-sec .swiper-button-next {
    right: 15px;
    background-image: url(../slide_arrow.svg);
    /* transform: translateY(calc(-50% - 60px)) rotate(180deg); */
  }

  #tohoku16 .swiper-sec .swiper-button-prev {
    left: 15px;
    background-image: url(../slide_arrow.svg);
  }
  #tohoku16 .swiper-sec .swiper-wrapper{
  margin-bottom: 0;
  }
  #tohoku16 .swiper-sec .swiper{
    overflow: hidden;
  }
  #tohoku16 .swiper-sec .swiper-pagination-bullet{
    background-color: #fff;
    border: 1px solid #FFB200;
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  #tohoku16 .swiper-sec .swiper-pagination-bullet-active{
  background-color: #FFB200;
  width: 15px;
  height: 15px;
  }
  #tohoku16 .swiper-sec .swiper-container-horizontal > .swiper-pagination-bullets{
   /* bottom: -45px; */
   bottom: 0;
  }
  #tohoku16 .swiper-sec .itemLead{
    margin-top: 10px;
  }
  #tohoku16 .swiper-sec .itemButton {
    background-color: #fff;
    border: 1px solid #E86879;
    color: #E86879;
    font-size: 20px;
    margin: 15px auto 0;
    line-height: 1.45;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
  #tohoku16 .swiper-sec a .item-text-area{
    width: 51.37%;
    max-width: 375px;
  }
  #tohoku16 .swiper-sec a .itemImg{
    width: 45.89%;
    max-width: 335px;
  }


  /* おすすめランキング */
  #tohoku16 .swiper-sec.recommend-sec{
    margin-top: 50px;
    /* padding: 5px; */
  }
  /* #tohoku16 .swiper-sec.recommend-sec::before{
    background-image: url("../bg_ranking_left.png");
    width: 192px;
    height: 200px;
    top: 0;
    left:0;
  }
  #tohoku16 .swiper-sec.recommend-sec::after{
    background-image: url("../bg_ranking_right.png");
    width: 192px;
    height: 200px;
    bottom: 0;
    right:0;
  } */
  #tohoku16 .swiper-sec.recommend-sec .sectionInner{
    padding: 30px 0;
    position: relative;
    background-image: url("../bg_ranking_corner.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  #tohoku16 .swiper-sec.recommend-sec .title .h2{
    color: #000;
    letter-spacing: 0.1em;
  }
  #tohoku16 .swiper-sec.recommend-sec .title .h2 img{
    max-width: 350px;
  }
/*   #tohoku16 .swiper-sec.recommend-sec .sub-title{
    margin-top: 9px;
    color: #6B6B6B;
  } */
  #tohoku16 .swiper-sec.recommend-sec .itemImg{
    position: relative;
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg::after{
    width: 30px;
    height: 40px;
    top: 0;
    left:10px;
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg.rank1::after{
    background-image: url("../icon-ranking01.svg");
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg.rank2::after{
    background-image: url("../icon-ranking02.svg");
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg.rank3::after{
    background-image: url("../icon-ranking03.svg");
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg.rank4::after{
    background-image: url("../icon-ranking04.svg");
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg.rank5::after{
    background-image: url("../icon-ranking05.svg");
  }
  /* #tohoku16  .swiper-sec.recommend-sec a:hover img:hover{
    opacity: 1;
  } */



@media screen and (max-width: 1400px){
  #tohoku16 .section .itemEvaluation-wrap{
    flex-wrap: wrap;
    container-type: inline-size;
  }
  @container (width <= 374px) {
    #tohoku16 .section .itemEvaluation{
      width: 100%;
    }
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  
  #tohoku16 .LeadWrap{
    container-type: inline-size;
  }
  #tohoku16 .LeadWrap::before,
  #tohoku16 .LeadWrap::after{
    transform: scale(0.9);
    top: 0;
  }
  @container (width <= 741px) {
    #tohoku16 .LeadWrap::before,
  #tohoku16 .LeadWrap::after{
    transform: scale(0.7);
    top: 15%;
  }
  #tohoku16 .LeadWrap::before{
    transform-origin: left center;
  }
  #tohoku16 .LeadWrap::after{
    transform-origin: right center;
  }
  }
  @container (width <= 616px) {
    #tohoku16 .LeadWrap::before,
  #tohoku16 .LeadWrap::after{
    transform: scale(0.5);
  }
  }
  @container (width <= 521px) {
    #tohoku16 .lead-normal{
      font-size: 1.977vw;
    }
    #tohoku16 .LeadWrap::before,
  #tohoku16 .LeadWrap::after{
    transform: scale(1);
  }
    #tohoku16 .LeadWrap::before{
      background-image: url(../sp-bg-lead01_left.png);
      width: 85px;
      height: 155px;
    }
    #tohoku16 .LeadWrap::after{
      background-image: url(../sp-bg-lead01_right.png);
      width: 85px;
       height: 155px;
    }

  }


  #tohoku16 .swiper-sec .swiper-button-next,
  #tohoku16 .swiper-sec .swiper-button-prev{
  top: 16%;
  }
  #tohoku16 .swiper-sec.recommend-sec .body{
    container-type: inline-size;
  }
  @container (width <= 660px) {
  #tohoku16 .swiper-sec .swiper-button-next,
  #tohoku16 .swiper-sec .swiper-button-prev{
    top:14%;
  }
  }
  #tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
  #tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
  top: calc(27.18% - 22.5px);
  }
  #tohoku16 .swiper-sec .sweets-contents .body{
    container-type: inline-size;
  }
  @container (width <= 660px) {
  #tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
  #tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
    top: 18.18%;
  }
}
  #tohoku16 .swiper-sec .goods-contents .swiper-button-next,
  #tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
  top: 19%;
  }
  #tohoku16 .swiper-sec .goods-contents .body{
    container-type: inline-size;
  }
  @container (width <= 660px) {
  #tohoku16 .swiper-sec .goods-contents .swiper-button-next,
  #tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
    top: 15.18%;
  }
}

  #tohoku16 .swiper-sec .title .h2 img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #tohoku16 .swiper-sec.recommend-sec .title .h2 img{
    width: 76%;
  }
  #tohoku16{
    container-type: inline-size;
  }
  @container (width <= 665px) {
    /* #tohoku16 .swiper-sec.recommend-sec .title .h2::before,
    #tohoku16 .swiper-sec.recommend-sec .title .h2::after{
      transform: scale(0.8);
    }
    #tohoku16 .swiper-sec.recommend-sec .title .h2::before{
      left: 0;
    } */
  }
  #tohoku16 .budget-sec .item-price-list{
    display: block;
    gap: 0;
  }
  #tohoku16 .budget-sec .item-price-list li + li{
    margin-top: 15px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .pcOn{
    display: none;
  }
  .tabOn{
    display: block;
  }
}


@media screen and (max-width: 880px) {


  }

@media screen and (max-width: 820px) {
  #tohoku16 .swiper-sec a{
    display: block;
  }
  #tohoku16 .swiper-sec.recommend-sec .itemImg,
  #tohoku16 .swiper-sec a .item-text-area{
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .goodsList .main .sideMenu{
    padding: 0 1em;
  }
  .tabOn{
    display: None;
  }
  .spOn{
    display: block;
  }
  .pcOn{
    display: none;
  }
  #tohoku16 .spNone{
    display: none;
  }
  
  body .contents{
    margin: 0;
    padding: 0;
  }
  .top .contentsTop {
    margin-bottom: 0 !important;
}
#tohoku16{
  margin-bottom: 60px;
  }

  
  /* セクション内共通要素 */
  #tohoku16 .title .h2{
    font-size: 22px;
  }
  #tohoku16 .title .h2 span{
    font-size: 35px;
  }
  #tohoku16 .section .itemLead{
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
  }
  #tohoku16 .section .shop-name{
    /* font-size: 14px;
    line-height: 1.4; */
  }
  #tohoku16 .section .itemName{
    font-size: 15px;
    line-height: 1.4;
  }
  #tohoku16 .section .itemPrice{
    font-size: 13px;
    line-height: 17.5px;
  }
  #tohoku16 .section .itemPrice .number{
    font-size: 18px;
    line-height: 1.8;
    padding-right: 2px;
  }
  #tohoku16 .section .body{
    margin-top: 20px;
  }

  #tohoku16 .LeadWrap::before{
    background-image: url(../sp-bg-lead01_left.png);
    width: 85px;
    height: 155px;
    top: 0;
    left: 0;
  }
  #tohoku16 .LeadWrap::after{
    background-image: url(../sp-bg-lead01_right.png);
    width: 85px;
    height: 155px;
    top: 0;
    right: 0;
  }
  #tohoku16 .LeadWrap{
    container-type: inline-size;
  }
  @container (width <= 460px) {
    #tohoku16 .LeadWrap::before{
      transform: scale(0.8);
      transform-origin: left center;
    }
    #tohoku16 .LeadWrap::after{
      transform: scale(0.8);
      transform-origin: right center;
    }
    }

  #tohoku16 .LeadText{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.9em;
  }
  /* #tohoku16 .lead-emphasis{
    margin-bottom: 10px;
    font-size: 24px;
  } */
  #tohoku16 .lead-normal{
    font-size: 14px;
  }
  #tohoku16 .section + .section{
    margin-top: 40px;
  }
  
/* #tohoku16 .sub-title{
  font-size: 14px;
} */

  /* swiper */
  #tohoku16 .swiper-sec{
    margin-bottom: 40px;
    background-size: cover;
  }
  #tohoku16 .swiper-sec .title .h2 img{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  #tohoku16 .swiper-sec .title .h2 span{
    font-size: 40px;
  }
  #tohoku16 .swiper-sec .body{
    margin-top: 25px;
    padding: 0 20px;
    position: relative;
  }
  
  #tohoku16 .swiper-sec a{
    display: block;
  }

  #tohoku16 .swiper-sec a .itemImg,
  #tohoku16 .swiper-sec a .item-text-area{
    width: 100%;
    max-width: inherit;
  }
  #tohoku16 .swiper-sec .itemButton{
    max-width: 280px;
    font-size: 18px;
    height: 50px;
  }
  #tohoku16 .swiper-sec .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 15px;
    /* bottom: 40px; */
  }
  /* #tohoku16 .swiper-sec::after{
    width: 215px;
    bottom: -120px;
  } */
  #tohoku16 .swiper-button-next,
#tohoku16 .swiper-button-prev {
  width: 9px;
  height: 30px;
  background-size: contain;
  /* top: 35% !important; */
}
#tohoku16 .swiper-sec .swiper-button-next,
#tohoku16 .swiper-sec .swiper-button-prev{
top: 22%;
}
#tohoku16 .swiper-sec.recommend-sec .body{
  container-type: inline-size;
}
@container (width <= 587px) {
#tohoku16 .swiper-sec .swiper-button-next,
#tohoku16 .swiper-sec .swiper-button-prev{
  top: 18%;
}
}
@container (width <= 430px) {
#tohoku16 .swiper-sec .swiper-button-next,
#tohoku16 .swiper-sec .swiper-button-prev{
  top: 18%;
}
}
@container (width <= 430px) {
  #tohoku16 .swiper-sec .swiper-button-next,
  #tohoku16 .swiper-sec .swiper-button-prev{
    top: 15%;
  }
  }
  /* @container (width <= 430px) {
    #tohoku16 .swiper-sec .swiper-button-next,
    #tohoku16 .swiper-sec .swiper-button-prev{
      top: 18%;
    }
    } */
#tohoku16 .section .itemDescription{
  font-size: 13px;
}
#tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
#tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
top: 26%;
}
#tohoku16 .swiper-sec .sweets-contents .body{
  container-type: inline-size;
}
@container (width <= 557px) {
#tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
#tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 22%;
}
}
@container (width <= 430px) {
#tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
#tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 19%;
}
}
/* @container (width <= 395px) {
#tohoku16 .swiper-sec .sweets-contents .swiper-button-next,
#tohoku16 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 16%;
}
} */
#tohoku16 .swiper-sec .goods-contents .swiper-button-next,
#tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
top: 26%;
}
#tohoku16 .swiper-sec .goods-contents .body{
  container-type: inline-size;
}
@container (width <= 557px) {
#tohoku16 .swiper-sec .goods-contents .swiper-button-next,
#tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
  top: 22%;
}
}
@container (width <= 430px) {
#tohoku16 .swiper-sec .goods-contents .swiper-button-next,
#tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
  top: 16%;
}
}
/* @container (width <= 395px) {
#tohoku16 .swiper-sec .goods-contents .swiper-button-next,
#tohoku16 .swiper-sec .goods-contents .swiper-button-prev{
  top: 16%;
}
} */

#tohoku16 .swiper-button-next {
  background-image: url("../slide_arrow_rignt_sp.svg") !important;
  transform: rotate(0deg);
  right: 6px!important;
}
#tohoku16 .swiper-button-prev {
  background-image: url("../slide_arrow_left_sp.svg") !important;
  left: 6px!important;

}
#tohoku16 .swiper-sec .itemLead{
  margin-top: 10px;
}
#tohoku16 .swiper-sec.recommend-sec{
  margin-top: 20px;
  /* background-image: url(../bg_ranking_sp.jpg); */
}
#tohoku16 .swiper-sec.recommend-sec .sectionInner{
  padding-bottom: 10px;
  /* background-image: url("../sp_bg_ranking_corner.png"); */
}
#tohoku16 .swiper-sec.recommend-sec .sub-title{
  margin-top: 10px;
}
#tohoku16 .swiper-sec.recommend-sec .itemImg::after{
  height: 35px;
  left: 5px;
}
/* #tohoku16 .swiper-sec.recommend-sec::before,
#tohoku16 .swiper-sec.recommend-sec::after{
  transform: scale(0.8);
} */
#tohoku16 .swiper-sec.recommend-sec::before{
  transform-origin:left top;
}
#tohoku16 .swiper-sec.recommend-sec::after{
  transform-origin:right bottom;
}
#tohoku16 .swiper-sec.recommend-sec .sectionInner{
    padding: 12% 0 25px;
}
#tohoku16 .swiper-sec.recommend-sec .sectionInner::before{
  background-image: url("../sp-deco-corner-left01.png");
}
#tohoku16 .swiper-sec.recommend-sec .sectionInner::after{
  background-image: url("../sp_deco-corner-right01.png");
}
#tohoku16 .swiper-sec.recommend-sec .title .h2::before,
#tohoku16 .swiper-sec.recommend-sec .title .h2::after{
 
 /*  position: inherit; */
  transform: scale(0.8);
  /* top: inherit !important;
  left: inherit !important;
  right: inherit !important; */
}
#tohoku16 .swiper-sec.recommend-sec .title .h2::before{
 
}
#tohoku16 .swiper-sec.recommend-sec .title .h2::after{
  /* margin-left: auto;
  padding-right: 13px; */
  /* top: -25px;
  right: -19px; */
}
#tohoku16 .swiper-sec .swiper-pagination-bullet,
#tohoku16 .swiper-sec .swiper-pagination-bullet-active{
  width: 10px;
  height: 10px;
}


#tohoku16 .swiper-sec.pickup-sec .title .h2::before,
#tohoku16 .swiper-sec.pickup-sec .title .h2::after{
  transform: scale(0.8);
  display: inline-block;
}
#tohoku16 .swiper-sec.pickup-sec .title .h2::before{
  left: -32px;
}
#tohoku16 .swiper-sec.pickup-sec .title .h2::after{
  right: -17px;
}
/* #tohoku16 .swiper-sec.recommend-sec .sub-title{
  margin-top: -28px;
} */
#tohoku16 .swiper-sec.pickup-sec{
  padding-top: 0;
  padding-bottom: 0;
  container-type: inline-size;
}
#tohoku16 .swiper-sec.pickup-sec::after{
  background-image: url("../sp_bg_pickup_corner.png");
  transform: scale(0.8);
  transform-origin: right top;
}
@container (width <= 460px) {
  #tohoku16 .swiper-sec.pickup-sec::after{
    transform: scale(0.5);
  }
}
#tohoku16 .swiper-sec.pickup-sec .sectionInner{
  padding-bottom: 25px;
}
#tohoku16 .swiper-sec.pickup-sec .sub-title{
  margin-top: 20px;
  /* padding-left: 20px;
  padding-right: 20px; 
  line-height: 1.8;*/
  font-size: 22px;
}
#tohoku16 .swiper-sec.pickup-sec .body{
  margin-top: 25px;
}
#tohoku16 .swiper-sec.pickup-sec .allBtn a{
  font-size: 16px;
}
#tohoku16 .swiper-sec.pickup-sec .allBtn .btn-text .btn-text-sub{
font-size: 14px;
}
#tohoku16 .swiper-sec.pickup-sec .allBtn{
  container-type: inline-size;
}
@container (width <= 390px) {
  #tohoku16 .pickup-sec .allBtn a{
    display: block;
    height: 65px;
    display: flex;
    align-items: center;
  }
  #tohoku16 .swiper-sec.pickup-sec .allBtn .btn-text .btn-text-sub{
    display: block;
  }
  }
/* @container (width <= 268px) {
  #tohoku16 .pickup-sec .allBtn a{
    font-size: 18px;
  }
} */
#tohoku16 .swiper-sec.pickup-sec .allBtn .btn-text{
  margin: 0;
}
#tohoku16 .swiper-sec.pickup-sec .allBtn .btn-text .btn-text-sub{
  line-height: 1;
}

.special .contents{
  margin-bottom: 5em !important;
}

}

@media screen and (max-width: 550px) {
  #tohoku16 .swiper-sec.recommend-sec .sectionInner::before,
  #tohoku16 .swiper-sec.recommend-sec .sectionInner::after{
    transform: scale(0.5);
  }
}
@media screen and (max-width: 520px) { 
  #tohoku16 .xspNone{
    display: none;
  }
  #tohoku16 .swiper-sec.recommend-sec .sectionInner{
    padding-top: 30px;
  }
  #tohoku16 .swiper-sec .title .h2 img{
    width: 82%;
  }
  #tohoku16 .swiper-sec.pickup-sec .h2 img{
    width: 82%;
  }
  /* #tohoku16 .title .h2::before{
    transform: scale(1);
    background-image: url(../h2_deco_sp.svg);
    width: calc(67px / 2);
    height: calc(16px / 2);
    top: calc(50% - 4px);
    left: -43.5px;
  }
  #tohoku16 .title .h2::after{
    transform: scale(1);
    background-image: url(../h2_deco_sp.svg);
    width: calc(67px / 2);
    height: calc(16px / 2);
    top: calc(50% - 4px);
    right: -43.5px;
  } */
  }

  @media screen and (max-width: 431px) {
    
  }

@media screen and (max-width: 420px) {
  .xspOn{
    display: block;
  }
}

@media screen and (max-width: 385px) {
  #tohoku16 .swiper-sec.recommend-sec .sectionInner::before,
  #tohoku16 .swiper-sec.recommend-sec .sectionInner::after{
    transform: scale(0.4);
  }
}

@media screen and (max-width: 374px) {
  #tohoku16 .LeadText{
    font-size: 14px;
  }

}

@media screen and (max-width: 370px) {


  }
  
  