@charset "UTF-8";
.device-sp br.pc {
  display: none;
}
.device-sp br:not(.device-sp) {
  display: none;
}
.device-pc br.sp {
  display: none;
}

a {
  color: #1a1a1a;
}
#contents a {
  color: #b26118;
}
#contents a.btn-primary {
  background-color: #262626;
  color: #FFF;
  font-weight: bold;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  line-height: 1;
}
#contents a.btn-primary i.arrow {
  margin-left: 20px;
}

html[lang=ja] a[lang=ja] {
  opacity: 1;
  cursor: default;
}
html[lang=ja] a[lang=en] {
  opacity: 0.4;
}
html [lang=en] a[lang=ja] {
  opacity: 0.4;
}
html [lang=en] a[lang=en] {
  opacity: 1;
  cursor: default;
}

i.arrow {
  font-weight: normal;
  line-height: 1;
}
i.arrow::after {
  content: ">";
}

.ua-desktop .btn-primary:not(.disabled):hover {
  background-color: #ff8e1f !important;
  color: #1a1a1a !important;
  opacity: 1;
}

.device-pc img[role=device-sp] {
  display: none;
}
.device-sp img[role=device-pc] {
  display: none;
}

.device-sp header[role=extra] {
  padding: 8px 4px;
  background: #ff8e1f;
}
.device-sp header[role=extra] h1 {
  top: 14px;
  left: calc(50% - 69px);
  width: 138px;
}
.device-sp header[role=extra] section ul li:nth-child(1) {
  margin-left: 0;
}
.device-sp header[role=extra] section ul li ::before {
  color: #1a1a1a;
}
.device-sp header[role=extra] section ul li a.icon-cart::before {
  margin: 0;
}
.device-sp header[role=extra] section ul li i::before {
  background: #ff8e1f;
}
.device-pc header[role=extra] {
  background-color: #ff8e1f;
}
.device-pc header[role=extra] h1 {
  width: 19.7em;
  bottom: 0.9em;
}
.device-pc header[role=extra] > ul {
  margin-left: -25em;
  display: flex;
}
.device-pc header[role=extra] > ul li a {
  font-weight: bold;
  font-size: 120%;
}
.device-pc header[role=extra] > ul li + li {
  display: flex;
  align-items: center;
}
.device-pc header[role=extra] > ul li + li::before {
  content: "";
  display: block;
  border-left: 1px solid #1a1a1a;
  height: 1em;
  margin: 0 1em;
}
.device-pc header[role=extra] section > ul li a {
  color: #1a1a1a;
}
.device-pc header[role=extra] section > ul li:nth-child(3) a {
  position: relative;
  width: 4em;
  height: 4em;
  overflow: hidden;
  font-size: 10px;
}
.device-pc header[role=extra] section > ul li:nth-child(3) ::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
.device-pc header[role=extra] section > ul li:nth-child(3) ~ li ::before {
  color: #1a1a1a;
}
.device-pc header[role=extra] section > ul li:nth-child(3) ~ li a.mdi-heart:before {
  margin-left: 0;
  font-size: 20px;
}
.device-pc header[role=extra] section > ul li:nth-child(3) ~ li a.icon-cart:before {
  margin-left: 0;
}
.device-pc header[role=extra] section > ul li:last-child a i::before {
  background-color: #ff8e1f;
}

.device-pc header[role=extra] {
  height: 5.6em;
}
.device-pc header[role=extra] section > ul li:nth-child(3) ::before {
  font-size: 20px;
}

