@charset "utf-8";
[id^="gen_"] {
  display: none;
}
[id^="gen_"].active {
  display: block;
}
h2.tit_btn {
  display: block;
  background: #f0f8ff;
  border: 1px solid #232279;
  color: #232279;
  padding: 15px;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  h2.tit_btn {
    font-size: 28px;
    margin: 20px auto;
  }
  .section_inner {
    padding: 30px 30px 0;
  }
}
h2.tit_btn:hover {
  cursor: pointer;
  background: #232279;
  border: 1px solid #232279;
  color: #fff;
}
h2.tit_btn:after {
  content: "+";
  font-size: 22px;
  right: 2%;
  position: absolute;
}
h2.tit_btn.active:after {
  content: "ー";
  font-size: 22px;
  right: 2%;
  position: absolute;
}
.caption {
  color: #111620;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .caption {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.colum_block .ph_box {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .colum_block .ph_box {
    margin-bottom: 0;
  }
}
.reason_area {
  margin-bottom: 20px;
}
.reason_box p {
  text-align: left;
}
.reason_box .fig_box figure {
  margin-bottom: 15px;
  text-align: center;
}
.reason_box .fig_box figure img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .reason_area {
    margin-bottom: 40px;
  }
  .reason_box .fig_box figure {
    margin-bottom: 20px;
  }
}
.soldout {
  position: relative;
}
.soldout::before {
  content: "SOLD OUT";
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2em;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #262074 0%, #0144cc 100%);
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(-10deg) skewX(-10deg);
  transform: translateY(-50%) rotate(-10deg) skewX(-10deg);
  opacity: 0.9;
  padding: 0.6em;
  z-index: 10;
  box-sizing: border-box;
}
.soldout > img {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
#gen_ten ul.row {
  padding: 0px;
}
#gen_ten ul.row > li {
  margin-bottom: 50px;
  padding: 10px;
}
#gen_ten ul.row > li:nth-child(1) table {
  background: #e4f0ff;
  border: 4px solid #e4f0ff;
}
#gen_ten ul.row > li:nth-child(1) table thead th {
  background: #e4f0ff;
}
#gen_ten ul.row > li:nth-child(2) table {
  background: #bafff9;
  border: 4px solid #bafff9;
}
#gen_ten ul.row > li:nth-child(2) table thead th {
  background: #bafff9;
}
#gen_ten ul.row > li:nth-child(3) table {
  background: #e3ffc7;
  border: 4px solid #e3ffc7;
}
#gen_ten ul.row > li:nth-child(3) table thead th {
  background: #e3ffc7;
}
#gen_ten ul.row > li:nth-child(4) table {
  background: #ffe5ba;
  border: 4px solid #ffe5ba;
}
#gen_ten ul.row > li:nth-child(4) table thead th {
  background: #ffe5ba;
}
#gen_ten table {
  width: 100%;
}
#gen_ten table tr th, #gen_ten table tr td {
  text-align: left;
  padding: 8px 15px;
  font-size: 14px;
}
#gen_ten table thead th {
  text-align: center;
  font-size: 22px;
}
#gen_ten table tr td figure {
  width: 100%;
  max-width: 200px;
}
#gen_ten table tr td figure img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding: 10px;
}
#gen_ten table tr:nth-child(odd) {
  background: #fff;
}
#sec03 .bnr_item {
  margin-top: 50px;
}
.fade-img {
  position:relative;
  max-width: 768px;
  width:100%;
  height:500px;
  margin:20px auto 0;
}
.fade-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
  z-index: 999;
}
.fade-img2 {
  position:relative;
  max-width: 768px;
  width:100%;
  margin:0;
}
.fade-img2 img {
  position: absolute;
  top: 0;
  left: 0;

  object-fit:cover;
  z-index: 999;
}
#sec04 ul.row {
  justify-content: center;
  margin-top: 100px;
}
#sec04 ul.row li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
#sec04 ul.row li a {
  display: block;
  padding: 25px;
  text-decoration: none;
  border-radius: 5px 5px 0 5px;
  border: 1px solid #e4f0ff;
  box-shadow: 1px 1px 3px #0144cc29, 1px 1px 3px #0144cc29;
  background: linear-gradient(125deg, #e4f0ff, #fff 50%);
  position: relative;
  width: 100%;
}
.caption{
  font-size:18px;
}
@media print, screen and (min-width: 768px) {
  .fade-img {
    position:relative;
    max-width: 980px;
    width:100%;
    height:700px;
    margin:50px auto 0;
  }
  #sec04 ul.row li a {
    width: 90%;
  }
  #sec04 .sheet_basic tr th,
  #sec04 .sheet_basic tr td {
    padding: 5px 5px;
    display: table-cell;
    font-size:80%;
  }
  .caption{
    font-size:48px;
  }
}
#sec04 .btn_grad{
  background: rgb(74,172,245);
  background: linear-gradient(0deg, rgba(74,172,245,1) 0%, rgba(7,80,175,1) 100%);
  text-align:center;
  color:#ffffff;
  padding:10px 0;
  margin-top:20px;
  font-size:120%;
  position:relative;
}
#sec04 .btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:43%;
    right: 13px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
#sec04 .btnarrow1:hover::after{
    right: 11px;
}
