@charset "utf-8";

/*----------------------------------------------------------------------
   #head
----------------------------------------------------------------------*/

html[lang="en"] #head {
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
#head #head_wrap {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#head #head_wrap:not(.fixed_sp) {
  position: absolute;
}
#head #head_wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width:960px),print {
  #head #head_wrap.fixed_pc {
    position: fixed;
  }
  #head #head_wrap::before {
    background: linear-gradient(90deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.9) 5%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0.6) 100%);
    background: rgba(255,255,255,0.95);
    height: 120px;
  }
  #head #head_wrap.fixed_pc::before {
    background: #fff;
  }
}
@media screen and (max-width:959px) {
  #head #head_wrap.fixed_sp {
    position: fixed;
  }
  #head #head_wrap::before {
    background: rgba(255,255,255,0.8);
  }
  #head #head_wrap.fixed_sp::before {
    background: #fff;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #head #head_wrap::before {
    height: 87px;
  }
}
@media screen and (max-width:767px) {
  #head #head_wrap::before {
    height: 47px;
  }
}
  
/*----------------------------------------------------------------------
   Header
----------------------------------------------------------------------*/
#head #head_wrap header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#head #head_wrap header #logo {
  float: left;
}
#head #head_wrap header .inner::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width:960px),print {
  #head #head_wrap header {
    background-image: url("/eng/asset/images/common/header_bg_line.png");
    background-position: center 65px;
    background-repeat: no-repeat;
  }
  #head #head_wrap header #logo img {
    margin-top: 40px;
  }
  #head #head_wrap header .inner {
    height: 120px;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  #head #head_wrap header .inner {
    height: 87px;
  }
}
@media screen and (min-width:768px), print {
  #head #head_wrap header #logo img {
    /*width: 182px;*/
    width: 282px;
  }
  #head #head_wrap header #header_right_block {
    float: right;
    padding: 25px 0 0 0;
    position: relative;
    /*width: calc(100% - 270px);*/
    width: calc(100% - 315px);
  }
  #head #head_wrap header #header_list {
    float: right;
    margin-bottom: 6px;
  }
  #head #head_wrap header #header_list::before {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
  }
  #head #head_wrap header #header_list::after {
    content: "";
    display: table;
    clear: both;
  }
  #head #head_wrap header #header_list li {
    float: left;
    margin-left: 1.5em;
    font-size: 14px;
    color: #fff;
  }
  #head #head_wrap header #header_list a {
    color: #333;
    text-decoration: none;
  }
  #head #head_wrap header #header_list a:hover {
    text-decoration: underline;
  }
  #head #head_wrap header #header_search {
    float: right;
  }
  #head #head_wrap header #header_search div {
    background-image : linear-gradient(to right, rgb(151, 151, 151), rgb(151, 151, 151) 2px, transparent 2px, transparent 5px);
    background-size: 5px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  #head #head_wrap header #header_search input[type="text"] {
    width: 17.5em;
    padding-right: 20px;
    padding-right: 3px;
    outline: none;
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
  }
  #head #head_wrap header #header_search input[type="text"]:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
  }
  #head #head_wrap header #header_search button[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  #head #head_wrap header #header_search button[type="submit"] img {
    width: 15px;
    height: auto;
    margin-bottom: 3px;
  }
}
@media screen and (max-width:959px) {
  #head #head_wrap header #header_right_block {
    display: none;
  }
  #head #head_wrap header #logo img {
    margin-top: 22px;
    margin-left: 20px;
    /*width: 237px;*/
    width: 282px;
  }
}
@media screen and (max-width:767px) {
  #head #head_wrap header {
    height: 47px;
  }
  html[lang="ja"] #head #head_wrap header {
    padding-right: 47px;
  }
  #head #head_wrap header #logo img {
    margin-top: 7px;
    margin-left: 10px;
    /*width: 180px;*/
    width: 220px;
  }
}



/*----------------------------------------------------------------------
   #totop
----------------------------------------------------------------------*/

a#totop {
  position: absolute;
  display: block;
  z-index: 50;
}

a#totop.moving {
  position: fixed;
}

@media screen and (min-width:768px), print {
  
  a#totop {
    bottom: 5px;
    right: 30px;
    width: 90px;
    height: 90px;
  }
  a#totop.moving {
    bottom: 20px !important;
  }
  a#totop img {
    transition: opacity 0.2s;
  }
  a#totop:hover img {
    opacity: 0.7;
  }
  
}

@media screen and (max-width:767px) {
  
  a#totop {
    bottom: 5px;
    right: 15px;
    width: 80px;
    height: 80px;
  }
  a#totop.moving {
    bottom: 10px !important;
  }
  
}

/*----------------------------------------------------------------------
   #foot
----------------------------------------------------------------------*/

#foot {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 12px;
}

html[lang="en"] #foot {
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

#foot a {
  color: #333;
  text-decoration: none;
}

#foot a:hover {
  text-decoration: underline;
}

@media screen and (min-width:960px), print {
  
  #foot {
    background-image: url("/eng/asset/images/common/foot_bg_pc.jpg");
    padding-top: 20px;
  }
  
  #foot > .wrap {
    max-width: 1024px;
  }
  
}

@media screen and (min-width:768px) and (max-width:959px) {
  
  #foot {
    background-image: url("/eng/asset/images/common/foot_bg_sp.jpg");
    padding: 30px 20px 0 150px;
  }
  html[lang="en"] #foot {
    padding: 30px 100px 0 100px;
  }
  html[lang="en"] #foot > .wrap {
    font-size: 0.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
}

@media screen and (min-width:768px), print {
  
  html[lang="ja"] #foot > .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: end;
  }
  
  html[lang="en"] #foot > .wrap {
    font-size: 0.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
}

