@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url("https://fonts.googleapis.com/css?family=Philosopher");
@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  text-shadow: rgb(0, 0, 0) 1px 0 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.obake_header {
  background: #407b80;
  height: 35px;
}
.obake_header .obake_header_container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .obake_header .obake_header_container {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .obake_header .obake_header_container {
    max-width: 1000px;
  }
}
.obake_header h1 {
  margin: 0;
  padding: 2px 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .obake_header h1 {
    font-size: 13px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .obake_header h1 {
    font-size: 13px;
    line-height: 35px;
  }
}
.obake_header select {
  background: #28231C;
  border: 2px solid #407b80;
  padding: 3px 10px 4px 10px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 5px 0 0;
  cursor: pointer;
}
.obake_header select::-ms-expand {
  display: none;
}
.obake_header option {
  text-align: center;
}

.top_bg {
  padding: 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: url("../img/poster.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
}

.top {
  padding: 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: radial-gradient(rgba(204, 159, 96, 0), rgba(100, 78, 47, 0) 30%, #000 70%), url("../img/topbg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1000px;
  }
}

.hero {
  margin: 0 auto;
}
.hero__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    margin: 0 15px;
  }
}
.hero__content h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__content h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 2.5vw;
    z-index: 1;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
  }
}
.hero__img {
  text-align: center;
  max-width: 33vw;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 40px 0 0;
  }
}
.hero img {
  max-width: 100%;
  height: auto;
}
.hero .catch_container {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .catch_container {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .catch_container {
    max-width: 1000px;
  }
}
.hero .catch {
  font-family: "Hannari";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero .catch {
    font-size: 16px;
    top: 4%;
    left: 7%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .catch {
    font-size: 28px;
    top: 3.7%;
    left: 21%;
  }
}
.hero .catch_en {
  font-family: "Philosopher", sans-serif;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero .catch_en {
    font-size: 16px;
    top: 7%;
    left: 7%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .catch_en {
    font-size: 28px;
    top: 7%;
    left: 21%;
  }
}

.about {
  text-align: center;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  font-family: "Hannari";
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    max-width: 700px;
    padding: 0 0 50px;
  }
}
.about p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about p {
    font-size: 18px;
  }
}

.product-left {
  margin: 0;
}
.product-left img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.product-left .bg_container__kasa {
  width: 100%;
  background-image: url("../img/kasabg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-left .bg_container__kasa {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .bg_container__kasa {
    height: 800px;
  }
}
.product-left .bg_container__liban {
  width: 100%;
  background: url("../img/libanbg2.jpg") repeat-x;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-left .bg_container__liban {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .bg_container__liban {
    height: 800px;
  }
}
.product-left .bg {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-left .obi {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .obi {
    background-color: rgba(148, 127, 104, 0.4);
    position: absolute;
    width: 100%;
    background-repeat: repeat;
    filter: blur(30px);
    height: 550px;
    top: 13%;
  }
}
.product-left .container {
  display: flex;
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .product-left .container {
    flex-direction: column;
    margin: 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .container {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-left .container .pic {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .container .pic {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .product-left .container .caption {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .container .caption {
    width: 47%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 19%;
    right: 0;
  }
}
.product-left .container .caption .thum {
  display: flex;
  justify-content: space-between;
  min-height: 0%;
}
@media only screen and (max-width: 767px) {
  .product-left .container .caption .thum {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .container .caption .thum {
    margin: 0 0 35px;
  }
}
.product-left .container .caption .thum .thum_item {
  width: 31%;
}
.product-left .container .caption .text h3 {
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .product-left .container .caption .text h3 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .product-left .container .caption .text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.product-left .container .caption .text ul {
  font-size: 20px;
}
.product-left .container .caption .text table {
  width: 100%;
  font-size: 16px;
}
.product-left .container .caption .text table th {
  width: 20%;
  padding: 2px 0;
  text-align: left;
  vertical-align: top;
}
.product-left .container .caption .text table td {
  width: 80%;
  padding: 2px 0;
}
.product-left .container .caption .text a {
  text-decoration: none;
}
.product-left .container .caption .text .oubo {
  text-align: center;
  border-radius: 5px;
  text-shadow: rgb(0, 0, 0) 0px 0 0px;
  margin: 10px;
  padding: 10px 0px 8px;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}
.product-left .container .caption .text .oubo:hover {
  background-color: #e4e4e4;
}

.product_right {
  margin: 0;
}
.product_right img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.product_right .bg_container {
  width: 100%;
  background: url("../img/libanbg.jpg") repeat-x;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_right .bg_container {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .bg_container {
    height: 800px;
  }
}
.product_right .bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0;
}
.product_right .container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .product_right .container {
    flex-direction: column;
    margin: 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .container {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_right .container .pic {
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .container .pic {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .product_right .container .caption {
    width: 100%;
    margin: 20px 0 0;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .container .caption {
    width: 47%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 19%;
    left: 0;
  }
}
.product_right .container .caption .thum {
  display: flex;
  justify-content: space-between;
  min-height: 0%;
}
@media only screen and (max-width: 767px) {
  .product_right .container .caption .thum {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .container .caption .thum {
    margin: 0 0 35px;
  }
}
.product_right .container .caption .thum .thum_item {
  width: 31%;
}
.product_right .container .caption .text h3 {
  padding: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .product_right .container .caption .text h3 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .product_right .container .caption .text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.product_right .container .caption .text ul {
  font-size: 20px;
}
.product_right .container .caption .text table {
  width: 100%;
  font-size: 16px;
}
.product_right .container .caption .text table th {
  width: 20%;
  padding: 2px 0;
  text-align: left;
  vertical-align: top;
}
.product_right .container .caption .text table td {
  width: 80%;
  padding: 2px 0;
}
.product_right .container .caption .text a {
  text-decoration: none;
}
.product_right .container .caption .text .oubo {
  text-align: center;
  border-radius: 5px;
  text-shadow: rgb(0, 0, 0) 0px 0 0px;
  margin: 10px;
  padding: 10px 0px 8px;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}
.product_right .container .caption .text .oubo:hover {
  background-color: #e4e4e4;
}

.application_container {
  background: url(../img/bg.jpg);
  background-size: 50px;
}
@media only screen and (max-width: 767px) {
  .application_container {
    padding: 30px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application_container {
    padding: 70px 0 60px;
  }
}

.application {
  text-align: center;
  color: #407b80;
  background-color: rgba(31, 31, 31, 0.753);
  background-repeat: repeat;
  border: #407b80 solid 1px;
}
@media only screen and (max-width: 767px) {
  .application {
    margin: 30px 0 0;
    padding: 25px 15px 30px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .application {
    padding: 30px 0 50px;
    margin: 0 auto;
  }
}
.application h2 {
  color: #407b80;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .application h2 {
    margin: 0 0 5px;
    font-size: 25px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .application h2 {
    margin: 0 0 10px;
    font-size: 25px;
    padding: 2px 0;
  }
}
.application p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application p {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .application p {
    padding: 20px 0;
    font-size: 18px;
  }
}
.application .form_container {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .form_container {
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container {
    margin: 30px auto 0;
  }
}
.application .form_container dl {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .application .form_container dl {
    width: 100%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container dl {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.application .form_container dl dt {
  width: 100%;
  text-align: left;
  margin: 0 0 8px;
  font-weight: bold;
}
.application .form_container dl dd {
  width: 100%;
  text-align: left;
  margin: 0;
}
.application .form_container .required {
  background: #b94047;
  color: #fff;
  padding: 2px 7px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .application .form_container .required {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container .required {
    font-size: 11px;
  }
}
.application .form_container .notrequired {
  color: #b94047;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .application .form_container .notrequired {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container .notrequired {
    font-size: 13px;
  }
}
.application .form_container input[type=text] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .application .form_container input[type=text] {
    width: 94%;
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container input[type=text] {
    width: 100%;
    padding: 8px 6px;
  }
}
.application .form_container input[type=email] {
  font-size: 14px;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .application .form_container input[type=email] {
    width: 94%;
    padding: 9px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container input[type=email] {
    width: 100%;
    padding: 8px 6px;
  }
}
.application .form_container .submit_container {
  display: flex;
  justify-content: center;
}
.application .form_container .submit {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0 0;
}
.application .form_container input[type=submit] {
  color: #fff;
  background: #407b80;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
  font-weight: 700;
  border: none;
  margin: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .application .form_container input[type=submit] {
    width: 120px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form_container input[type=submit] {
    cursor: pointer;
    width: 180px;
    letter-spacing: 0.3em;
    text-indent: 0.8em;
    font-size: 15px;
  }
}
.application .form_container input[type=submit]:hover {
  opacity: 0.8;
}
.application .form_container input[type=submit] .reset {
  background-color: #ccc;
}
.application .sponly {
  display: none;
}

.attention {
  background: url(../img/bg.jpg);
  background-size: 50px;
}
@media only screen and (max-width: 767px) {
  .attention {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .attention {
    padding: 10px 0 80px;
  }
}
.attention .attention_content {
  border: #407b80 solid 1px;
  background-color: rgba(31, 31, 31, 0.753);
  color: #407b80;
}
@media only screen and (max-width: 767px) {
  .attention .attention_content {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .attention .attention_content {
    padding: 30px;
  }
}
.attention h2 {
  text-align: center;
  font-family: "Hannari";
  margin: 0;
  padding: 0;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .attention ul {
    font-size: 15px;
    margin-left: -20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .attention ul {
    font-size: 16px;
    margin-left: -20px;
    line-height: 30px;
  }
}
.attention ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}
.attention span {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .complete {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .complete {
    padding: 80px 0 80px;
  }
}
.complete .complete_content {
  border: #407b80 solid 1px;
  background-color: rgba(122, 122, 122, 0.2);
  color: #407b80;
}
@media only screen and (max-width: 767px) {
  .complete .complete_content {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete_content {
    padding: 30px;
  }
}
.complete p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.back {
  background: #407b80;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
  font-weight: 700;
  border: none;
  margin: 25px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .back {
    width: 120px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .back {
    width: 180px;
    letter-spacing: 0.3em;
    text-indent: 0.8em;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    transition: 0.2s;
  }
  .back:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.back a {
  color: #fff;
  text-decoration: none;
  display: block;
  widows: 100%;
}