@charset "UTF-8";
.wrapper.single {
  width: 100%;
}

.under h1.index--title {
  font-family: 'Roboto', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .under h1.index--title::after {
    content: "/ フィーチャー";
  }
}

@media only screen and (max-width: 767px) {
  .under h1.index--title::after {
    content: "フィーチャー";
  }
}

.under .feature--image01 {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .under .feature--image01 {
    margin: auto;
  }
}

.under .feature--image01 a {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .under .feature--image01 a:hover {
    -webkit-transform: scale(1.045);
    transform: scale(1.045);
  }
}

.under .feature--image01 a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

@media print, screen and (min-width: 768px) {
  .under .feature--image01 a img {
    height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .under .feature--image01 a img {
    height: 235px;
  }
}

.under .feature--image02 {
  overflow: hidden;
}

.under .feature--image02 a {
  display: block;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media print, screen and (min-width: 768px) {
  .under .feature--image02 a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}

.under .feature--image02 a img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 {
    width: 774px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 {
    width: 100%;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 a {
    padding-bottom: 20px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 a {
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 a div {
  letter-spacing: .04em;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 a div {
    padding-right: 35px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span {
  display: block;
  color: #666;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span {
    font-size: 13px;
    margin-top: 10px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span.feature--titleicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3e3a39;
  color: #e3e3e3;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span.feature--titleicon {
    width: 110px;
    height: 24px;
    margin: 0 0 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 span.feature--titleicon {
    width: 75px;
    height: 15px;
    margin: 0 0 10px;
    font-size: 10px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02 img {
  width: 100%;
}

.single .under .mod-appeal__relationLink__2col.feature--link01 .link--hover02:before {
  border-bottom: 2px solid #3e3a39;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .arrow-lg::after {
    width: 39px;
    top: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link01 .arrow-lg::after {
    width: 30px;
    top: 30px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .mod-appeal__relationLink__2col--list01 {
    width: calc(94.69027% / 2);
    margin: 80px 0 0 0;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .mod-appeal__relationLink__2col--list01:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .mod-appeal__relationLink__2col--list01:nth-child(2) {
    margin-top: 0;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .mod-appeal__relationLink__2col--list01:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .mod-appeal__relationLink__2col--list01 + .mod-appeal__relationLink__2col--list01 {
    margin-top: 50px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 {
  width: 100%;
  margin-top: 15px;
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 a {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 a {
    display: block;
    height: 133px;
    padding-bottom: 20px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 a {
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 a div {
  letter-spacing: .04em;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 a div {
    padding-right: 35px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span {
  display: block;
  color: #666;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span {
    font-size: 13px;
    margin-top: 10px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span.feature--titleicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3e3a39;
  color: #e3e3e3;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span.feature--titleicon {
    width: 90px;
    height: 18px;
    margin: 0 0 8px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 span.feature--titleicon {
    width: 75px;
    height: 15px;
    margin: 0 0 10px;
    font-size: 10px;
  }
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02 img {
  width: 100%;
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .link--hover02:before {
  border-bottom: 1px solid #3e3a39;
}

.single .under .mod-appeal__relationLink__2col.feature--link02 .arrow-lg::after {
  width: 30px;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .arrow-lg::after {
    top: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col.feature--link02 .arrow-lg::after {
    top: 30px;
  }
}

.single .under .mod-appeal__relationLink__2col + .mod-appeal__relationLink__2col {
  margin-top: 80px;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .feature--titleicon {
    padding-top: 4px;
  }
}
