@charset "UTF-8";
/**
* 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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "Hiragino Sans", 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: 1200px;
}

.dummy_green {
  color: #0f0 !important;
  word-break: break-all;
}

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

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

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  z-index: 100000;
}
header .wrapper {
  height: 100px;
  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;
  min-width: 1120px;
  max-width: calc(100% - 220px);
  margin: 0 auto;
  padding-right: 40px;
}
header .wrapper .logo {
  width: 100px;
  display: block;
}
header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 100px);
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
}
header .wrapper .gnav ul li.haschild {
  position: relative;
}
header .wrapper .gnav ul li.haschild:hover .children {
  display: block;
}
header .wrapper .gnav ul li.haschild .children {
  width: 410px;
  position: absolute;
  top: 30px;
  right: -500px;
  left: -500px;
  margin: 0 auto;
  padding-top: 45px;
  display: none;
}
header .wrapper .gnav ul li.haschild .children .box {
  background-color: #f5f5f5;
  padding: 10px 0 10px 20px;
  text-align: left;
}
header .wrapper .gnav ul li.haschild .children .box p + p {
  margin-top: 2px;
}
header .wrapper .gnav ul li.haschild .children .box p a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  padding: 3px 1px;
}
header .wrapper .gnav ul li.haschild .children .box p a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
  color: #ff5152;
  border-bottom: 2px solid #ff5152;
  cursor: pointer;
}
header .wrapper .gnav ul li .mainmenu {
  display: block;
  padding: 3px 1px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
header .wrapper .gnav ul li .mainmenu:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
  color: #ff5152;
  border-bottom: 2px solid #ff5152;
  cursor: pointer;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  margin-top: 100px;
}
main section.ttlsection .wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 65px 0 100px;
}
main section.ttlsection .wrapper h2 {
  font-size: 12px;
  font-weight: bold;
}
main section.ttlsection .wrapper .t01 {
  font-size: 50px;
  letter-spacing: 0;
  margin-top: 10px;
}
main section.ttlsection .wrapper .t01::first-letter {
  color: #ff5152;
}

footer {
  margin-top: 100px;
}
footer .wrapper .contactbox {
  background-color: #f5f5f5;
}
footer .wrapper .contactbox .inner {
  padding: 90px 0;
  width: 1160px;
  margin: 0 auto;
  background-image: url(../images/bg_contact_us.svg);
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  background-position: auto 100%;
  position: relative;
}
footer .wrapper .contactbox .inner .t01 {
  font-size: 46px;
  letter-spacing: 0;
  text-align: center;
}
footer .wrapper .contactbox .inner .t01::first-letter {
  color: #ff5152;
}
footer .wrapper .contactbox .inner .t02 {
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  font-weight: bold;
  margin-top: 20px;
}
footer .wrapper .contactbox .inner .btn {
  width: 80px;
  height: 80px;
  display: block;
  text-decoration: none;
  background-color: #ff5152;
  border: 1px solid #ff5152;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 70px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -40px;
}
footer .wrapper .contactbox .inner .btn:hover {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer .wrapper .contactbox .inner .btn:hover img.arrow0101 {
  opacity: 0;
}
footer .wrapper .contactbox .inner .btn:hover img.arrow0102 {
  opacity: 1;
}
footer .wrapper .contactbox .inner .btn img {
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -13px auto 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .wrapper .contactbox .inner .btn img.arrow0101 {
  opacity: 1;
}
footer .wrapper .contactbox .inner .btn img.arrow0102 {
  opacity: 0;
}
footer .wrapper .contactbox .inner .btn img.arrow0101_sp {
  opacity: 1;
  display: none;
}
footer .wrapper .bottombox {
  background-color: #000;
}
footer .wrapper .bottombox .inner {
  width: 1160px;
  margin: 0 auto;
  padding: 100px 0 80px;
  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;
}
footer .wrapper .bottombox .inner .info_dl {
  width: 240px;
}
footer .wrapper .bottombox .inner .info_dl dt a {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .inner .info_dl dt a img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .inner .info_dl dd {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0;
  margin-top: 35px;
}
footer .wrapper .bottombox .inner .menubox {
  width: calc(100% - 240px);
  position: relative;
}
footer .wrapper .bottombox .inner .menubox .ul01 {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
footer .wrapper .bottombox .inner .menubox .ul01 li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
footer .wrapper .bottombox .inner .menubox .ul01 li.li01 {
  width: 140px;
}
footer .wrapper .bottombox .inner .menubox .ul01 li.li02 {
  width: 150px;
}
footer .wrapper .bottombox .inner .menubox .ul01 li.li03 {
  width: 385px;
}
footer .wrapper .bottombox .inner .menubox .ul01 li.li04 {
  width: 75px;
  text-align: right;
}
footer .wrapper .bottombox .inner .menubox .ul01 li dl dt .en {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
footer .wrapper .bottombox .inner .menubox .ul01 li dl dt.haschild {
  pointer-events: none;
}
footer .wrapper .bottombox .inner .menubox .ul01 li dl dd {
  margin-top: 10px;
}
footer .wrapper .bottombox .inner .menubox .ul01 li dl dd p {
  margin-top: 7px;
}
footer .wrapper .bottombox .inner .menubox .ul01 li dl dd p a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
}
footer .wrapper .bottombox .inner .menubox .ul02 {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
footer .wrapper .bottombox .inner .menubox .ul02 li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
footer .wrapper .bottombox .inner .menubox .ul02 li.li01 {
  width: 140px;
}
footer .wrapper .bottombox .inner .menubox .ul02 li.li02 {
  width: 150px;
}
footer .wrapper .bottombox .inner .menubox .ul02 li.li03 {
  width: 385px;
}
footer .wrapper .bottombox .inner .menubox .ul02 li.li04 {
  width: 75px;
  text-align: right;
}
footer .wrapper .bottombox .inner .menubox .ul02 li dl dt a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
footer .wrapper .bottombox .inner .menubox .ul02 li dl dd {
  margin-top: 10px;
}
footer .wrapper .bottombox .inner .menubox .ul02 li dl dd p {
  margin-top: 7px;
}
footer .wrapper .bottombox .inner .menubox .ul02 li dl dd p a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
}
footer .wrapper .bottombox .inner .menubox .btn_privacy {
  width: 160px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -40px;
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 12px;
  padding: 17px 0;
  border-radius: 24px;
  font-weight: bold;
  border: 1px solid #000;
}
footer .wrapper .bottombox .inner .menubox .btn_privacy:hover {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  opacity: 1;
}
footer .wrapper .bottombox .copy {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 23px 0;
  margin-top: 30px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #fff;
    z-index: 100000;
    /*ボタン内側*/
    /*activeクラスが付与されると線が回転して×に*/
  }
  header .wrapper {
    height: 50px;
    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;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  header .wrapper .logo {
    width: 50px;
    display: block;
  }
  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .ham {
    cursor: pointer;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 16.5px;
    right: 25px;
    display: block;
  }
  header .ham span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 2px;
    width: 100%;
    background-color: #ff5152;
  }
  header .ham span:nth-of-type(1) {
    top: 0;
  }
  header .ham span:nth-of-type(2) {
    top: 50%;
    margin-top: -0.5px;
  }
  header .ham span:nth-of-type(3) {
    bottom: 0;
  }
  header .ham.active span:nth-of-type(1) {
    top: 0;
    left: 0;
    -webkit-transform: translateY(6px) rotate(-42deg);
            transform: translateY(6px) rotate(-42deg);
    width: 22px;
    margin-top: 2px;
    margin-left: -1px;
  }
  header .ham.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .ham.active span:nth-of-type(3) {
    margin-top: 14.5px;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-6px) rotate(42deg);
            transform: translateY(-6px) rotate(42deg);
    width: 22px;
    left: -1px;
  }
  header .spmenu {
    position: absolute;
    background-color: #fff;
    top: 50px;
    height: 100vh;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid #ff5152;
  }
  header .spmenu .spwrapper ul li.haschild .mainmenu {
    pointer-events: none;
  }
  header .spmenu .spwrapper ul li .mainmenu {
    display: block;
    padding: 8px 5px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
  }
  header .spmenu .spwrapper ul li .children {
    margin-top: -5px;
    display: none;
  }
  header .spmenu .spwrapper ul li .children p {
    text-align: center;
    padding-bottom: 15px;
  }
  header .spmenu .spwrapper ul li .children p a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    display: block;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main {
    margin-top: 50px;
  }
  main section.ttlsection .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px 25px;
  }
  main section.ttlsection .wrapper h2 {
    font-size: 10px;
    font-weight: bold;
  }
  main section.ttlsection .wrapper .t01 {
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 13px;
  }
  main section.ttlsection .wrapper .t01::first-letter {
    color: #ff5152;
  }
  footer {
    margin-top: 90px;
  }
  footer .wrapper .contactbox {
    background-color: #f5f5f5;
  }
  footer .wrapper .contactbox .inner {
    padding: 25px 0 90px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/bg_contact_us_sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  footer .wrapper .contactbox .inner .t01 {
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  footer .wrapper .contactbox .inner .t01::first-letter {
    color: #ff5152;
  }
  footer .wrapper .contactbox .inner .t02 {
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    font-weight: bold;
    margin-top: 12px;
  }
  footer .wrapper .contactbox .inner .btn {
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    background-color: #ff5152;
    border: 1px solid #ff5152;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    border-radius: 70px;
    position: absolute;
    top: auto;
    right: 60px;
    bottom: 30px;
    margin-top: 0;
  }
  footer .wrapper .contactbox .inner .btn:hover {
    opacity: 1;
    background-color: #ff5152;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer .wrapper .contactbox .inner .btn:hover img.arrow0101 {
    opacity: 0;
  }
  footer .wrapper .contactbox .inner .btn:hover img.arrow0102 {
    opacity: 1;
  }
  footer .wrapper .contactbox .inner .btn img {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -6.5px auto 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  footer .wrapper .contactbox .inner .btn img.arrow0101 {
    opacity: 1;
    display: none;
  }
  footer .wrapper .contactbox .inner .btn img.arrow0102 {
    opacity: 0;
    display: none;
  }
  footer .wrapper .contactbox .inner .btn img.arrow0101_sp {
    opacity: 1;
    display: block;
  }
  footer .wrapper .bottombox {
    background-color: #000;
  }
  footer .wrapper .bottombox .inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 55px;
    display: block;
  }
  footer .wrapper .bottombox .inner .info_dl {
    width: 100%;
  }
  footer .wrapper .bottombox .inner .info_dl dt {
    width: 120px;
  }
  footer .wrapper .bottombox .inner .info_dl dt a {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .inner .info_dl dt a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .inner .info_dl dd {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  footer .wrapper .bottombox .inner .menubox {
    width: 100%;
    position: relative;
    margin-top: 27px;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: auto !important;
    margin-right: 0;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li:last-child {
    margin-right: 0;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li.li01 dt {
    position: absolute;
    top: 0;
    left: 25px;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li.li02 dt {
    position: absolute;
    top: 0;
    left: 100px;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li.li03 dt {
    position: absolute;
    top: 0;
    left: 175px;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li.li04 dt {
    position: absolute;
    top: 0;
    left: 260px;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dt.haschild {
    pointer-events: all;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dt.haschild a {
    pointer-events: none;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dt.haschild.opened .en::after {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #fff;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dt .en {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dt .en::after {
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
  }
  footer .wrapper .bottombox .inner .menubox .ul01 li dl dd {
    display: none;
    margin-top: 0;
    height: 90px;
    padding-top: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
  }
  footer .wrapper .bottombox .inner .menubox .ul02 {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  footer .wrapper .bottombox .inner .menubox .ul02 li {
    display: none;
    width: 100% !important;
  }
  footer .wrapper .bottombox .inner .menubox .ul02 li dl dd {
    margin-top: 0;
    padding-top: 25px;
    margin-left: 0;
    margin-bottom: 0px;
  }
  footer .wrapper .bottombox .inner .menubox .btn_privacy {
    width: 100px;
    display: block;
    text-decoration: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -65px;
    font-size: 12px;
    text-align: center;
    color: #000;
    line-height: 12px;
    padding: 9px 0;
    border-radius: 24px;
    font-weight: bold;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox .copy {
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 18px 0;
    margin-top: 30px;
  }
}