@charset "utf-8";

/*
reset.css ver 1.0 [2008/5/22]
*This document validates as CSS level 3
*http://higash.<span class="hilite">net/20080522/reset_css</span>.html

Modify YUI Reset CSS, YUI Fonts CSS
*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.html
*/

/* --HTML-- */
html {
background:#fff;
color:#444;
overflow-y:scroll;
}

/* --BODY-- */
body {
-webkit-text-size-adjust: 100%; 
font-family: "Ryumin Regular KL",serif;
font-size:12px;
margin:0;
overflow:visible;
padding:0;
}
/* --OTHER TAGS-- */

a img, fieldset, img {
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

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

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea{
font-size:100%;
font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse: collapse;
border-spacing:0;
font-size:100%;
}

/*
　20120324 added iwasaki@lifetimevalue.jp 
　画像下の余白対応
*/
img{
	vertical-align:text-bottom;
}
a{outline:none;}


/* ===================================================================
CSS information

 #header
 #navi
 #footer
  #footerContents
 #page
  #mainImg
  #contentsHeader
  #contents
   #main
   #sub
=================================================================== */
* {
  box-sizing: border-box;

}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
  line-height: 180%;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #444;
  text-decoration: none;
}

/*----------------------------------------------------
	画像リンクの投下
----------------------------------------------------*/

/* aタグで囲った画像全てに効果を追加 */

/*
a:hover img{
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
*/
h1 a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* 透明度変化の時間を設定 */
a img.btnover {
  /* Firefox */
  -moz-transition: 0.4s;
  /* WebKit */
  -webkit-transition: 0.4s;
  /* Opera */
  -o-transition: 0.4s;
  /* Standard */
  transition: 0.4s;
}

/* aタグで囲い、imgにclassを追加した画像に効果を追加 */
a:hover img.btnover {
  /* Firefox */
  -moz-opacity: 0.6;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* Standard */
  opacity: 0.6;
}

/*======================================

	Others Module

=======================================*/

hr {
  display: none;
}


.ib {
  display: inline-block;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}


.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ft10 {
  font-size: 10rem;
}

.ft12 {
  font-size: 12rem;
}

.ft14 {
  font-size: 14rem;
}

.ft16 {
  font-size: 16rem;
}

.ft18 {
  font-size: 18rem;
}

.ft20 {
  font-size: 20rem;
}


.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.left {
  float: left;
}

.right {
  float: right;
}



/* clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  display: inline-table;
}

*:first-child+html .clearfix {
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.ovh {
  overflow: hidden;
  height: 1%;
}

/* ぶらさげインデント */
.indent_bu1 {
  margin-left: 1em;
  /* ブロック全体を 1em 右に */
  text-indent: 1em;
  /* 先頭の1文字のみ 1em 左に */
}

.indent_bu2 {
  margin-left: 2em;
  text-indent: -2em;
  text-indent
  /*\**/
  : -1.3em\9;
}

.indent1 {
  margin-left: 1em;
}

.indent2 {
  margin-left: 2em;
}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 {
  padding-left: 5px !important;
}

.PD-L10 {
  padding-left: 10px !important;
}

.PD-L15 {
  padding-left: 15px !important;
}

.PD-L20 {
  padding-left: 20px !important;
}

.PD-L25 {
  padding-left: 25px !important;
}

.PD-L30 {
  padding-left: 30px !important;
}

/* Right */
.PD-R5 {
  padding-right: 5px !important;
}

.PD-R10 {
  padding-right: 10px !important;
}

.PD-R15 {
  padding-right: 15px !important;
}

.PD-R20 {
  padding-right: 20px !important;
}

.PD-R25 {
  padding-right: 25px !important;
}

.PD-R30 {
  padding-right: 30px !important;
}

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S {
  font-size: 12px;
}

.TXT-M {
  font-size: 14px;
}

.TXT-L {
  font-size: 16px;
}

.TXT-RED {
  color: #FF3333;
}

.TXT-ORG {
  color: #f7931e;
}

