@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #ff8360;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #1b1b1b;
}

a {
  color: #dd3c27;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
}

.wrap {
  position: relative;
}

.home {
  position: relative;
}
.home .local_nav {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .local_nav {
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 13px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav {
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
    top: 15px;
    left: 20px;
  }
}
.home .local_nav .lang__container {
  display: flex;
}
.home .local_nav .lang__item {
  letter-spacing: 0.3rem;
  position: relative;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .local_nav .lang__item {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav .lang__item {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .local_nav .lang__item:first-child {
    margin: 0 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav .lang__item:first-child {
    margin: 0 20px 0 0;
  }
}
.home .local_nav .lang__item:first-child::after {
  content: "";
  background: #fff;
  width: 2px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .home .local_nav .lang__item:first-child::after {
    top: 1px;
    right: -10px;
    height: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav .lang__item:first-child::after {
    top: 2px;
    right: -8px;
    height: 80%;
  }
}
.home .local_nav .lang__item a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home .local_nav .lang__item a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .local_nav .sns {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home .local_nav .sns {
    margin: 0 0 0 15px;
  }
}
.home .local_nav .sns p {
  letter-spacing: 0.2rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .local_nav .sns p {
    font-size: 0.8rem;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav .sns p {
    font-size: 1rem;
    margin: 0;
  }
}
.home .local_nav .sns a {
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .local_nav .sns img {
    width: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .local_nav .sns img {
    width: 18px;
    margin: 0 0 0 10px;
    position: relative;
    top: 0.5px;
  }
  .home .local_nav .sns img:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .content {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .home .content {
    max-width: 1050px;
    width: calc(100% - 95px);
    margin: 0 auto;
    padding: 70px 0;
  }
}
.home .hero {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .hero {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero h1 {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero h1 img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero h1 img {
    width: 500px;
  }
}
.home .hero h2 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .hero h2 {
    font-size: 1.15rem;
  }
}
.home .ssk-link {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .ssk-link {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .ssk-link {
    margin: 0 0 40px;
  }
}
.home .ssk-link img:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.home .section {
  background: #1b1b1b;
  box-sizing: border-box;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .home .section {
    padding: 35px 17px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .home .section {
    max-width: 100%;
    padding: 70px 30px;
    box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(255, 255, 255, 0.1), -4px 0 5px 0 rgba(255, 255, 255, 0.05), -4px -6px 15px rgba(255, 255, 255, 0.05);
  }
}
.home h2 {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod {
    margin: 0 0 50px;
  }
}
.home .prod__pic {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .home .prod__pic {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__pic {
    margin: 0 auto 30px;
  }
}
.home .prod__slid {
  background: #111;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .prod__slid {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__slid {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.home .prod__slid img {
  width: 50%;
}
.home .prod__slid_item {
  position: relative;
}
.home .prod__slid_item figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.home .prod__slid_item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .home .prod__nav_container {
    margin: 0 auto;
  }
}
.home .prod__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .prod__nav li {
  height: 100px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #111;
}
@media only screen and (max-width: 767px) {
  .home .prod__nav li {
    width: 60px;
    height: 60px;
    margin: 0 6px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__nav li {
    width: 90px;
    height: 90px;
    margin: 0 8px 20px;
  }
}
.home .prod__nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .prod__text_ttl {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_ttl {
    font-size: 1.3rem;
    margin: 0 0 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_ttl {
    text-align: center;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home .prod__text_price {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_price {
    margin: 0 0 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home .prod__text_price span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_price span {
    font-size: 1.4rem;
  }
}
.home .prod__text_detail {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_detail {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_detail {
    max-width: 680px;
    margin: 0 auto;
  }
}
.home .prod__text_detail dl {
  display: flex;
  width: 100%;
  margin: 0;
}
.home .prod__text_detail dl:last-of-type dt {
  border-bottom: 2px solid #87584c;
}
.home .prod__text_detail dl:last-of-type dd {
  border-bottom: 1px solid #666;
}
.home .prod__text_detail dl dt {
  margin: 0;
  box-sizing: border-box;
  font-weight: 600;
  border-top: 2px solid #87584c;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_detail dl dt {
    width: 30%;
    padding: 20px 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_detail dl dt {
    width: 25%;
    padding: 20px 15px;
    font-size: 0.9rem;
  }
}
.home .prod__text_detail dl dd {
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_detail dl dd {
    width: 70%;
    padding: 20px 15px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_detail dl dd {
    width: 75%;
    padding: 15px 20px;
    line-height: 1.9rem;
  }
}
.home .prod__text_detail ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.home .prod__text_detail ul li {
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_detail ul li {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_detail ul li {
    line-height: 1.7rem;
  }
}
.home .prod__text_detail ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .prod__text_note {
    margin: 15px 0 0;
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text_note {
    margin: 20px 0 0;
    line-height: 1.9rem;
  }
}
.home .form_link {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home .form_link {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .form_link {
    padding: 60px 50px;
    max-width: 880px;
  }
}
.home .form_link p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .form_link p {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .form_link p {
    font-size: 1.1rem;
    margin: 0 0 25px;
  }
}
.home .form_link__btn {
  background: #e83822;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .home .form_link__btn {
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .home .form_link__btn {
    height: 75px;
    line-height: 75px;
    width: 90%;
  }
}
.home .form_link__btn:hover {
  background: #f6533d;
  transition: 0.3s;
}
.home .form_link__btn a {
  color: #fff;
  display: block;
  width: 100%;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .home .form_link__btn a {
    font-size: 1.2rem;
  }
}
.home .form_link__btn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home .note {
    margin: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .home .note {
    margin: 0 0 50px;
  }
}
.home .note__content {
  margin: 0 auto;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .note__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .note__content {
    max-width: 870px;
    padding: 35px;
  }
}
.home .note__content p {
  margin: 0 0 15px;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .home .note__content p {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .note__content p {
    line-height: 1.7rem;
  }
}
.home .note__content p:last-child {
  margin: 0;
}
.home .note__ttl {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .note__ttl {
    font-size: 1.15rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .note__ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home .note__info {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .note__info {
    font-size: 1.1rem;
    margin: 0 0 15px;
  }
}
.home .umd-insta {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .umd-insta {
    margin: 45px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .umd-insta {
    margin: 50px 0 0;
  }
}
.home .umd-insta__btn {
  border: 2px solid #999;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .umd-insta__btn {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .umd-insta__btn {
    padding: 20px 30px;
  }
  .home .umd-insta__btn:hover {
    background-color: rgba(255, 255, 255, 0.03);
    transition: 0.2s;
  }
}
.home .umd-insta__btn img {
  margin-right: 10px;
}
.home .umd-insta__btn a {
  color: #fff;
  font-size: 1.05rem;
}
.home .umd-insta__btn a:hover {
  text-decoration: none;
}
.home .umd-insta__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form {
  background: #1b1b1b;
}
.form .section {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form .section {
    margin: 0 17px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .form .section {
    max-width: 900px;
    width: calc(100% - 30px);
    margin: 0 auto 80px;
  }
}
.form__ttl {
  background: #ff8360 url("../img/ttl-bg.png") no-repeat center/cover fixed;
}
@media only screen and (max-width: 767px) {
  .form__ttl {
    margin: 0 0 55px;
    padding: 40px 0 43px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl {
    margin: 0 0 70px;
    padding: 50px 0 55px;
  }
}
.form__ttl h2 {
  font-family: "Raleway";
  color: #fff;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 {
    margin: 0 15px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 {
    max-width: 950px;
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 3.5rem;
  }
}
.form__ttl h2 span {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: block;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 span {
    font-size: 0.95rem;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 span {
    font-size: 1.1rem;
    padding-left: 70px;
  }
}
.form__ttl h2 span::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .form__ttl h2 span::before {
    top: 10px;
    left: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .form__ttl h2 span::before {
    top: 50%;
    transform: translate(-50%);
    left: 35px;
    width: 35px;
  }
}
.form__note {
  border-bottom: #ddd solid 1px;
}
@media only screen and (max-width: 767px) {
  .form__note {
    margin: 0 0 45px;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form__note {
    margin: 0 0 55px;
    padding: 0 0 40px;
  }
}
.form__note_item {
  margin: 0 0 30px;
}
.form__note_item:last-child {
  margin: 0;
}
.form__note ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.form__note ul li {
  margin: 0 0 7px;
}
.form__note ul li:last-child {
  margin: 0;
}
.form__note p {
  margin: 0;
}
.form__note_ttl {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .form__note_ttl {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .form__note_ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
.form__apply {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .form__apply_container {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .form__apply_item {
    margin: 0 0 13px;
  }
  .form__apply_item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__apply_item {
    width: 37%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form__apply dl {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .form__apply dl {
    margin: 0 0 40px;
  }
}
.form__apply dl:last-child {
  margin: 0;
}
.form__apply dl dt {
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form__apply dl dt {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .form__apply dl dt {
    font-size: 1rem;
  }
}
.form__apply dl dd {
  margin: 0;
}
.form__apply dl .apply-note {
  margin: 15px 0 0;
  font-size: 0.9rem;
  color: #ccc;
}
.form__apply .required-text {
  color: #ff4545;
  margin: 0 0 30px;
}
.form__apply .required {
  color: #ff4545;
  margin-left: 3px;
}
.form__apply input[type=text],
.form__apply input[type=tel],
.form__apply input[type=mail] {
  -webkit-appearance: none;
  border: 1px solid #666;
  background-color: #fbfbfb;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.form__apply .mini {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form__apply .short {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .form__apply .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .form__apply .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .form__apply .middle {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .form__apply .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .form__apply .long {
    width: 80%;
  }
}
.form__apply .max {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 70px 0 0;
  }
}
.form__submit_inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form__submit_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit_inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.form__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #384359;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .form__submit input[type=submit] {
    width: 100%;
    margin: 0 0 10px;
  }
  .form__submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form__submit input[type=submit] {
    width: 300px;
    margin: 0 13px;
  }
}
.form__submit input[type=submit]:hover {
  background: #d5d5d5;
  transition: 0.5s;
}
.form__submit input[type=submit]:nth-of-type(1) {
  background-color: #e83822;
  color: #fff;
}
.form__submit input[type=submit]:nth-of-type(1):hover {
  background: #fb5c32;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .form .complete {
    min-height: calc(100vh - 500px);
  }
}
.form .complete h3 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .form .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete h3 {
    margin: 0 0 45px;
    font-size: 1.6rem;
  }
}
.form .complete p {
  margin: 0 0 20px;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .form .complete p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete p {
    font-size: 1rem;
  }
}
.form .complete p:last-child {
  margin: 0;
}
.form .complete__btn {
  background-color: #e83822;
  border-radius: 4px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form .complete__btn {
    width: 100%;
    margin: 60px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .form .complete__btn {
    width: 300px;
    margin: 70px 0 0;
  }
}
.form .complete__btn:hover {
  background: #f6533d;
  transition: 0.5s;
}
.form .complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
}
.form .complete__btn a:hover {
  text-decoration: none;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */