@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  vertical-align: top;
}

.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}

.CLM__half li, .CLM__three li, .CLM__four li {
  width: 48%;
  margin-right: 4%;
}

.CLM__half li:nth-child(2n), .CLM__three li:nth-child(2n), .CLM__four li:nth-child(2n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.nowrapCLM > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
}

.nowrapCLM > li:last-child {
  margin-right: 0;
}

.nowrapCLM > li img {
  width: 100%;
}

.nowrapCLM > li a {
  display: block;
}

@font-face {
  font-family: "logotypejp";
  src: url("/special/aoashi/logotypejp_kanaALL.woff2") format("woff2"), url("/special/aoashi/logotypejp_kanaALL.woff") format("woff"), url("/special/aoashi/logotypejp_kanaALL.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

#main {
  padding: 0;
  background: #e8e8e8;
}

/* kvArea */
.kvArea {
  width: 100%;
  background: #fff;
}

.kvArea img {
  width: 100%;
  max-width: none;
}

.kvArea .jLogo {
  position: absolute;
  width: 10.6vw;
  top: 4vw;
  left: 4vw;
}

.section01 {
  background: #fff;
  padding-bottom: 8vw;
}

.section01 .outer {
  margin: 0 auto;
  padding: 0 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section01 .textArea .title {
  font-family: "logotypejp", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: center;
}

.section01 .textArea .title span {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #89CAA1)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(transparent 70%, #89CAA1 0%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(transparent 70%, #89CAA1 0%) repeat scroll 0 0;
  background: transparent linear-gradient(transparent 70%, #89CAA1 0%) repeat scroll 0 0;
  display: inline;
  padding: 0 0.35em;
}

.section01 .textArea .text {
  font-size: 1.3rem;
  text-align: center;
}

.section01 .textArea .text p {
  margin-top: 1.5em;
  line-height: 1.76;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media only screen and (max-width: 340px) {
  .section01 .textArea .text br {
    display: none;
  }
}

.section01 .imgArea {
  width: 77.3vw;
  margin: 0 auto;
  text-align: center;
}

.section01 .imgArea img {
  max-width: 100%;
}

.section01 .imgArea figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 3px;
}

.contentsTitle {
  font-family: "logotypejp", "Hiragino Kaku Gothic Std", sans-serif;
  text-align: center;
}

.contentsTitle .eng {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: .5em;
}

.contentsTitle .jpn {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.section02 {
  padding: 8vw 5vw;
}

.section02 .outer {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section02 .movie {
  margin-top: 5vw;
}

.section02 .movie iframe {
  width: 90vw;
  height: calc(90vw / 560 * 315);
}

.section02 .note {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2.5vw;
}

.section02 .slider {
  width: 90vw;
  margin: 5vw auto 0;
  opacity: 0;
  position: relative;
}

.section02 .slider.slick-initialized {
  opacity: 1;
}

.section02 .slider .arrow {
  display: none !important;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.section02 .slider .arrow.slick-disabled {
  cursor: auto;
}

.section02 .slider .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
  top: 50%;
}

.section02 .slider .arrow.prev {
  left: 0;
}

.section02 .slider .arrow.prev::after {
  left: 5px;
  border-width: 24px 21px 24px 0;
  border-color: transparent #89caa1 transparent transparent;
}

.section02 .slider .arrow.next {
  right: 0;
}

.section02 .slider .arrow.next::after {
  right: 5px;
  border-width: 24px 0 24px 21px;
  border-color: transparent transparent transparent #89caa1;
}

.section02 .slider .item img {
  width: 100%;
}

.section02 .btnArea {
  margin: 5vw auto 0;
  width: 100%;
}

.section02 .btnArea a {
  display: block;
  width: 100%;
  height: 43px;
  text-align: center;
  line-height: 43px;
  position: relative;
  background: #000;
}

.section02 .btnArea a span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  margin-left: -15px;
}

.section02 .btnArea a::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/img/special/aoashi/icon_download.png") center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section03 {
  padding-bottom: 8vw;
}

.section03 .outer {
  width: 90vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 5vw;
}

.section03 .img {
  margin-top: 2.5vw;
}

.section03 .img img {
  max-width: 100%;
}

.section03 .bnrNote {
  margin-top: 0.5em;
  font-size: 1rem;
  text-align: center;
}

.section03 .btnArea {
  margin: 1em auto 0;
}

.section03 .btnArea a {
  display: block;
  text-decoration: none;
  background: #7FBB95;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.section03 .btnArea a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 340px) {
  .section03 .btnArea a span {
    font-size: 1.4rem;
  }
}

.section03 .btnArea a::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.section03 .list {
  margin-top: 3.5vw;
}

.section03 .list .title {
  margin-top: 5vw;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.section03 .list .date {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0.5vw;
}

.section03 .list .text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1em;
}

.section03 .list .text ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 1em;
  margin-left: 2em;
}

.section03 .list .text li {
  font-size: 1.3rem;
  line-height: 1.5;
}

.section03 .list .text a {
  color: #000;
  text-decoration: underline;
}

.section03 .borderlist {
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: .5em;
  border-top: 1px solid #ccc;
}

.section03 .borderlist li {
  border-bottom: 1px solid #ccc;
  padding: 1em;
  position: relative;
  font-size: 1.5rem !important;
}

.section03 .borderlist li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  background: #000;
  color: #FFF !important;
  font-size: 1.2rem;
  padding: .5rem 2rem .4rem;
  font-weight: bold;
  margin-top: .5em;
}

.section03 .text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1em;
}

