@charset "UTF-8";
main{
  line-height: 2.1;
  color: #0a223c;
  text-align: justify;
  margin: 5% 0;
}
a{
  color: #0a223c;
}
.f-en{
  font-family: 'Questrial', sans-serif;
  letter-spacing: 0.15em;
}
.f-ja{
  font-family: "Harmonia Sans W01", 'Josefin Sans', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.hero{
  margin-bottom: 120px;
  max-height: 600px;
  overflow: hidden;
}
.hero__img{
  height: auto;
  width: 100%;
}
.li_1{
  line-height: 1;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.f_r{
  float: right;
}
.v-m{
  vertical-align: middle;
}
.in-blc{
  display:inline-block;
}
.blc{
  display:block;
}
.v-t{
  vertical-align: top;
}
section{
  color: #0a223c;
  padding: 0;
  text-align: center;
}
.inner_{
  width: 1100px;
  margin: 50px auto 15em;
}
.col_i_ img{
  border-radius: 6px;
}
h3{
  font-size: 45px;
  position: relative;
}
h3::after{
  position: absolute;
      content: "";
      top: 100px;
      width: 30px;
      background: #0a223c;
      height: 2px;
      left: 0;
}
.page-title{
  text-align: center;
}
.page-title__title{
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

.lead{
  font-size: 13px;
  text-align: center;
  margin: 5% auto 70px;
  display: block;
}
.col_i_{
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  margin: 0;
}
.col_t_{
  width: 37%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin: 0 2%;
}
.itemSpec_{
  width: 17em;
      vertical-align: middle;
      margin: 0 0 0 5%;
      font-size: 15px;
}
.itemBrand_{
  font-size: 11px;
  line-height: 1.5;
  color: #737373;
  letter-spacing: 1px;
  display: block;
}
.itemName_{
  letter-spacing: 0;
    line-height: 1.5;
}
.itemPrice_{
  font-size: 12px;
    margin: 0 0 0 10px;
      letter-spacing: .5px;
}
.itemCap_{
  font-size: 12px;
      line-height: 1.8;
      margin: 5px 0 0 0;
      color: #737373;
}
#page_feature h2{
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.event_main_visual{
  width: 1000px;
  margin: 0 auto;
}
#shipsany .shipsany__contents--h2 {
  font-size: 0;
  text-align: center;
  margin-bottom: 32px;
}
#shipsany .shipsany__contents--h2 {
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
#shipsany .shipsany__contents--h2 span {
  display: inline-block;
  font-size: 40px;
  line-height: 64px;
}
#shipsany .shipsany__contents--h2 span.line {
  position: relative;
  margin-left: 0.5em;
  transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
  -webkit-animation: h2Anime .7s .6s ease-in-out forwards;
  animation: h2Anime .7s .6s ease-in-out forwards;
}
#shipsany .shipsany__contents--h2 span.line:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  height: 2px;
  top: auto;
  bottom: 0;
  background-color: #0a223c;
  -webkit-animation: h2Anime2 .65s 1.2s ease-in-out forwards;
  animation: h2Anime2 .65s 1.2s ease-in-out forwards;
}
@-webkit-keyframes h2Anime2 {
  0% {
  width: 0;
  }
  100% {
  width: 100%; }
}
@keyframes h2Anime2 {
  0% {
  width: 0; }
  100% {
  width: 100%;
  }
}
@-webkit-keyframes h2Anime {
  0% {
  transform: translate3d(0, 70px, 0);
  }
  100% {
  transform: translate3d(0, 0, 0);
  }
}
@keyframes h2Anime {
  0% {
  transform: translate3d(0, 70px, 0); }
  100% {
  transform: translate3d(0, 0, 0);
  }
}
.h_bar{
  display: none;
}

.headline{;
  font-size: 36px;
  line-height: 1;
  position: relative;
}
.headline::after{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #0a223c;
  margin: 10px 0 0 0;
}
.item_ {
  width: 80px;
  float: left;
    margin: 10px 0;
}
.bg_l_,.bg_r_{
  position: relative;
}
.bg_l_::after{
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  background: #f3f4f5;
  position: absolute;
  width: 100%;
  content: "";
  height: 800px;
  top: 200px;
  left: 0;
  z-index: -100;
}
.bg_r_::after{
  -webkit-clip-path: polygon(0 10%, 0 100%, 100% 90%, 100% 0%);
  clip-path: polygon(0 10%, 0 100%, 100% 90%, 100% 0%);
  background: #f3f4f5;
  position: absolute;
  width: 100%;
  content: "";
  height: 800px;
  top: 160px;
  left: 0;
  z-index: -100;
}
/*.button a {
  font-size: 13px;
  color: #737373;
  text-decoration: none;
  line-height: 28px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
}
.eff-4 {
  width: 65px;
  height: 28px;
  left: -65px;
  background: #0a223c;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
  border: 1px solid #0a223c;
}*/
.subCut_4{
  margin: 0 -15% 0 15%;
}
.subCut_4_{
  width: 50%;
  margin: 0 -40% -90px 10%;
}
.subCut_5{
  margin: 10% 0 0 10%;
}
.subComment_{
  padding: 40px 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.5;
}
.subComment_st{
  font-size: 12px;
  line-height: 1.5;
  writing-mode: vertical-rl;
  vertical-align: middle;
  display: inline-block;
  margin: 20% 5% 0 10%;
  padding: 0 5px 0 0;
}
.subComment_4_{
  padding: 5%;
  margin: 10% 0 0 28%;
}
.subComment_5_{
  padding: 5%;
  margin: 10% -5% 10% 0;
  vertical-align: middle;
}
.creditTitle_{
  font-size: 13px;
  line-height: 1.5;
  color: #0a223c;
  text-align: left;
}

.profileText_{
  width: 53%;
  text-align: left;
  margin: 0 0 0 3%;
  line-height: 2;
}
.arrow_box{
  display: none;
}

.button-all{
  width: 900px;
  height: 120px;
  border: 1px solid #0a223c;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 5% auto 15%;
  color: #0a223c;
  padding: 35px 0 0 0;
}
.button-all a{
  font-size: 18px;
  text-decoration: none;
  line-height: 28px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
  color: #0a223c;
}
.eff-all{
  width: 900px;
  height: 120px;
  left: -900px;
  background: #0a223c;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
  border: 1px solid #0a223c;
  margin: -35px 0 0 0;
}
.button-all:hover .eff-all{
  left:0;
}
.button-all:hover a {
  color:#ffffff;
}
.brandName_{
  font-size: 11px !important;
  color: #7b7e8b;
  display: block;
  line-height: 15px;
}
.linkArea_{
  padding: 10px 0 0 0;
  margin: 0 auto;
}
.linkArea_st{
 border-left: 1px solid #737373;
  padding: 0 0 0 20px;
}
.link_ {
  font-size: 12px;
  margin: 2% auto;
  text-align: left;
}
.link__ {
  font-size: 12px;
  margin: 2% auto;
  text-align: left;
}
.name_{
  font-size: 18px;
  font-weight: bold;
}
.name_ span{
  color: #737373;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 0 10px;
}
.profile_{
  border-top: 1px dotted #8a93a2;
  border-bottom: 1px dotted #8a93a2;
  padding: 3% 0;
  width: 70%;
  margin: 0 auto 10%;
  text-align: center;
}
.profileTitle_{
  color: #8a93a2;
}
.fa-instagram{
  font-size: 13px;
  margin: 0 5px 0 0;
}