@media screen and (max-width:767px) {
  
  #foot {
    background-image: url("/eng/asset/images/common/foot_bg_sp.jpg");
  }

  html[lang="en"] #foot {
    font-size: 0.8rem;
  }
  
  html[lang="ja"] #foot {
    padding: 10px 20px 20px 20vw;
  }
  
  html[lang="en"] #foot {
    padding: 10px 20px 20px 20px;
  }
  
}

/*----------------------------------------------------------------------
   #foot_nav_pc
----------------------------------------------------------------------*/

#foot_nav_pc .icon_win {
  width: 14px;
  height: auto;
}

@media screen and (min-width:960px), print {
  
  #foot_nav_pc {
    background-color: rgba(255,255,255,0.6);
    padding: 20px 0 20px 20px;
  }
  
  #foot_nav_pc > ul {
    display: flex;
  }
  
  #foot_nav_pc > ul > li + li {
    padding-left: 3em;
  }
  
}

@media screen and (max-width:959px) {
}

@media screen and (min-width:768px), print {
  
  #foot_nav_sp {
    display: none;
  }
  
  #foot_nav_pc > ul {
  }
  
  #foot_nav_pc > ul > li {
    font-weight: bold;
  }
  
  #foot_nav_pc > ul > li.last {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #foot_nav_pc .foot_nav_child {
    margin-top: 1em;
    font-weight: normal;
  }
  
  #foot_nav_pc .foot_nav_child ul {
    margin-left: 1em;
  }
  
  #foot_nav_pc .foot_nav_sns {
    font-size: 0;
    letter-spacing: -0.4em;
    margin-top: 10px;
  }
  
  #foot_nav_pc .foot_nav_sns li {
    display: inline-block;
    letter-spacing: 0;
  }
  
  #foot_nav_pc .foot_nav_sns li + li {
    margin-left: 15px;
  }
  
  #foot_nav_pc .foot_nav_sns a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 30px;
    width: 30px;
  }
  
  #foot_nav_pc .foot_nav_sns .youtube a {
    background-image: url("/eng/asset/images/common/youtube.png");
  }
  
  #foot_nav_pc .foot_nav_sns .instagram a {
    background-image: url("/eng/asset/images/common/instagram.png");
  }
  
}

@media screen and (min-width:768px), print {
}

@media screen and (min-width:768px) and (max-width:959px) {
  #foot_nav_pc > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #foot_nav_pc > ul > li {
    margin-top: 1em;
    width: 33%;
  }
}

/*----------------------------------------------------------------------
   #foot_nav_sp
----------------------------------------------------------------------*/

@media screen and (max-width:767px) {
  
  #foot_nav_pc {
    display: none;
  }
  
  #foot_nav_sp > ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  #foot_nav_sp > ul > li {
    margin-top: 1em;
  }
  
  #foot_nav_sp > ul > li:nth-child(odd) {
    padding-right: 2.5%;
    width: 60%;
  }
  
  #foot_nav_sp > ul > li:nth-child(even) {
    padding-left: 2.5%;
    width: 40%;
  }
  
  #foot_nav_sp .foot_nav_sns {
    font-size: 0;
    letter-spacing: -0.4em;
    margin-top: 10px;
  }
  
  #foot_nav_sp .foot_nav_sns li {
    display: inline-block;
    letter-spacing: 0;
  }
  
  #foot_nav_sp .foot_nav_sns li + li {
    margin-left: 15px;
  }
  
  #foot_nav_sp .foot_nav_sns a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 30px;
    width: 30px;
  }
  
  #foot_nav_sp .foot_nav_sns .youtube a {
    background-image: url("/eng/asset/images/common/youtube.png");
  }
  
  #foot_nav_sp .foot_nav_sns .instagram a {
    background-image: url("/eng/asset/images/common/instagram.png");
  }
  
}


/*----------------------------------------------------------------------
   Footer
----------------------------------------------------------------------*/

#foot footer ul::after {
  content: "";
  display: table;
  clear: both;
}

#foot footer p {
  text-align: center;
}

@media screen and (min-width:960px), print {
  
  #foot footer {
    padding-top: 20px;
  }
}

@media screen and (max-width:959px) {
}

@media screen and (min-width:768px), print {
  
  #foot footer {
    padding-bottom: 30px;
    text-align: center;
  }
  
  #foot footer ul {
    padding: 0 4px 14px;
  }
  
  #foot footer ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
  
  html[lang="en"] #foot footer ul {
    margin-bottom: 10px;
  }
  
}

@media screen and (min-width:768px) and (max-width:959px) {
  
  #foot footer {
    padding-top: 20px;
  }
  html[lang="en"] #foot footer {
    text-align: center;
  }
  html[lang="en"] #foot footer ul {
    display: inline-block;
    margin-bottom: 15px;
    text-align: left;
  }
  html[lang="en"] #foot footer ul li {
    margin-top: 1em;
  }
  
}

@media screen and (max-width:767px) {
  
  #foot footer {
    padding-top: 10px;
  }
  html[lang="en"] #foot footer {
    text-align: center;
  }
  html[lang="ja"] #foot footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  html[lang="en"] #foot footer ul {
    display: inline-block;
    margin-bottom: 15px;
    text-align: left;
  }
  #foot footer ul li {
    margin-top: 1em;
  }
  html[lang="ja"] #foot footer ul li:nth-child(odd) {
    padding-right: 2.5%;
    width: 60%;
  }
  html[lang="ja"] #foot footer ul li:nth-child(even) {
    padding-left: 2.5%;
    width: 40%;
  }
  #foot footer p {
    margin-top: 15px;
  }
  
}

