@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.8.1/css/all.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul,
li {
  list-style: none;
}

input::-ms-clear {
  display: none;
}

input {
  -webkit-appearance: none;
  font-family: 'Yu Gothic', Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "ＭＳ Ｐゴシック", sans-serif;
}

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

button {
  cursor: pointer;
}

@font-face {
  font-family: "hexagon";
  src: url("/common/css/font/hexagon.eot");
  src: url("/common/css/font/hexagon.eot?#iefix") format("embedded-opentype"), url("/common/css/font/hexagon.woff") format("woff"), url("/common/css/font/hexagon.ttf") format("truetype"), url("/common/css/font/hexagon.svg#hexagon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "hexagon", sans-serif !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico_"]:before {
  font-family: "hexagon", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

.ico_next,
.ico_pre,
.ico_top {
  cursor: pointer;
}

.ico_next:after,
.ico_pre:after,
.ico_top:after {
  font-family: "hexagon", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\65";
  position: absolute;
  left: 15%;
  top: 30%;
  color: #fff;
  font-size: 70%;
}

.ico_hexagon:before {
  content: "\64";
}

.ico_next {
  font-size: 45px;
  position: relative;
}

.ico_next:before {
  content: "\62";
  color: #d0121b;
  z-index: 50;
  position: relative;
}

.ico_pre {
  font-size: 45px;
  position: relative;
}

.ico_pre:before {
  content: "\61";
  color: #d0121b;
  z-index: 50;
  position: relative;
}

.ico_top {
  font-size: 60px;
  position: relative;
}

.ico_top:before {
  content: "\63";
  color: #d0121b;
  z-index: 50;
  position: relative;
}

.ico_down {
  position: relative;
}

.ico_down:before {
  content: "\66";
  color: #d0121b;
  z-index: 50;
  position: relative;
}

.ico_up {
  position: relative;
}

.ico_up:before {
  content: "\67";
  color: #fff;
  z-index: 50;
  font-size: 20px;
  position: relative;
}

html {
  font-size: 16px;
  font-family: 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  html {
    font-family: initial, sans-serif;
  }
}

.txt_english {
  font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.img-responsive {
  width: 100%;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.display_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

a {
  cursor: pointer;
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out,background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, opacity 0.3s ease-out,background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, opacity 0.3s ease-out,background 0.3s ease-out;
  transition: color 0.3s ease-out, opacity 0.3s ease-out,background 0.3s ease-out;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!Margin
========================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ==========================================================
!Padding
========================================================== */
.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* ==========================================================
!Width
========================================================== */
.w5per {
  width: 5% !important;
}

.w10per {
  width: 10% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

@media only screen and (max-width: 767px) {
  .w5per_sp {
    width: 5% !important;
  }
  .w10per_sp {
    width: 10% !important;
  }
  .w15per_sp {
    width: 15% !important;
  }
  .w20per_sp {
    width: 20% !important;
  }
  .w25per_sp {
    width: 25% !important;
  }
  .w30per_sp {
    width: 30% !important;
  }
  .w35per_sp {
    width: 35% !important;
  }
  .w40per_sp {
    width: 40% !important;
  }
  .w45per_sp {
    width: 45% !important;
  }
  .w50per_sp {
    width: 50% !important;
  }
  .w55per_sp {
    width: 55% !important;
  }
  .w60per_sp {
    width: 60% !important;
  }
  .w65per_sp {
    width: 65% !important;
  }
  .w70per_sp {
    width: 70% !important;
  }
  .w75per_sp {
    width: 75% !important;
  }
  .w80per_sp {
    width: 80% !important;
  }
  .w85per_sp {
    width: 85% !important;
  }
  .w90per_sp {
    width: 90% !important;
  }
  .w95per_sp {
    width: 95% !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mt5 {
    margin-top: 3px !important;
  }
  .mt10 {
    margin-top: 6px !important;
  }
  .mt15 {
    margin-top: 9px !important;
  }
  .mt20 {
    margin-top: 12px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 18px !important;
  }
  .mt35 {
    margin-top: 21px !important;
  }
  .mt40 {
    margin-top: 24px !important;
  }
  .mt45 {
    margin-top: 27px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt55 {
    margin-top: 33px !important;
  }
  .mt60 {
    margin-top: 36px !important;
  }
  .mt65 {
    margin-top: 39px !important;
  }
  .mt70 {
    margin-top: 42px !important;
  }
  .mt75 {
    margin-top: 45px !important;
  }
  .mt80 {
    margin-top: 48px !important;
  }
  .mt85 {
    margin-top: 51px !important;
  }
  .mt90 {
    margin-top: 54px !important;
  }
  .mt95 {
    margin-top: 57px !important;
  }
  .mt100 {
    margin-top: 60px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mr5 {
    margin-right: 3px !important;
  }
  .mr10 {
    margin-right: 6px !important;
  }
  .mr15 {
    margin-right: 9px !important;
  }
  .mr20 {
    margin-right: 12px !important;
  }
  .mr25 {
    margin-right: 15px !important;
  }
  .mr30 {
    margin-right: 18px !important;
  }
  .mr35 {
    margin-right: 21px !important;
  }
  .mr40 {
    margin-right: 24px !important;
  }
  .mr45 {
    margin-right: 27px !important;
  }
  .mr50 {
    margin-right: 30px !important;
  }
  .mr55 {
    margin-right: 33px !important;
  }
  .mr60 {
    margin-right: 36px !important;
  }
  .mr65 {
    margin-right: 39px !important;
  }
  .mr70 {
    margin-right: 42px !important;
  }
  .mr75 {
    margin-right: 45px !important;
  }
  .mr80 {
    margin-right: 48px !important;
  }
  .mr85 {
    margin-right: 51px !important;
  }
  .mr90 {
    margin-right: 54px !important;
  }
  .mr95 {
    margin-right: 57px !important;
  }
  .mr100 {
    margin-right: 60px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb5 {
    margin-bottom: 3px !important;
  }
  .mb10 {
    margin-bottom: 6px !important;
  }
  .mb15 {
    margin-bottom: 9px !important;
  }
  .mb20 {
    margin-bottom: 12px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 18px !important;
  }
  .mb35 {
    margin-bottom: 21px !important;
  }
  .mb40 {
    margin-bottom: 24px !important;
  }
  .mb45 {
    margin-bottom: 27px !important;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .mb55 {
    margin-bottom: 33px !important;
  }
  .mb60 {
    margin-bottom: 36px !important;
  }
  .mb65 {
    margin-bottom: 39px !important;
  }
  .mb70 {
    margin-bottom: 42px !important;
  }
  .mb75 {
    margin-bottom: 45px !important;
  }
  .mb80 {
    margin-bottom: 48px !important;
  }
  .mb85 {
    margin-bottom: 51px !important;
  }
  .mb90 {
    margin-bottom: 54px !important;
  }
  .mb95 {
    margin-bottom: 57px !important;
  }
  .mb100 {
    margin-bottom: 60px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb55 {
    margin-bottom: 55px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb65 {
    margin-bottom: 65px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb75 {
    margin-bottom: 75px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb85 {
    margin-bottom: 85px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb95 {
    margin-bottom: 95px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .ml5 {
    margin-left: 3px !important;
  }
  .ml10 {
    margin-left: 6px !important;
  }
  .ml15 {
    margin-left: 9px !important;
  }
  .ml20 {
    margin-left: 12px !important;
  }
  .ml25 {
    margin-left: 15px !important;
  }
  .ml30 {
    margin-left: 18px !important;
  }
  .ml35 {
    margin-left: 21px !important;
  }
  .ml40 {
    margin-left: 24px !important;
  }
  .ml45 {
    margin-left: 27px !important;
  }
  .ml50 {
    margin-left: 30px !important;
  }
  .ml55 {
    margin-left: 33px !important;
  }
  .ml60 {
    margin-left: 36px !important;
  }
  .ml65 {
    margin-left: 39px !important;
  }
  .ml70 {
    margin-left: 42px !important;
  }
  .ml75 {
    margin-left: 45px !important;
  }
  .ml80 {
    margin-left: 48px !important;
  }
  .ml85 {
    margin-left: 51px !important;
  }
  .ml90 {
    margin-left: 54px !important;
  }
  .ml95 {
    margin-left: 57px !important;
  }
  .ml100 {
    margin-left: 60px !important;
  }
  .pd0 {
    padding: 0px !important;
  }
  .pd5 {
    padding: 3px !important;
  }
  .pd10 {
    padding: 6px !important;
  }
  .pd15 {
    padding: 9px !important;
  }
  .pd20 {
    padding: 12px !important;
  }
  .pd25 {
    padding: 15px !important;
  }
  .pd30 {
    padding: 18px !important;
  }
  .pd35 {
    padding: 21px !important;
  }
  .pd40 {
    padding: 24px !important;
  }
  .pd45 {
    padding: 27px !important;
  }
  .pd50 {
    padding: 30px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pt5 {
    padding-top: 3px !important;
  }
  .pt10 {
    padding-top: 6px !important;
  }
  .pt15 {
    padding-top: 9px !important;
  }
  .pt20 {
    padding-top: 12px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 18px !important;
  }
  .pt35 {
    padding-top: 21px !important;
  }
  .pt40 {
    padding-top: 24px !important;
  }
  .pt45 {
    padding-top: 27px !important;
  }
  .pt50 {
    padding-top: 30px !important;
  }
  .pt55 {
    padding-top: 33px !important;
  }
  .pt60 {
    padding-top: 36px !important;
  }
  .pt65 {
    padding-top: 39px !important;
  }
  .pt70 {
    padding-top: 42px !important;
  }
  .pt75 {
    padding-top: 45px !important;
  }
  .pt80 {
    padding-top: 48px !important;
  }
  .pt85 {
    padding-top: 51px !important;
  }
  .pt90 {
    padding-top: 54px !important;
  }
  .pt95 {
    padding-top: 57px !important;
  }
  .pt100 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb5 {
    padding-bottom: 3px !important;
  }
  .pb10 {
    padding-bottom: 6px !important;
  }
  .pb15 {
    padding-bottom: 9px !important;
  }
  .pb20 {
    padding-bottom: 12px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 18px !important;
  }
  .pb35 {
    padding-bottom: 21px !important;
  }
  .pb40 {
    padding-bottom: 24px !important;
  }
  .pb45 {
    padding-bottom: 27px !important;
  }
  .pb50 {
    padding-bottom: 30px !important;
  }
  .pb55 {
    padding-bottom: 33px !important;
  }
  .pb60 {
    padding-bottom: 36px !important;
  }
  .pb65 {
    padding-bottom: 39px !important;
  }
  .pb70 {
    padding-bottom: 42px !important;
  }
  .pb75 {
    padding-bottom: 45px !important;
  }
  .pb80 {
    padding-bottom: 48px !important;
  }
  .pb85 {
    padding-bottom: 51px !important;
  }
  .pb90 {
    padding-bottom: 54px !important;
  }
  .pb95 {
    padding-bottom: 57px !important;
  }
  .pb100 {
    padding-bottom: 60px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .pl5 {
    padding-left: 3px !important;
  }
  .pl10 {
    padding-left: 6px !important;
  }
  .pl15 {
    padding-left: 9px !important;
  }
  .pl20 {
    padding-left: 12px !important;
  }
  .pl25 {
    padding-left: 15px !important;
  }
  .pl30 {
    padding-left: 18px !important;
  }
  .pl35 {
    padding-left: 21px !important;
  }
  .pl40 {
    padding-left: 24px !important;
  }
  .pl45 {
    padding-left: 27px !important;
  }
  .pl50 {
    padding-left: 30px !important;
  }
  .pl55 {
    padding-left: 33px !important;
  }
  .pl60 {
    padding-left: 36px !important;
  }
  .pl65 {
    padding-left: 39px !important;
  }
  .pl70 {
    padding-left: 42px !important;
  }
  .pl75 {
    padding-left: 45px !important;
  }
  .pl80 {
    padding-left: 48px !important;
  }
  .pl85 {
    padding-left: 51px !important;
  }
  .pl90 {
    padding-left: 54px !important;
  }
  .pl95 {
    padding-left: 57px !important;
  }
  .pl100 {
    padding-left: 60px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pr5 {
    padding-right: 3px !important;
  }
  .pr10 {
    padding-right: 6px !important;
  }
  .pr15 {
    padding-right: 9px !important;
  }
  .pr20 {
    padding-right: 12px !important;
  }
  .pr25 {
    padding-right: 15px !important;
  }
  .pr30 {
    padding-right: 18px !important;
  }
  .pr35 {
    padding-right: 21px !important;
  }
  .pr40 {
    padding-right: 24px !important;
  }
  .pr45 {
    padding-right: 27px !important;
  }
  .pr50 {
    padding-right: 30px !important;
  }
  .pr55 {
    padding-right: 33px !important;
  }
  .pr60 {
    padding-right: 36px !important;
  }
  .pr65 {
    padding-right: 39px !important;
  }
  .pr70 {
    padding-right: 42px !important;
  }
  .pr75 {
    padding-right: 45px !important;
  }
  .pr80 {
    padding-right: 48px !important;
  }
  .pr85 {
    padding-right: 51px !important;
  }
  .pr90 {
    padding-right: 54px !important;
  }
  .pr95 {
    padding-right: 57px !important;
  }
  .pr100 {
    padding-right: 60px !important;
  }
}

.marugame.overflow {
  height: 100%;
  overflow: hidden;
}

.marugame .header {
  background: #FFF;
  padding: 0 20px;
  height: 96px;
  font-weight: bold;
}

.marugame .header .inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.marugame .header .logo {
  float: left;
  width: 195px;
  position: relative;
  z-index: 10;
}

.marugame .header .logo img {
  width: 100%;
}

.marugame .header .nav {
  float: left;
  width: calc(100% - 335px);
  text-align: right;
  display: inline-block;
}

.marugame .header .nav ul {
  height: 96px;
}

.marugame .header .nav ul li {
  line-height: 96px;
  display: inline-block;
  margin-left: 22px;
}

.marugame .header .nav ul li a {
  color: #000000;
  font-size: 18px;
  font-family: "KaiSho MCBK1", sans-serif;
}

.marugame .header .nav ul li a:hover {
  color: #d0121b;
}

.marugame .header .nav ul li.nav_item:hover .nav_open, .marugame .header .nav ul li.nav_item.active .nav_open {
  max-height: 500px;
  -webkit-transition: max-height .5s ease-in;
  -o-transition: max-height .5s ease-in;
  transition: max-height .5s ease-in;
}

.marugame .header .nav ul li.nav_item.active a {
  color: #d0121b;
}

.marugame .header .nav_open {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9;
  max-height: 0;
  -webkit-transition: max-height .5s ease-in;
  -o-transition: max-height .5s ease-in;
  transition: max-height .5s ease-in;
  background: url(/common/img/bg_menu_open.jpg) 0 0 repeat;
}

.marugame .header .nav_open .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 310px;
  max-width: 960px;
  margin: 0 auto;
}

.marugame .header .nav_open .menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  line-height: 0;
  margin: 0;
}

.marugame .header .nav_open .menu li a {
  display: block;
  color: #FFF !important;
  font-family: "KaiSho MCBK1", sans-serif;
}

.marugame .header .nav_open .menu li a strong {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 18px;
  display: block;
}

.marugame .header .nav_open .menu li a strong .ico_hexagon {
  margin-right: 10px;
  top: -2px;
  position: relative;
}

.marugame .header .nav_open .menu li a:hover strong {
  opacity: 0.5;
  color: #FFF;
}

.marugame .header .nav_open .menu li a img {
  max-width: 100%;
  display: block;
  margin: 0 auto 12px;
}

.marugame .header .btn_app {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 96px;
}

.marugame .header .btn_app a {
  display: inline-block;
  background: #d0121b;
  padding: 8px 14px;
  color: #FFF;
  font-size: 16px;
  font-family: "KaiSho MCBK1", sans-serif;
}

.marugame .header .btn_app a:hover {
  background: #000;
}

.marugame .header .nav_icon {
  display: none;
}

.marugame .header .nav_search {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .marugame .header .logo {
    width: 145px;
    margin-top: 12px;
  }
  .marugame .header .nav {
    width: calc(100% - 280px);
  }
  .marugame .header .nav ul li {
    margin-left: 12px;
  }
  .marugame .header .nav ul li a {
    font-size: 1.73333vw;
  }
  .marugame .header .nav_open .menu {
    height: 220px;
  }
  .marugame .header .nav_open .menu li a strong {
    font-size: 1.86667vw;
  }
  .marugame .header .btn_app a {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .marugame .header {
    height: 16vw;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
  }
  .marugame .header .logo {
    width: 34.66667vw;
    float: left;
    margin-left: 2.66667vw;
  }
  .marugame .header .logo img {
    margin: 0 auto;
    height: 16vw;
    width: auto;
  }
  .marugame .header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 999;
    background: url(/common/img/bg_menu_open_sp.jpg) 0 0 repeat;
    background-size: contain;
    -webkit-transition: height .5s ease-out;
    -o-transition: height .5s ease-out;
    transition: height .5s ease-out;
  }
  .marugame .header .nav ul {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .marugame .header .nav ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 13.33333vw;
  }
  .marugame .header .nav ul li a {
    color: #FFF;
    font-size: 4.8vw;
  }
  .marugame .header .nav.fixHeight {
    height: 100vh;
    -webkit-transition: height .5s ease-in;
    -o-transition: height .5s ease-in;
    transition: height .5s ease-in;
  }
  .marugame .header .nav.autoHeight {
    overflow: auto;
  }
  .marugame .header .nav.autoHeight ul {
    padding: 13.33333vw 0;
    height: auto;
    display: block;
  }
  .marugame .header .nav.autoHeight .btn_downapp {
    position: relative;
    top: auto;
    padding-bottom: 20vw;
  }
  .marugame .header .btn_app, .marugame .header .nav_open {
    display: none;
  }
  .marugame .header .btn_downapp {
    position: absolute;
    top: 50vh;
    left: 0;
  }
  .marugame .header .btn_downapp img {
    width: 100%;
  }
  .marugame .header .overflow {
    visibility: visible;
    overflow: hidden;
  }
  .marugame .header .nav_icon {
    width: 16vw;
    height: 16vw;
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0;
    display: inline-block;
    float: right;
  }
  .marugame .header .nav_icon span {
    display: block;
    width: 4.8vw;
    height: 2px;
    background-color: #d0121b;
    position: absolute;
    left: 5.6vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .marugame .header .nav_icon span:nth-child(1) {
    top: 6.4vw;
  }
  .marugame .header .nav_icon span:nth-child(2), .marugame .header .nav_icon span:nth-child(3) {
    top: 7.73333vw;
  }
  .marugame .header .nav_icon span:nth-child(4) {
    top: 9.06667vw;
  }
  .marugame .header .nav_icon.open span:nth-child(1) {
    top: 7.73333vw;
    width: 0%;
    left: 50%;
  }
  .marugame .header .nav_icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .marugame .header .nav_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .marugame .header .nav_icon.open span:nth-child(4) {
    top: 7.73333vw;
    width: 0%;
    left: 50%;
  }
  .marugame .header .nav_search {
    display: inline-block;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
    text-align: center;
    float: right;
  }
  .marugame .header .nav_search a {
    color: #d0121b;
    font-size: 2.66667vw;
    padding-top: 2.93333vw;
    display: block;
  }
  .marugame .header .nav_search a .fas {
    font-size: 5.86667vw;
    display: block;
    margin: 0 auto 0.4vw;
  }
}

.afb-container {
  z-index: 98 !important;
}

.marugame .footer {
  position: relative;
}

.marugame .footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.marugame .footer .left_cnt {
  width: 50%;
  float: left;
}

.marugame .footer .right_cnt {
  width: 50%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.marugame .footer .footer_top {
  background: url(/common/img/bg_footer.jpg) 0 0 repeat;
  color: #FFF;
  padding: 75px 0 80px;
  overflow: hidden;
}

.marugame .footer .footer_top .sns {
  margin-top: 42px;
}

.marugame .footer .footer_top .sns ul {
  margin-top: 24px;
  overflow: hidden;
}

.marugame .footer .footer_top .sns ul li {
  float: left;
  margin-right: 22px;
}

.marugame .footer .footer_top .sns ul li a:hover {
  opacity: 0.5;
}

.marugame .footer .footer_top .sns img {
  max-height: 28px;
}

.marugame .footer .footer_top .sns .text {
  font-family: "KaiSho MCBK1", sans-serif;
}

.marugame .footer .footer_top .col {
  width: 25%;
  margin-left: 5%;
}

.marugame .footer .footer_top .col .list {
  margin-bottom: 30px;
}

.marugame .footer .footer_top .col .list li {
  margin-bottom: 3px;
}

.marugame .footer .footer_top .col .list li a {
  color: #FFF;
  font-size: 13px;
  font-family: "KaiSho MCBK1", sans-serif;
}

.marugame .footer .footer_top .col .list li a:hover {
  opacity: 0.7;
}

.marugame .footer .footer_top .col .list:last-child {
  margin-bottom: 0;
}

.marugame .footer .footer_top .logo {
  margin-top: 6px;
}

.marugame .footer .footer_bot {
  background: #FFF;
  padding: 60px 0 75px;
  overflow: hidden;
}

.marugame .footer .footer_bot .logo_toridoll {
  margin-top: 5px;
}

.marugame .footer .footer_bot .logo_toridoll_txt {
  font-size: 10px;
  color: #b0b9bf;
  margin-top: 25px;
  font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.marugame .footer .footer_bot .link {
  overflow: hidden;
}

.marugame .footer .footer_bot .link li {
  float: left;
  margin-left: 25px;
}

.marugame .footer .footer_bot .link li a {
  font-size: 13px;
  color: #b0b9bf;
  text-decoration: underline;
}

.marugame .footer .footer_bot .link li a:hover {
  text-decoration: none;
}

.marugame .footer .footer_bot .left_cnt {
  width: 40%;
}

.marugame .footer .footer_bot .right_cnt {
  width: 60%;
}

.marugame .backtop {
  position: absolute;
  top: -38px;
  right: 50px;
  opacity: 0;
  z-index: 50;
}

.marugame .backtop .ico_top {
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 68px;
}

.marugame .backtop .ico_top:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .marugame .footer .left_cnt, .marugame .footer .right_cnt {
    float: none;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .marugame .footer .left_cnt {
    margin-bottom: 7.73333vw;
  }
  .marugame .footer .footer_top {
    padding: 10.13333vw 0 5.33333vw;
  }
  .marugame .footer .footer_top .logo {
    width: 50%;
    float: left;
    margin-top: 3px;
  }
  .marugame .footer .footer_top .logo img {
    height: 12.8vw;
    width: auto;
  }
  .marugame .footer .footer_top .sns {
    width: 50%;
    float: left;
    margin: 0;
  }
  .marugame .footer .footer_top .sns .text {
    font-size: 2.8vw;
  }
  .marugame .footer .footer_top .sns img {
    max-height: 5.6vw;
  }
  .marugame .footer .footer_top .sns ul {
    margin-top: 2.93333vw;
  }
  .marugame .footer .footer_top .sns ul li {
    margin-right: 4.66667vw;
  }
  .marugame .footer .footer_top .col {
    float: left;
    width: calc(100% / 3);
    margin: 0;
  }
  .marugame .footer .footer_top .col .list {
    margin-bottom: 4.8vw !important;
  }
  .marugame .footer .footer_top .col .list li {
    margin-bottom: 1.73333vw !important;
  }
  .marugame .footer .footer_top .col .list li a {
    font-size: 3.2vw;
  }
  .marugame .footer .footer_bot {
    padding: 4.8vw 0 0 0;
  }
  .marugame .footer .footer_bot .link {
    margin-bottom: 4vw;
  }
  .marugame .footer .footer_bot .link li {
    margin-left: 0;
    margin-right: 3.33333vw;
  }
  .marugame .footer .footer_bot .link li a {
    font-size: 2.66667vw;
  }
  .marugame .footer .footer_bot .link li:first-child {
    display: none;
  }
  .marugame .footer .footer_bot .logo_toridoll_txt {
    font-size: 1.86667vw;
    margin-top: 3.33333vw;
  }
  .marugame .footer .footer_bot .logo_toridoll img {
    max-height: 3.2vw;
  }
  .marugame .footer .footer_bot .left_cnt, .marugame .footer .footer_bot .right_cnt {
    width: 100%;
  }
  .marugame .backtop {
    right: 2.13333vw;
    top: -6vw;
  }
  .marugame .backtop .ico_top {
    font-size: 10.66667vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .marugame .footer .footer_top .col .list li a {
    font-size: 2.13333vw;
  }
  .marugame .footer .footer_top .sns .text {
    font-size: 2.13333vw;
  }
  .marugame .footer .footer_bot .link li a {
    font-size: 1.86667vw;
  }
  .marugame .footer .footer_bot .logo_toridoll_txt {
    font-size: 1.33333vw;
  }
}

@media only screen and (max-width: 767px) {
  .marugame .footer .footer_top .col {
    width: 50%;
  }
  .marugame .footer .footer_top .col .list li a {
    font-size: 3.2vw;
  }
  .marugame .footer .footer_bot .link li a {
    font-size: 2.66667vw;
  }
  .marugame .footer .footer_bot .logo_toridoll_txt {
    font-size: 2.4vw;
  }
  .marugame .backtop .hexagon i:before {
    right: 3.73333vw;
    top: 1.6vw;
  }
}

.marugame .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.marugame .link_basic01 {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 22px;
}

.marugame .link_basic01 .ico_hexagon {
  font-size: 16px;
  color: #d0121b;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  line-height: 1;
}

.marugame .link_basic01 .ico_hexagon:before {
  vertical-align: top;
}

.marugame .link_basic01:hover {
  color: #d0121b;
}

.marugame .link_basic02 {
  color: #d0121b;
  text-decoration: underline;
}

.marugame .link_basic02:hover {
  text-decoration: none;
}

.marugame .btn_white {
  display: inline-block;
  color: #d0121b;
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  width: 180px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.marugame .btn_white:hover {
  background-color: #e8898d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.marugame .circle01 {
  font-family: "KaiSho MCBK1", sans-serif;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  vertical-align: top;
}

.marugame .circle01.red {
  background: #d0121b;
}

.marugame .circle01.blue {
  background: #28aadc;
}

.marugame .circle02 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  background: #000;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

@media all and (-ms-high-contrast: none) {
  .marugame *::-ms-backdrop,
  .marugame .circle02 {
    line-height: 22px;
  }
}

.marugame .circle03 {
  display: inline-block;
  border-radius: 50px;
  color: #FFF;
  background: #000;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  padding: 0 7px;
  margin-right: 5px;
}

@media all and (-ms-high-contrast: none) {
  .marugame *::-ms-backdrop,
  .marugame .circle03 {
    line-height: 16px;
    padding: 3px 7px 0;
  }
}

.marugame .big-list {
  border-bottom: 1px solid #d0cecc;
}

.marugame .big-item.is-open .medium-list {
  display: block;
}

.marugame .big-item.is-open .big-title .ico_hexagon {
  -webkit-transform: rotate(180deg) translateY(-1px);
  -ms-transform: rotate(180deg) translateY(-1px);
  transform: rotate(180deg) translateY(-1px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marugame .big-item.is-open .big-title .ico_hexagon {
    margin-top: -10px;
  }
}

.marugame .big-title {
  border-top: 1px solid #d0cecc;
  padding: 18px 0px 18px 20px;
  font-weight: bold;
  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;
  font-size: 18px;
  cursor: pointer;
  color: #d0121b;
}

.marugame .big-title .ico_hexagon {
  cursor: pointer;
  line-height: 1;
  margin: 0 20px;
  color: #000 !important;
  padding: 0 !important;
  top: 0 !important;
  position: initial !important;
}

.marugame .big-title .ico_hexagon:before {
  content: "\66";
  line-height: 1;
}

.marugame .big-title .ico_hexagon.active {
  -webkit-transform: rotate(180deg) translateY(-1px);
  -ms-transform: rotate(180deg) translateY(-1px);
  transform: rotate(180deg) translateY(-1px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marugame .big-title .ico_hexagon.active {
    margin-top: -10px;
  }
}

.marugame .medium-list {
  display: none;
}

.marugame .medium-title {
  background: #eee;
  padding: 18px 0px 18px 20px;
  font-weight: bold;
  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;
  font-size: 16px;
  margin-bottom: 2px;
  cursor: pointer;
}

.marugame .medium-title .ico_hexagon {
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  margin: 0 20px;
  color: #000 !important;
  padding: 0 !important;
  top: 0 !important;
  position: initial !important;
}

.marugame .medium-title .ico_hexagon:before {
  content: "\66";
  line-height: 1;
}

.marugame .medium-title .ico_hexagon.active {
  -webkit-transform: rotate(180deg) translateY(-1px);
  -ms-transform: rotate(180deg) translateY(-1px);
  transform: rotate(180deg) translateY(-1px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marugame .medium-title .ico_hexagon.active {
    margin-top: -10px;
  }
}

.marugame .small-list {
  display: none;
}

.marugame .small-item {
  border-bottom: 1px solid #d0cecc;
  padding: 15px 10px 15px 20px;
  display: block;
  position: relative;
}

.marugame .small-item:last-child {
  border-bottom: none;
}

.marugame .small-item .news_list_time {
  color: #999795;
  font-size: 13px;
}

.marugame .small-item a {
  display: block;
  margin-top: 5px;
  color: #333333;
}

.marugame .small-item a:hover {
  color: #d0121b;
}

.marugame .small-item a .ico_hexagon {
  position: absolute !important;
  top: 45% !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .marugame .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .marugame .container {
    padding: 0 6.4vw;
  }
  .marugame .btn_white {
    color: #fff;
    background-color: #000;
    padding: 2vw;
    font-weight: bold;
    font-size: 3.2vw;
    position: relative;
  }
  .marugame .btn_white .hexagon {
    float: right;
    position: absolute;
    top: 0.7vw;
    position: relative;
    width: 3.2vw;
    display: inline-block;
    height: 1.84768vw;
    background-color: #fff;
    margin: 0.92352vw 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .marugame .btn_white .hexagon:before, .marugame .btn_white .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    left: 0;
  }
  .marugame .btn_white .hexagon:before {
    bottom: 100%;
    border-bottom: 0.92352vw solid #fff;
  }
  .marugame .btn_white .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 0.92352vw solid #fff;
  }
  .marugame .btn_white .hexagon i {
    position: absolute;
    width: 3.2vw;
    height: 1.6vw;
    display: block;
  }
  .marugame .btn_white .hexagon i:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
  }
  .marugame .btn_white .hexagon i:before {
    margin-top: -0.47059vw;
    right: 1vw;
    top: 50%;
    border-top: 0.58824vw solid transparent;
    border-bottom: 0.58824vw solid transparent;
    border-left: 1vw solid #d0121b;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .marugame .btn_white .hexagon i:before {
    margin-top: -0.42781vw;
    right: 0.90909vw;
    top: 50%;
    border-top: 0.53476vw solid transparent;
    border-bottom: 0.53476vw solid transparent;
    border-left: 1vw solid #d0121b;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .marugame .btn_white .hexagon {
    width: 3.52vw;
    height: 2.03245vw;
    margin: 1.01587vw 0;
  }
  .marugame .btn_white .hexagon:before, .marugame .btn_white .hexagon:after {
    border-left: 1.76vw solid transparent;
    border-right: 1.76vw solid transparent;
  }
  .marugame .btn_white .hexagon:before {
    border-bottom: 1.01587vw solid #fff;
  }
  .marugame .btn_white .hexagon:after {
    border-top: 1.01587vw solid #fff;
  }
  .marugame .btn_white .hexagon i {
    width: 3.52vw;
    height: 1.76vw;
  }
  .marugame .btn_white .hexagon i:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
  }
  .marugame .btn_white .hexagon i:before {
    margin-top: -0.51765vw;
    right: 1.1vw;
    top: 50%;
    border-top: 0.64706vw solid transparent;
    border-bottom: 0.64706vw solid transparent;
    border-left: 1.1vw solid #d0121b;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .marugame .btn_white .hexagon i:before {
    margin-top: -0.47059vw;
    right: 1vw;
    top: 50%;
    border-top: 0.58824vw solid transparent;
    border-bottom: 0.58824vw solid transparent;
    border-left: 1.1vw solid #d0121b;
  }
}

@media only screen and (max-width: 767px) {
  .marugame .btn_white .hexagon i:before {
    border-left: 5px solid #000;
  }
  .marugame .link_basic01 {
    font-size: 2.93333vw;
    padding-left: 4.66667vw;
  }
  .marugame .link_basic01 .ico_hexagon,
  .marugame .link_basic01 span {
    font-size: 3.46667vw;
  }
  .marugame .circle01 {
    font-size: 3.73333vw;
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.13333vw;
    font-weight: bold;
  }
  .marugame .circle02 {
    width: 3.2vw;
    height: 3.2vw;
    font-size: 2.13333vw;
    line-height: 3.2vw;
    margin-right: 0.66667vw;
  }
  .marugame .circle03 {
    padding: 0 0.93333vw;
    font-size: 2.13333vw;
    line-height: 3.2vw;
    margin-right: 0.66667vw;
  }
  .marugame .big-title {
    border-top: 1px solid #d0cecc;
    padding: 2.4vw 0 2.4vw;
    font-size: 3.2vw;
  }
  .marugame .big-title .ico_hexagon {
    font-size: 4.26667vw;
    margin: 0 4vw;
  }
  .marugame .big-title .ico_hexagon.active {
    -webkit-transform: rotate(180deg) translateY(-0.1vw);
    -ms-transform: rotate(180deg) translateY(-0.1vw);
    transform: rotate(180deg) translateY(-0.1vw);
  }
  .marugame .medium-title {
    padding: 2.4vw 0 2.4vw 2.66667vw;
    font-size: 3.2vw;
    margin-bottom: 0.26667vw;
  }
  .marugame .medium-title .ico_hexagon {
    font-size: 4.26667vw;
    margin: 0 4vw;
  }
  .marugame .medium-title .ico_hexagon.active {
    -webkit-transform: rotate(180deg) translateY(-0.1vw);
    -ms-transform: rotate(180deg) translateY(-0.1vw);
    transform: rotate(180deg) translateY(-0.1vw);
  }
  .marugame .small-item {
    padding: 2.4vw 0 2.4vw 2.66667vw;
  }
  .marugame .small-item a {
    font-size: 3.2vw;
  }
  .marugame .small-item a .ico_hexagon {
    top: 0.6vw !important;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

@media only screen and (max-width: 414px) {
  .marugame .big-title .ico_hexagon.active {
    -webkit-transform: rotate(180deg) translateY(0);
    -ms-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
  }
  .marugame .medium-title .ico_hexagon.active {
    -webkit-transform: rotate(180deg) translateY(0);
    -ms-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
  }
}

img {
  max-width: 100%;
}

.btn_basic01 {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 20px 0 25px;
  color: #fff;
  background: #d0121b;
  position: relative;
  font-weight: bold;
}

.btn_basic01 .ico_hexagon, .btn_basic01 span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn_basic01:hover {
  background: #000;
}

.btn_basic02 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 20px 0 25px;
  color: #fff;
  background: #000;
  position: relative;
  font-weight: bold;
}

.btn_basic02 .ico_hexagon {
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn_basic02:hover {
  background: #d0121b;
}

.btn_basic03 {
  display: inline-block;
  width: 560px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  position: relative;
  border: 1px solid #999795;
  padding: 0 30px;
}

.btn_basic03 .ico_hexagon {
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn_basic03:hover {
  opacity: 0.5;
}

.btn_basic04 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 25px 0 12px;
  color: #000;
  background: #fff;
  position: relative;
  font-size: 14px;
}

.btn_basic04 .ico_hexagon {
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn_basic04 .ico_hexagon:before {
  content: "\66";
}

.btn_basic04:hover {
  background: #d0121b;
  color: #fff;
}

.btn_basic04:hover .ico_hexagon {
  color: #fff;
}

.btn_face {
  display: inline-block;
  width: 160px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 12px;
  color: #fff;
  background: #3b5998;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.btn_face:hover {
  opacity: .7;
}

.btn_face .ico_face {
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 100;
}

.container .top_alert {
  background: #eeecea;
  font-size: 14px;
  padding: 35px 50px;
  margin: 40px 0 48px;
  line-height: 28px;
}

.container .top_banner_event {
  margin: 40px 0 48px;
}

.container .top_banner_event img {
  display: block;
}

.other {
  background: url(/common/img/bg_red.jpg);
  margin: 95px 0;
}

.other .container {
  max-width: 1366px;
  padding: 0;
}

.other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_list_item {
  width: 33.33%;
  border-right: 1px solid #fff;
}

.other_list_item:first-child {
  border-left: 1px solid #fff;
}

.other_list_anchor {
  text-align: center;
  padding: 100px 0;
  display: block;
  height: 100%;
}

.other_list_anchor:hover {
  opacity: .7;
}

.other_list_anchor .link_basic01 {
  color: #fff;
  font-size: 18px;
  padding-left: 28px;
}

.other_list_anchor .link_basic01 .ico_hexagon {
  color: #fff;
}

.other_list_anchor .link_basic01:hover {
  color: #fff;
}

.other_list_image {
  display: block;
  margin-bottom: 20px;
}

.other_list_image img {
  display: block;
  margin: 0 auto;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.menu_list_item .link_basic01 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 28px;
  font-family: "KaiSho MCBK1", sans-serif;
}

.menu_list_item .link_basic01 .ico_hexagon {
  font-size: 20px;
  top: 50%;
}

.menu_list_item .link_basic01.modal_shop {
  font-family: 'Yu Gothic', sans-serif;
  letter-spacing: 0;
}

.menu_list_anchor {
  outline: none;
  display: block;
  text-align: center;
}

.menu_list_anchor:hover img {
  opacity: .7;
}

.menu_list_text {
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
}

.menu_list_image {
  margin-bottom: 20px;
  position: relative;
  padding: 22px 0 0;
  display: block;
}

.menu_list_image img {
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu_list_option {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_list_option span + span {
  margin-left: 4px;
}

.menu_list_seasonal_limit {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 5px;
  color: #fff;
  background: #d0121b;
}

.menu_list_price {
  font-size: 13px;
  display: block;
}

.menu_list_price .price:not(:last-child) {
  margin-right: 18px;
}

.menu_list_price .special {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.menu_list_label_limited {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 5px;
  color: #fff;
  background: #d0121b;
  background: #000;
}

.menu_list_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 75%;
}

.menu_list_photo img {
  max-height: 100%;
  -ms-flex: 0 0 auto;
}

.menu_list_photo.img_m {
  max-width: 68%;
}

.menu_list_photo.img_l {
  max-width: 75%;
}

.menu_list_photo.img_s {
  max-width: 45%;
}

.attention {
  margin-bottom: 115px;
}

.attention_btn {
  border-top: 1px solid #d0cecc;
  padding: 95px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.attention_btn .btn_basic02 {
  width: 360px;
  height: 80px;
  line-height: 80px;
  text-align: left;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
}

.attention_btn .btn_basic02 .ico_hexagon {
  font-size: 19px;
  right: 30px;
}

.attention_btn .btn_basic02:first-child {
  margin-right: 24px;
}

.attention_list_item {
  display: table;
  font-size: 13px;
  color: #999795;
  margin-bottom: 4px;
}

.attention_list_item span:first-child {
  display: table-cell;
}

.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.banner_list_link {
  display: block;
}

.banner_list_link:hover {
  opacity: .6;
}

.banner_list_item {
  width: calc(50% - 12px);
  margin-bottom: 24px;
  background: #fff;
}

.banner_list_item:last-child:nth-child(odd) {
  margin: 0 auto 24px;
}

.banner_list_item img {
  width: 100%;
  display: block;
}

.introduce {
  padding-top: 95px;
}

.introduce .container {
  max-width: 1366px;
}

.introduce_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.introduce_image img {
  display: block;
  width: 100%;
}

.introduce_content, .introduce_image {
  padding-right: 80px;
  width: 50%;
}

.introduce_title {
  font-size: 40px;
  font-family: "KaiSho MCBK1", sans-serif;
  margin-bottom: 30px;
}

.introduce_desc {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "KaiSho MCBK1", sans-serif;
  font-weight: bold;
}

.introduce_text {
  font-size: 14px;
  line-height: 2;
}

.marugame.menu_production .mainvisual {
  background: url(/images/menu/production/bg_mainvisual.jpg) no-repeat center center;
  background-size: cover;
}

.marugame.menu_production .attention {
  margin: 65px 0;
}

.marugame .confirm_ctn {
  background: url(/common/img/bg_gray.jpg) repeat center center;
  padding: 65px 0 70px;
  margin-top: 80px;
  text-align: center;
}

.marugame .confirm_ctn h2 {
  font-size: 16px;
  margin-bottom: 35px;
}

.marugame .confirm_ctn .btn_basic02 {
  font-weight: bold;
  text-align: left;
  width: 360px;
  height: 80px;
  line-height: 80px;
  padding: 0 24px 0 31px;
}

.marugame .confirm_ctn .btn_basic02 .ico_hexagon {
  font-size: 20px;
  right: 30px;
}

.marugame .confirm_ctn .btn_basic02 .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.1px;
  font-size: 18px;
}

.marugame .confirm_ctn .btn_basic02 span.white_box {
  background: #fff;
  padding: 1px 2px 0 2px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin-left: 10px;
  display: inline-block;
  font-weight: bolder;
  letter-spacing: initial;
}

.marugame .contact_btn {
  text-align: center;
  margin-bottom: 120px;
}

.marugame .contact_btn .btn_basic03 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #999795;
}

@media only screen and (max-width: 1200px) {
  .container .top_alert {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .introduce {
    padding-top: 70px;
  }
  .introduce_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .introduce_image {
    padding-right: 20px;
  }
  .introduce_title {
    font-size: 32px;
  }
  .introduce_content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btn_basic01 {
    padding: 0 4vw;
    height: 10.66667vw;
    line-height: 10.66667vw;
    width: 42.66667vw;
    font-size: 3.2vw;
  }
  .btn_basic01 span, .btn_basic01 .ico_hexagon {
    right: 3.33333vw;
    font-size: 3.46667vw;
  }
  .btn_basic02 {
    padding: 0 2.66667vw 0 3.33333vw;
    font-size: 3.2vw;
  }
  .btn_basic02 span {
    right: 2.66667vw;
  }
  .btn_basic03 {
    padding: 0 4.66667vw 0 4vw;
    font-size: 3.2vw;
  }
  .btn_basic04 {
    font-size: 3.73333vw;
    height: 12.66667vw;
    line-height: 12.66667vw;
    padding: 0 4vw;
  }
  .btn_basic04 .ico_hexagon {
    font-size: 5.06667vw;
    right: 4vw;
  }
  .container .top_alert {
    padding: 3.5vw 5.5vw;
    margin: 5.5vw 0 6vw;
    font-size: 3.2vw;
    line-height: 1.77em;
  }
  .container .top_banner_event {
    margin: 5.5vw 0 6vw;
  }
  .other {
    margin: 12.66667vw 0;
  }
  .other_list {
    display: block;
  }
  .other_list_item {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #fff;
  }
  .other_list_item:first-child {
    border-left: 0;
  }
  .other_list_anchor {
    padding: 6.66667vw 6.4vw;
    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;
  }
  .other_list_anchor .link_basic01 {
    padding-left: 6.66667vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 4.26667vw;
  }
  .other_list_anchor .link_basic01 .ico_hexagon {
    font-size: 4.66667vw;
    top: 50%;
  }
  .other_list_image {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 11.33333vw;
  }
  .other_list_image img {
    width: 100%;
  }
  .menu_list_item .link_basic01 {
    font-size: 4.26667vw;
    margin-bottom: 3.33333vw;
    padding-left: 4.66667vw;
  }
  .menu_list_item .link_basic01 .ico_hexagon {
    font-size: 3.46667vw;
    top: 1.86667vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu_list_text {
    font-size: 3.2vw;
    text-align: left;
    margin-bottom: 4vw;
  }
  .menu_list_image {
    margin-bottom: 4.66667vw;
  }
  .menu_list_price {
    font-size: 2.66667vw;
  }
  .menu_list_price .price:not(:last-child) {
    margin-right: 1.46667vw;
  }
  .menu_list_price .price.special {
    font-size: 2.13333vw;
  }
  .menu_list_option {
    right: 0;
  }
  .menu_list_option .circle01 {
    font-size: 2.13333vw;
    width: 4.26667vw;
    height: 4.26667vw;
    line-height: 4vw;
  }
  .menu_list_option span + span {
    margin-left: 0.53333vw;
  }
  .attention {
    margin-bottom: 12vw;
  }
  .attention_btn {
    padding: 12.66667vw 0 7.33333vw;
  }
  .attention_btn .btn_basic02 {
    height: 10.66667vw;
    line-height: 10.66667vw;
    font-size: 3.2vw;
    padding: 0 6.66667vw 0 4vw;
  }
  .attention_btn .btn_basic02 .ico_hexagon {
    right: 4vw;
    font-size: 3.46667vw;
  }
  .attention_btn .btn_basic02:first-child {
    margin-right: 2.4vw;
  }
  .attention_list_item {
    margin-bottom: 1.33333vw;
    font-size: 2.66667vw;
  }
  .banner_list_item {
    width: calc(50% - 12 * 100vw / 750);
    margin-bottom: 3.33333vw;
  }
  .banner_list_item:last-child:nth-child(odd) {
    margin: 0 auto 3.33333vw;
  }
  .banner_block {
    margin-top: 10.66667vw;
  }
  .marugame.menu_production .mainvisual {
    background: url(/images/menu/production/bg_mainvisual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .marugame.menu_production .attention {
    margin: 8.4vw 0 7.33333vw;
  }
  .marugame.menu_production .attention_list_item {
    line-height: 4.13333vw;
    margin-bottom: 0;
  }
  .marugame .confirm_ctn {
    padding: 8.66667vw 0 9.33333vw;
    margin-top: 10.66667vw;
  }
  .marugame .confirm_ctn h2 {
    font-size: 3.2vw;
    margin-bottom: 7.2vw;
  }
  .marugame .confirm_ctn .btn_basic02 {
    width: 74.66667vw;
    line-height: 16.26667vw;
    height: 16.26667vw;
    padding: 0 5.33333vw;
  }
  .marugame .confirm_ctn .btn_basic02 .inside {
    font-size: 3.73333vw;
  }
  .marugame .confirm_ctn .btn_basic02 span.white_box {
    font-size: 2.8vw;
    margin-left: 2.66667vw;
    padding: 0.26667vw 0.26667vw 0.13333vw;
  }
  .marugame .confirm_ctn .btn_basic02 .ico_hexagon {
    right: 6vw;
    font-size: 4vw;
  }
  .marugame .contact_btn {
    margin-bottom: 13.33333vw;
  }
  .marugame .contact_btn .btn_basic03 {
    padding: 3.6vw 4.66667vw 2.4vw 4vw;
    font-size: 3.2vw;
    height: auto;
    line-height: 4.8vw;
    width: 76.26667vw;
  }
  .marugame .contact_btn .btn_basic03 .ico_hexagon {
    font-size: 4vw;
    right: 5.73333vw;
  }
  .introduce {
    padding-top: 10.66667vw;
  }
  .introduce_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introduce_text {
    font-size: 3.2vw;
  }
  .introduce_image, .introduce_content {
    padding-right: 0;
    width: 100%;
  }
  .introduce_title {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 3.33333vw;
  }
  .introduce_image {
    margin-bottom: 7.33333vw;
  }
  .introduce_desc {
    font-size: 3.73333vw;
    margin-bottom: 4vw;
    text-align: center;
    font-weight: bold;
  }
}

@media all and (-ms-high-contrast: none) {
  .marugame .link_basic01 {
    line-height: 1.9;
  }
}

.loading_marugame {
  font-size: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loadingAmination 1.1s infinite ease;
  animation: loadingAmination 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 60px auto;
}

@-webkit-keyframes loadingAmination {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}

@keyframes loadingAmination {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  font-size: 12px;
}

.breadcrumb > li a {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb > li a:hover {
  opacity: 0.5;
}

.breadcrumb > li + li {
  padding-left: 10px;
}

.breadcrumb > li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 11px;
}

.breadcrumb > li.active {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 2.66667vw;
  }
  .breadcrumb > li + li {
    padding-left: 1.33333vw;
  }
  .breadcrumb > li + li::before {
    padding-right: 1.33333vw;
    position: relative;
    top: 1px;
  }
}

.mainvisual .mainvisual_inner {
  background: url(/images/shop/bg_mainviusal.jpg) no-repeat center center;
  background-size: cover;
}

.mainvisual .mainvisual_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
  position: relative;
}

.mainvisual .mainvisual_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.mainvisual h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "KaiSho MCBK1", sans-serif;
}

.mainvisual .breadcrumb {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 16vw;
  }
  .mainvisual .container {
    position: relative;
  }
  .mainvisual .mainvisual_wrap {
    height: 32vw;
    position: static;
  }
  .mainvisual h1 {
    text-align: center;
    color: #fff;
    font-size: 6.4vw;
  }
  .mainvisual .breadcrumb {
    position: absolute;
    top: 3.33333vw;
    right: 3.06667vw;
  }
}
