/**
* 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: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
  scroll-padding-top: 100px;
}

/*
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: 1280px;
}

.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.05em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 1000000000;
  background-color: #fff;
}
header .wrapper {
  width: 100%;
  height: 100px;
  padding: 0 130px 0 40px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .logo {
  width: 480px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .btn_list {
  width: 470px;
  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;
}
header .wrapper .btn_list li {
  display: inline-block;
}
header .wrapper .btn_list li a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 22px 25px;
  border-radius: 15px;
}
header .wrapper .btn_list li a.btn_touroku {
  width: 210px;
  background-color: #ed6504;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 20px auto;
  background-position: center right 25px;
  background-repeat: no-repeat;
}
header .wrapper .btn_list li a.btn_member {
  width: 236px;
  background-color: #000;
  text-align: right;
  background-image: url(../images/icon_lock01.svg);
  background-size: 20px auto;
  background-position: center left 25px;
  background-repeat: no-repeat;
}
header .ham {
  width: 61px;
  display: block;
  position: absolute;
  top: 24px;
  right: 40px;
  cursor: pointer;
}
header .spmenu {
  width: 400px;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 0 20px;
  padding: 30px 40px 40px;
  top: 100px;
  right: 0;
  z-index: 10000;
  display: none;
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.05);
}
header .spmenu .spwrapper {
  z-index: 10000000;
}
header .spmenu .spwrapper .menulist li {
  border-bottom: 1px solid #d9d9d9 !important;
}
header .spmenu .spwrapper .menulist li + li {
  margin-top: 15px;
}
header .spmenu .spwrapper .menulist li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 15px 0;
}
header .spmenu .close {
  width: 100px;
  padding: 10px 0;
  border-radius: 10px;
  margin: 30px auto 0;
  color: #000 !important;
  background-color: #eee !important;
  text-align: center;
  line-height: 100%;
  font-size: 17px;
  cursor: pointer;
}

main {
  padding-top: 100px;
  padding-bottom: 150px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -99px;
  left: 0;
}
main section.ttl_section {
  background-image: url(../images/bg_ttl_section.jpg);
  background-size: cover;
  background-position: center center;
}
main section.ttl_section .wrapper {
  width: 1200px;
  height: 210px;
  margin: 0 auto;
  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 .ttl_en {
  width: 282px;
  display: block;
}
main section.ttl_section .wrapper h2 {
  width: 280px;
  text-align: right;
  margin-top: 25px;
}
main section.ttl_section .wrapper h2 span {
  font-size: 14px;
  display: inline-block;
  position: relative;
  line-height: 100%;
}
main section.ttl_section .wrapper h2 span::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ed6504;
  position: absolute;
  top: 7px;
  left: -65px;
}
main section.bc .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
}
main section.bc .wrapper ul {
  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.bc .wrapper ul li {
  margin-right: 25px;
}
main section.bc .wrapper ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
main section.bc .wrapper ul li img {
  width: 7px;
  margin-top: 1px;
  display: block;
}
footer {
  background-color: #000;
  padding: 80px 0;
}
footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}
footer .wrapper .t01 a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
footer .wrapper .t01 a span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
footer .wrapper .tel {
  margin-top: 15px;
}
footer .wrapper .tel a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  pointer-events: none;
}
footer .wrapper .tel a img {
  width: 48px;
  vertical-align: top;
  margin-right: 8px;
}
footer .wrapper .t02 {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
footer .wrapper .footernavlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 48px;
}
footer .wrapper .footernavlist li a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  /* padding: 10px 18px; */
}
/* ------------------------------
 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: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 1000000000;
    background-color: #fff;
  }
  header .wrapper {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .wrapper .logo {
    width: 200px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .btn_list {
    display: none;
  }
  header .wrapper .btn_list li {
    display: inline-block;
  }
  header .wrapper .btn_list li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 22px 25px;
    border-radius: 15px;
  }
  header .wrapper .btn_list li a.btn_touroku {
    width: 210px;
    background-color: #ed6504;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 20px auto;
    background-position: center right 25px;
    background-repeat: no-repeat;
  }
  header .wrapper .btn_list li a.btn_member {
    width: 236px;
    background-color: #000;
    text-align: right;
    background-image: url(../images/icon_lock01.svg);
    background-size: 20px auto;
    background-position: center left 25px;
    background-repeat: no-repeat;
  }
  header .ham {
    width: 36px;
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
  }
  header .spmenu {
    width: 100%;
    min-width: 375px;
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    padding: 20px 20px 20px;
    top: 50px;
    right: auto;
    left: 0;
    z-index: 10000;
    display: none;
    -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.05);
            box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.05);
  }
  header .spmenu .spwrapper {
    z-index: 10000000;
  }
  header .spmenu .spwrapper .menulist li {
    border-bottom: 1px solid #ed6504;
  }
  header .spmenu .spwrapper .menulist li + li {
    margin-top: 5px;
  }
  header .spmenu .spwrapper .menulist li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px 0;
  }
  header .spmenu .spwrapper .btn_list {
    text-align: center;
    margin-top: 20px;
  }
  header .spmenu .spwrapper .btn_list li {
    display: inline-block;
  }
  header .spmenu .spwrapper .btn_list li + li {
    margin-left: 10px;
  }
  header .spmenu .spwrapper .btn_list li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 10px;
  }
  header .spmenu .spwrapper .btn_list li a.btn_touroku {
    width: 140px;
    background-color: #ed6504;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 14px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
    text-align: left;
  }
  header .spmenu .spwrapper .btn_list li a.btn_member {
    width: 160px;
    background-color: #000;
    text-align: right;
    background-image: url(../images/icon_lock01.svg);
    background-size: 14px auto;
    background-position: center left 15px;
    background-repeat: no-repeat;
  }
  header .spmenu .close {
    width: 80px;
    padding: 8px 0;
    margin: 30px auto 0;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    cursor: pointer;
  }
  main {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -49px;
    left: 0;
  }
  main section.ttl_section {
    background-image: url(../images/bg_ttl_section.jpg);
    background-size: cover;
    background-position: center right 0;
  }
  main section.ttl_section .wrapper {
    width: 100%;
    padding: 0 20px;
    height: 100px;
    margin: 0 auto;
    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 .ttl_en {
    width: 141px;
    display: block;
  }
  main section.ttl_section .wrapper h2 {
    width: 141px;
    text-align: right;
    margin-top: 10px;
  }
  main section.ttl_section .wrapper h2 span {
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 100%;
  }
  main section.ttl_section .wrapper h2 span::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ed6504;
    position: absolute;
    top: 6px;
    left: -45px;
  }
  main section.bc {
    display: none;
  }
  footer {
    background-color: #000;
    padding: 40px 20px;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .wrapper .t01 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
  }
  footer .wrapper .t01 a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  footer .wrapper .tel {
    margin-top: 15px;
  }
  footer .wrapper .tel a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    pointer-events: all;
  }
  footer .wrapper .tel a img {
    width: 36px;
    vertical-align: top;
    margin-right: 5px;
  }
  footer .wrapper .t02 {
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
  }
  footer .wrapper .footernavlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin-top: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .wrapper .footernavlist li {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    /* padding: 16px 8px; */
  }
  footer .wrapper .footernavlist li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .wrapper .footernavlist li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 16px 8px;
  }
}