@charset "utf-8";

/*
---------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------
*/

@media print {
  html,
  body {
    zoom: 0.8;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.serif {
  font-family: serif;
}
a {
  text-decoration: none;
  color: #727272;
  -webkit-transition: .3s all;
  transition: .3s all;
}
@media (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
  }
}

/*
---------------------------------------------------------------------------
Common
---------------------------------------------------------------------------
*/

html, body {
  color: #727272;
  font-size: 16px;
  /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo;
  font-weight: 500;
  line-height: 1.5;
}
main {
  padding-top: 85px;
}
.contents {
  width: 86%;
  max-width: 800px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.click_open {
  cursor: pointer;
}
.open_text {
  display: none;
}
.tt,
.tt5 {
  display: none;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }
  body {
    font-size: 14rem;
  }
  div,
  p,
  span,
  address,
  header,
  hgroup,
  footer,
  section,
  article,
  aside,
  nav,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  figure,
  figcaption {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #wrapper img {
    width: 100%;
  }
  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 330px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
.alink {
  margin-top: -85px;
  padding-top: 85px;
}
@media (max-width: 767px) {
  main {
    padding-top: 65px;
  }
  .alink {
    margin-top: -65px;
    padding-top: 65px;
  }
}
@media (min-width: 1024px) {
  .pc_dn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tl_dn {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_dn {
    display: none;
  }
}
.wait {
  padding: 100px 50px;
  text-align: center;
}
.totop {
  display: none;
}
.totop a {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 50px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #ff527a;
  color: #fff !important;
  text-align: center;
  line-height: 1.5;
  padding-top: 15px;
  z-index: 8000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/

header::selection,
header #menu::selection,
header a::selection,
header span::selection {
  background: none;
}
header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}
header section {
  width: 100%;
  height: 85px;
  background: rgba(255,255,255,1);
}
header section #logo {
  width: 350px;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 9999;
}
header section #twitter {
  width: 30px;
  position: absolute;
  right: 90px;
  top: 33px;
  z-index: 9999;
}
@media (max-width: 767px) {
  header {
    height: 65px;
  }
  header section {
    height: 65px;
  }
  header section #logo {
    width: 225px;
    top: 22px;
  }
  header section #twitter {
    right: 70px;
    top: 20px;
  }
}
.stt-lang-select {
  border: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .stt-lang-select {
    top: 85px !important;
  }
}
@media (max-width: 767px) {
  .stt-lang-select {
    top: 65px !important;
  }
}

/* menu */

header #menu {
  display: block;
  position: fixed;
  top: 13px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
header #menu span:nth-of-type(1),
header #menu span:nth-of-type(2),
header #menu span:nth-of-type(3) {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #00846d;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
header #menu span:nth-of-type(1) {
  top: 24px;
}
header #menu span:nth-of-type(2) {
  top: 34px;
}
header #menu span:nth-of-type(3) {
  top: 44px;
}
header #menu span:nth-of-type(4) {
  position: absolute;
  left: 11px;
  top: 45px;
}
header #menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header #menu.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar .8s forwards;
}
header #menu.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 767px) {
  header #menu {
    top: 0px;
    right: 10px;
  }
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

/* navi */

#navi {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  background: #FFF;
	animation: spspnavi ease-in-out 0.3s;
  display: none;
  left: 0;
  top: 0;
  letter-spacing: 0.1em;
}
#navi > nav {
  width: 100%;
  height: 100vh;
  padding: 0 25px 100px 25px;
  margin-top: 70px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#navi > nav > ul {
  max-width: 450px;
  padding-bottom: 150px;
  margin: 0 auto 25px auto;
  border-top: 1px dotted #333;
}
#navi > nav > ul > li {
  list-style: none;
  border-bottom: 1px dotted #333;
}
#navi > nav > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  #navi > nav {
    width: 100%;
  }
}
@keyframes spnavi {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  1% {
    width: 100%;
    height: 1px;
    opacity: 1;
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
}
#navi_lang {
  height: 0;
}
#navi_lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
  padding: 8px 25px 8px 15px;
  position: fixed;
  top: 85px;
  right: 0;
	background: #FFF url(../img/cmn/select_icon.svg) no-repeat 100% center;
	background-size: 20px 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #navi_lang select {
    top: 65px;
  }
}

/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/
footer {
  position: relative;
  z-index: 1;
}
footer section {
  width: 100%;
  margin-top: 75px;
  text-align: center;
  padding: 35px 25px 35px 25px;
  box-sizing: border-box;
  border-top: 2px solid #00846d;
}
footer section nav {
  display: inline-block;
  margin: 0 auto;
}
footer section ul li {
  text-align: left;
}
footer section ul li a {
  display: block;
  padding-left: 15px;
  position: relative;
}
footer section ul li a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00846d;
  position: absolute;
  left: 0;
  top: 8px;
}
footer p {
  font-size: 12px;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  footer section nav ul {
    display: flex;
  }
  footer section ul li {
    margin-right: 50px;
  }
  footer section ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  footer section ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer {
    font-size: 14px;
  }
  footer p {
    font-size: 7px;
    text-align: center;
  }
}