html[lang=en] body.state-drawer header[role=extra] section a.btn-drawer i + i {
  opacity: 1;
  filter: none;
}
html[lang=en] #page {
  position: relative;
  padding-top: 5.6em;
}
html[lang=en] header[role=extra] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  box-sizing: content-box;
  width: 100%;
  min-width: 100em;
  overflow: hidden;
  background: #ff8e1f;
}
html[lang=en] header[role=extra]::before {
  content: "";
  display: block;
  height: 5.6em;
}
html[lang=en] header[role=extra] h1 {
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  display: table;
  width: 19.7em;
  margin-left: -48em;
}
html[lang=en] header[role=extra] h1 img {
  width: 100%;
}
html[lang=en] header[role=extra] section {
  position: absolute;
  right: 50%;
  bottom: .8em;
  margin-right: -48em;
}
html[lang=en] header[role=extra] section > ul {
  display: table;
}
html[lang=en] header[role=extra] section > ul li {
  display: table-cell;
  vertical-align: middle;
}
html[lang=en] header[role=extra] section > ul li + li {
  padding-left: 1.6em;
}
html[lang=en] header[role=extra] section > ul li a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  cursor: pointer;
}
html[lang=en] header[role=extra] section > ul li:nth-child(3) ~ li a {
  position: relative;
  width: 4em;
  height: 4em;
  overflow: hidden;
  font-size: 10px;
  color: #1a1a1a;
}
html[lang=en] header[role=extra] section > ul li:nth-child(3) ~ li ::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
html[lang=en] header[role=extra] section > ul li:last-child {
  width: 8em !important;
}
html[lang=en] header[role=extra] section > ul li:last-child a i::before {
  background: #ff8e1f;
}
html[lang=en] header[role=extra] section > ul li:last-child a i + i::before {
  opacity: 0;
  transition: opacity .45s;
}
html[lang=en] header[role=extra] > ul {
  position: absolute;
  bottom: 1.8em;
  left: 50%;
  margin-left: -25em;
}
html[lang=en].device-sp header[role=extra] {
  min-width: 0;
  box-sizing: border-box;
  height: 56px;
}
html[lang=en].device-sp header[role=extra]::before, html[lang=en].device-sp header[role=extra]::after {
  content: "";
  display: table;
  height: auto;
}
html[lang=en].device-sp header[role=extra]::after {
  clear: both;
}
html[lang=en].device-sp header[role=extra] h1 {
  width: 16.1em;
  margin-left: -10em;
}
html[lang=en].device-sp header[role=extra] section {
  position: static;
  right: auto;
  bottom: auto;
  margin-right: 0;
}
html[lang=en].device-sp header[role=extra] section > ul {
  width: 100%;
}
html[lang=en].device-sp header[role=extra] section > ul li {
  float: right;
}
html[lang=en].device-sp header[role=extra] section > ul li:nth-child(3) {
  float: left;
  width: auto !important;
  padding-left: 0;
}
html[lang=en].device-sp header[role=extra] section > ul li:last-child a i + i::before {
  opacity: 1;
}
html[lang=en].device-sp header[role=extra] section ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  transition: opacity .45s;
}
html[lang=en].device-sp header[role=extra] section ul li a.mdi-heart {
  margin-right: 0;
}
html[lang=en].device-sp header[role=extra] section ul li a.mdi-heart::before {
  font-size: 20px;
}
html[lang=en].device-sp header[role=extra] section ul li i::before {
  background: #ff8e1f;
}
html[lang=en].device-sp header[role=extra] section ul li i + i {
  opacity: 0;
  transition: opacity .45s;
}
html[lang=en].device-sp header[role=extra] section ul li ::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}

#main-image {
  position: fixed;
  z-index: -1;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 0;
  transition: opacity 1s;
  display: flex;
  align-items: stretch;
}
#main-image.show {
  opacity: 1;
}
#main-image div:nth-of-type(1) {
  background: url(../images/ph_main_l.jpg) no-repeat center top;
  background-size: cover;
}
#main-image div:nth-of-type(2) {
  background: no-repeat center center;
  background-color: #ff8e1f;
}
html[lang=ja] #main-image div:nth-of-type(2) {
  background-image: url(../ja/images/logo3.svg);
  background-size: 56.15942%;
}
html[lang=en] #main-image div:nth-of-type(2) {
  background-image: url(../en/images/logo3.svg);
  background-size: 78.62319%;
}
#main-image div:nth-of-type(3) {
  background: url(../images/ph_main_r.jpg) no-repeat center top;
  background-size: cover;
}
.device-sp #main-image {
  flex-direction: column;
}
.device-sp #main-image div:nth-of-type(1) {
  width: 100%;
  height: 50vh;
}
.device-sp #main-image div:nth-of-type(2) {
  position: absolute;
  width: 87.5vw;
  height: 87.5vw;
  background-size: 56.42857%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.device-sp #main-image div:nth-of-type(3) {
  width: 100%;
  height: 50vh;
}
.device-pc #main-image div:nth-of-type(1) {
  width: 30.28571%;
}
.device-pc #main-image div:nth-of-type(2) {
  width: 39.42857%;
  background-size: 56.15942%;
  background-color: #ff8e1f;
}
.device-pc #main-image div:nth-of-type(3) {
  background: url(../images/ph_main_r.jpg) no-repeat center top;
  background-size: cover;
  width: 30.28571%;
}