.red {
  color: #FF6666;
}


/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
}

.header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.header-inner .logo {
  width: 150px;
  position: absolute;
  left: 150px;
  top: 14px;
}
.header-inner .logo img{
  width:100%;
}

.header-inner #main-nav{
  position: absolute;
  left: calc(50% - 190px);
  top: 0;
}
.header-inner #main-nav ul{
  display: flex;
  align-items: center;
  height:100%;
}
.header-inner #main-nav ul li a{
  padding:0 40px;
  line-height:60px;
  display: block;
}
.header-inner #main-nav ul li.current a{
  border:1px solid #666;
}

@media (max-width: 1000px) {
  body{

  }
  .header {
      height: 100px;
  }
  .header-inner #main-nav {
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%
  }
  .header-inner #main-nav ul{
      width:100%;
  }
  .header-inner #main-nav ul li{
      width:33.3%;
      text-align: center;
  }
  .header-inner #main-nav ul li a{
    padding:0;
    line-height:38px;
    display: block;
  }
}

@media (max-width: 770px) {
  body{
  }
  .header-inner #main-nav {
      top:50px;
  }
  .header-inner #main-nav ul li a{
      padding:0;
      line-height:38px;
  }
}

.header-inner .translation {
  width: 40px;
  position: absolute;
  left: 70px;
  top: 23px;
  cursor: pointer;
  overflow:visible;
}
.header-inner .translation:after {
  content:"";
  display: block;
  top:15px;
  left:0;
  width:13px;
  height:1px;
  background:#000;
  position: absolute;

}
.header-inner .translation.english:after {
  left:auto;
  right:0;
  width:20px;
}

.header-inner .translation img{
  width:100%;
}
.header-inner ul.menu {
  position: absolute;
  right: 18px;
  top: 9px;
}

.header-inner ul.menu li {
  display: inline-block;
  margin-left: 16px;
  text-align: center;
  min-width:44px;
}
.header-inner ul.menu li:first-child{
  margin-left:0;
}
.header-inner ul.menu li span {
  /*display: block;*/
  line-height: 1.1;
}

.header-inner ul.menu li img {
  height: 22px;
  margin-bottom:0;
}


.header-inner ul.menu li span.jp{
  font-size:11px;
}
@media (max-width: 770px) {
  .header {
    height: 60px;
  }
  .header-inner .logo {
    width: 150px;
    left: calc(50% - 80px);
    top:13px;
  }
  .header-inner .logo img{
    overflow:visible;
  }
  .header-inner .translation {
    left:auto;
    right: 12px;
    top:18px;
  }
  .header-inner ul.menu {
    /* box-shadow */
    box-shadow: 0px 0px 0px 1px #ededed;

    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-around;
  }

  .header-inner ul.menu li {
    width: 24%;
    margin: 0;
  }

  .header-inner ul.menu li a {
    display: block;
    padding: 10px 0 12px 0;
  }

  .header-inner ul.menu li a img {
    pointer-events: none;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
.footer{
  max-width:800px;
  margin:0 auto;
}
.footer .menu-01{
  margin:0 0 60px;
}
.footer .menu-01 li{
  width:80%;
  max-width:350px;
  margin:0 auto 10px;
}
.footer .menu-01 li:nth-child(2){
  margin-bottom:18px;
}
.footer .menu-01 img{
  width:100%;
}
.footer .sns-menu{
  margin-bottom:50px;
  font-size:24px;
}
.footer .sns-menu li{
  margin:0 0 0.8em;
}
.footer .sns-btn{
  position:relative;
  padding-left:45px;
  box-sizing: border-box;
}
.sns-btn:before{
  position: absolute;
  content:"";
  top:calc(50% - 18px);
  left:0;
  width:36px;
  height:36px;
  background: url("../images/sns_icon_01.png")no-repeat;
  background-size: cover;
}
.sns-btn.line:before{background-image: url("../images/sns_icon_02.png");}
.sns-btn.facebook:before{background-image: url("../images/sns_icon_03.png");}
.sns-btn.twitter:before{background-image: url("../images/sns_icon_04.png");}
.sns-btn.pinterest:before{background-image: url("../images/sns_icon_05.png");}
.sns-btn.youtube:before{background-image: url("../images/sns_icon_06.png");}
.sns-btn.tiktok:before{background-image: url("../images/sns_icon_07.png");}
.sns-btn.book:before{background-image: url("../images/book_icon.png");background-size:contain;background-position:center;}

#sns-menu-list{
  width:100%;
  position: relative;
  padding-left:10vw;
  margin-bottom:150px;
}

.footer .social{
  display: flex;
  justify-content: right;
  width:60%;
}
.footer .social li{
  width:10%;
  margin-left:5px
}
.footer .social li img{
  width:100%;
}
.footer .utils{
  padding-left:10vw;
  margin-bottom:50px;
}
.footer-copyright-container{
  display: flex;
  justify-content: space-between;
  padding:0 4vw 60px 10vw;
}
#online-btn{
  width:40%;
  max-width:250px;

  position: fixed;
  bottom:-4px;
  right:0;
  z-index: 100;
}
#online-btn img{
  width:100%;
}
@media only screen and (min-width: 800px){
  #sns-menu-list{
    padding-left:225px;
  }
  .utils{
    padding-left:30px;
    margin-bottom:50px;
  }
  .footer-copyright-container{
    display: flex;
    align-items: center;
    justify-content: left;
    padding:0 30px 100px;
  }
  #online-btn{
  width:40%;
  max-width:235px;
  height:70px;
  position: fixed;
  top:-5px;
  right:0;
  z-index: 1000;
  }
}

/* -----------------------------------------------------------
	#naviFrame
---------------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  max-width:820px;
  margin: 0 auto;
}
.container.select-item {
  max-width:100%;
}
@media (max-width: 770px) {
  .container {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }

}

/* バーガー */

.el_humburger {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 35px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger>span {
  display: block;
  width: 100%;
  margin: 0 auto 12px;
  height: 1px;
  background: #333;
  transition: all 0.2s ease-in-out;
  filter: blur(1.5px);

  &:last-child {
    margin-bottom: 0;
  }

  .js_humburgerOpen & {
    background: #000;
  }
}

.js_humburgerOpen .el_humburger>span.top {
  transform: translateY(9px) rotate(-45deg);
  position: relative;
  top: 3px;
}

.js_humburgerOpen .el_humburger>span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger>span.bottom {
  transform: translateY(-9px) rotate(45deg);
  position: relative;
  bottom: -7px;
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close>span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close>span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close>span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

@media (max-width: 770px) {
  .el_humburger {
    top: 23px;
  }
  .js_humburgerOpen .el_humburger{
   top: 18px;
  }
}


/*ナビゲーション*/

.navigation {
  display: none;
}
.navigation .social{
  display: flex;
  justify-content: space-between;
}
.navigation .social li{
  display: inline-block;
  width:11%;
}
.navigation .social li img{
  width:100%;
}
.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;

}
.navigation_item {
  font-size: 20px;
  margin-bottom: 20px;
}
.navigation_item ul{
  margin:0 0 2em;
}
.navigation_item ul li{
  margin:0 0 1em;
}
.navigation_item.sub{
  font-size: 14px;
}
.navigation_item.sub ul li{
  margin:0 0 0.5em;
}
.navigation_item>a {
  color: #000;
  text-decoration: none;
}
.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.border-bottom {
  border-bottom: 3px solid #eee;
  padding: 0 0 13px 0;
}
.border-none{
  padding: 0 0 13px 20px;
}


/* loading logo */
#loading_logo {
  position: fixed;
  top:0;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loading_logo img {
  position: absolute;
  /*height: 25px;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: flash 3s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #loading_logo img {
    width:30vw;
  }
}

/* page top */
#pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height:40px;
  background-color: #5A5A5A;
  cursor: pointer;
  transition: all .3s;
}
#pagetop:hover{
  background-color: #000;
}
#pagetop::after{
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}