.bnrText {
  margin-top: 2.5em;
  font-size: 1.2rem;
}

.bnrText.Msize {
  font-size: 1.6rem;
  margin-top: 0;
}

.bnrText br {
  display: none;
}

.goodsArea {
  text-align: center;
}

.goodsArea .contentsTitle .jpn {
  letter-spacing: 0;
  font-size: 6vw;
  line-height: 1.2;
}

.goodsArea .bnrText {
  padding: 1em 0;
  color: #fff100;
}

.goodsArea .bnrText br {
  display: block;
}

.goodsArea__list li img {
  width: 100%;
  height: auto;
}

.goodsArea__list li figcaption {
  padding: 1em 0;
  font-size: 3.3vw;
  line-height: 1.3;
}

.goodsArea .btnArea a {
  background: #fef000;
  color: #000;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-weight: 800;
}

.goodsArea .btnArea a span {
  color: #000;
  margin-left: 0;
}

.goodsArea .btnArea a::after {
  display: none;
}

.goodsArea__info {
  margin-top: 50px;
  border: 1px solid #FFF;
  padding: 5%;
  text-align: left;
}

.goodsArea__info dt {
  text-align: center;
  border-bottom: 1px solid #FFF;
  font-size: 4vw;
  padding-bottom: .5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.goodsArea__info dd {
  margin-bottom: 1em;
  font-size: 3.5vw;
}

.goodsArea__info dd a {
  color: #fef000;
}

.goodsArea__info dd:last-child {
  margin-bottom: 0;
}

.goodsArea__info dd strong {
  font-weight: bold;
  margin-bottom: .3em;
  display: block;
}

.credit {
  padding: 4vw 0 8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  text-align: center;
}

.bg_white {
  background: #FFF;
}

.bg_darkgray {
  background: #041327;
  color: #FFF;
}

body.interview #main {
  background: #FFF;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.kvArea .aoashi {
  display: none;
}

.sec {
  width: 100%;
  text-align: center;
}

.sec .wd980 {
  width: 90%;
  margin: auto;
}

.interviewWrap__heading {
  margin-bottom: 30px;
}

.interviewWrap__heading img {
  width: 100%;
}

.interviewWrap .interviewTXT p {
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.75;
  font-weight: bold;
}

.interviewWrap__thum {
  width: 100%;
  margin: 30px 0;
}

.interviewWrap__thum img {
  width: 100%;
}

.interviewWrap__subheading {
  font-size: 5.5vw;
  line-height: 1.75;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: 800;
}

.interviewWrap dl {
  margin: 20px 0;
}

.interviewWrap dl dt, .interviewWrap dl dd {
  margin-bottom: 1em;
  text-align: left;
  font-size: 3.5vw;
  line-height: 1.75;
}

.interviewWrap dl dt {
  font-size: 4vw;
  font-weight: bold;
}

.interviewWrap__profile {
  border: 1px solid #CCC;
  padding: 10% 5% 5%;
}

.interviewWrap__profile__img {
  width: 200px;
}

.interviewWrap__profile__img img {
  width: 100%;
}

.interviewWrap__profile__txt {
  margin: 10px 0 0 !important;
}

.interviewWrap__profile__txt dt {
  font-size: 6vw !important;
  line-height: 1.3;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: 800;
  margin-bottom: .5em !important;
}

.interviewWrap__profile__txt dt span {
  font-size: 4vw;
  padding-left: .5em;
}

.btn__black {
  margin: 50px 0;
}

.btn__black a {
  background: #000;
  width: 90%;
  height: 60px;
  line-height: 60px;
  font-size: 3vw;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: 800;
  color: #FFF;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.btn__black a::before {
  font-family: 'ionicons';
  content: '\f3d2';
  font-size: 5vw;
  line-height: 1;
  position: relative;
  top: 3px;
  right: 10px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.bnrArea {
  text-align: center;
  margin: 30px 0;
}

.bnrArea a {
  display: inline-block;
  margin: auto;
}

.bnrArea a img {
  width: 100%;
}

.pcDISP {
  display: none;
}