#contents {
  width: 100%;
  margin-top: calc(100vh - 56px);
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents a.btn-primary {
  transition: background .3s, color .3s;
}
#contents a.btn-primary:hover span {
  opacity: 1;
}
#contents > header {
  background-color: rgba(255, 255, 255, 0.97);
}
#contents > header > div {
  background: transparent no-repeat 12.6em 10em;
  margin: 0 auto;
}
html[lang=ja] #contents > header > div {
  background-image: url(../ja/images/logo2.svg);
}
html[lang=en] #contents > header > div {
  background-image: url(../en/images/logo2.svg);
}
#contents > header p {
  font-weight: bold;
}
#contents > header .buy-now {
  margin-top: 40px;
}
#contents > header .buy-now a {
  font-size: 180%;
  max-width: 340px;
}
#contents > header .buy-now a span {
  font-size: 150%;
  margin-right: 10px;
  line-height: 1;
}
#contents > header .buy-now a span::before {
  vertical-align: top;
}
#contents > header .buy-now a i.arrow {
  font-size: 16px;
}
#contents > section {
  background-color: #FFF;
}
#contents > section > section {
  display: flex;
}
#contents > section > h3 {
  text-align: center;
}
.device-sp #contents {
  padding: 0;
}
.device-sp #contents > header {
  padding: 0;
}
.device-sp #contents > header > div {
  width: 100%;
  padding: 41.25% 7.5% 4em;
  background-position: center 10vw;
  background-size: 21.875%;
}
.device-sp #contents > header h2 {
  font-size: 330%;
  font-weight: normal;
  line-height: 1.36364;
  margin-bottom: 20px;
}
.device-sp #contents > header p {
  font-size: 180%;
  font-weight: normal;
  line-height: 1.88889;
}
.device-sp #contents > header .buy-now a {
  margin: 0 auto;
  max-width: 280px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.device-sp #contents > section > section {
  flex-direction: column;
}
.device-sp #contents > section + section {
  padding: 12.5% 0 12.5%;
}
.device-sp #contents > section > h3 {
  margin: 0 auto 12.5%;
  width: 62.5%;
  max-width: 320px;
}
.device-pc #contents > header > div {
  width: 960px;
  padding: 8.5em 0 10em 28.8em;
}
.device-pc #contents > header h2 {
  font-size: 400%;
  font-weight: normal;
}
.device-pc #contents > header p {
  font-size: 220%;
  font-weight: normal;
  line-height: 2;
}
.device-pc #contents > header .buy-now a {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.device-pc #contents > section + section {
  padding: 9em 0 7em;
}
.device-pc #contents > section > h3 {
  margin-bottom: 7.6em;
}
#contents #info {
  background-color: rgba(240, 240, 240, 0.97);
}
.state-no-info #contents #info {
  display: none;
}
#contents #info > div {
  position: relative;
  max-width: 96em;
  margin: 0 auto;
  border: 1px solid #333333;
  background-color: #FFF;
}
#contents #info > div h3 {
  border-bottom: 1px solid #333333;
  text-align: center;
  padding: 1.1em 0 .9em;
}
#contents #info > div ul li a {
  color: #1a1a1a;
}
#contents #info > div ul li a time {
  margin-right: 1em;
}
#contents #info > div ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#contents #info > div > a {
  font-size: 140%;
}
.device-sp #contents #info {
  padding: 4em 0;
}
.device-sp #contents #info > div {
  padding: 0 1em 1em 1em;
  width: 96.875%;
}
.device-sp #contents #info > div h3 img {
  width: 63.54167%;
  max-width: 200px;
  margin: auto;
}
.device-sp #contents #info > div ul {
  padding: 1em 0;
}
.device-sp #contents #info > div ul li a {
  font-size: 160%;
  line-height: 1.625;
}
.device-sp #contents #info > div ul li a time {
  display: block;
}
.device-sp #contents #info > div > a {
  text-align: right;
}
.device-pc #contents #info {
  padding: 10em 0;
}
.device-pc #contents #info > div {
  padding: 0 3em;
}
.device-pc #contents #info > div ul {
  padding: 2em 0;
}
.device-pc #contents #info > div ul li a {
  font-size: 180%;
}
.device-pc #contents #info > div ul li:last-child {
  padding-right: 10em;
}
.device-pc #contents #info > div > a {
  position: absolute;
  right: 2.14286em;
  bottom: 1.42857em;
}
#contents #products > section {
  align-items: center;
}
#contents #products > section > div img {
  width: 100%;
}
#contents #products > section > div h4 {
  font-weight: bold;
}
#contents #products > section > div > a {
  font-weight: bold;
  padding: 12.5px 0;
  margin-top: 20px;
}
#contents #products .lineup a {
  font-size: 210%;
  font-weight: bold;
  max-width: 494px;
  padding: 14.5px 0;
  margin: 70px auto 0;
}
.device-sp #contents #products > section {
  background-color: #FFF;
}
.device-sp #contents #products > section + section {
  margin-top: 6em;
}
.device-sp #contents #products > section > div:first-of-type {
  width: 100%;
}
.device-sp #contents #products > section > div:last-of-type {
  width: 100%;
  padding: 10px 6.25% 0;
}
.device-sp #contents #products > section > div h4 {
  font-size: 190%;
}
.device-sp #contents #products > section > div p {
  font-size: 160%;
  line-height: 26 / 16;
}
.device-sp #contents #products > section > div > a {
  font-size: 130%;
  max-width: 162px;
}
.device-sp #contents #products .lineup {
  padding: 3em 0;
  margin-top: 60px;
  background-color: #f0f0f0;
}
.device-sp #contents #products .lineup a {
  font-size: 130%;
  width: 90%;
  margin: 0 auto;
}
.device-pc #contents #products > section {
  background-color: #f0f0f0;
}
.device-pc #contents #products > section + section {
  margin-top: 7em;
}
.device-pc #contents #products > section > div:first-of-type {
  width: 60%;
  align-self: stretch;
}
.device-pc #contents #products > section > div:first-of-type img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.device-pc #contents #products > section > div:last-of-type {
  width: 40%;
  padding: 5% 5.71429%;
}
.device-pc #contents #products > section > div h4 {
  font-size: 260%;
}
.device-pc #contents #products > section > div p {
  font-size: 210%;
}
.device-pc #contents #products > section > div > a {
  font-size: 150%;
  max-width: 210px;
}
#contents #stories > section {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #FFF;
  max-width: 96em;
  margin: auto;
}
#contents #stories > section a:not(:nth-of-type(3n)) {
  margin-right: 4.5em;
}
#contents #stories > section a:nth-of-type(n + 4) {
  margin-top: 4.5em;
}
#contents #stories > section a > div {
  margin-bottom: 1.1em;
}
#contents #stories > section a img {
  width: 100%;
}
#contents #stories > section a h4 {
  color: #1a1a1a;
  margin-bottom: .5em;
  min-height: 2.77778em;
  display: flex;
  align-items: center;
}
#contents #stories > section a p {
  color: #1a1a1a;
}
.device-sp #contents #stories {
  padding-top: 0;
}
.device-sp #contents #stories > section {
  flex-direction: row;
  padding: 0 .6em;
}
.device-sp #contents #stories > section a {
  width: calc(50% - .8em);
  margin: 0 .4em;
}
.device-sp #contents #stories > section a h4 {
  font-size: 140%;
  line-height: 1.57143;
}
.device-sp #contents #stories > section a p {
  font-size: 140%;
  line-height: 1.57143;
}
.device-pc #contents #stories {
  border-top: 1px solid #ff8e1f;
  padding-bottom: 10em;
}
.device-pc #contents #stories > section a {
  width: 29em;
}
.device-pc #contents #stories > section a h4 {
  font-size: 180%;
  line-height: 1.38889;
}
.device-pc #contents #stories > section a p {
  font-size: 140%;
  line-height: 1.71429;
}

