/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1180px;
}

body {
  position: relative;
}

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

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.18em;
}

.mincho01 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

header {
  position: relative;
  z-index: 10000;
}
header.spmenu_opened .spmenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .wrapper .logo {
  width: 123px;
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 25px;
}
header .wrapper .logo h1 img {
  width: 100%;
}
header .wrapper .logo h1 img.top_logo {
  display: none;
}
header .wrapper .logo h1 img.common_logo {
  display: block;
}
header .wrapper .logo h1 img.top_logo_sp {
  display: none;
}
header .wrapper .logo h1 img.common_logo_sp {
  display: none;
}
header .ham {
  width: 50px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 195px;
  left: 35px;
  cursor: pointer;
}
header .ham img {
  width: 100%;
}
header .ham img.top_ham {
  display: none;
}
header .ham img.common_ham {
  display: block;
}
header .ham:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .spmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  background-image: url(../images/bg_spmenu.jpg);
  background-size: cover;
  background-position: center center;
  padding: 200px 0;
  z-index: 1000;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(-800px);
          transform: translateY(-800px);
}
header .spmenu .close {
  width: 40px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
header .spmenu .close:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mainmenubox {
  width: 1080px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainmenubox .logobox {
  width: 283px;
}
.mainmenubox .logobox .logo02 {
  width: 183px;
  display: block;
}
.mainmenubox .logobox .logo02 img {
  width: 100%;
  display: block;
}
.mainmenubox .logobox .info {
  font-size: 13px;
  color: #fff;
  padding-left: 5px;
  letter-spacing: 2px;
  margin-top: 40px;
  line-height: 1.8;
  display: none;
}
.mainmenubox .menucontents {
  width: calc(100% - 283px);
}
.mainmenubox .menucontents .menulist01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainmenubox .menucontents .menulist01 .menudetail:last-child {
  width: 143px;
}
.mainmenubox .menucontents .menulist01 .menudetail dl + dl {
  margin-top: 65px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.mainmenubox .menucontents .menulist01 .menudetail dl dt {
  padding-bottom: 5px;
}
.mainmenubox .menucontents .menulist01 .menudetail dl dt a,
.mainmenubox .menucontents .menulist01 .menudetail dl dt span {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: 5px;
}
.mainmenubox .menucontents .menulist01 .menudetail dl dd a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}
.mainmenubox .menucontents .otherlink {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 535px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding-bottom: 125px;
}
.mainmenubox .menucontents .otherlink dt ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainmenubox .menucontents .otherlink dt ul li {
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #fff;
  padding-bottom: 3px;
}
.mainmenubox .menucontents .otherlink dt ul li:last-child {
  padding-right: 0;
  border: none;
}
.mainmenubox .menucontents .otherlink dt ul li + li {
  margin-left: 15px;
}
.mainmenubox .menucontents .otherlink dt ul li a {
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}
.mainmenubox .menucontents .otherlink dd {
  width: 110px;
}
.mainmenubox .menucontents .otherlink dd ul {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainmenubox .menucontents .otherlink dd ul li.li01 {
  width: 23px;
}
.mainmenubox .menucontents .otherlink dd ul li.li02 {
  width: 15px;
}
.mainmenubox .menucontents .otherlink dd ul li.li03 {
  width: 25.5px;
}
.mainmenubox .menucontents .otherlink dd ul li a {
  width: 100%;
  display: block;
}
.mainmenubox .menucontents .otherlink dd ul li a img {
  width: 100%;
  display: block;
}

main {
  padding-bottom: 350px;
  position: relative;
  z-index: 1;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.ttl_section .wrapper .mainttl {
  background-image: url(../images/bg_ttl_cp.jpg);
  background-size: cover;
  background-position: center center;
  height: 330px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.ttl_section .wrapper .mainttl h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 49px;
  letter-spacing: 30px;
  padding-left: 30px;
}
main section.ttl_section .wrapper .bc {
  padding: 20px;
}
main section.ttl_section .wrapper .bc ul {
  font-size: 0;
  letter-spacing: 0;
}
main section.ttl_section .wrapper .bc ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  height: 14px;
  border-left: 1px solid #282828;
}
main section.ttl_section .wrapper .bc ul li:first-child {
  border: none;
}
main section.ttl_section .wrapper .bc ul li:first-child a,
main section.ttl_section .wrapper .bc ul li:first-child span {
  padding-left: 0;
}
main section.ttl_section .wrapper .bc ul li a,
main section.ttl_section .wrapper .bc ul li span {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #282828;
  padding: 0 10px;
  line-height: 1;
  display: block;
}
main section.ttl_section .wrapper .page_info {
  padding: 70px 0 80px;
}
main section.ttl_section .wrapper .page_info .msg_en {
  display: block;
  height: 59.5px;
  margin: 0 auto;
}
main section.ttl_section .wrapper .page_info .t01 {
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
}
main section.ttl_section .wrapper .page_info .t02 {
  width: 1100px;
  margin: 40px auto 0;
  font-size: 15px;
  line-height: 2.3;
}
footer {
  margin-top: -175px;
  position: relative;
  z-index: 2;
  padding: max(15vw, 210px) 0 70px;
  background-image: url(../images/bg_footer.webp);
  background-size: cover;
  background-position: top 0 center;
}
footer .wrapper {
  width: 1080px;
  margin: 0 auto;
}
footer .wrapper .msg_en {
  width: 270px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 5px;
  margin-top: 25px;
}
footer .wrapper .t02 {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
footer .wrapper .btn_contact {
  width: 518px;
  display: block;
  border: 1px solid #fff;
  margin: 50px auto 0;
  padding: 35px 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .wrapper .btn_contact:hover {
  opacity: 1;
  background-color: #fff;
}
footer .wrapper .btn_contact:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
footer .wrapper .btn_contact img {
  width: 178.75px;
  display: block;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .wrapper .mainmenubox {
  width: 1100px;
  margin: 200px auto 0;
  position: relative;
}
footer .wrapper .mainmenubox .logobox .logo02 {
  width: 150px;
}
footer .wrapper .mainmenubox .logobox .info {
  display: block;
}
footer .wrapper .mainmenubox .menucontents .otherlink {
  margin-top: 150px;
  padding-bottom: 0;
}
footer .wrapper .mainmenubox .menucontents .otherlink dd {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 0.15em;
  }
  header.spmenu_opened .spmenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .wrapper .logo {
    width: 50px;
    display: block;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 26.5px;
    left: 15px;
  }
  header .wrapper .logo h1 img {
    width: 100%;
  }
  header .wrapper .logo h1 img.top_logo {
    display: none;
  }
  header .wrapper .logo h1 img.common_logo {
    display: block;
  }
  header .ham {
    width: 30px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    left: auto;
    cursor: pointer;
  }
  header .ham img {
    width: 100%;
  }
  header .ham img.top_ham {
    display: none;
  }
  header .ham img.common_ham {
    display: block;
  }
  header .ham:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header .spmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    height: 100vh;
    background-image: url(../images/bg_spmenu.jpg);
    background-size: cover;
    background-position: center center;
    padding: 15px 20px 40px;
    z-index: 1000;
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
    -webkit-transform: translateY(-110vh);
            transform: translateY(-110vh);
  }
  header .spmenu .close {
    width: 25px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  header .spmenu .close:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .mainmenubox {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .mainmenubox .logobox {
    width: 100%;
  }
  .mainmenubox .logobox .logo02 {
    width: 120px;
    display: block;
    margin: 0 auto;
    display: none;
  }
  .mainmenubox .logobox .logo02 img {
    width: 100%;
    display: block;
  }
  .mainmenubox .logobox .info {
    font-size: 13px;
    color: #fff;
    padding: 0;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.8;
    display: none;
  }
  .mainmenubox .menucontents {
    width: 100%;
    margin-top: 40px;
  }
  .mainmenubox .menucontents .menulist01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 20px;
  }
  .mainmenubox .menucontents .menulist01 .menudetail {
    width: calc(50% - 10px) !important;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl {
    text-align: center;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl + dl {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl dt {
    padding-bottom: 3px;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl dt a,
  .mainmenubox .menucontents .menulist01 .menudetail dl dt span {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl dd {
    line-height: 1.6;
  }
  .mainmenubox .menucontents .menulist01 .menudetail dl dd a {
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .mainmenubox .menucontents .otherlink {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-top: 30px;
  }
  .mainmenubox .menucontents .otherlink dt ul {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .mainmenubox .menucontents .otherlink dt ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #fff;
    padding-bottom: 3px;
  }
  .mainmenubox .menucontents .otherlink dt ul li:first-child {
    padding-left: 0;
  }
  .mainmenubox .menucontents .otherlink dt ul li:last-child {
    padding-right: 0;
    border: none;
  }
  .mainmenubox .menucontents .otherlink dt ul li + li {
    margin-left: 0;
  }
  .mainmenubox .menucontents .otherlink dt ul li a {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .mainmenubox .menucontents .otherlink dd {
    width: 110px;
    margin: 20px auto 0;
  }
  .mainmenubox .menucontents .otherlink dd ul {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainmenubox .menucontents .otherlink dd ul li.li01 {
    width: 19px;
  }
  .mainmenubox .menucontents .otherlink dd ul li.li02 {
    width: 12px;
  }
  .mainmenubox .menucontents .otherlink dd ul li.li03 {
    width: 20px;
  }
  .mainmenubox .menucontents .otherlink dd ul li a {
    width: 100%;
    display: block;
  }
  .mainmenubox .menucontents .otherlink dd ul li a img {
    width: 100%;
    display: block;
  }
  main {
    padding-bottom: 250px;
    position: relative;
    z-index: 1;
  }
  main section {
    position: relative;
  }
  main section.ttl_section .wrapper .mainttl {
    background-image: url(../images/dummy.jpg);
    background-size: cover;
    background-position: center center;
    height: 110px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.ttl_section .wrapper .mainttl h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    padding-left: 5px;
  }
  main section.ttl_section .wrapper .page_info {
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px 35px;
  }
  main section.ttl_section .wrapper .page_info .msg_en {
    display: block;
    height: 20px;
    margin: 0 auto;
  }
  main section.ttl_section .wrapper .page_info .t01 {
    margin: 12px auto 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
  }
  main section.ttl_section .wrapper .page_info .t02 {
    max-width: 100%;
    margin-top: 18px;
    font-size: 13px;
    line-height: 2;
  }
  footer {
    margin-top: -170px;
    position: relative;
    z-index: 2;
    padding: max(20vw, 170px) 0 45px;
    background-image: url(../images/bg_footer.webp);
    background-size: cover;
    background-position: top 0 center;
  }
  footer .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  footer .wrapper .msg_en {
    width: 189px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 15px;
    letter-spacing: 4px;
    margin-top: 15px;
  }
  footer .wrapper .t02 {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.8;
  }
  footer .wrapper .btn_contact {
    width: 280px;
    display: block;
    border: 1px solid #fff;
    margin: 35px auto 0;
    padding: 20px 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  footer .wrapper .btn_contact:hover {
    opacity: 1;
    background-color: #fff;
  }
  footer .wrapper .btn_contact:hover img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  footer .wrapper .btn_contact img {
    width: 178.75px;
    display: block;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  footer .wrapper .mainmenubox {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  footer .wrapper .mainmenubox .logobox .logo02 {
    width: 100px;
    display: block;
  }
  footer .wrapper .mainmenubox .logobox .info {
    display: block;
  }
  footer .wrapper .mainmenubox .logobox .info a {
    text-decoration: none;
    color: #fff;
  }
  footer .wrapper .mainmenubox .menucontents .otherlink {
    margin-top: 0;
    margin-top: 30px;
  }
  footer .wrapper .mainmenubox .menucontents .otherlink dd {
    margin: 25px auto 0;
    position: static;
  }
}