/****************************************************************/
/*共通設定*/
/****************************************************************/
html {
  -webkit-text-size-adjust: 100%;
}
[class*="_SP"] {
  display: none;
}
.l_contents {
  padding-top: 0;
  background-image: none;
}
.l_contents img {
  vertical-align: bottom;
}
.md_contents {
  width: auto;
  background-image: url(../img/special_bg_01.png);
  background-repeat: repeat-x;
  background-position: left top;
}
.md_contents a:hover {
  text-decoration: none;
}
.md_bannerArea_list img {
  max-width: 870px;
}
/*----- MV -----*/
.mainVisualArea {
  background-image: url(../img/special_ttl_02_pc.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
}
.mainVisualArea img {
  margin: 0 auto;
  padding: 0;
}
/*----- .contentsWrap -----*/
.contentsWrap {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}
.contentsWrap + .contentsWrap {
  border-top: 1px solid #999999;
}
.md_contents .contentsWrap:last-child {
  border-bottom: 1px solid #999999;
}
.contentsWrap > h3 {
  text-align: center;
}
.contentsWrap > h3 img {
  width: 410px;
}
.contentsWrap.is-premium_economy > h3 img {
  width: 599px;
}
.contentsBox + .contentsBox, h3 + .contentsBox {
  margin-top: 70px;
}
.textBox {
  width: 460px;
}
.textBox h4, .bothBox h4 {
  line-height: 1.4;
  color: #d7000f;
  font-size: 26px;
  font-weight: normal;
}
.textBox p, .bothBox p {
  margin-top: 20px;
}
.textBox p + p, .bothBox p + p {
  margin-top: 5px;
}
.note {
  margin-top: 5px;
  color: #777777;
}
.note li {
  padding-left: 1em;
  text-indent: -1em;
}
.note li + li {
  margin-top: 5px;
}
.photoBox {
  width: 460px;
}
.photoBox img {
  width: 460px;
}
.photoBox .photoSmall {
  margin-top: 10px;
}
.photoBox .photoSmall img {
  float: left;
  width: 225px;
}
.photoBox .photoSmall img:nth-of-type(even) {
  margin-left: 10px
}
.bothBox {
  width: 460px;
}
.bothBox [class*="photo"] img {
  width: 460px;
}
/*----- 検索ボタン -----*/
[class*="btnbox"] {
  margin-top: 70px;
}
[class*="btnbox"] li a {
  display: block;
  transition: .4s;
  border: 1px solid #bf891d;
  background-color: #bf891d;
  background-image: url(../img/special_ic_02.png);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 8px 16px;
  color: #ffffff;
  text-align: center;
}
[class*="btnbox"] li a:hover {
  text-decoration: none;
}
[class*="btnbox"] li a[target="_blank"] {
  background-image: url(../img/special_ic_04.png);
  background-size: 15px 13px;
}
.banner {
  margin: 0 auto;
}
/*----- 商品枠 -----*/
.contentsWrap[id*="product"]:last-of-type {
  border-bottom: none;
}
.contentsWrap[id*="product"] > h3 img {
  width: 462px;
}
.contentsWrap[id*="product"]:not(:last-of-type) .btnbox_PC {
  margin-bottom: 0 !important;
}
.contentsWrap[id*="product"] [class*="btnbox"] {
  margin-top: min((50vw / 7.5), 50px);
}
.contentsWrap[id*="product"] .btnbox_PC > li:only-child {
  float: none;
  margin: auto;
}
.contentsWrap[id*="product"] .btnbox_PC > li:only-child a {
  margin: auto;
}
.product__list {
  display: grid;
  gap: min((40vw / 7.5), 20px);
}
.product__list:not(:last-child) {
  margin-bottom: min((50vw / 7.5), 40px);
}
.is-pc .product__list {
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px;
}
.is-pc #product-air .product__list {
  gap: min((20vw / 7.5), 32px);
  grid-template-columns: repeat(2, 1fr);
}
.product__list--inner {
  background: #fff;
  color: inherit;
  display: grid;
  line-height: 1.2;
  height: 100%;
  align-content: start;
  transition: box-shadow .3s;
}
.is-sp .product__list--inner {
  grid-template-columns: min((280vw/ 7.5), 280px) 1fr;
  grid-template-areas:
    "label label"
    "img txt";
  gap: 0 min((20vw/ 7.5), 20px);
  padding: min((20vw/ 7.5), 20px);
  padding-top: 0;
}
.is-sp .product__list--item:last-child .product__list--inner {
  padding-bottom: 0;
}
.is-sp .product__list--item:not(:last-child) .product__list--inner {
  border-bottom: 1px dashed #888;
}
.is-pc .product__list--inner {
  grid-template-rows: auto 1fr;
  border: 1px solid #000;
  position: relative;
}
.is-sp .product__list--label {
  grid-area: label;
  display: flex;
  flex-wrap: wrap;
  gap: min((10vw/ 7.5), 10px);
  margin-bottom: min((15vw/ 7.5), 15px);
}
.is-pc .product__list--label {
  position: absolute;
  z-index: 1;
}
.product__list--label [class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
  font-size: min((20vw/ 7.5), 12px);
  font-weight: bold;
  height: min((50vw/ 7.5), 25px);
  min-width: min((180vw/ 7.5), 90px);
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--koukoku {
  background: #ff6000;
}
.product__list--item.ctcms_item:not(.line):not(.ad) .product__list--label, .product__list--item.ctcms_item:not(.line) .product__list--label--line, .product__list--item.ctcms_item:not(.ad) .product__list--label--koukoku {
  display: none;
}
.is-sp .product__list--image {
  grid-area: img;
}
.product__list--photo {
  object-fit: cover;
  width: 100%;
  height: min((187vw/ 7.5), 187px);
}
.is-pc .product__list--photo {
  height: 160px;
}
.product__list--text-wrapper {
  font-size: min((20vw/ 7.5), 12px);
}
.is-sp .product__list--text-wrapper {
  grid-area: txt;
}
.is-pc .product__list--text-wrapper {
  display: grid;
  padding: 12px 10px;
}
.product__list--title {
  font-weight: bold;
  font-size: min((28vw/ 7.5), 15px);
  line-height: 1.3;
  margin-bottom: .5em;
}
.product__list--detail {
  color: #333;
  margin-bottom: 1em;
}
.product__list--price {
  color: #888;
  margin-top: auto;
}
.product__list--minmax {
  color: #ff0000;
  font-size: min((28vw/ 7.5), 16px);
}
.product__list--minmax:not(:last-child) {
  margin-bottom: .5em;
}
.product__list--minmax .is-en {
  font-size: calc(35em / 50);
}
.product__list--minmax ~ [class*="product__list--"] {
  margin-top: .25em;
}
#product-air .product__list--item {
  background: #ebebeb;
  border: 1px solid;
  /*font-family: var(--font-family-min);*/
  color: #003f67;
  padding: min((15vw/ 7.5), 10px);
  padding-top: min((20vw/ 7.5), 15px);
  text-align: center;
}
#product-air .product__list--item.is-type-special {
  background-image: linear-gradient(135deg, #c8d0d5 8.33%, #dde5eb 8.33%, #dde5eb 50%, #c8d0d5 50%, #c8d0d5 58.33%, #dde5eb 58.33%, #dde5eb 100%);
  background-size: min((16vw / 7.5), 8.5px) min((16vw / 7.5), 8.5px);
}
#product-air .product__list--title {
  display: grid;
  justify-content: center;
  line-height: 1;
  /*font-family: var(--font-family-minmix);*/
}
#product-air .product__list--title .base-title__text--sub {
  font-size: min((40vw/ 7.5), 26px);
  transform: translateY(.2em);
}
#product-air .product__list--title .base-title__text--main {
  font-size: min((20vw/ 7.5), 12px);
  /*font-weight: var(--font-bold-min);*/
  font-weight: bold;
  letter-spacing: 1.25px;
  margin-top: .75em;
}
#product-air .product__list--title .base-title__text--main b {
  font-size: 1.6em;
  font-weight: normal;
}
#product-air .product__list--price {
  background: #fff;
  line-height: 1.2;
  padding: 1em;
}
#product-air .product__list--minmax {
  color: #003f67;
  font-size: min((76vw/ 7.5), 44px);
  font-weight: bold;
  text-indent: 1em;
  margin-bottom: .15em;
  margin-bottom: .3em;
  line-height: 1;
}
#product-air .product__list--minmax b {
  font-size: calc(60em / 50);
}
#product-air .product__list--notes {
  font-size: min((22vw/ 7.5), 14px);
}
#product-air .product__list--dep {
  color: #003f67;
  font-size: min((30vw/ 7.5), 18px);
}
#product-air .product__list--minmax ~ [class*="product__list--"] {
  margin-top: .5em;
}
/****************************************************************/
/*
/* メディアクエリ設定 960px以上
/* 通常(PC用)記述の場所
/*
/****************************************************************/
@media print, screen and (min-width: 960px) {
  #breadcrumbArea {
    display: none;
  }
  .textBox p, .bothBox p {
    font-size: 15px;
    line-height: 1.6;
  }
  /*----- 検索ボタン -----*/
  .btnbox_PC {
    width: 960px;
    margin: 70px auto 0;
    padding: 0 75px;
  }
  .btnbox_PC > li + li {
    margin-left: 10px;
  }
  .btnbox_PC > li a {
    width: 400px;
  }
  [class*="btnbox"] li a:hover {
    background-color: #ffffff;
    background-image: url(../img/special_ic_03.png);
    color: #bf891d;
  }
  [class*="btnbox"] li a[target="_blank"]:hover {
    background-image: url(../img/special_ic_05.png);
  }
  .banner {
    width: 960px;
    margin-bottom: 50px;
    transition: .4s;
  }
}
@media screen and (min-width: 761px) {
  /*----- .contentsWrap -----*/
  section.contentsWrap .contentsBox:nth-of-type(odd) .textBox, section.contentsWrap .contentsBox:nth-of-type(even) .photoBox, div.contentsWrap .contentsBox:nth-of-type(odd) .photoBox, div.contentsWrap .contentsBox:nth-of-type(even) .textBox, .contentsWrap .contentsBox .bothBox:nth-of-type(odd) {
    float: left;
  }
  section.contentsWrap .contentsBox:nth-of-type(odd) .photoBox, section.contentsWrap .contentsBox:nth-of-type(even) .textBox, div.contentsWrap .contentsBox:nth-of-type(odd) .textBox, div.contentsWrap .contentsBox:nth-of-type(even) .photoBox, .photoBox .photoSmall img:nth-of-type(even), .contentsWrap .contentsBox .bothBox:nth-of-type(even) {
    float: right;
  }
  /*----- 検索ボタン -----*/
  .btnbox_PC {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
  .btnbox_PC > li {

  }
  .btnbox_PC > li a {
    padding: 18px;
    font-size: 16px;
  }
  .bothBox .photo_PC {
    margin-bottom: 20px;
  }
  .md_linkTxt.is_prev:before {
    content: '\025c0';
    font-size: 15px;
    margin-right: 5px;
    transform: none;
  }
}
/****************************************************************/
/*
/* メディアクエリ設定 0～959px
/* スマホ・タブレット用記述の場所
/*
/****************************************************************/
@media screen and (max-width: 959px) {
  .l_container {
    margin-top: 0;
  }
  .md_linkTxt {
    margin-top: 25px;
  }
  /*----- .contentsWrap -----*/
  .contentsWrap {
    width: 100%;
    padding: 60px 20px;
  }
  .contentsBox + .contentsBox, h3 + .contentsBox {
    margin-top: 50px;
  }
  .textBox p, .bothBox p {
    margin-top: 15px;
    font-size: 14px;
  }
  .note li {
    font-size: 14px;
  }
  .photoBox img, .bothBox [class*="photo"] img {
    width: 100%;
  }
  .photoBox .photoSmall {
    margin-top: 7px;
  }
  .photoBox .photoSmall img {
    width: 49%;
  }
  .photoBox .photoSmall img:nth-of-type(even) {
    margin-left: 2%;
  }
}
/****************************************************************/
/*
/* メディアクエリ設定 761px～959px
/* タブレット用記述の場所
/*
/****************************************************************/
@media screen and (min-width: 761px) and (max-width: 959px) {
  #breadcrumbArea {
    display: block;
  }
  .l_breadcrumb {
    display: none;
  }
  /*----- .contentsWrap -----*/
  .textBox {
    width: 48%;
  }
  .textBox h4, .bothBox h4 {
    font-size: 24px;
  }
  .photoBox {
    width: 48%;
  }
  .bothBox {
    width: 48%;
  }
  .bothBox p {
    margin-top: 15px;
    font-size: 14px;
  }
  /*----- 検索ボタン -----*/
  .btnbox_PC {
    padding: 0 20px;
  }
  .btnbox_PC > li {
    width: 49%;
  }
  .btnbox_PC > li + li {
    margin-left: 2%;
  }
  .btnbox_PC > li a {
    width: 100%;
  }
}
/****************************************************************/
/*
/* メディアクエリ設定 0～760px
/* スマホ用記述の場所
/*
/****************************************************************/
@media screen and (max-width: 760px) {
  [class*="_SP"] {
    display: block;
  }
  [class*="_PC"] {
    display: none;
  }
  .l_container {
    font-size: 12px;
    line-height: 1.5;
  }
  .l_breadcrumb {
    display: none;
  }
  .md_localFooter {
    margin-top: 30px;
  }
  .md_linkTxt::after {
    width: 10px;
    height: 10px;
    margin-top: 7px;
  }
  
  /*----- MV -----*/
  .mainVisualArea {
    background-image: url(../img/special_ttl_02_sp.jpg);
    background-size: 100%;
  }
  .mainVisualArea img {
    width: 100%;
  }
  /*----- .contentsWrap -----*/
  .contentsWrap {
    padding: 30px 12px 35px;
  }
  .contentsWrap > h3 img {
    width: min((510vw / 7.5), 410px);
  }
  .contentsWrap.is-premium_economy > h3 img {
    width: min((745vw / 7.5), 599px);
  }
  .contentsWrap[id*="product"] > h3 img {
    width: min((562vw / 7.5), 462px);
  }
  .contentsBox, .bothBox {
    padding-bottom: 25px;
  }
  h3 + .contentsBox {
    margin-top: 25px;
  }
  .contentsBox + .contentsBox, .bothBox + .bothBox {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px dashed #bf891d;
  }
  .contentsWrap .contentsBox:last-child, .contentsWrap .contentsBox .bothBox:last-child {
    padding-bottom: 0;
  }
  .textBox {
    width: 100%;
  }
  .textBox h4, .bothBox h4 {
    font-size: 20px;
  }
  .photoBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .photoBox img, .bothBox [class*="photo"] img {
    max-width: 450px;
  }
  .photoBox .photoSmall {
    position: relative;
    left: 50%;
    float: left;
  }
  .photoBox .photoSmall img {
    position: relative;
    left: -50%;
    max-width: 225px;
  }
  .bothBox {
    width: 100%;
  }
  .bothBox .photo_SP {
    margin-top: 15px;
    text-align: center;
  }
  /*----- 検索ボタン -----*/
  [class*="btnbox"] {
    margin-top: 30px;
    padding: 0 12px;
  }
  [class*="btnbox"] li + li {
    margin-top: 10px;
  }
  [class*="btnbox"] li a {
    padding: 10px;
    border-radius: 5px;
    background-position: 97% 50%;
    font-weight: bold;
    font-size: 15px;
  }
  [class*="btnbox"] li a span {
    font-size: 12px;
    font-weight: normal;
  }
  .banner {
    margin-top: 30px;
    padding: 0 12px;
  }
  .goTop a img {
    width: inherit;
  }
}
/****************************************************************/
/* clearfix */
/****************************************************************/
.contentsBox::after, .photoSmall::after, .btnbox_PC::after {
  display: block;
  clear: both;
  content: "";
}
/*----- .contentsWrap.close -----*/
.contentsWrap.close h2 {
  display: block;
  font-weight: bold;
  font-size: 200%;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}
.contentsWrap.close p {
  font-size: 120%;
  font-weight: bold;
}
.contentsWrap.close a {
  display: inline-block;
  margin-top: 40px;
  color: #333;
}
.contentsWrap.close {
  text-align: center;
}
.contentsWrap.close a span {
  padding-right: 15px;
  background-image: url("https://www.his-j.com/tyo/special/sugutobi/img/icn_link_01.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}
.contentsWrap.close a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .contentsWrap.close h2 {
    font-size: 150%;
    letter-spacing: 0;
  }
  .contentsWrap.close p {
    font-size: 100%;
  }
}
/****************************************************************/
/* hover */
/****************************************************************/
@media (hover : hover) and (pointer : fine) {
  .is-pc .product__list--inner:hover {
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0, .5);
  }
  .is-pc .md_linkTxt a:hover {
    text-decoration: underline;
  }
  .is-pc .banner:hover {
    opacity: .7;
  }
}