html[lang=en] #contents {
  font-family: Arial, ArialMT, Roboto, sans-serif;
}
html[lang=en] #contents > header h2 {
  font-family: Arial, ArialMT, Roboto, sans-serif;
  text-align: left;
}
html[lang=en] #contents > section > h3 {
  display: table;
  width: auto;
  margin: 0 auto;
}
html[lang=en] #contents #info > div h3 {
  font-size: 260%;
  line-height: 1.5;
  padding: 0;
}
html[lang=en].device-sp #contents > header h2 {
  font-size: 260%;
  font-weight: bold;
  line-height: 1.5;
}
html[lang=en].device-sp #contents > header p {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.55556;
}
html[lang=en].device-sp #contents > section > h3 {
  display: table;
  width: auto;
  font-size: 240%;
  line-height: 1.5;
  border-bottom: 4px solid #ff8e1f;
  margin-bottom: 11.5625%;
}
html[lang=en].device-pc #contents > header > div {
  padding: 8.5em 0 10em 20.6em;
  background-position: 4.6em 10em;
}
html[lang=en].device-pc #contents > header h2 {
  font-size: 280%;
  font-weight: bold;
  line-height: 1.5;
}
html[lang=en].device-pc #contents > header p {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.66667;
}
html[lang=en].device-pc #contents > header .buy-now a span {
  background-color: transparent;
  padding: 0;
}
html[lang=en].device-pc #contents > section > h3 {
  font-size: 380%;
  line-height: 1.26316;
  border-bottom: 5px solid #ff8e1f;
  margin-bottom: 80px;
}
html[lang=en].device-pc #contents #products > section > div:first-of-type {
  overflow: hidden;
  align-self: stretch;
}
html[lang=en].device-pc #contents #products > section > div:first-of-type img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html[lang=en].device-pc #contents #products > section > div:last-of-type {
  padding: 5% 5.71429%;
}
html[lang=en].device-pc #contents #products > section > div p {
  font-size: 180%;
  line-height: 1.55556;
}

