@charset 'utf-8';

header,nav,main,footer,article,section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

html {
  font-size: 14px;
  /*font-size: 0.73vw;*/
}
/*
@media all and (max-width: 1383px){
  html {
    font-size: 10px;
  }
}*/
@media all and (max-width: 750px){
  html {
    font-size: 4.0vw;
  }
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: none;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  line-height: 1.4;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.0rem;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-weight: 500;
}

ul,ol,li,p,h1,h2,h3,h4,h5,dl,dt,dd,address,table,th,td {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
}

h1,h2,h3,h4,h5 {
  font-size: inherit;
}

h1,h2,h3,h4,h5,th {
  font-weight: inherit;
}

map area {
  border: 0;
  outline: 0;
}

ul,ol {
  list-style-type: none;
  font-size: 0;
}

ul li,ol li {
  font-size: 1.0rem;
}
@media all and (max-width: 750px){
  ul li,ol li {
  }
}

input, select, textarea {
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

img {
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
}

a {
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
}
@media all and (max-width: 750px){
  a {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
@media all and (max-width: 750px){
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 750px){
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* Font */
/*
@font-face {
  font-family: 'FuturaTDem';
  src: url('./../../font/FuturaTDem.ttf') format('truetype');
}
*/

/*
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-300-Light.woff2') format('woff2'),
       url('./../../font/Jost-300-Light.woff') format('woff'),
       url('./../../font/Jost-300-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-400-Book.woff2') format('woff2'),
       url('./../../font/Jost-400-Book.woff') format('woff'),
       url('./../../font/Jost-400-Book.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-500-Medium.woff2') format('woff2'),
       url('./../../font/Jost-500-Medium.woff') format('woff'),
       url('./../../font/Jost-500-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-600-Semi.woff2') format('woff2'),
       url('./../../font/Jost-600-Semi.woff') format('woff'),
       url('./../../font/Jost-600-Semi.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-700-Bold.woff2') format('woff2'),
       url('./../../font/Jost-700-Bold.woff') format('woff'),
       url('./../../font/Jost-700-Bold.ttf') format('truetype');
  font-weight: 700;
}*/

@font-face {
  font-family: 'Noto Serif Japanese Tate';
  src: url('./../../font/NotoSerifCJKjp-Black-subset-tate.woff2'),
       url('./../../font/NotoSerifCJKjp-Black-subset-tate.woff'),
       url('./../../font/NotoSerifCJKjp-Black-subset-tate.ttf');
  font-weight: 900;
}


/*
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-300-Light.woff2') format('woff2'),
       url('./../../font/Jost-300-Light.woff') format('woff'),
       url('./../../font/Jost-300-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-400-Book.woff2') format('woff2'),
       url('./../../font/Jost-400-Book.woff') format('woff'),
       url('./../../font/Jost-400-Book.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-500-Medium.woff2') format('woff2'),
       url('./../../font/Jost-500-Medium.woff') format('woff'),
       url('./../../font/Jost-500-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-600-Semi.woff2') format('woff2'),
       url('./../../font/Jost-600-Semi.woff') format('woff'),
       url('./../../font/Jost-600-Semi.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Jost';
  src: url('./../../font/Jost-700-Bold.woff2') format('woff2'),
       url('./../../font/Jost-700-Bold.woff') format('woff'),
       url('./../../font/Jost-700-Bold.ttf') format('truetype');
  font-weight: 700;
}
*/


/*
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/
/* /Font */

