@charset "UTF-8";
/* MyYugo */
@font-face {
  font-family: MyYugo;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: MyYugo;
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* MyHiragino */
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 100;
 src: local('HiraginoSans-W1'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 200;
 src: local('HiraginoSans-W2'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 300;
 src: local('HiraginoSans-W3'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 400;
 src: local('HiraginoSans-W3'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 500;
 src: local('HiraginoSans-W5'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 600;
 src: local('HiraginoSans-W6'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 700;
 src: local('HiraginoSans-W6'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 800;
 src: local('HiraginoSans-W7'), local('Hiragino Sans');
}
@font-face {
 font-family: 'HiraginoCustom';
 font-weight: 900;
 src: local('HiraginoSans-W8'), local('Hiragino Sans');
}

/* MySansSerif */
@font-face {
    font-family: MySansSerif;
    font-weight: normal;
    src: local('HelveticaNeue'), local('Helvetica Neue'), local('Helvetica'), local('Arial');
}
@font-face {
    font-family: MySansSerif;
    font-weight: 800;
    src: local('HelveticaNeueBold'), local('HelveticaNeue-Bold'), local('Helvetica Neue Bold'), local('HelveticaBold'), local('Helvetica-Bold'), local('Helvetica Bold'), local('Arial Bold');
}
@font-face {
    font-family: MySansSerif;
    font-weight: 900;
    src: local('HelveticaNeueBlack'), local('HelveticaNeue-Black'), local('Helvetica Neue Black'), local('HelveticaBlack'), local('Helvetica-Black'), local('Helvetica Black'), local('Arial Black');
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-y: scroll;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  vertical-align: top;
}

* {
  filter: inherit;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

/* Font Set
------------------------------------------------------------------------------*/
html {
  /*font-size: 10px;*/
}
@media screen and (min-width: 1440px) {

  html {
    /*font-size: calc(10 / 1440 * 100vw);*/
  }

}
body {
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: YakuHanJP, MySansSerif, HiraginoCustom, MyYugo, YuGothic, -apple-system, BlinkMacSystemFont, Meiryo, Verdana, sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
/* Windows8.1以上のIE10以上を対象 メイリオ以外の日本語フォントだと游ゴシックのベースラインが狂うため */
@media all and (-ms-high-contrast:none) {
  body {
    font-family: YakuHanJP, MySansSerif, -apple-system, BlinkMacSystemFont, Meiryo, MyYugo, YuGothic, MyHiragino, Verdana, sans-serif;
  }
}

/* modules
------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  line-height: 1;
}
a {
  /*color: #171d2d;*/
  text-decoration: underline;
}
.notouch a:hover {
  /*color: #171d2d;*/
  text-decoration: none;
}



/* utility
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
html,
body {
  width: 100%;
  min-width: 320px;
}



/* --------------------------------------------------
  各ウィンドウサイズのmedia query
  @media screen and (min-width: 1366px) {
    PC（1366px〜）の広い画面の記述を入れる
  }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    PC（1024px〜1365px）の狭い画面の記述を入れる
  }
  @media screen and (min-width: 1024px) {
    PC（1024px〜）の記述を入れる
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    タブレット（768px〜1023px）の記述を入れる
  }

  基本的には以下のみを使用する
  @media screen and (min-width: 768px) {
    PCとタブレット（768px〜）の記述を入れる
  }
  @media screen and (max-width: 767px) {
    スマホ（〜767px）の記述を入れる
  }
-------------------------------------------------- */

/* --------------------------------------------------
  各ウィンドウサイズでの表示非表示
  1024px〜      .pc_onlyか.dpcを使用
  768px〜1023px .tb_onlyか.dtbを使用
  768px〜       .tbpc_onlyか.dtbpcを使用
  〜767px       .sp_onlyか.dspを使用
-------------------------------------------------- */


/* --------------------------------------------------
  1440px〜 wide style
-------------------------------------------------- */
@media screen and (min-width: 1440px) {

}



/* --------------------------------------------------
  1024px〜 1439px middle style
-------------------------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {

  .wide_only {
    display: none !important;
  }

}



/* --------------------------------------------------
  1024px〜 pc style
-------------------------------------------------- */
@media screen and (min-width: 1024px) {

  img {
    width: 100%;
    height: auto;
  }
  .sp_only,
  .dsp,
  .tb_only,
  .dtb {
    display: none !important;
  }

}



/* --------------------------------------------------
  768px〜1023px Tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  .wide_only,
  .sp_only,
  .dsp,
  .pc_only,
  .dpc {
    display: none !important;
  }

}



/* --------------------------------------------------
  〜767px sp style
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  .wide_only,
  .tb_only,
  .dtb,
  .pc_only,
  .dpc,
  .tbpc_only,
  .dtbpc {
    display: none !important;
  }

}



/* --------------------------------------------------
  320px以下 最小サイズ以下
-------------------------------------------------- */
@media screen and (max-width: 320px) {

  body {
    overflow-x: scroll;
  }

}



/* --------------------------------------------------
  bg_img 背景画像を切り替える時などに使ってください
-------------------------------------------------- */
.bg_img {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
}
a.bg_img,
input.bg_img,
span.bg_img {
  width: 100%;
  height: 100%;
}



/* --------------------------------------------------
  wrapper
-------------------------------------------------- */
.ready {
  height: 100%;
  overflow: hidden;
}
.ready body {
  height: 100%;
}
.modal-open {
  overflow: visible;
}
.wrapper {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.ready .wrapper,
.intro-end .wrapper {
  opacity: 1;
}
.cp-finish-area {
  display: none;
}
.cp-finish .cp-finish-area {
  display: block;
}
@media screen and (max-width: 767px) {
  .ready .wrapper {
    position: fixed;
    width: 100%;
  }
}



/* --------------------------------------------------
  header structure
-------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  padding: 0 20px;
  transition: opacity 700ms ease 600ms;
}
.scroll-start header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  background-color: transparent;
  background-image: -moz-linear-gradient( top , #9a2038, rgba(154,32,56,0));
  background-image: -webkit-linear-gradient( top , #9a2038, rgba(154,32,56,0));
  background-image: linear-gradient( to bottom , #9a2038, rgba(154,32,56,0));
  opacity: 1;
}
header .inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 21px;
  transition: padding 400ms ease;
}
/*pc style*/
@media screen and (min-width: 768px) {
  .scroll-start header .inner {
    padding-top: 6px;
  }
}
/*tablet style*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {
  .open_sp_menu .wrapper {
    position: fixed;
    width: 100%;
  }
  .wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0);
    transition: background 600ms ease;
  }
  .open_sp_menu .wrapper:after {
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  }
  .open_sp_menu .main_section {
    position: relative;
    z-index: 0;
  }
  header {
    padding: 0;
  }
  .scroll-start header:before {
    height: 80%;
  }
  header .inner {
    display: block;
    height: 125px;
    padding: 10px 0 0;
  }
  .open_sp_menu header .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #a70c2c;
  }
}



/* --------------------------------------------------
  header logo gnav
-------------------------------------------------- */
header .h_logo {
  position: absolute;
  top: 21px;
  left: 50%;
  width: calc(103 / 980 * 100%);
  transform: translateX(-50%);
  transition: all 400ms ease;
}
.scroll-start header .h_logo {
  top: 12px;
  width: calc(68 / 980 * 100%);
}
header .gnav {
  display: flex;
  justify-content: flex-end;
  padding-top: 62px;
  transition: opacity 700ms ease 600ms, padding 400ms ease;
}
.scroll-start header .gnav {
  padding-top: 45px;
}
header .gnav li:nth-child(-n+2) {
  margin-right: 28px;
}
header .gnav li:nth-child(3) {
  margin-right: 202px;
}
header .gnav li:nth-child(n+4):not(:last-child) {
  margin-right: 18px;
}
header .gnav a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #ffffff;
}
/*pc style*/
@media screen and (min-width: 768px) {
  header .gnav {
    opacity: 0;
  }
  .intro-end header .gnav {
    opacity: 1;
  }
  header .gnav .border a {
    padding: 2px 0 4px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    white-space: nowrap;
  }
}
/*tablet style*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .gnav a {
    font-size: 12px;
  }
}
/*sp style*/
@media screen and (max-width: 767px) {
  header .h_logo {
    position: relative;
    top: 0;
    z-index: 100;
    width: calc(124 / 750 * 100%);
    max-width: 62px;
  }
  .scroll-start header .h_logo {
    top: 0;
    width: calc(82 / 750 * 100%);
  }
  header nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #a70c2c;
    -webkit-overflow-scrolling: touch;
    transition: height 400ms ease;
  }
  .open_sp_menu header nav {
    height: 100vh;
    overflow: auto;
  }
  header .gnav {
    display: block;
    padding-top: 125px;
  }
  header .gnav li:not(:first-child) {
    margin-left: 0;
  }
  header .gnav li:first-child {
    border-top: 1px solid #ffffff;
  }
  header .gnav li:nth-child(-n+2),
  header .gnav li:nth-child(3),
  header .gnav li:nth-child(n+4):not(:last-child) {
    margin-right: 0;
  }
  header .gnav a {
    display: block;
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ffffff;
    padding: 0 12px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 59px;
  }
  header .gnav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
  }
}



/* --------------------------------------------------
  header other
-------------------------------------------------- */
header .h_brand_logo {
  position: absolute;
  top: 16px;
  right: 0;
  width: 60px;
  transition: width 400ms ease, top 400ms ease;
}
.scroll-start header .h_brand_logo {
  top: 10px;
  width: 44px;
}
header .h_btn_hs2018 {
  position: absolute;
  top: 144px;
  right: 0;
  width: 190px;
  opacity: 0;
  transition: opacity 700ms ease 600ms, width 400ms ease, top 400ms ease;
}
.scroll-start header .h_btn_hs2018 {
  top: 84px;
  width: 146px;
}
.intro-end .h_btn_hs2018 {
  opacity: 1;
}
.back_intro {
  position: absolute;
  top: 20px;
  right: 91px;
  opacity: 0;
  transition: opacity 700ms ease 600ms, top 400ms ease, right 400ms ease;
}
.scroll-start .back_intro {
  top: 11px;
  right: 60px;
}
.intro-end .back_intro {
  opacity: 1;
}
.back_intro a {
  display: block;
  padding: 12px;
  background-color: #a70c2c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: all 400ms ease;
}
.scroll-start .back_intro a {
  padding: 9px;
  font-size: 11px;
}
/*pc style*/
@media screen and (min-width: 768px) {
}
/*tablet style*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
}
/*sp style*/
@media screen and (max-width: 767px) {
  header .h_howto_btn {
    position: absolute;
    top: 70px;
    left: 15px;
    z-index: 100;
    opacity: 0;
    transition: opacity 700ms ease 600ms;
  }
  .scroll-start.intro-end .h_howto_btn {
    opacity: 0;
  }
  .intro-end .h_howto_btn,
  .open_sp_menu .h_howto_btn {
    opacity: 1;
  }
  header .h_howto_btn a {
    padding: 2px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }
  header .h_brand_logo_top {
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 100;
    width: calc(90 / 750 * 100%);
    max-width: 45px;
  }
  header .h_brand_logo {
    position: static;
    width: auto;
    margin-left: 0;
  }
  header .h_brand_logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    text-decoration: none;
  }
  header .h_brand_logo .img {
    display: block;
    width: 63px;
    margin-right: calc(50 / 750 * 100vw);
  }
  header .h_brand_logo .text {
    display: block;
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  header .h_brand_logo .text:after {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(-45deg);
  }
  header .h_btn_hs2018 {
    position: static;
    width: 100%;
    opacity: 0;
    text-align: center;
  }
  .open_sp_menu header .h_btn_hs2018 {
    opacity: 1;
  }
  header .h_btn_hs2018 a {
    display: block;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  header .h_btn_hs2018 img {
    width: calc(580 / 750 * 100%);
  }
  header .h_close {
    width: 37px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  header .h_close a {
    display: block;
    padding: 10px 0;
  }
  .back_intro,
  .scroll-start .back_intro {
    top: 61px;
    right: 15px;
    z-index: 100;
  }
  .scroll-start .back_intro {
    opacity: 0;
  }
  .open_sp_menu .back_intro,
  .scroll-start.open_sp_menu .back_intro {
    opacity: 1;
  }
  .back_intro a {
    padding: 8px;
    font-size: calc(22 / 750 * 100vw);
  }
  .open_sp_menu .back_intro a {
    background-color: #ffffff;
    color: #a70c2c;
  }
  header .sp_menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 75px;
    height: 70px;
  }
  header .sp_menu a {
    display: block;
    height: 100%;
  }
  header .sp_menu a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin-top: -3px;
    margin-left: -12px;
    background-color: #ffffff;
    transition: background 600ms ease;
  }
  .open_sp_menu header .sp_menu a span {
    background-color: transparent;
  }
  header .sp_menu a span:before,
  header .sp_menu a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: top 600ms ease, transform 600ms ease;
  }
  header .sp_menu a span:before {
    top: -8px;
  }
  header .sp_menu a span:after {
    top: 8px;
  }
  .open_sp_menu header .sp_menu a span:before {
    top: 0;
    transform: rotate(-45deg);
  }
  .open_sp_menu header .sp_menu a span:after {
    top: 0;
    transform: rotate(45deg);
  }
}



/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer {
  position: relative;
  padding-top: 29px;
  padding-bottom: 26px;
  background-color: #a70c2c;
}
footer .pagetop,
footer .share_fb,
footer .share_tw {
  position: fixed;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  transition: transform 400ms ease;
}
footer .pagetop {
  bottom: 0;
  transform: translate3d(0,100px,0);
}
footer .share_fb {
  bottom: 100px;
}
footer .share_tw {
  bottom: 50px;
}
footer .pagetop.show {
  transform: translate3d(0,0,0);
}
footer .pagetop.stop,
footer .share_fb.stop,
footer .share_tw.stop {
  position: absolute;
  bottom: auto;
}
footer .pagetop.stop {
  top: -50px;
}
footer .share_fb.stop {
  top: -150px;
}
footer .share_tw.stop {
  top: -100px;
}
footer .pagetop a,
footer .share_fb a,
footer .share_tw a {
  display: block;
  height: 100%;
}
footer .pagetop a {
  background-color: #c4ac7a;
}
footer .share_fb a {
  background: #405794 url(../img/top/fb_icon.png?ver=081) 0 0 / cover no-repeat;
}
footer .share_tw a {
  background: #6aa9e7 url(../img/top/tw_icon.png?ver=081) 0 0 / cover no-repeat;
}
footer .pagetop a:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -4px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-45deg);
}
footer .f_nav {
  display: flex;
  justify-content: center;
}
footer .f_nav li:not(:last-child) {
  margin-right: 32px;
}
footer .f_nav a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
}
footer .f_nav a:before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
footer .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
/*sp style*/
@media screen and (max-width: 767px) {
  footer {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  footer .pagetop,
  footer .share_fb,
  footer .share_tw {
    width: 42px;
    height: 42px;
  }
  footer .share_fb {
    bottom: 84px;
  }
  footer .share_tw {
    bottom: 42px;
  }
  footer .pagetop.stop {
    top: -42px;
  }
  footer .share_fb.stop {
    top: -126px;
    bottom: auto;
  }
  footer .share_tw.stop {
    top: -84px;
    bottom: auto;
  }
  footer .f_nav {
    width: 94.67%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .f_nav li:not(:last-child) {
    margin-right: 5.92%;
  }
  footer .f_nav a {
    font-size: calc(20 / 750 * 100vw);
  }
  footer .f_nav a:before {
    width: 6px;
    height: 6px;
  }
  footer .copyright {
    margin-top: 35px;
    font-size: calc(20 / 750 * 100vw);
  }
}


body > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}



/* --------------------------------------------------
  768px〜 hover pc + tablet style
  touchデバイスでhoverを使うと2回クリックしないと
  いけないくなるので、.notouchを先頭につけてください
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  .notouch a {
    transition: color 400ms ease;
  }
  .notouch header .gnav a,
  .notouch header .h_brand_logo a,
  .notouch header .h_btn_hs2018 a,
  .notouch footer .f_nav a {
    transition: opacity 400ms ease;
  }
  .notouch header .gnav a:hover,
  .notouch .back_intro a:hover,
  .notouch header .h_brand_logo a:hover,
  .notouch header .h_btn_hs2018 a:hover,
  .notouch footer .f_nav a:hover {
    opacity: 0.7;
  }

  .notouch footer .pagetop a,
  .notouch footer .share_fb a,
  .notouch footer .share_tw a {
    transition: background 400ms ease;
  }
  .notouch footer .pagetop a:hover {
    background-color: #a78540;
  }
  .notouch footer .share_fb a:hover {
    background-color: #364a7e;
  }
  .notouch footer .share_tw a:hover {
    background-color: #5a90c5;
  }
}