#buy {
  position: fixed;
  z-index: 102;
  opacity: 0;
  transition: opacity 0.45s;
}
#buy a {
  display: flex;
  background-color: #ff8e1f;
  border: 2px solid #ff8e1f;
  color: #FFF;
  font-size: 140%;
  font-weight: bold;
}
#buy a > div {
  background: url(../images/buy.jpg) no-repeat center center;
  background-size: cover;
}
.device-sp #buy {
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #FFF;
}
.device-sp #buy a {
  flex-direction: row;
}
.device-sp #buy a div {
  width: 50%;
  height: 55px;
}
.device-sp #buy a p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.device-sp #buy a p::before {
  content: "\e900";
  font-family: techo2020;
  font-size: 150%;
  margin-right: 5px;
}
.device-pc #buy {
  width: 160px;
  bottom: 20px;
  right: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFF;
}
.device-pc #buy a {
  flex-direction: column;
}
.device-pc #buy a div {
  width: 100%;
  height: 80px;
  border-radius: 6px 6px 0 0;
}
.device-pc #buy a p {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.state-buynow #buy {
  opacity: 1;
}
.device-pc .state-buynow #buy a.btn-permeate:hover {
  opacity: 0.4;
}

#footer {
  background-color: #FFF;
}
#footer nav {
  display: flex;
}
#footer nav ul {
  display: flex;
}
#footer nav ul:last-of-type::before {
  content: attr(data-label);
}

.device-sp section[role=social] {
  padding: 0 16px;
}
.device-sp section[role=social] ul:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) {
  padding: 17px 0;
  border-bottom: 1px #d2d1d6 solid;
}
.device-sp section[role=social] ul:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) li + li {
  margin-top: 14px;
}
.device-sp section[role=social] ul:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) li a {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}
.device-sp section[role=social] ul:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) li a:before {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  color: #ff8e1f;
}
.device-sp section[role=social] ul:nth-last-of-type(2) {
  padding: 16px 0;
  border-bottom: 1px #d2d1d6 solid;
}
.device-sp section[role=social] ul:nth-last-of-type(2):before {
  content: attr(data-title) "";
  display: table-cell;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
  vertical-align: middle;
}
.device-sp section[role=social] ul:nth-last-of-type(2) li {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.device-sp section[role=social] ul:nth-last-of-type(2) li + li {
  padding-left: 8px;
}
.device-sp section[role=social] ul:nth-last-of-type(2) li a {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.device-sp section[role=social] ul:nth-last-of-type(2) li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #ff8e1f;
  transform: translate(-50%, -50%);
}
.device-pc section[role=social] > ul {
  width: 38em;
}
.device-pc section[role=social] > ul li a::before {
  color: #ff8e1f;
}
.device-pc section[role=social] > ul li + li {
  padding-left: 4em;
}
.device-pc section[role=social] > ul + ul {
  width: 26em;
}
.device-pc section[role=social] > div ul li a::before {
  color: #ff8e1f;
}
.device-pc section[role=social] > div ul li a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 1.6);
  transform-origin: 0 0;
  opacity: 0.01;
}
.device-sp section[role=bottom] {
  position: relative;
  height: 129px;
  background: #ff8e1f;
  padding-bottom: 55px;
}
.device-sp section[role=bottom] a {
  position: absolute;
  top: calc(50% - 27.5px);
  font-weight: 700;
  color: #fff;
  transform: translate(0, -50%);
}
.device-sp section[role=bottom] small {
  position: absolute;
  top: calc(50% - 27.5px);
  font-weight: 700;
  color: #FFF;
  transform: translate(0, -50%);
  left: 16px;
  font-size: 10px;
  line-height: 1.8;
}
.device-sp section[role=bottom] a {
  right: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.device-sp section[role=bottom] a:before {
  display: inline-block;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: top;
}
.device-pc section[role=bottom] {
  height: 210px;
  background-color: #ff8e1f;
}
.device-pc section[role=bottom] small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
.device-pc section[role=bottom] small {
  left: 50%;
  top: calc(50% - 55px);
  margin: -.75em 0 0 -39.67em;
}
.device-pc section[role=bottom] ul {
  display: flex;
  top: calc(50% - 55px - 0.9em);
  align-items: center;
}
.device-pc section[role=bottom] ul li a {
  font-weight: bold;
  font-size: 120%;
}
.device-pc section[role=bottom] ul li + li {
  display: flex;
  align-items: center;
}
.device-pc section[role=bottom] ul li + li::before {
  content: "";
  display: block;
  border-left: 1px solid #1a1a1a;
  height: 1em;
  margin: 0 1em;
}

#share {
  padding: 3.4em 0;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
}
#share > div {
  display: flex;
  width: auto;
}
#share > div ul::before {
  font-size: 140%;
}
#share > div ul li {
  padding-left: 2.5em;
}
#share > div ul li a {
  overflow: visible;
}
#share > div ul li a::before {
  font-size: 360%;
  color: #1a1a1a;
}
.device-sp #share {
  justify-content: flex-start;
  padding: 1.2em 1.6em;
}
.device-sp #share > div {
  display: flex;
  width: auto;
}
.device-sp #share > div ul {
  display: flex;
  align-items: center;
}
.device-sp #share > div ul::before {
  content: attr(data-title) "";
  font-weight: bold;
  font-size: 120%;
}
.device-sp #share > div ul li {
  padding-left: 2em;
}

