@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

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

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #f06b4a;
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media only screen and (min-width: 768px) {
  .wrap {
    position: relative;
  }
}

.lang {
  display: flex;
  position: absolute;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    left: 20px;
  }
}
.lang .lang_item {
  text-align: center;
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lang .lang_item {
    font-size: 0.9rem;
  }
}
.lang .lang_item a {
  color: white;
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: white;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #f06b4a;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

@media only screen and (max-width: 767px) {
  .top {
    max-height: 750px;
  }
}

.hero {
  background: url(../img/background.jpg);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    max-height: 750px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(328deg, rgba(177, 177, 177, 0) 15%, rgba(240, 107, 74, 0.658) 50%);
}
@media only screen and (min-width: 768px) {
  .hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    background-position: right;
    background-size: cover;
    height: 75vh;
  }
}
.hero__logo {
  position: absolute;
  z-index: 50;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .hero__logo {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .hero__logo {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero__logo img {
    width: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .hero__logo img {
    width: 90vw;
    margin: 0 auto;
  }
}

.title {
  max-width: 100vh;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title {
    max-height: 750px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .title__ghorus img {
    max-width: 75vh;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 55vh;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title__ghorus img {
    max-width: 650px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 35vh;
    left: 40%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.title__icon {
  position: absolute;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .title__icon {
    top: 5%;
    left: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .title__icon {
    top: 20px;
    left: 10px;
  }
}
.title__icon img {
  max-width: 20vh;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .title__icon img {
    width: 20vh;
    max-width: 180px;
  }
}
.title__pop {
  position: absolute;
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .title__pop {
    top: 10%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title__pop {
    top: 100px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .title__pop img {
    height: 75vh;
  }
}
@media only screen and (max-width: 767px) {
  .title__pop img {
    max-width: 100px;
    width: 10vh;
  }
}

.application {
  position: relative;
  z-index: 1;
  background-color: #a84b34;
}
@media only screen and (max-width: 767px) {
  .application {
    padding: 55px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .application {
    padding: 150px 0 140px;
  }
}
.application .inner {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .inner {
    margin: 0 10px;
    padding: 40px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .application .inner {
    max-width: 980px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}
.application .inner h1 {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .inner h1 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .inner h1 {
    font-size: 1.7rem;
  }
}
.application .prod h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .application .prod h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod {
    margin: 0 0 50px;
  }
}
.application .prod:last-child {
  margin: 0;
}
.application .prod .prod_item {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item {
    margin: 0;
    flex-direction: column;
  }
  .application .prod .prod_item:last-child {
    margin: 0;
  }
}
.application .prod .prod_item .prod_pic {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_pic {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_pic {
    width: 55%;
    max-width: 500px;
    margin-right: 40px;
  }
}
.application .prod .prod_item .prod_slid {
  border: white solid 2px;
  background-color: #f06b4a;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_slid {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_slid {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.application .prod .prod_item .prod_nav {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_nav {
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_nav {
    margin: 15px auto 0;
  }
}
.application .prod .prod_item .prod_nav::after {
  content: "";
  height: 0;
  width: 15%;
}
.application .prod .prod_item .prod_nav .prod_nav_item {
  margin: 0 0 5px;
  box-sizing: border-box;
  border: white solid 2px;
  width: 15%;
}
.application .prod .prod_item .prod_detail {
  color: white;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail {
    width: 45%;
    padding: 15px 0 0;
  }
}
.application .prod .prod_item .prod_detail .lead {
  font-weight: 600;
  border-bottom: white solid 2px;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail .lead {
    margin: 0 0 13px;
    padding: 0 0 7px;
    font-size: 1.15rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail .lead {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.application .prod .prod_item .prod_detail .lead:last-child {
  margin: 0;
}
.application .prod .prod_item .prod_detail h2 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail h2 {
    font-size: 1.2rem;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail h2 {
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
}
.application .prod .prod_item .prod_detail dl {
  display: flex;
  margin: 0;
  width: 100%;
  border-top: white dotted 1px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail dl {
    padding: 7px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail dl {
    padding: 10px 5px;
  }
}
.application .prod .prod_item .prod_detail dl:last-of-type {
  margin: 0;
  border-bottom: white dotted 1px;
}
.application .prod .prod_item .prod_detail dl dt {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail dl dt {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail dl dt {
    width: 40%;
    padding-left: 15px;
  }
}
.application .prod .prod_item .prod_detail dl dd {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail dl dd {
    width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .application .prod .prod_item .prod_detail dl dd {
    width: 50%;
  }
}
.application .prod .prod_item .prod_detail_sale {
  margin: 30px 0;
}
.application .prod .prod_item .prod_detail_sale_ttl {
  margin: 0 0 10px;
  font-weight: bold;
}
.application .prod .prod_item .prod_detail_sale p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail_sale p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
.application .prod .prod_item .prod_detail_note {
  border: white solid 1px;
  padding: 16px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .application .prod .prod_item .prod_detail_note {
    font: 0.85rem;
    line-height: 1.8rem;
  }
}

.bottom {
  position: relative;
  z-index: 5;
  background: url(../img/bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 10px 0;
}
.bottom::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .bottom::before {
    background-position: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .bottom::before {
    background-position: bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1500px;
  }
}
.bottom .note {
  position: relative;
  z-index: 6;
  background: rgba(44, 44, 44, 0.8352941176);
  max-width: 1000px;
  width: 100%;
  border: white solid 1px;
}
@media only screen and (max-width: 767px) {
  .bottom .note {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .bottom .note {
    margin: 150px auto;
    padding: 35px 40px;
  }
}
.bottom .note h3 {
  margin: 0 0 10px;
  padding: 0 0 8px;
  border-bottom: white solid 1px;
}
@media only screen and (max-width: 767px) {
  .bottom .note h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .bottom .note h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .bottom .note_item {
    margin: 0 0 20px;
  }
}
.bottom .note_item:last-child {
  margin: 0;
}
.bottom .note_item p {
  margin: 0;
  padding: 0;
  line-height: 1.9rem;
}
.bottom .note_item p a {
  color: #f06b4a;
  text-decoration: none;
  word-break: break-all;
}
.bottom .note_item p a:hover {
  text-decoration: underline;
}
.bottom .note_item ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.bottom .note_item ul li {
  margin: 0 0 7px;
  line-height: 1.8rem;
}
.bottom .note_item ul li:last-child {
  margin: 0;
}
.bottom .note_item ul li span {
  font-weight: bold;
}

.link {
  background: #f06b4a;
  text-align: center;
  font-weight: bold;
  height: 65px;
  line-height: 70px;
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .link {
    max-width: 500px;
    width: 100%;
    margin: 70px auto;
    border-radius: 10px;
  }
}
.link::before {
  content: "";
  position: absolute;
  right: 10%;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  pointer-events: none;
  top: 42.5%;
  width: 10px;
  height: 10px;
}
.link:hover {
  background: #f06b4a;
}
.link a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 1.3rem;
  }
}

.check {
  background: #474747;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .check {
    margin: 25px 0 0;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .check {
    max-width: 800px;
    margin: 35px auto 0;
    padding: 28px 30px;
  }
}
.check p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .check p {
    font-size: 0.9rem;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .check p {
    line-height: 1.6rem;
    margin: 0 0 13px;
  }
}
.check__box {
  text-align: center;
}
.check__box label {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .check__box label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .check__box label {
    font-size: 1.05rem;
    cursor: pointer;
  }
}
.check__box input[type=checkbox] {
  transform: scale(1.3);
  margin: 0 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .check__box input[type=checkbox] {
    top: 1px;
  }
}

.apply-btn {
  transition: 0.5s;
  background: #1a1311;
  text-align: center;
  font-weight: 600;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .apply-btn {
    margin: 30px 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .apply-btn {
    margin: 40px auto 0;
    width: 700px;
    height: 75px;
    line-height: 75px;
    font-size: 1.2rem;
    transition: 0.3s;
  }
  .apply-btn:hover {
    background: #333;
  }
}
.apply-btn::after {
  content: "";
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .apply-btn::after {
    width: 7px;
    height: 7px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .apply-btn::after {
    width: 10px;
    height: 10px;
    right: 30px;
  }
}
.apply-btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.apply-btn.is-inactive {
  background: #ccc;
  pointer-events: none;
}
.apply-btn.is-active {
  background: #f06b4a;
  pointer-events: auto;
}
.apply-btn.is-active:hover {
  background: #1e8bc5;
}

.msg {
  background: #ccc;
  text-align: center;
  font-weight: bold;
  height: 65px;
  line-height: 70px;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  letter-spacing: 0.1rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .msg {
    max-width: 500px;
    width: 100%;
    margin: 70px auto;
    border-radius: 5px;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */