@charset "utf-8";

/* reset CSS */
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
dl,ol,ul{margin-bottom:0;}

/**
  複数ページに共通する要素
**/

/* ヘッダー（各ページ共通） */

body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #453E36;
}
a{color: #453E36;}
a:hover{
  color: inherit;
}

header{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 88px;
  background: #FFF;
}
.header{
  height: 88px;
}
.header h1, .header .header_logo{
  height: 64px;
  margin-bottom: 0;
}
.header .header_logo img{
  width: auto;
  height: 100%;
}

.header .header_menu{
  margin-bottom: 10px;
  font-size: 12px;
}
.header .header_menu .header_menu-language img{
  width: auto;
  height: 12px;
}
.header .header_menu .header_menu-contact{
  line-height: 12px;
  padding: 10px 24px;
  background-color: #F5F5F5;
  border-radius: 16px;
}

.header .header_nav .header_nav-link ul li{
  font-size: 14px;
}
.header .header_nav .header_nav-link ul li a{
  padding-bottom: 5px;
}
.header .header_nav .header_nav-link ul li a:hover{
  border-bottom: 3px solid #F68C0D;
}
.header .header_nav .header_nav-search-img{
  width: auto;
  height: 20px;
}
.header .header_nav .header_nav-search-img:hover{
  cursor: pointer;
}
.header .header_nav .header_nav-search-input{
  display: none;
  width: 150px;
  height: 21px;
  margin-left: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #F68C0D;
}

@media screen and (max-width: 991px){
  header{
    height: 64px;
  }
  .header{
    height: 64px;
    padding: 0 20px;
  }
  .header h1, .header .header_logo{
    height: 48px;
  }
  .header_search-sp{
    height: 24px;
  }
  .header_search-sp-img{
    width: auto;
    height: 24px;
  }
  .header_search-sp-input{
    display: none;
    width: 140px;
    height: 24px;
    margin-left: 6px;
    font-size: 12px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #F68C0D;
  }
  .header_spmenu{
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: 16px;
  }
  .header_spmenu span{
    position: absolute;
    display: inline-block;
    transition: all .4s;
    left: 6px;
    width: 24px;
    height: 1px;
    border-radius: 2px;
    background: #000;
  }
  .header_spmenu span:nth-of-type(1){
    top: 9px;
  }
  .header_spmenu span:nth-of-type(2){
    top: 18px;
  }
  .header_spmenu span:nth-of-type(3){
    top: 27px;
  }

  .header_spmenu.active{
    background-color: #F5F5F5;
  }
  .header_spmenu.active span:nth-of-type(1){
    top: 12px;
    left: 2px;
    width: 90%;
    transform: translateY(6px) rotate(-45deg);
  }
  .header_spmenu.active span:nth-of-type(2){
    opacity: 0;
  }
  .header_spmenu.active span:nth-of-type(3){
    top: 12px;
    left: 2px;
    width: 90%;
    transform: translateY(6px) rotate(45deg);
  }
}

/* PC版ヘッダーメニュー */
.productMenu_wrap{
  display: none;
  position: fixed;
  z-index: 11;
  top: 85px;
  left: 0;
  width: 100vw;
  height: 225px;
  padding: 25px 0;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}
.productMenu_first{
  width: 240px;
}
.productMenu_first a{
  position: relative;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.productMenu_first a:not(:last-child){
  margin-bottom: 15px;
}
.productMenu_first a::before{
  position: absolute;
  content: "";
  top: 22px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #453E36;
  border-bottom: 1px solid #453E36;
  transform: rotate(-45deg);
}

.productMenu_second{
  width: 400px;
  height: 175px;
  margin-left: 25px;
  background-color: #F5F5F5;
}
.productMenu_second-link{
  width: 115px;
  height: 175px;
  padding: 15px 0;
}
.productMenu_second-link:hover{
  opacity: 0.8;
}
.productMenu_second-link img{
  width: 96px;
  height: 96px;
  margin: 0 auto 5px;
}
.productMenu_second-link div{
  height: 44px;
  font-size: 14px;
  line-height: 22px;
}

.productMenu_third{
  width: 160px;
  height: 175px;
  margin-left: 25px;
  background-color: #F5F5F5;
}
.productMenu_third-link{
  width: 115px;
  height: 175px;
  padding: 15px 0;
}
.productMenu_third-link:hover{
  opacity: 0.8;
}
.productMenu_third-link img{
  width: 96px;
  height: 96px;
  margin: 0 auto 5px;
}
.productMenu_third-link div{
  height: 44px;
  font-size: 14px;
  line-height: 22px;
}

.recipeMenu_wrap{
  display: none;
  position: fixed;
  z-index: 11;
  top: 85px;
  left: 0;
  width: 100vw;
  padding: 25px 0;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}
.recipeMenu{
  width: 100%;
  margin-bottom: -15px;
}
.recipeMenu a{
  position: relative;
  width: calc(20% - 12px);
  margin-bottom: 15px;
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.recipeMenu a:nth-child(5n+1),
.recipeMenu a:nth-child(5n+2),
.recipeMenu a:nth-child(5n+3),
.recipeMenu a:nth-child(5n+4)
{
  margin-right: 15px;
}
.recipeMenu a::before{
  position: absolute;
  content: "";
  top: 19px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #453E36;
  border-bottom: 1px solid #453E36;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px){
  .recipeMenu a{
    padding: 18px 16px;
    font-size: 10px;
  }
}

.companyMenu_wrap{
  display: none;
  position: fixed;
  z-index: 11;
  top: 85px;
  left: 0;
  width: 100vw;
  padding: 25px 0;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}
.companyMenu{
  width: 100%;
}
.companyMenu_link{
  width: calc(20% - 12px);
  padding: 15px;
  background-color: #F5F5F5;
}
.companyMenu_link:not(:last-child){
  margin-right: 15px;
}
.companyMenu_link:hover{
  opacity: 0.8;
}
.companyMenu_link img{
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.companyMenu_link div{
  height: 14px;
  font-size: 14px;
  line-height: 1;
}

.irMenu_wrap{
  display: none;
  position: fixed;
  z-index: 11;
  top: 85px;
  left: 0;
  width: 100vw;
  padding: 25px 0;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}
.irMenu{
  width: 100%;
  margin-bottom: -15px;
}
.irMenu a{
  position: relative;
  width: calc(20% - 12px);
  margin-bottom: 15px;
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.irMenu a:nth-child(5n+1),
.irMenu a:nth-child(5n+2),
.irMenu a:nth-child(5n+3),
.irMenu a:nth-child(5n+4)
{
  margin-right: 15px;
}
.irMenu a::before{
  position: absolute;
  content: "";
  top: 19px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #453E36;
  border-bottom: 1px solid #453E36;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px){
  .irMenu a{
    padding: 18px 16px;
    font-size: 10px;
  }
}

.kodawariMenu_wrap{
  display: none;
  position: fixed;
  z-index: 11;
  top: 85px;
  left: 0;
  width: 100vw;
  padding: 25px 0;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}
.kodawariMenu{
  width: 100%;
  margin-bottom: -15px;
}
.kodawariMenu a{
  position: relative;
  width: calc(20% - 12px);
  margin-bottom: 15px;
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.kodawariMenu a:nth-child(5n+1),
.kodawariMenu a:nth-child(5n+2)
{
  margin-right: 15px;
}
.kodawariMenu a::before{
  position: absolute;
  content: "";
  top: 19px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #453E36;
  border-bottom: 1px solid #453E36;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px){
  .kodawariMenu a{
    padding: 18px 16px;
    font-size: 10px;
  }
}

.spMenu{
  display: none;
}

@media screen and (max-width: 991px){
  .spMenu{
    display: block;
    position: fixed;
    z-index: 9!important;
    width: 100vw;
    top: calc(64px - 100vh);
    left: 0;
    transition: all 0.8s 0s ease;
    z-index: 99;
    background-color: #FFF;
    overflow-y: scroll;
  }
  .spMenu.active{
    top: 64px;
  }
  .spMenu nav ul{
    padding-left: 0;
    list-style: none;
  }
  .spMenu nav ul li a{
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1;
    color: #393939;
    text-decoration: none;
    border-bottom: 1px solid #EFEFEF;
  }
  .spMenu nav ul li a.active{
    color: #F68C0D;
  }
  .spMenu nav ul li a::before{
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 1px;
    height: 14px;
    background: #453E36;
  }
  .spMenu nav ul li a.active::before{
    position: relative;
  }
  .spMenu nav ul li a::after{
    position: absolute;
    content: "";
    top: 15px;
    right: 20px;
    width: 1px;
    height: 14px;
    background: #453E36;
    transform: rotate(-90deg);
  }
  .spMenu nav ul li a.spMenu_netshop::before{
    position: relative;
  }
  .spMenu nav ul li a.spMenu_netshop::after{
    top: 17px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 1px solid #453E36;
    border-bottom: 1px solid #453E36;
    transform: rotate(-45deg);
  }

  .spMenu_sub{
    display: none;
  }
  .spMenu_sub.active{
    display: block;
  }
  .spMenu_sub li a{
    background-color: #F8F8F8;
  }
  .spMenu_sub li a::before, .spMenu_sub li a::after{
    position: relative!important;
  }

  .spMenu_sub-narrow{
    display: flex;
    flex-wrap: wrap;
  }
  .spMenu_sub-narrow li{
    width: 50vw;
  }
  .spMenu_sub-narrow li:nth-child(2n){
    box-sizing: border-box;
    border-left: 1px solid #EFEFEF;
  }
  .spMenu_sub-narrow li a{
    font-size: 12px!important;
    background-color: #F8F8F8;
  }
  .spMenu_sub-narrow li a::before, .spMenu_sub-narrow li a::after{
    position: relative!important;
  }

  .spMenu_contact{
    padding: 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .spMenu_contact a{
    padding: 14px 0;
    font-size: 14px;
    line-height: 1;
    background-color: #F5F5F5;
    border-radius: 21px;
  }
  .spMenu_language{
    position: relative;
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 1;
  }
  .spMenu_language::before{
    position: absolute;
    top: 19px;
    right: 12px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/language.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

main{
  margin-top: 88px;
}

@media screen and (max-width: 991px){
  main{
    margin-top: 64px;
  }
}

.topSlide{
  width: 100vw;
  height: 25vw;
  max-height: 400px;
}
.topSlide ul li{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: 0 5px;
}
.topSlide ul li img{
  width: 100%;
  margin: auto;
  max-height: 400px;
  max-width: 960px;
}

@media screen and (max-width: 767px){
  .topSlide{
    height: 40vw;
  }
  .topSlide ul li{
    height: 40vw;
  }
}

/* おすすめ情報 */
.recommendSection{
  padding: 70px 0;
  background-image: url("../img/bg_osusume_pc_01.png"), url("../img/bg_osusume_pc_02.png");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: top left, right bottom;
}
.recommendSection_title{
  position: relative;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.recommendSection_title::before{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 64px;
  height: 2px;
  background: #F68C0D;
}
.recommendSection img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.recommendSection p{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.recommendSection .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.recommendSection .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #F68C0D;
}

@media screen and (min-width: 992px){
  .recommendSection .swiper .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .recommendSection .swiper .swiper-wrapper .swiper-slide{
    width: calc(50% - 15px);
    height: auto;
  }
  .recommendSection .swiper .swiper-wrapper .swiper-slide:nth-child(2n){
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px){
  .recommendSection{
    padding: 35px 0;
    background-image: none;
  }
  .recommendSection_title{
    margin-bottom: 30px;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .recommendSection_title::before{
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    border-radius: 4px;
  }
  .recommendSection p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .recommendSection .swiper .swiper-wrapper{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px){
  .recommendSection .swiper{
    padding: 0 20px;
  }
}


.pickupSection{
  padding: 70px 0;
  background-color: #FFF9F2;
}
.pickupSection_title{
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.pickupSection_title strong{
  position: relative;
  z-index: 1;
  margin: 0 10px;
  color: #9E2C49;
}
.pickupSection_title strong::before{
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EFDCE1;
  border-radius: 6px;
}
.pickupSection_gallery_01{
  margin-bottom: 15px;
}
.pickupSection_gallery_01 a:not(:first-child){
  margin-left: 15px;
}
.pickupSection_gallery_01 a img{
  width: auto;
  height: 85px;
}
.pickupSection_gallery_02 a:not(:first-child){
  margin-left: 15px;
}
.pickupSection_gallery_02 a img{
  width: auto;
  height: 100px;
}

@media screen and (max-width: 991px){
  .pickupSection{
    padding: 35px 0;
    background-color: #FFF9F2;
  }
  .pickupSection_gallery_01 img{
    width: 100%;
    height: auto;
  }
  .pickupSection_gallery_01 img:not(:first-child){
    margin-left: 0;
    margin-top: 15px;
  }
  .pickupSection_gallery_02{
    flex-wrap: wrap;
  }
  .pickupSection_gallery_02 a{
    width: calc(50% - 7.5px);
    height: auto;
  }
  .pickupSection_gallery_02 a:last-child{
    margin-left: 0;
    margin-top: 15px;
  }
  .pickupSection_gallery_02 a img{
    width: 100%;
    height: auto;
  }
}

/* 新商品情報 */
.newitemSection{
  position: relative;
  padding: 70px 0;
}
.newitemSection_title{
  position: relative;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.newitemSection_title::before{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 64px;
  height: 2px;
  background: #F68C0D;
}
.newitemSection_box-wrap{
  position: relative;
  width: 100%;
  padding: 30px 0 70px;
  background-color: #FFF9F2;
}
.newitemSection_box{
  margin-bottom: 30px;
  background-color: #FFF9F2;
}
.newitemSection_box-item{
  width: calc(33.3333% - 40px);
  padding: 10px 0 20px;
  background-color: #FFF;
}
.newitemSection_box-item:not(:first-child){
  margin-left: 30px;
}
.newitemSection_box-item img{
  width: auto;
  height: 200px;
  margin: 0 auto 15px;
}
.newitemSection_box-item p{
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
}
.newitemSection_box-link{
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 189px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #F68C0D;
  border-radius: 24px;
}

@media screen and (max-width: 991px){
  .newitemSection{
    padding: 35px 0;
  }
  .newitemSection_title{
    margin-bottom: 30px;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .newitemSection_title::before{
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    border-radius: 4px;
  }
  .newitemSection_box-item-name{
    font-size: 14px;
  }
  .newitemSection_box-link{
    bottom: 60px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .newitemSection_box-wrap{
    width: 100vw;
    margin-left: calc(258px - 50vw);
    padding: 30px 0;
    overflow-x: scroll;
  }
  .newitemSection_box{
    width: 756px;
    margin-bottom: 0;
    padding-left: calc(50vw - 288px);
  }
  .newitemSection_box-link{
    top: 27px;
    bottom: auto;
    left: auto;
    right: calc(50vw - 288px);
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .newitemSection_box-wrap{
    width: 100vw;
    margin-left: -12px;
    padding: 30px 0;
    overflow-x: scroll;
  }
  .newitemSection_box{
    width: 756px;
    margin-bottom: 0;
  }
  .newitemSection_box-item{
    width: calc(33.3333% - 20px);
  }
  .newitemSection_box-item:not(:first-child){
    margin-left: 18px;
  }
  .newitemSection_box-link{
    top: 27px;
    bottom: auto;
    left: auto;
    right: 12px;
    width: 150px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* 商品カテゴリから探す */
.searchSection{
  position: relative;
  padding-bottom: 50px;
}
.searchSection.searchSection_yellow{
  padding-top: 50px;
  background-color: #FFF9F2;
}
.searchSection_title{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.searchSection_head{
  margin-bottom: 50px;
}
.searchSection_head-title{
  font-size: 28px;
  font-weight: 700;
}
.searchSection_head-form{
  width: 320px;
  height: 48px;
  padding: 0 16px;
  background-color: #F8F8FA;
  border-radius: 48px;
}
.searchSection_head-form label{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.searchSection_head-form label img{
  width: 24px;
  height: 24px;
}
.searchSection_head-form-text{
  width: 240px;
  height: 32px;
  padding: 0 12px;
  font-size: 16px;
  background-color: #F8F8FA;
}
.searchSection_box{
  background-color: #FCF8F9;
}
.searchSection_box-item{
  width: calc(25% - 37.5px);
  padding: 30px 0;
}
.searchSection_box-item:not(:first-child){
  margin-left: 30px;
}
.searchSection_box-item-img{
  width: 100%;
  padding-bottom: 20px;
}
.searchSection_box-item-img img{
  width: 100%;
  height: auto;
}
.searchSection_box-item-name{
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1;
  background-color: #9E2C49;
  border-radius: 4px;
}

.searchSection_widebox{
  background-color: #FCF8F9;
}
.searchSection_widebox-item{
  width: calc(33.3333% - 20px);
  padding: 10px;
  background-color: #FFF;
}
.searchSection_widebox-item:not(:first-child){
  margin-left: 30px;
}
.searchSection_widebox-item-img{
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
.searchSection_widebox-item-img img{
  width: 240px;
  height: 240px;
}
.searchSection_widebox-item-name{
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  background-color: #9E2C49;
  border-radius: 4px;
}

@media screen and (max-width: 991px){
  .searchSection.searchSection_yellow{
    margin-top: 70px;
    padding-bottom: 30px;
    background-color: #FFF9F2;
  }
  .searchSection_title{
    position: relative;
    margin-top: -110px;
    margin-bottom: 60px;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .searchSection_title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    content: "";
    background: #F68C0D;
    border-radius: 4px;
  }
  .searchSection_head{
    margin-bottom: 30px;
  }
  .searchSection_head-title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
  }
  .searchSection_head-title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    content: "";
    background: #F68C0D;
    border-radius: 4px;
  }
  .searchSection_head-form{
    width: 100%;
    height: 44px;
    margin-top: 20px;
  }
  .searchSection_head-form label{
    width: 20px;
    height: 20px;
  }
  .searchSection_head-form label img{
    width: 20px;
    height: 20px;
  }
  .searchSection_head-form-text{
    width: calc(100% - 20px);
    height: 24px;
    font-size: 14px;
  }
  .searchSection_box{
    flex-wrap: wrap;
  }
  .searchSection_box-item{
    width: calc(50% - 27px);
  }
  .searchSection_box-item:not(:first-child){
    margin-left: 0;
  }
  .searchSection_box-item:nth-child(2n){
    margin-left: 18px;
  }
  .searchSection_box-item-name{
    padding: 10px 0;
    font-size: 12px;
  }
  .searchSection_widebox-item{
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .searchSection_widebox-item:not(:first-child){
    margin-left: 0;
  }
  .searchSection_widebox-item:nth-child(2n){
    margin-left: 20px;
  }
  .searchSection_widebox-item-name{
    padding: 10px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px){
  .searchSection_box{
    width: 100vw;
    margin-left: -12px;
  }
  .searchSection_widebox-item-img img{
    width: 150px;
    height: 150px;
  }
}

/* おにぎり劇場 */
.theaterSection{
  padding: 50px 0 30px;
  background-color: #FFF9F2;
}
.theaterSection_head{
  margin-bottom: 30px;
}
.theaterSection_head-title{
  position: relative;
  font-size: 28px;
  font-weight: 700;
}
.theaterSection_head-title::before{
  position: absolute;
  bottom: -32px;
  left: -70px;
  content: "";
  width: 2px;
  height: 100px;
  transform: rotate(-75deg);
  background: #F68C0D;
}
.theaterSection_head-title::after{
  position: absolute;
  bottom: -32px;
  right: -70px;
  content: "";
  width: 2px;
  height: 100px;
  transform: rotate(75deg);
  background: #F68C0D;
}
.theaterSection_box a{
  width: 280px;
  height: 140px;
  margin-bottom: 30px;
}
.theaterSection_box a img{
  width: 100%;
  height: 100%;
}
.theaterSection_box a:nth-child(2),
.theaterSection_box a:nth-child(3),
.theaterSection_box a:nth-child(5){
  margin-left: 30px;
}

@media screen and (min-width: 1200px){
  .theaterSection_box a{
    width: 340px;
    height: 170px;
  }
}

@media screen and (min-width: 1400px){
  .theaterSection_box a{
    width: 400px;
    height: 200px;
  }
}

@media screen and (max-width: 991px){
  .theaterSection_head-title{
    font-size: 20px;
  }
  .theaterSection_head-title::before{
    position: absolute;
    bottom: -24px;
    height: 72px;
  }
  .theaterSection_head-title::after{
    position: absolute;
    bottom: -24px;
    height: 72px;
  }
  .theaterSection_box a{
    width: calc(50% - 27px);
    height: calc(25% - 13.5px);
    margin-left: 0;
  }
  .theaterSection_box a:nth-child(2n+1){
    margin-left: 18px;
    margin-right: 18px;
  }
  .theaterSection_box a:nth-child(2n){
    margin-left: 0;
    margin-right: 18px;
  }
}

@media screen and (max-width: 575px){
  .theaterSection_head-title::before{
    position: absolute;
    bottom: -18px;
    left: -50px;
    height: 60px;
  }
  .theaterSection_head-title::after{
    position: absolute;
    bottom: -18px;
    right: -50px;
    height: 60px;
  }
}

/* 新着情報 */
.newsSection{
  padding: 70px 0;
  background-color: #FFF;
}
.newsSection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 28px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.newsSection_list{
  font-size: 18px;
}
.newsSection_list dt{
  width: 120px;
  color: #958777;
}
.newsSection_list dd{
  width: calc(100% - 120px);
}
.newsSection_list dd a{
  text-decoration: none;
}
.newsSection_list dd a:hover{
  text-decoration: underline;
}
.newsSection_link{
  margin-top: 20px;
  font-size: 16px;
}
.newsSection_banner img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .newsSection{
    padding: 35px 0;
  }
  .newsSection_title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .newsSection_title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    border-radius: 4px;
  }
  .newsSection_list{
    font-size: 13px;
  }
  .newsSection_list dt{
    width: 90px;
  }
  .newsSection_list dd{
    width: calc(100% - 90px);
    line-height: 1;
    height: 13px;
    overflow: hidden;
  }
  .newsSection_banner{
    margin-top: 30px;
  }
  .newsSection_banner img{
    width: calc(50% - 10px);
  }
  .newsSection_banner img:nth-child(2){
    order: 3;
  }
  .newsSection_banner img:nth-child(3){
    order: 4;
    margin-left: 20px;
  }
  .newsSection_banner img:nth-child(4){
    order: 2;
    margin-left: 20px;
  }
  .newsSection_link{
    margin-top: 10px;
    font-size: 12px;
  }
}

/* フッター */
footer{
  background-color: #FCF8F9;
}
.footer_nav li a{
  font-size: 14px;
  color: #958777;
}
.footer_copyright{
  font-size: 12px;
}

@media screen and (max-width: 991px){
  .footer_nav{
    width: 320px;
  }
}


/**------------------
以下、下層ページ
-------------------*/

/* 下層ページのサブヘッダー */
.sub_header{
  background-color: #FFF9F2;
}
.sub_header-title{
  font-size: 32px;
}
.sub_header-explanation{
  width: calc(100% - 450px);
  margin-left: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #766A5D;
}
.sub_header-breadcrumb ul li{
  display: inline-block;
  font-size: 16px;
}
.sub_header-breadcrumb ul li a{
  position: relative;
  padding-right: 20px;
  color: #999;
}
.sub_header-breadcrumb ul li a::after{
  position: absolute;
  content: "";
  top: 8px;
  right: 5px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #453E36;
  border-bottom: 1px solid #453E36;
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px){
  .sub_header-title{
    font-size: 24px;
  }
  .sub_header-explanation{
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    color: #766A5D;
  }
  .sub_header-breadcrumb ul li{
    display: inline-block;
    font-size: 12px;
  }
  .sub_header-breadcrumb ul li a{
    padding-right: 16px;
  }
  .sub_header-breadcrumb ul li a::after{
    top: 7px;
    right: 4px;
    width: 6px;
    height: 6px;
  }
}

/* ギフト */
.giftSection{
  position: relative;
  padding: 70px 0;
}
.giftSection_title{
  position: relative;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.giftSection_title::before{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 64px;
  height: 2px;
  background: #8BC178;
}
.giftSection_box-wrap{
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F7FBF5;
}
.giftSection_box{
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: #FFF;
}
.giftSection_box img{
  width: auto;
  height: 200px;
}
.giftSection_box img:not(:first-child){
  margin-left: 40px;
}
.giftSection_link{
  width: 189px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #8BC178;
  border-radius: 24px;
}

@media screen and (max-width: 991px){
  .giftSection{
    padding: 35px 0;
  }
  .giftSection_title{
    position: relative;
    margin-bottom: 35px;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .giftSection_title::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    background-color: #8BC178;
    border-radius: 4px;
  }
  .giftSection_box img{
    height: 160px;
  }
  .giftSection_box img:not(:first-child){
    margin-left: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .giftSection_box img{
    height: 120px;
  }
  .giftSection_box img:not(:first-child){
    margin-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .giftSection_box-wrap{
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  .giftSection_box img{
    height: 80px;
  }
  .giftSection_box img:not(:first-child){
    margin-left: 20px;
  }
}

/* レシピ一覧 */
.recipeSection{
  padding: 70px 0;
}
.recipeSection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 28px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.recipeSection_recommend:hover{
  opacity: 0.8;
}
.recipeSection_recommend-img{
  width: 50%;
  height: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.recipeSection_recommend-img img{
  width: 100%;
  height: auto;
}
.recipeSection_recommend-content{
  position: relative;
  width: 50%;
  background-color: #FFF9F2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.recipeSection_recommend-content-title{
  font-size: 20px;
}
.recipeSection_recommend-content-text{
  font-size: 16px;
}
.recipeSection_recommend-content-time{
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.recipeSection_recommend-content-time dt{
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
.recipeSection_recommend-content-time dd{
  padding: 4px 14px;
  font-size: 14px;
  background-color: #F68C0D;
  border-radius: 32px;
}

.recipeSection_other-block{
  width: calc(50% - 10px);
  margin-bottom: 40px;
}
.recipeSection_other-block:nth-child(2n){
  margin-left: 20px;
}
.recipeSection_other-block:hover{
  opacity: 0.8;
}
.recipeSection_other-block-img{
  width: 135px;
  height: 135px;
  margin-right: 15px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}
.recipeSection_other-block-img img{
  width: auto;
  height: 100%;
}
.recipeSection_other-block-content{
  width: calc(100% - 150px);
}
.recipeSection_other-block-content-title{
  font-size: 18px;
}
.recipeSection_other-block-content-text{
  font-size: 14px;
}
.recipeSection_other-block-content-time dt{
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
.recipeSection_other-block-content-time dd{
  padding: 4px 14px;
  font-size: 14px;
  background-color: #F68C0D;
  border-radius: 32px;
}

@media screen and (max-width: 991px){
  .recipeSection{
    padding: 30px 0;
  }
  .recipeSection_recommend-img{
    width: 135px;
    height: 135px;
    object-fit: cover;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .recipeSection_recommend-img img{
    width: 100%;
    height: auto;
  }
  .recipeSection_recommend-content{
    width: calc(100% - 135px);
    background-color: #FFF;
  }
  .recipeSection_recommend-content-title{
    font-size: 18px;
  }
  .recipeSection_recommend-content-text{
    font-size: 14px;
  }
  .recipeSection_recommend-content-time{
    bottom: 0;
    right: 0;
  }
  .recipeSection_other-block{
    width: 100%;
    margin-bottom: 30px;
  }
  .recipeSection_other-block:nth-child(2n){
    margin-left: 0;
  }
}

@media screen and (max-width: 575px){
  .recipeSection_recommend-img{
    width: 105px;
    height: 105px;
  }
  .recipeSection_recommend-content{
    width: calc(100% - 105px);
  }
  .recipeSection_recommend-content-title{
    font-size: 14px;
  }
  .recipeSection_recommend-content-text{
    font-size: 10px;
  }
  .recipeSection_recommend-content-time dt{
    margin-right: 10px;
    font-size: 12px;
  }
  .recipeSection_recommend-content-time dd{
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 24px;
  }
  .recipeSection_other-block-img{
    width: 105px;
    height: 105px;
  }
  .recipeSection_other-block-content{
    width: calc(100% - 120px);
  }
  .recipeSection_other-block-content-title{
    font-size: 14px;
  }
  .recipeSection_other-block-content-text{
    font-size: 10px;
  }
  .recipeSection_other-block-content-time dt{
    margin-right: 10px;
    font-size: 12px;
  }
  .recipeSection_other-block-content-time dd{
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 24px;
  }
}

/* レシピ詳細 */
.recipeSection_detail-first{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEDEB;
}
.recipeSection_detail-first-img{
  width: 270px;
  height: 270px;
  margin-right: 30px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}
.recipeSection_detail-first-img img{
  width: 100%;
  height: auto;
}
.recipeSection_detail-first-content{
  width: calc(100% - 300px);
}
.recipeSection_detail-first-title{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}
.recipeSection_detail-first-title::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 2px;
  background-color: #F68C0D;
}
.recipeSection_detail-first-gredient{
  font-size: 16px;
  line-height: 22px;
}
.recipeSection_detail-first-gredient dt{
  width: 160px;
  padding: 8px 15px;
  background-color: #FDEBD5;
}
.recipeSection_detail-first-gredient dd{
  width: calc(33.3333% - 160px);
  padding: 0 15px;
}
.recipeSection_detail-second{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEDEB;
}
.recipeSection_detail-second-title{
  font-size: 24px;
}
.recipeSection_detail-second-step:not(:last-child){
  margin-bottom: 20px;
}
.recipeSection_detail-second-step span{
  width: 48px;
  height: 48px;
  margin-right: 20px;
  font-size: 22px;
  color: #F68C0D;
  background-color: #FDEBD5;
  border-radius: 50%;
}
.recipeSection_detail-second-step p{
  width: calc(100% - 68px);
  font-size: 20px;
  line-height: 32px;
}

.recipeSection_detail-second-howto{
  width: calc(100% - 320px);
  margin-right: 40px;
}
.recipeSection_detail-second-comment-text{
  font-size: 16px;
  line-height: 27px;
}
.recipeSection_detail-second-comment-block{
  width: 100%;
  padding: 20px;
  background-color: #FCF8F9;
  border-radius: 8px;
}
.recipeSection_detail-second-comment-img{
  width: 180px;
  height: 120px;
  margin-right: 20px;
  background-color: #FFF;
  object-fit: cover;
  overflow: hidden;
}
.recipeSection_detail-second-comment-img img{
  width: auto;
  height: 100%;
}
.recipeSection_detail-second-comment-content{
  width: calc(100% - 200px);
}
.recipeSection_detail-second-comment-name{
  font-size: 18px;
}
.recipeSection_detail-second-comment-text{
  font-size: 16px;
  line-height: 27px;
}

.recipeSection_detail-second-product{
  width: 280px;
}
.recipeSection_detail-second-product-item{
  width: 100%;
}
.recipeSection_detail-second-product-item:not(:last-of-type){
  margin-bottom: 30px;
}
.recipeSection_detail-second-product-item-link{
  text-decoration: none;
}
.recipeSection_detail-second-product-item-link:hover{
  opacity: 0.8;
}
.recipeSection_detail-second-product-item-img{
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.recipeSection_detail-second-product-item-img img{
  width: auto;
  height: 160px;
}
.recipeSection_detail-second-product-item-img span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  background-color: #F68C0D;
  border-radius: 32px;
}
.recipeSection_detail-second-product-item-name{
  font-size: 16px;
  line-height: 28px;
}
.recipeSection_detail-second-product-item-shoplink a{
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: #9E2C49;
  box-sizing: border-box;
  border-radius: 4px;
}
.recipeSection_detail-second-product-item-shoplink a:hover{
  color: #9E2C49!important;
  background-color: #FFF;
  border: 1px solid #9E2C49;
}

.recipeSection_detail-links-block-item{
  width: calc(20% - 20px);
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 27px;
  color: #F68C0D;
  background-color: #FDEBD5;
  border-radius: 8px;
}
.recipeSection_detail-links-block-item:nth-child(5n+1),
.recipeSection_detail-links-block-item:nth-child(5n+2),
.recipeSection_detail-links-block-item:nth-child(5n+3),
.recipeSection_detail-links-block-item:nth-child(5n+4){
  margin-right: 25px;
}

@media screen and (max-width: 1199px){
  .recipeSection_detail-first-gredient dt{
    width: 120px;
    padding: 8px 12px;
  }
  .recipeSection_detail-first-gredient dd{
    width: calc(33.3333% - 120px);
    padding: 0 12px;
  }
}

@media screen and (max-width: 991px){
  .recipeSection_detail-first{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEDEB;
  }
  .recipeSection_detail-first-img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
    object-fit: none;
    border-radius: 8px;
  }
  .recipeSection_detail-first-img img{
    width: 100%;
    height: auto;
  }
  .recipeSection_detail-first-content{
    width: 100%;
  }
  .recipeSection_detail-first-title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .recipeSection_detail-first-title::before{
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    border-radius: 4px;
  }

  .recipeSection_detail-second{
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #EFEDEB;
  }
  .recipeSection_detail-second-title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    text-align: left;
  }
  .recipeSection_detail-second-title::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #F68C0D;
    border-radius: 4px;
  }
  .recipeSection_detail-second-step span{
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .recipeSection_detail-second-step p{
    width: calc(100% - 52px);
    font-size: 12px;
    line-height: 20px;
  }
  .recipeSection_detail-second-howto{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEDEB;
  }
  .recipeSection_detail-second-comment-text{
    font-size: 12px;
    line-height: 20px;
  }
  .recipeSection_detail-second-comment-block{
    padding: 10px;
  }
  .recipeSection_detail-second-comment-img{
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  .recipeSection_detail-second-comment-img img{
    width: auto;
    height: 100%;
  }
  .recipeSection_detail-second-comment-content{
    width: calc(100% - 100px);
  }
  .recipeSection_detail-second-comment-name{
    font-size: 12px;
  }
  .recipeSection_detail-second-comment-text{
    font-size: 10px;
    line-height: 17px;
  }
  .recipeSection_detail-second-product{
    width: 100%;
  }
  .recipeSection_detail-second-product-item{
    width: calc(50% - 8px);
    margin-bottom: 25px;
  }
  .recipeSection_detail-second-product-item:nth-child(2n){
    margin-left: 16px;
  }
  .recipeSection_detail-second-product-item-img img{
    height: 100px;
  }
  .recipeSection_detail-second-product-item-img span{
    right: 10px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .recipeSection_detail-second-product-item-name{
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
  .recipeSection_detail-second-product-item-shoplink a{
    padding: 9px 0;
    font-size: 12px;
  }

  .recipeSection_detail-links-block-item{
    width: calc(50% - 7.5px);
    margin-bottom: 12px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .recipeSection_detail-links-block-item:nth-child(5n+1),
  .recipeSection_detail-links-block-item:nth-child(5n+2),
  .recipeSection_detail-links-block-item:nth-child(5n+3),
  .recipeSection_detail-links-block-item:nth-child(5n+4){
    margin-right: 0;
  }
  .recipeSection_detail-links-block-item:nth-child(2n+1){
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px){
  .recipeSection_detail-first-gredient{
    font-size: 12px;
    line-height: 18px;
  }
  .recipeSection_detail-first-gredient dt{
    width: 95px;
    padding: 6px 8px;
  }
  .recipeSection_detail-first-gredient dd{
    width: calc(50% - 95px);
    padding: 0 12px;
  }
}

/* 商品一覧 */
.productSection{
  padding: 70px 0 20px;
}
.productSection_menu-title{
  font-size: 20px;
}
.productSection_menu-list li a{
  font-size: 16px;
}
.productSection_menu-list li.active a{
  background-color: #FFF9F2;
  border-radius: 4px;
}

.productSection_box-item{
  width: calc(33.3333% - 12px);
  margin-bottom: 50px;
}
.productSection_box-item:nth-child(3n+2), .productSection_box-item:nth-child(3n){
  margin-left: 18px;
}
.productSection_box-item-link{
  text-decoration: none;
}
.productSection_box-item-link:hover{
  opacity: 0.8;
}
.productSection_box-item-img{
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.productSection_box-item-img img{
  width: auto;
  height: 160px;
}
.productSection_box-item-img span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  background-color: #F68C0D;
  border-radius: 32px;
}
.productSection_box-item-name{
  height: 56px;
  font-size: 16px;
  line-height: 28px;
}
.productSection_box-item-shoplink a{
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: #9E2C49;
  box-sizing: border-box;
  border-radius: 4px;
}
.productSection_box-item-shoplink a:hover{
  color: #9E2C49!important;
  background-color: #FFF;
  border: 1px solid #9E2C49;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .productSection_menu-list li a{
    font-size: 15px;
  }
}

@media screen and (max-width: 991px){
  .productSection{
    padding: 35px 0 5px;
  }
  .productSection_box-item{
    width: calc(50% - 8px);
    margin-bottom: 30px;
  }
  .productSection_box-item:nth-child(3n+2), .productSection_box-item:nth-child(3n){
    margin-left: 0;
  }
  .productSection_box-item:nth-child(2n){
    margin-left: 16px;
  }
  .productSection_box-item-img img{
    height: 100px;
  }
  .productSection_box-item-img span{
    right: 10px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .productSection_box-item-name{
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
  .productSection_box-item-shoplink a{
    padding: 9px 0;
    font-size: 12px
  }
}

/* 商品詳細 */
.productdetailSection{
  padding: 70px 0;
}
.productdetailSection_gallery-selected{
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.productdetailSection_gallery-selected img{
  width: auto;
  height: 240px;
}
.productdetailSection_gallery-all-block{
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.productdetailSection_gallery-all-block:nth-child(3n+2),
.productdetailSection_gallery-all-block:nth-child(3n){
  margin-left: 20px;
}
.productdetailSection_gallery-all-block img{
  width: auto;
  height: 60px;
}

.productdetailSection_title{
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.productdetailSection_title::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 2px;
  background-color: #F68C0D;
}
.productdetailSection_catchcopy{
  font-size: 20px;
  color: #F68C0D;
}
.productdetailSection_explanation{
  font-size: 16px;
}
.productdetailSection_detail dt{
  width: 200px;
  padding: 16px 2px;
  font-size: 16px;
}
.productdetailSection_detail dt:not(:last-of-type){
  border-bottom: 1px solid #EFEDEB;
}
.productdetailSection_detail dd{
  width: calc(100% - 200px);
  padding: 16px 0;
  font-size: 16px;
}
.productdetailSection_detail dd:not(:last-of-type){
  border-bottom: 1px solid #EFEDEB;
}
.productdetailSection_detail-second dt:first-of-type{
  border-top: 1px solid #EFEDEB;
}
.productdetailSection_detail-second dd:first-of-type{
  border-top: 1px solid #EFEDEB;
}
.productdetailSection_detail dd table tr{
  display: grid;
  padding-bottom: 16px;
  border-bottom: 1px solid #EFEDEB;
}
.productdetailSection_detail dd table tr:not(:first-of-type){
  padding-top: 16px;
}
.productdetailSection_purchase{
  margin: 20px 0 40px;
}
.productdetailSection_purchase a{
  width: 180px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: #9E2C49;
  box-sizing: border-box;
  border-radius: 4px;
}
.productdetailSection_purchase a:hover{
  color: #9E2C49!important;
  background-color: #FFF;
  border: 1px solid #9E2C49;
}

@media screen and (max-width: 991px){
  .productdetailSection_title{
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .productdetailSection_title::before{
    position: relative;
  }
  .productdetailSection_gallery{
    margin-bottom: 30px;
  }
  .productdetailSection_gallery-selected{
    width: 260px;
    height: 260px;
    margin-bottom: 0;
  }
  .productdetailSection_gallery-all{
    margin-left: 10px;
  }
  .productdetailSection_gallery-all-block{
    width: 80px;
    height: 80px;
  }
  .productdetailSection_gallery-all-block:nth-child(3n+2),
  .productdetailSection_gallery-all-block:nth-child(3n){
    margin-top: 10px;
    margin-left: 0;
  }
  .productdetailSection_purchase{
    margin: 20px 0;
  }
  .productdetailSection_purchase a{
    width: 100%;
  }
}

/* 会社概要 */
.companySection{
  padding: 70px 0;
}
.companySection-link{
  margin-bottom: 30px;
}
.companySection-link img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.companySection-link span{
  font-size: 20px;
}

@media screen and (max-width: 991px){
  .companySection{
    padding: 35px 0;
  }
  .companySection-link span{
    font-size: 16px;
  }
}

/*　会社関連ページに共通のリンク集 */
.company-link-title{
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 2px solid #F68C0D;
}
.company-link li a{
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #F8F8FA;
}
.company-link li a::before{
  position: absolute;
  content: "";
  right: 5px;
  top: 27px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #F68C0D;
  border-bottom: 1px solid #F68C0D;
  transform: rotate(-45deg);
}

.companySection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 28px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.companySection_title:not(:first-of-type){
  margin-top: 70px;
}

@media screen and (max-width: 991px){
  .company-link-title{
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}

.companySection_table dt{
  width: 200px;
  padding: 20px;
  font-size: 18px;
  background-color: #FFF9F2;
  box-sizing: border-box;
}
.companySection_table dt:not(:first-of-type){
  border-bottom: 1px solid #FFF;
}
.companySection_table dd{
  width: calc(100% - 240px);
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.companySection_table dd small{
  font-size: 15px;
  line-height: 24px;
}
.companySection_table dd img{
  width: 40px;
  height: auto;
}
.companySection_table dd:last-of-type{
  border-bottom: 1px solid #EEE;
}
.companySection_table dd table th{
  width: 200px;
  padding-bottom: 10px;
  font-weight: normal;
}
.companySection_table dd table td{
  padding-bottom: 10px;
}

@media screen and (max-width: 991px){
  .companySection_table dt{
    width: 120px;
    padding: 12px;
    font-size: 12px;
  }
  .companySection_table dd{
    width: calc(100% - 120px);
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .companySection_table dd span{
    font-size: 14px;
  }
  .companySection_table dd small {
    font-size: 12px;
    line-height: 20px;
  }
  .companySection_table dd table th{
    width: 130px;
  }
}

.aboutSection{
  padding: 70px 0;
}
.aboutSection_img{
  width: 90%;
  max-width: 500px;
  height: auto;
  margin-bottom: 30px;
}
.aboutSection_message{
  margin-bottom: 60px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 28px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
}
.aboutSection_slogan{
  margin-bottom: 30px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
}
.aboutSection_text{
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px){
  .aboutSection{
    padding: 35px 0;
  }
  .aboutSection_message{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
  }
  .aboutSection_slogan{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .aboutSection_text{
    font-size: 12px;
    line-height: 20px;
  }
}

/* 採用情報 */
.companySection_news dt{
  width: 120px;
  font-size: 18px;
  color: #958777;
}
.companySection_news dd{
  width: calc(100% - 120px);
  font-size: 18px;
}

.companySection_jobtype{
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background-color: #FFF9F2;
}
a.companySection_jobtype:hover{
  opacity: 0.7;
}
.companySection_jobtype:nth-child(2n){
  margin-left: 30px;
}
.companySection_jobtype h3{
  font-size: 20px;
}
.companySection_jobtype p, .companySection_jobtype a{
  font-size: 16px;
}

.companySection_flow-block{
  width: 135px;
  height: 135px;
  font-size: 18px;
  color: #453E36;
  background-color: #FFF9F2;
  box-sizing: border-box;
  border: 1px solid #F68C0D;
  border-radius: 50%;
}
.companySection_flow-block:not(:last-child){
  position: relative;
  margin-right: 36px;
}
.companySection_flow-block:not(:last-child)::before{
  position: absolute;
  content: "";
  top: 60px;
  right: -22px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #F68C0D;
  border-bottom: 1px solid #F68C0D;
  transform: rotate(-45deg);
}
.companySection_notice{
  font-size: 16px;
}

.companySection_form{
  width: 580px;
}
.companySection_form-block{
  width: 280px;
}
.companySection_form-block:nth-child(2n){
  margin-left: 20px;
}
.companySection_form-block label, .companySection_form-block-wide label{
  font-size: 18px;
}
.companySection_form-block input{
  width: 100%;
  height: 52px;
  padding: 0 15px;
  font-size: 18px;
  background-color: #F8F8FA;
  border: none;
  border-radius: 4px;
}
.companySection_form-block-wide{
  width: 100%;
}
.companySection_form-block-wide textarea{
  width: 100%;
  height: 160px;
  padding: 15px;
  font-size: 18px;
  line-height: 28px;
  background-color: #F8F8FA;
  border: none;
  border-radius: 4px;
}
.companySection_form-button{
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  background-color: #9E2C49;
  border: none;
  border-radius: 4px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .companySection_flow-block{
    width: 105px;
    height: 105px;
    font-size: 16px;
  }
  .companySection_flow-block:not(:last-child){
    margin-right: 30px;
  }
  .companySection_flow-block:not(:last-child)::before{
    top: 45px;
    right: -18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .companySection_flow-block{
    width: 100px;
    height: 100px;
    font-size: 15px;
  }
  .companySection_flow-block:not(:last-child)::before{
    top: 42px;
    right: -22px;
  }
}

@media screen and (max-width: 767px){
  .companySection_news dt{
    width: 90px;
    font-size: 13px;
  }
  .companySection_news dd{
    width: calc(100% - 90px);
    font-size: 13px;
  }
  .companySection_jobtype{
    width: 100%;
  }
  .companySection_jobtype:nth-child(2n){
    margin-left: 0;
  }
  .companySection_jobtype h3{
    font-size: 16px;
  }
  .companySection_jobtype p, .companySection_jobtype a{
    font-size: 14px;
  }
  .companySection_flow-block:nth-child(4), .companySection_flow-block:nth-child(5){
    margin-top: 20px;
  }
  .companySection_notice{
    font-size: 12px;
  }
  .companySection_form{
    width: 100%;
  }
  .companySection_form-block{
    width: 100%;
  }
  .companySection_form-block:nth-child(2n){
    margin-left: 0;
  }
  .companySection_form-block label, .companySection_form-block-wide label{
    font-size: 14px;
  }
  .companySection_form-block input{
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
  .companySection_form-block-wide textarea{
    height: 120px;
    padding: 12px;
    font-size: 12px;
    line-height: 29px;
  }
  .companySection_form-button{
    padding: 12px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px){
  .companySection_flow-block{
    width: 120px;
    height: 120px;
    font-size: 15px;
  }
  .companySection_flow-block:not(:last-child)::before{
    top: 52px;
    right: -22px;
  }
}

@media screen and (max-width: 575px){
  .companySection_title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    border-left: none;
  }
  .companySection_title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    content: "";
    background: #F68C0D;
    border-radius: 4px;
  }
  .companySection_flow-block{
    width: 85px;
    height: 85px;
    font-size: 13px;
  }
  .companySection_flow-block:not(:last-child){
    margin-right: 25px;
  }
  .companySection_flow-block:not(:last-child)::before{
    top: 38px;
    right: -16px;
    width: 12px;
    height: 12px;
  }
}


/* 採用情報 */
.irSection{
  padding: 70px 0;
}
.irSection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 28px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.irSection_previous{
  font-size: 16px;
}
.irSection_news dt{
  width: 120px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #958777;
}
.irSection_news dd{
  width: calc(100% - 120px);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}
.irSection_news dd a{
  text-decoration: none;
}
.irSection_news dd a:hover{
  text-decoration: underline;
}
.irSection_mail{
  background-color: #F8F8FA;
}
.irSection_mail-title{
  font-size: 20px;
}
.irSection_mail-message{
  font-size: 16px;
}
.irSection_mail-note{
  font-size: 14px;
  color: #958777;
}
.irSection_mail-link{
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  background-color: #9E2C49;
  border-radius: 4px;
}
.irSection_linkbox-wrap{
  margin: 100px 0 35px;
}
.irSection_linkbox{
  height: 330px;
  background-color: #FFF9F2;
  border-radius: 8px;
}
.irSection_linkbox-title{
  font-size: 20px;
}
.irSection_linkbox-list li{
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
  font-size: 16px;
}
.irSection_linkbox-list li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #F68C0D;
  border-bottom: 1px solid #F68C0D;
  transform: rotate(-45deg);
}
.irSection_linkbox-list li a{
  text-decoration: none;
}
.irSection_linkbox-list li a:hover{
  text-decoration: underline;
}
.irSection_linkbutton-wrap{
  margin-bottom: 35px;
}
.irSection_linkbutton{
  width: 240px;
  padding: 16px 0;
  font-size: 16px;
  color: #F68C0D;
  background-color: #FFF9F2;
  box-sizing: border-box;
  border: 1px solid #F68C0D;
  border-radius: 8px;
}
.irSection_linkbutton:last-child{
  margin-left: 30px;
}
.irSection_note p{
  font-size: 12px;
  line-height: 20px;
  color: #958777;
}

@media screen and (max-width: 767px){
  .irSection{
    padding: 35px 0;
  }
  .irSection_title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    border-left: none;
  }
  .irSection_title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    content: "";
    background: #F68C0D;
    border-radius: 4px;
  }
  .irSection_previous{
    font-size: 14px;
  }
  .irSection_news dt{
    width: 90px;
    font-size: 13px;
  }
  .irSection_news dd{
    width: calc(100% - 90px);
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 22px;
  }
  .irSection_mail{
    margin-top: 30px;
  }
  .irSection_mail-title{
    font-size:16px;
  }
  .irSection_mail-message{
    font-size: 14px;
  }
  .irSection_mail-note{
    font-size: 12px;
  }
  .irSection_linkbox-wrap{
    margin: 30px 0 10px;
  }
  .irSection_linkbox{
    height: auto;
  }
  .irSection_linkbox{
    margin-bottom: 20px;
  }
  .irSection_linkbox-title{
    font-size: 16px;
  }
  .irSection_linkbox-list li{
    margin-top: 18px;
    padding-left: 25px;
    font-size: 14px;
  }
  .irSection_linkbox-list li::before{
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
  }
}

/*　IR関連ページに共通のリンク集 */
.ir-link-title{
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 2px solid #F68C0D;
}
.ir-link li a{
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #F8F8FA;
}
.ir-link li a::before{
  position: absolute;
  content: "";
  right: 5px;
  top: 27px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #F68C0D;
  border-bottom: 1px solid #F68C0D;
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px){
  .ir-link-title{
    margin-top: 40px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}

/* ニュースリリース */
.irSection_list-item{
  width: calc(100% - 20px);
  margin-right: 20px;
}
.irSection_list-header button{
  background-color: #FFF9F2;
  box-shadow: none!important;
  border-radius: 4px!important;
}
.irSection_list-header button:after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F68C0D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.irSection_list-header button:not(.collapsed){
  color: #453E36;
  background-color: #FFF9F2;
}
.irSection_list-header button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F68C0D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.irSection_list-history dt{
  width: 100px;
  font-size: 18px;
  color: #958777;
}
.irSection_list-history dt:not(:last-child){
  margin-bottom: 20px;
}
.irSection_list-history dd{
  width: calc(100% - 100px);
  font-size: 18px;
}
.irSection_list-history dd:not(:last-child){
  margin-bottom: 20px;
}
.irSection_list-history dd a{
  text-decoration: none;
}
.irSection_list-history dd a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .irSection_list-item{
    width: 100%;
    margin-right: 0;
  }
  .irSection_list-history dt{
    width: 60px;
    font-size: 13px;
  }
  .irSection_list-history dd{
    width: calc(100% - 60px);
    font-size: 13px;
  }
}

/* 株式情報 */
.irSection_table dt{
  width: 200px;
  padding: 20px;
  font-size: 18px;
  background-color: #FFF9F2;
  box-sizing: border-box;
}
.irSection_table dt:not(:first-of-type){
  border-bottom: 1px solid #FFF;
}
.irSection_table dd{
  width: calc(100% - 240px);
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.irSection_table dd:last-of-type{
  border-bottom: 1px solid #EEE;
}
.irSection_table-midashi{
  font-size: 16px;
  color: #999;
}
.irSection_table-condition{
  font-size: 18px;
}
.irSection_table dd table.no-border th{
  width: 200px;
  padding-bottom: 10px;
  font-weight: normal;
}
.irSection_table dd table.no-border td{
  padding-bottom: 10px;
}
.irSection_table dd table.has-border{
  border: 1px solid #EEE;
}
.irSection_table dd table.has-border th{
  width: 200px;
  padding: 16px;
  font-size: 16px;
  line-height: 1;
  background-color: #FFF9F2;
  border: 1px solid #EEE;
}
.irSection_table dd table.has-border td{
  width: 200px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #EEE;
}
.irSection_table-graph{
  width: 90%;
  height: auto;
}

@media screen and (max-width: 991px){
  .irSection_table dt{
    width: 120px;
    padding: 12px;
    font-size: 12px;
  }
  .irSection_table dd{
    width: calc(100% - 120px);
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .irSection_table dd span{
    font-size: 14px;
  }
  .irSection_table-midashi{
    font-size: 12px;
  }
  .irSection_table-condition{
    font-size: 12px;
  }
  .irSection_table dd table.no-border th{
    width: 130px;
  }
  .irSection_table dd table.has-border th{
    width: 120px;
    padding: 10px;
    font-size: 10px;
  }
  .irSection_table dd table.has-border td{
    width: 120px;
    padding: 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .irSection_table-graph{
    width: 100%;
  }
}

/* 決算短信 */
.irSection_list-link{
  margin: 0 -1.25rem;
}
.irSection_list-link a{
  width: 25%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid #EEE;
}
.irSection_list-link a:nth-child(4n+1),
.irSection_list-link a:nth-child(4n+2),
.irSection_list-link a:nth-child(4n+3){
  border-right: none;
}
.irSection_list-link a:last-child{
  border-right: 1px solid #EEE;
}

@media screen and (max-width: 991px){
  .irSection_list-link a{
    width: 50%;
    padding: 15px 0;
    font-size: 12px;
  }
  .irSection_list-link a:nth-child(4n+1),
  .irSection_list-link a:nth-child(4n+2),
  .irSection_list-link a:nth-child(4n+3){
    border-right: 1px solid #EEE;
  }
  .irSection_list-link a:nth-child(2n+1){
    border-right: none;
  }
  .irSection_list-link a:last-child{
    border-right: 1px solid #EEE;
  }
}

/* FAQ */
.irSection_faq dt{
  width: 56px;
  font-size: 24px;
  background-color: #766A5D;
  background-color: #FFF9F2;
}
.irSection_faq dd{
  width: calc(100% - 56px);
  padding: 12px 20px;
}
.irSection_faq-question{
  font-size: 20px;
  line-height: 32px;
}
.irSection_faq-answer{
  font-size: 18px;
  line-height: 30px;
  color: #766A5D;
}
.irSection_faq-answer a{
  color: #766A5D;
}

@media screen and (max-width: 767px){
  .irSection_faq dt{
    width: 44px;
    font-size: 18px;
  }
  .irSection_faq dd{
    width: calc(100% - 44px);
    padding: 5px 10px;
  }
  .irSection_faq-question{
    font-size: 14px;
    line-height: 22px;
  }
  .irSection_faq-answer{
    font-size: 12px;
    line-height: 20px;
  }
}

/* 決済広告 */
.irSection_settlement li{
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
}
.irSection_settlement li::before{
  position: absolute;
  content: "ー";
  top: 0;
  left: 0;
  font-size: 18px;
  color: #958777;
}
.irSection_settlement li a{
  text-decoration: none;
}
.irSection_settlement li a:hover{
  text-decoration: underline;
}
.irSection_settlement li ul{
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .irSection_settlement li{
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 14px;
  }
  .irSection_settlement li::before{
    font-size: 14px;
  }
  .irSection_settlement li ul{
    margin-top: 20px;
  }
}

/* 株主優待 */
.irSection_text{
  font-size: 18px;
  line-height: 30px;
  color: #958777;
}
@media screen and (max-width: 767px){
  .irSection_text{
    font-size: 14px;
    line-height: 24px;
  }
}

/* 財務ハイライト */
.irSection_data{
  width: calc(100% - 30px);
  margin-right: 30px;
  font-size: 14px;
}
.irSection_data-head-first{
  padding: 4px 0;
  line-height: 22px;
  background-color: #FFF9F2;
}
.irSection_data-head-first:first-child{
  box-sizing: border-box;
  border-right: 1px solid #FFF;
}
.irSection_data-head-second{
  padding: 16px 14px;
  font-size: 14px;
  line-height: 1;
  color: #766A5D;
  box-sizing: border-box;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.irSection_data td{
  padding: 16px 14px;
  font-size: 14px;
  line-height: 1;
  color: #766A5D;
  box-sizing: border-box;
  border-bottom: 1px solid #EEE;
}
.irSection_data-note{
  width: calc(100% - 30px);
  margin-right: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.irSection_data-note p{
  width: 540px;
}
.irSection_data-note span{
  width: 45px;
  margin-left: auto;
}
.irSection_data-graph{
  width: calc(100% - 30px);
  margin-right: 30px;
}
.irSection_data-graph-block{
  width: calc(50% - 12px);
}
.irSection_data-graph-block:nth-child(2n){
  margin-left: 24px;
}
.irSection_data-graph-block span{
  font-size: 18px;
  color: #766A5D;
}
.irSection_data-graph-block img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px){
  .irSection_data{
    width: 100%;
    margin-right: 0;
    font-size: 10px;
  }
  .irSection_data-head-first{
    padding: 2px 0;
    line-height: 12px;
  }
  .irSection_data-head-second{
    padding: 10px;
    font-size: 10px;
    line-height: 1;
  }
  .irSection_data td{
    padding: 10px;
    font-size: 10px;
    line-height: 1;
  }
  .irSection_data-note{
    width: 100%;
    margin-right: 0;
    font-size: 8px;
    line-height: 13px;
  }
  .irSection_data-note p{
    width: 305px;
  }
  .irSection_data-note span{
    width: 30px;
  }

  .irSection_data-graph{
    width: 100%;
    margin-right: 0;
  }
  .irSection_data-graph-block{
    width: 100%;
  }
  .irSection_data-graph-block:nth-child(2n){
    margin-left: 0
  }
  .irSection_data-graph-block span{
    font-size: 14px;
  }
}


/* 静的ページ */
.staticSection{
  padding: 70px 0;
}
.staticSection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 28px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.staticSection_subtitle{
  font-size: 18px;
}
.staticSection_text{
  font-size: 16px;
  line-height: 27px;
  color: #766A5D;
}
.staticSection_list{
  font-size: 16px;
  line-height: 27px;
  color: #766A5D;
}
.staticSection_img{
  width: 90%;
  height: auto;
}
.staticSection_ssl img{
  width: 100px;
  height: auto;
  margin-right: 15px;
}
.staticSection_ssl p{
  font-size: 12px;
  line-height: 20px;
}
.staticSection_inquiry-block{
  width: calc(50% - 25px);
}
.staticSection_inquiry-block:first-child{
  margin-right: 50px;
}
.staticSection_link-wrap{
  border-bottom: 1px solid #EEE;
}
.staticSection_link{
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
}
.staticSection_link-red{
  background-color: #9E2C49;
  color: #FFF;
  border-radius: 4px;
}
.staticSection_link-red:hover{
  background-color: #FFF;
  color: #9E2C49;
  box-sizing: border-box;
  border: 1px solid #9E2C49;
}
.staticSection_link-orange{
  background-color: #F68C0D;
  color: #FFF;
  border-radius: 4px;
}
.staticSection_link-orange:hover{
  background-color: #FFF;
  color: #F68C0D;
  box-sizing: border-box;
  border: 1px solid #F68C0D;
}

@media screen and (max-width: 767px){
  .staticSection{
    padding: 35px 0;
  }
  .staticSection_title{
    position: relative;
    padding: 2px 15px;
    font-size: 20px;
    border-left: none;
  }
  .staticSection_title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 4px;
    height: 24px;
    content: "";
    background: #F68C0D;
    border-radius: 4px;
  }
  .staticSection_subtitle{
    font-size: 14px;
  }
  .staticSection_list{
    font-size: 14px;
    line-height: 25px;
  }
  .staticSection_img{
    width: 100%;
  }
  .staticSection_ssl img{
    width: 80px;
  }
  .staticSection_ssl p{
    font-size: 10px;
    line-height: 18px;
  }
  .staticSection_inquiry-block{
    width: 100%
  }
  .staticSection_inquiry-block:first-child{
    margin-right: 0;
  }
}

/* お問い合わせフォーム */
.inquirySection{
  padding: 70px 0;
}
.inquirySection{
  width: 580px;
}
.inquirySection_caution{
  font-size: 16px;
}
.inquirySection_text{
  font-size: 12px;
  line-height: 20px;
}
.inquirySection_text-important{
  color: #9E2C49;
}
.inquirySection_form-block{
  width: 280px;
}
.inquirySection_form-block:nth-child(2n){
  margin-left: 20px;
}
.inquirySection_form-block-tel{
  width: 400px;
  margin-left: 0!important;
}
.inquirySection_form-block label, .inquirySection_form-block-wide label{
  font-size: 18px;
}
.inquirySection_form-block label span, .inquirySection_form-block-wide label span{
  margin-left: 12px;
  color: #9E2C49;
}
.inquirySection_form-block input, .inquirySection_form-block select{
  width: 100%;
  height: 52px;
  padding: 0 15px;
  font-size: 18px;
  background-color: #F8F8FA;
  border: none;
  border-radius: 4px;
}
.inquirySection_form-block .post_1{
  width: calc(33.3333% - 6px);
}
.inquirySection_form-block .post_2{
  width: calc(66.6666% - 12px);
}
.inquirySection_form-block span{
  width: 18px;
  font-size: 24px;
}
.inquirySection_form-block-tel .tel_1{
  width: calc(33.3333% - 12px);
}
.inquirySection_form-block-tel .tel_2{
  width: calc(33.3333% - 12px);
}
.inquirySection_form-block-tel .tel_3{
  width: calc(33.3333% - 12px);
}
.inquirySection_form-block-wide{
  width: 100%;
}
.inquirySection_form-block-wide textarea{
  width: 100%;
  height: 160px;
  padding: 15px;
  font-size: 18px;
  line-height: 28px;
  background-color: #F8F8FA;
  border: none;
  border-radius: 4px;
}
.inquirySection_form-radio{
  width: 50%;
  margin-bottom: 15px;
}
.inquirySection_form-radio input{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.inquirySection_form-radio label{
  font-size: 14px;
}
.inquirySection_form-button{
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  background-color: #9E2C49;
  border: none;
  border-radius: 4px;
}

@media screen and (max-width: 767px){
  .inquirySection{
    padding: 35px 0;
  }
  .inquirySection{
    width: 516px;
    margin: 0 auto;
  }
  .inquirySection_caution{
    font-size: 14px;
  }
  .inquirySection_text{
    font-size: 10px;
    line-height: 18px;
  }
  .inquirySection_form-block{
    width: 100%;
  }
  .inquirySection_form-block:nth-child(2n){
    margin-left: 0;
  }
  .inquirySection_form-block label, .inquirySection_form-block-wide label{
    font-size: 14px;
  }
  .inquirySection_form-block input{
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
  .inquirySection_form-block-wide textarea{
    height: 120px;
    padding: 12px;
    font-size: 12px;
    line-height: 29px;
  }
  .inquirySection_form-button{
    padding: 12px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px){
  .inquirySection{
    width: calc(100% - 24px);
    margin: 0 12px;
  }
}

/* こだわりページ */
.kodawariSection{
  padding: 70px 0;
}
.kodawariSection_menu{
  width: 100%;
  padding: 12px 0;
  background-color: #FFF9F2;
}
.kodawariSection_menu li{
  width: calc(25% - 15px);
}
.kodawariSection_menu li:not(:last-child){
  margin-right: 12px;
}
.kodawariSection_menu li a{
  height: 100%;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  text-decoration: none;
}
.kodawariSection_menu-narrow{
  width: 100%;
  padding: 12px 0;
  background-color: #FFF9F2;
}
.kodawariSection_menu-narrow li{
  width: calc(16.6666% - 14px);
}
.kodawariSection_menu-narrow li:not(:last-child){
  margin-right: 12px;
}
.kodawariSection_menu-narrow li a{
  height: 100%;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  text-decoration: none;
}
.kodawariSection_menu-sdgs{
  width: 100%;
  padding: 12px 0;
  background-color: #FFF9F2;
}
.kodawariSection_menu-sdgs li{
  width: calc(33.3333% - 16px);
}
.kodawariSection_menu-sdgs li:not(:last-child){
  margin-right: 12px;
}
.kodawariSection_menu-sdgs li a{
  height: 100%;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  text-decoration: none;
}
.kodawariSection_title{
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 24px;
  text-align: left;
  border-left: 4px solid #F68C0D;
}
.kodawariSection_catchcopy{
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 56px;
  color: #F68C0D;
}
.kodawariSection_block-wrap{
  position: relative;
}
.kodawariSection_title-left{
  position: absolute;
  top: 0;
  left: 0;
}
.kodawariSection_title-right{
  position: absolute;
  top: 0;
  left: 512px;
}
.kodawariSection_text{
  font-size: 14px;
  line-height: 25px;
  color: #766A5D;
}
.kodawariSection_text-pt{
  padding-top: 48px;
}
.kodawariSection_gray{
  background-color: #F8F8FA;
}
.kodawariSection_content-wide{
  width: 100%;
  max-width: 1032px;
}
.kodawariSection_content{
  width: 100%;
  max-width: 840px;
}
.kodawariSection_block:first-child{
  margin-right: 40px;
}
.kodawariSection_block-content{
  width: calc(50% - 20px);
  max-width: 520px;
}
.kodawariSection_block-img{
  width: calc(50% - 20px);
  max-width: 472px;
}
.kodawariSection_block-img img{
  width: 100%;
  height: auto;
}
.kodawariSection_block-img-sdgs{
  width: 120px;
}
.kodawariSection_block-img-sdgs img{
  width: 100%;
  height: auto;
}
.kodawariSection_block-img-sdgs:not(:last-of-type){
  margin-right: 15px;
}
.kodawariSection_gallery img{
  width: calc(50% - 24px);
}
.kodawariSection_gallery img:first-child{
  margin-right: 48px;
}

@media screen and (max-width: 991px){
  .kodawariSection_content-wide, .kodawariSection_content{
    width: 696px;
  }
  .kodawariSection_title-left{
    position: relative;
  }
  .kodawariSection_title-right{
    position: relative;
    left: 0;
  }
  .kodawariSection_text-pt{
    padding-top: 0;
  }
  .kodawariSection_block:first-child{
    margin-right: 0;
  }
  .kodawariSection_block-content{
    width: 100%;
    max-width: 100%;
  }
  .kodawariSection_block-img{
    width: 100%;
    max-width: 100%;
  }
  .kodawariSection_gallery img{
    width: 100%;
  }
  .kodawariSection_gallery img:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px){
  .kodawariSection{
    padding: 35px 0;
  }
  .kodawariSection_menu li a{
    padding: 12px 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .kodawariSection_menu-narrow li{
    width: calc(33.3333% - 16px);
  }
  .kodawariSection_menu-narrow li:not(:last-child){
    margin-right: 0;
  }
  .kodawariSection_menu-narrow li:nth-child(3n+1),
  .kodawariSection_menu-narrow li:nth-child(3n+2){
    margin-right: 12px;
  }
  .kodawariSection_menu-narrow li:nth-child(1),.kodawariSection_menu-narrow li:nth-child(2),.kodawariSection_menu-narrow li:nth-child(3){
    margin-bottom: 12px;
  }
  .kodawariSection_menu-narrow li a{
    padding: 12px 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .kodawariSection_menu-sdgs li a{
    padding: 12px 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .kodawariSection_content-wide, .kodawariSection_content{
    width: 540px;
  }
  .kodawariSection_title{
    padding: 2px 15px;
    font-size: 20px;
    line-height: 32px;
  }
  .kodawariSection_catchcopy{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .kodawariSection_text{
    font-size: 12px;
    line-height: 20px;
  }
  .kodawariSection_block-img-sdgs{
    width: 100px;
  }
}

@media screen and (max-width: 575px){
  .kodawariSection_content-wide, .kodawariSection_content{
    width: calc(100% - 24px);
  }
}

/* お知らせ詳細 */
.newsdetailSection{
  padding: 70px 0;
}
.newsdetailSection p{
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.screen-reader-response{
  display: none;
}
.wpcf7-not-valid-tip{
  width: 100%!important;
  font-size: 14px!important;
  color: #9E2C49;
}
.wpcf7-response-output{
	color: #9E2C49;
}
.wpcf7-radio .wpcf7-list-item.first label{
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label{
  font-size: 14px;
  color: #333;
}

.font-small {
  font-size: 12px;
}