#footer-share {
  background-color: #f0f0f0;
}

#footer-sitemap {
  background-color: #FFF;
}
#footer-sitemap > div {
  height: auto;
  background-color: #ff8e1f;
  padding: 2em 0 3em 0;
}
#footer-sitemap > div div, #footer-sitemap > div ul {
  position: static;
  transform: none;
  top: auto;
  left: auto;
}
#footer-sitemap > div div a, #footer-sitemap > div div small, #footer-sitemap > div ul a, #footer-sitemap > div ul small {
  color: #1a1a1a;
  width: auto;
}
#footer-sitemap > div ul li a {
  color: #1a1a1a;
  margin: 0;
}
#footer-sitemap > div > div {
  margin: 0 auto;
}
#footer-sitemap > div > div small {
  margin-right: 1em;
}
#footer-sitemap > div > div:first-of-type ul {
  display: flex;
  width: 100%;
}
#footer-sitemap > div > div:first-of-type ul li:nth-of-type(1) {
  margin-right: 3em;
}
#footer-sitemap > div > div:first-of-type ul li:nth-of-type(1) a {
  width: 18.3em;
}
#footer-sitemap > div > div:first-of-type ul li:nth-of-type(2) a {
  width: 13.3em;
}
#footer-sitemap > div > div:first-of-type ul li:nth-of-type(3) {
  margin-left: auto;
  margin-right: 0;
}
#footer-sitemap > div > div:first-of-type ul li:nth-of-type(3) a {
  font-size: 130%;
}
#footer-sitemap > div > div:last-of-type {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1a1a1a;
  padding-top: 1.6em;
  margin-top: 1em;
}
#footer-sitemap > div > div:last-of-type a {
  width: auto;
  margin: 0;
}
#footer-sitemap > div > div:last-of-type div a {
  width: 22.3em;
}
.device-sp #footer-sitemap {
  padding-top: 20px;
}
.device-sp #footer-sitemap > div {
  padding-bottom: 8em;
}
.device-sp #footer-sitemap > div > div {
  width: 93.75%;
  position: relative;
}
.device-sp #footer-sitemap > div > div:first-of-type ul {
  flex-direction: column;
}
.device-sp #footer-sitemap > div > div:first-of-type ul li:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 9px;
}
.device-sp #footer-sitemap > div > div:last-of-type {
  flex-direction: column;
  padding: 1.6em 1em 0 1em;
}
.device-sp #footer-sitemap > div > div:last-of-type div a {
  width: auto;
}
.device-sp #footer-sitemap > div > div small {
  margin-bottom: 20px;
}
.device-pc #footer-sitemap > div {
  padding-bottom: 14em;
}
.device-pc #footer-sitemap > div > div {
  width: 960px;
}

