/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #496762; }

@media only screen and (min-width: 768px) {
  body {
    letter-spacing: 1px; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #496762;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  button:hover, a:hover {
    color: #496762;
    text-decoration: none;
    opacity: 0.8; }

  .t-com {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: 0; }

  .tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }
.en {
  font-family: "Montserrat", serif;
  font-weight: 400;
  letter-spacing: 1px; }

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: inherit;
  outline: none;
  border: none; }
  button:focus {
    border: none;
    outline: none;
    box-shadow: none; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  border: none;
  max-width: 100%;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
input.form-input {
  height: 4rem;
  line-height: 2.4rem;
  background: #fff;
  border: none;
  border-radius: .3rem;
  padding: .8rem 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-select {
  width: 14rem;
  line-height: 4rem;
  height: 4rem;
  overflow: hidden;
  background: #fff;
  border-radius: .3rem;
  border: none;
  position: relative;
  float: left; }
  .form-select.small {
    width: 10.5rem; }
  .form-select:after {
    width: 2.4rem;
    height: 4rem;
    content: "";
    background: #c6cdcb;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1; }
  .form-select:before {
    width: 2.4rem;
    height: 2.4rem;
    content: "";
    color: #000;
    background: url("../img/icon_arrow.png") no-repeat 50% 50%;
    background-size: auto .4rem;
    transform: rotate(180deg);
    top: 50%;
    margin-top: -1.2rem;
    right: 0;
    position: absolute;
    z-index: 2; }
  .form-select > select {
    width: 130%;
    line-height: 4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
    .form-select > select::-ms-expand {
      display: none; }
    .form-select > select:focus {
      border: none;
      outline: none;
      box-shadow: none; }

@media only screen and (min-width: 768px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    height: 85rem;
    background: url("../img/bg_main.jpg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 2; }
    .header_logo {
      background: url("../img/bg_logo.png") no-repeat;
      background-size: 16.5rem auto;
      width: 16.5rem;
      height: 18.8rem;
      position: absolute;
      left: 1.7rem;
      top: 0;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding-top: 1rem;
      letter-spacing: 3px; }
      .header_logo a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
      .header_logo-ttl {
        font-size: 2.4rem;
        line-height: 1.2; }
        .header_logo-ttl p {
          font-size: 1.2rem;
          padding-bottom: .8rem; }
        .header_logo-ttl span {
          font-size: 1.2rem; }
        .header_logo-ttl img {
          width: 10.9rem;
          display: block;
          margin: 0 auto; }
    .header_catch {
      width: 100rem;
      margin: 0 auto;
      font-size: 4.8rem;
      letter-spacing: 3px;
      color: #fff;
      font-weight: 700;
      line-height: 1.5;
      text-align: left;
      padding-top: 30rem;
      text-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.1);
      letter-spacing: 3px; }
    .header:after {
      clear: both;
      content: "";
      display: block; }

  .entry_btn {
    position: fixed;
    right: 0;
    top: 2.5rem;
    z-index: 10; }
    .entry_btn a {
      background: #fff;
      border-radius: 3.75rem 0 0 3.75rem;
      height: 7.5rem;
      width: 24rem;
      font-size: 1.2rem;
      line-height: 1.1;
      text-align: center;
      display: block;
      letter-spacing: 3px;
      padding-top: 1.5rem;
      font-weight: 700;
      position: relative;
      box-shadow: 0 0 1rem 0 rgba(26, 191, 175, 0.5); }
      .entry_btn a:hover {
        background: linear-gradient(90deg, #ff6393 0%, #ff2544 100%);
        color: #fff;
        opacity: 1; }
        .entry_btn a:hover small {
          color: #fff;
          background: -webkit-linear-gradient(0deg, #fff, #fff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .entry_btn a:hover:after {
          background: transparent;
          border: .1rem solid #fff;
          box-sizing: border-box; }
      .entry_btn a small {
        font-weight: 700;
        font-size: 2.8rem;
        color: #ff6393;
        background: -webkit-linear-gradient(0deg, #ff6393 0%, #ff2544 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block; }
      .entry_btn a:after {
        content: "";
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 50%;
        background: linear-gradient(90deg, #ff6393 0%, #ff2544 100%);
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -.95rem;
        z-index: 1; }
      .entry_btn a:before {
        content: "";
        background: url("../img/icon_arrow.png") no-repeat 50% 50%;
        background-size: .6rem auto;
        transform: rotate(90deg);
        position: absolute;
        width: 1.9rem;
        height: 1.9rem;
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -.95rem;
        z-index: 2; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  [class*="-header"] {
    text-align: center;
    padding: 7.2rem 0; }
    [class*="-header"] small {
      font-size: 8rem;
      line-height: 1.1;
      color: #32a6ff;
      background: -webkit-linear-gradient(0deg, #32a6ff 0%, #00db58 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [class*="-header"] [class*="-ttl"] {
      font-size: 2rem;
      line-height: 1.2;
      letter-spacing: 3px;
      margin-bottom: 6rem; }

  .container {
    margin: 0 auto;
    position: relative;
    position: 1; }
    .container:after {
      clear: both;
      content: "";
      display: block; }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .div-top_btn {
    width: 6.1rem;
    height: 6.1rem;
    position: fixed;
    right: 1.5rem;
    text-align: center;
    bottom: 20%;
    line-height: 6.1rem;
    z-index: 1000; }
    .div-top_btn a {
      width: 6.1rem;
      height: 6.1rem;
      display: block;
      background: rgba(73, 103, 98, 0.8);
      border-radius: 50%; }

  .footer {
    clear: both;
    background: #496762;
    color: #fff;
    padding: 4rem 0 1.5rem;
    overflow: hidden; }
    .footer-mark {
      text-align: center;
      padding-bottom: 2rem; }
      .footer-mark img {
        width: 14.5rem; }
    .footer_copy {
      text-align: center;
      line-height: 3rem;
      font-size: 1rem; } }
@media only screen and (max-width: 767px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    background: url("../img/bg_main.jpg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 2; }
    .header_logo {
      width: 9.4rem;
      background: url("../img/bg_logo.png") repeat-x;
      background-size: auto 100%;
      position: absolute;
      left: 1rem;
      top: 0;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: .6rem 0;
      letter-spacing: 2px; }
      .header_logo a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
      .header_logo-ttl {
        font-size: 1.2rem;
        line-height: 1.2; }
        .header_logo-ttl p {
          font-size: .9rem;
          letter-spacing: 0;
          margin-bottom: .3rem; }
        .header_logo-ttl span {
          font-size: 1rem; }
        .header_logo-ttl img {
          width: 5.9rem;
          display: block;
          margin: 0 auto .2rem; }
    .header_catch {
      font-size: 2.8rem;
      letter-spacing: 3px;
      color: #fff;
      font-weight: 700;
      line-height: 1.5;
      text-align: left;
      text-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
      padding: 12rem 1.5rem; }
    .header:after {
      clear: both;
      content: "";
      display: block; }

  .entry_btn {
    position: fixed;
    right: 0;
    top: 2.5rem;
    z-index: 10; }
    .entry_btn a {
      background: linear-gradient(90deg, #ff6393 0%, #ff2544 100%);
      border-radius: 1rem 0 0 1rem;
      height: 10rem;
      width: 4rem;
      font-size: 1.4rem;
      line-height: 4rem;
      text-align: left;
      display: block;
      color: #fff;
      padding-top: 1.5rem;
      font-weight: 700;
      position: relative;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      .entry_btn a small {
        display: none; }
      .entry_btn a:after {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        background: linear-gradient(90deg, #32a6ff 0%, #00db58 100%);
        border-radius: 50%;
        position: absolute;
        right: 50%;
        bottom: 1rem;
        margin-right: -.6rem;
        z-index: 1; }
      .entry_btn a:before {
        content: "";
        background: url("../img/icon_arrow.png") no-repeat 50% 50%;
        background-size: .4rem auto;
        transform: rotate(180deg);
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        right: 50%;
        bottom: 1rem;
        margin-right: -.6rem;
        z-index: 2; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  [class*="-header"] {
    text-align: center;
    padding: 3rem 0; }
    [class*="-header"] small {
      font-size: 5rem;
      line-height: 1.1;
      color: #32a6ff;
      background: -webkit-linear-gradient(0deg, #32a6ff 0%, #00db58 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [class*="-header"] [class*="-ttl"] {
      font-size: 1.2rem;
      line-height: 1.2;
      letter-spacing: 2px;
      margin-bottom: 2rem; }

  .container {
    margin: 0 auto;
    position: relative;
    position: 1; }
    .container:after {
      clear: both;
      content: "";
      display: block; }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .div-top_btn {
    width: 4rem;
    height: 4rem;
    position: fixed;
    right: 1rem;
    text-align: center;
    bottom: 10%;
    line-height: 4rem;
    z-index: 900; }
    .div-top_btn a {
      width: 4rem;
      height: 4rem;
      display: block;
      background: rgba(73, 103, 98, 0.8);
      border-radius: 50%; }

  .footer {
    clear: both;
    background: #496762;
    color: #fff;
    padding: 2rem 0 1rem;
    overflow: hidden; }
    .footer-mark {
      text-align: center;
      padding-bottom: 1rem; }
      .footer-mark img {
        width: 10rem; }
    .footer_copy {
      text-align: center;
      line-height: 2rem;
      font-size: .9rem; } }