ul[role=sitemap] {
  display: flex;
}
ul[role=sitemap] a, ul[role=sitemap] span {
  color: #1a1a1a;
}
ul[role=sitemap] > li {
  display: flex;
  align-items: center;
  width: auto;
}
ul[role=sitemap] > li > span {
  font-weight: bold;
  margin-right: 30px;
}
ul[role=sitemap] > li > ul {
  display: flex;
}
ul[role=sitemap] > li > ul > li {
  border-top: 0 none;
}
ul[role=sitemap] > li > ul > li a {
  display: flex;
  align-items: center;
  font-weight: normal;
}
ul[role=sitemap] > li > ul > li a::before {
  background-color: #ff8e1f;
  border-radius: 50%;
  font-size: 120%;
  color: white;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul[role=sitemap] > li:nth-child(1) {
  margin-left: auto;
  margin-right: 0;
  border-right: 1px solid #1a1a1a;
}
ul[role=sitemap] > li:nth-child(1) > ul > li {
  padding: 0 20px 0 0;
}
ul[role=sitemap] > li:nth-child(1) > ul > li:nth-child(3) {
  height: auto;
  padding-right: 30px;
}
ul[role=sitemap] > li:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}
ul[role=sitemap] > li:nth-child(2) > ul > li {
  padding: 0;
}
ul[role=sitemap] > li:nth-child(2) > ul > li:nth-child(1) {
  height: auto;
  padding-left: 30px;
}
ul[role=sitemap] > li:nth-child(2) > ul > li a::before {
  left: 0;
}
.device-sp ul[role=sitemap] {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-left: 20px;
}
.device-sp ul[role=sitemap] > li {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-right: none;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
.device-sp ul[role=sitemap] > li > ul {
  flex-direction: column;
  align-items: flex-start;
}
.device-sp ul[role=sitemap] > li:nth-child(2) > ul > li:nth-child(1) {
  padding: 0;
}

.device-pc body.state-drawer {
  /* overflow: auto; */
}

.device-pc body.state-drawer nav[role=drawer] {
  height: auto;
}
.device-sp nav[role=drawer] {
  overflow: auto;
}
.device-sp nav[role=drawer] > div {
  width: 20.6em;
  margin: 0 auto;
  padding: 7.6em 0 1em;
}
.device-sp nav[role=drawer] > div::before {
  content: none;
}
.device-sp nav[role=drawer] > div section:not([role=social]):not([role=bottom]) {
  padding: 0 0 4em;
}
.device-sp nav[role=drawer] > div section:not([role=social]):not([role=bottom]):nth-of-type(n + 3) {
  padding: 0;
}
.device-sp nav[role=drawer] > div section:not([role=social]):not([role=bottom]):nth-of-type(n + 3) > div {
  padding: 1em 0;
}
.device-sp nav[role=drawer] > div section:nth-child(1) {
  border: none;
}
.device-sp nav[role=drawer] > div section:nth-child(1) ul {
  display: block;
}
.device-sp nav[role=drawer] > div section:nth-child(1) ul li {
  width: 100%;
}
.device-sp nav[role=drawer] > div section:nth-child(1) ul li a {
  padding: 0;
  text-align: left;
}
.device-sp nav[role=drawer] > div section:nth-child(1) ul li a i {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 .2em 0 0;
}
.device-sp nav[role=drawer] > div section:nth-child(2) {
  padding: 0;
}
.device-sp nav[role=drawer] > div section:nth-of-type(4) > div ul {
  display: flex;
  justify-content: space-between;
}
.device-sp nav[role=drawer] > div section:nth-of-type(4) > div ul li a span {
  font-size: 120%;
}
.device-sp nav[role=drawer] > div section:nth-of-type(4) > div ul li a span::before {
  color: #b26118;
}
.device-sp nav[role=drawer] > div section + section {
  border-top: none;
}
.device-sp nav[role=drawer] > div section > div {
  border-top: 1px solid #b26118;
  padding-top: 1em;
}
.device-sp nav[role=drawer] > div section h3 {
  color: #b26118;
  font-size: 160%;
}
.device-sp nav[role=drawer] > div section a {
  font-size: 160%;
  display: flex;
  align-items: center;
}
.device-sp nav[role=drawer] > div section a span, .device-sp nav[role=drawer] > div section a i {
  margin-right: 0.2em;
}
.device-sp nav[role=drawer] > div section a span {
  font-size: 150%;
}
.device-sp nav[role=drawer] > div section[role=social] {
  width: 20.6em;
  padding: 0;
  text-align: left;
}
.device-sp nav[role=drawer] > div section[role=social] > div {
  width: 100%;
  padding: 1em 0;
}
.device-sp nav[role=drawer] > div section[role=social] > div ul::before {
  content: attr(data-title) "";
  display: table-cell;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
.device-sp nav[role=drawer] > div section[role=social] > div ul li {
  display: table-cell;
  padding-left: .8em;
  vertical-align: middle;
}
.device-sp nav[role=drawer] > div section[role=social] > div ul li a {
  width: 36px;
  height: 36px;
}
.device-sp nav[role=drawer] > div section[role=social] > div ul li a::before {
  font-size: 30px;
  color: #b26118;
}
.device-pc nav[role=drawer] {
  z-index: 103;
  width: 30.6em;
  min-width: 30.6em;
  right: calc(50% - 48em);
  left: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  animation: none;
  height: auto;
}
.device-pc nav[role=drawer] > div {
  padding: 0 0 1em;
}
.device-pc nav[role=drawer] > div::before {
  content: none;
}
.device-pc nav[role=drawer] > div nav {
  height: 5.8em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.device-pc nav[role=drawer] > div nav ul {
  display: table;
}
.device-pc nav[role=drawer] > div nav ul li {
  display: table-cell;
  vertical-align: middle;
}
.device-pc nav[role=drawer] > div nav ul li a {
  position: relative;
  width: 8em;
  height: 4em;
  overflow: hidden;
  font-size: 10px;
  color: #1a1a1a;
  display: block;
  cursor: pointer;
}
.device-pc nav[role=drawer] > div nav ul li ::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #1a1a1a;
  transform: translate(-50%, -50%);
}
.device-pc nav[role=drawer] > div section:not([role=social]):not([role=bottom]) {
  display: block;
  width: 20.6em;
  padding: 0 0 4em;
}
.device-pc nav[role=drawer] > div section:not([role=social]):not([role=bottom]):nth-of-type(n + 3) {
  padding: 0;
}
.device-pc nav[role=drawer] > div section:not([role=social]):not([role=bottom]):nth-of-type(n + 3) > div {
  padding: 1em 0;
}
.device-pc nav[role=drawer] > div section:nth-of-type(4) > div ul {
  display: flex;
  justify-content: space-between;
}
.device-pc nav[role=drawer] > div section:nth-of-type(4) > div ul li a span {
  font-size: 120%;
}
.device-pc nav[role=drawer] > div section:nth-of-type(4) > div ul li a span::before {
  color: #b26118;
}
.device-pc nav[role=drawer] > div section + section {
  border-top: none;
}
.device-pc nav[role=drawer] > div section > div {
  border-top: 1px solid #b26118;
  padding-top: 1em;
}
.device-pc nav[role=drawer] > div section h3 {
  color: #b26118;
  font-size: 160%;
}
.device-pc nav[role=drawer] > div section a {
  font-size: 160%;
  display: flex;
  align-items: center;
}
.device-pc nav[role=drawer] > div section a span, .device-pc nav[role=drawer] > div section a i {
  margin-right: 0.2em;
}
.device-pc nav[role=drawer] > div section a span {
  font-size: 150%;
}
.device-pc nav[role=drawer] > div section[role=social] {
  width: 20.6em;
  padding: 0;
  text-align: left;
}
.device-pc nav[role=drawer] > div section[role=social] > div {
  width: 100%;
  padding: 1em 0;
  text-align: left;
}
.device-pc nav[role=drawer] > div section[role=social] > div ul li a {
  width: 36px;
  height: 36px;
}
.device-pc nav[role=drawer] > div section[role=social] > div ul li a::before {
  font-size: 30px;
  color: #b26118;
}

html[lang=en] nav[role=drawer] {
  position: fixed;
  top: 0;
  overflow: hidden;
  background: #FFF;
  opacity: 0;
  transition: opacity .45s;
}
html[lang=en] nav[role=drawer].state-standby {
  animation: none;
}
html[lang=en] nav[role=drawer] > div {
  min-height: 100%;
}
html[lang=en] nav[role=drawer] > div:before {
  position: absolute;
  top: 5.6em;
  left: 0;
  width: 100%;
  border-bottom: .2em #1e1933 solid;
}
html[lang=en] nav[role=drawer] > div section:not([role=social]):not([role=bottom]) {
  margin: 0 auto;
}
html[lang=en] nav[role=drawer] > div section:not([role=social]):not([role=bottom]) > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: -.1em 0;
  padding: 0 .4em;
}
html[lang=en] nav[role=drawer] > div section:not([role=social]):not([role=bottom]) > ul a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}
html[lang=en] nav[role=drawer] > div h3 {
  padding: .38em 0 .38em .25em;
  font-weight: 700;
}
html[lang=en] section[role=social] {
  display: flex;
  margin: 0 auto;
}
html[lang=en] section[role=social] > div {
  text-align: left;
}
html[lang=en] section[role=social] > div ul {
  display: inline-block;
}
html[lang=en] section[role=social] > div ul::before {
  content: attr(data-title) "";
  display: table-cell;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
html[lang=en] section[role=social] > div ul li {
  display: table-cell;
  padding-left: .8em;
  vertical-align: middle;
}
html[lang=en] section[role=social] > div ul li a {
  position: relative;
  overflow: hidden;
}
html[lang=en] section[role=social] > div ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
html[lang=en] body.state-drawer [role=drawer] {
  opacity: 1;
  filter: none;
}

html[lang=en].device-sp nav[role=drawer] {
  position: fixed;
  overflow: auto;
}
html[lang=en].device-sp nav[role=drawer] > div {
  position: static;
}

/*# sourceMappingURL=main.css.map */
