@charset "UTF-8";
/* ========================================================
	base.css => 共通基本CSS
======================================================== */
/* reset
============================================================================================================ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
main,
figure {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  font-family: inherit;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

select,
input,
textarea {
  font-size: 100%;
}

header,
footer,
nav,
main,
section,
article,
figure,
aside {
  display: block;
}

/* ClearFix
============================================================================================================ */
.clearfix,
.row {
  zoom: 1;
}

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
@font-face {
  font-family: "MazdaType";
  src: url(../fonts/MazdaType.woff2) format("woff2");
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  background-color: #202020;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #dddddd;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "MazdaType", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
}

a[href] {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

a[href]:hover {
  text-decoration: none;
}

a[href].a_reverse,
.a_reverse a[href] {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href].a_reverse:hover,
.a_reverse a[href]:hover {
    text-decoration: underline;
  }
}
a[href^=http],
a[href^="mailto:"] {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

label {
  cursor: pointer;
}

input,
select,
textarea,
button {
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.slick-slider * {
  outline: none;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/* pc / sp
============================================================================================================ */
.sp,
.sps {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .pc_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp,
span.sp,
br.sp,
em.sp,
strong.sp {
    display: inline !important;
  }
  td.sp,
th.sp {
    display: table-cell !important;
  }
  .sp_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
  img.sps,
spsan.sps,
br.sps,
em.sps,
strong.sps {
    display: inline !important;
  }
  .sps_non {
    display: none !important;
  }
}
/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
  *[data-label] img {
    display: none !important;
  }
  *[data-label]::before {
    content: attr(data-label);
  }
  *[data-label-r]::after {
    display: block;
    content: attr(data-label-r);
  }
}
@media screen and (min-width: 371px) {
  *[data-label-r].spl_r_inline::after {
    display: inline;
  }
}
/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
  a[href],
a[href]::before,
a[href]::after,
button,
.basic_trs,
.basic_trs::before,
.basic_trs::after,
.basic_trs *,
.basic_trs *::before,
.basic_trs *::after {
    transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
  }
}
/* w
============================================================================================================ */
.w {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.w::after {
  content: "";
  display: table;
  clear: both;
}

.mw {
  min-width: 1020px;
}

@media screen and (max-width: 768px) {
  .w,
.xw {
    padding: 0;
    width: auto !important;
    max-width: none !important;
  }
  .mw {
    min-width: 0;
  }
}
/* header
============================================================================================================ */
@media screen and (min-width: 1020px), print {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 105px;
    background-color: #000;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-bottom: 1px solid #fff;
  }
  #header .logo {
    float: left;
  }
  #header .logo a {
    display: block;
    padding: 5px 0 10px 0;
  }
  #header nav {
    position: relative;
    margin-left: 220px;
    /*font-weight: bold;*/
    padding-top: 10px;
  }
  #header .hnav {
    position: absolute;
    bottom: 0px;
  }
  #header .cnav {
    position: absolute;
    bottom: 0px;
  }
  #header .hnav {
    left: 0;
    margin-top: 5px;
  }
  #header .cnav {
    right: 0;
  }
  #header .hnav li {
    float: left;
    margin-right: 5px;
  }
  #header .cnav li {
    float: left;
    margin-left: 5px;
  }
  #header .hnav a {
    display: block;
    background-color: #990000;
    text-align: center;
    padding: 3px 10px 3px 10px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid #990000;
    letter-spacing: -0.05em;
  }
  #header .cnav a {
    display: block;
    text-align: center;
    padding: 3px 3px 0 3px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
  }
  #header .hnav a:hover {
    background-color: #fff;
    color: #000;
  }
  #header .cnav a:hover {
    text-decoration: underline;
  }
  #header .gnav a:hover {
    background-color: #cbac31;
    color: #fff;
  }
  #header .gnav {
    position: relative;
    display: table;
    top: 50px;
    width: 980px;
    margin-left: -220px;
  }
  #header .gnav > li {
    display: table-cell;
  }
  #header .gnav > li > a {
    position: relative;
    display: table;
    width: 100%;
    height: 43px;
    padding: 0 5px 0 5px;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }
  #header .gnav > li > a > * {
    display: table-cell;
    vertical-align: middle;
  }
  #header .gnav::before,
#header .gnav > li > a::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    border-left: 1px solid #fff;
  }
  #header .gnav::before {
    left: 0;
  }
  #header .gnav > li > a::before {
    right: 0;
  }
  #header .gnav > li > a::after {
    content: "";
    position: absolute;
    right: 2px;
    left: 2px;
    bottom: 0;
    border-bottom: 6px solid #cbac31;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s, opacity 0.2s;
    transform: translateY(4px);
  }
  #header .gnav > li > a:hover::after {
    transform: translateY(0);
    opacity: 1;
  }
  #header .gnav > li > a.current::after {
    transform: translateY(0);
    opacity: 1;
    border-bottom: 3px solid #cbac31;
  }
}
@media print {
  #header {
    position: absolute;
  }
}
@media screen and (max-width: 1019px) {
  #header .logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 8500;
  }
  #header .logo a {
    display: block;
    width: 200px;
    height: 55px;
    background: url(../image/logo_sp.png) no-repeat 50%;
    background-size: 170px;
  }
  #header .logo a img {
    display: none;
  }
  #header .nav_btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background-color: #000;
    z-index: 9000;
  }
  #header .nav_btn a {
    position: relative;
    display: block;
    height: 55px;
  }
  #header .nav_btn:before,
#header .nav_btn a:before,
#header .nav_btn a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    margin-top: -1px;
    margin-left: -13px;
    border-top: 2px solid #fff;
    transition: all 0.2s;
  }
  #header .nav_btn a:before {
    transform: translateY(-7px);
  }
  #header .nav_btn a:after {
    transform: translateY(7px);
  }
  #header .nav_close {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    z-index: 7000;
  }
  /* open */
  #header.open .nav_btn:before {
    opacity: 0;
  }
  #header.open .nav_btn a:before {
    transform: translateY(0) rotate(45deg);
  }
  #header.open .nav_btn a:after {
    transform: translateY(0) rotate(-45deg);
  }
  #header.open .nav_close {
    opacity: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }
  /* showed */
  #header.showed .nav_close {
    bottom: 0;
    transition: opacity 0.3s;
  }
  #header nav {
    position: fixed;
    top: 57px;
    bottom: 0;
    right: 0;
    width: 280px;
    background-color: #fff;
    transform: translateX(110%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 8400;
  }
  #header nav > div {
    height: 100%;
    padding: 10px 0 20px;
    overflow-y: auto;
  }
  /* open */
  #header.open nav {
    transform: translateX(0%);
  }
  /* showed */
  #header.showed nav {
    transition: transform 0.3s;
  }
  #header nav li {
    border-bottom: 1px solid #f2f2f2;
  }
  /*	#header nav .gnav {
  	margin: 15px 0;
  }*/
  #header nav .gnav li:nth-of-type(even) {
    background-color: #eeeeee;
  }
  #header nav .cnav li:nth-of-type(odd) {
    background-color: #eeeeee;
  }
  #header nav .hnav li:nth-of-type(odd) {
    background-color: #eeeeee;
  }
  #header nav li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    color: #444;
  }
  #header nav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
/* footer
============================================================================================================ */
#footer {
  position: relative;
  background-color: #202020;
  font-size: 1.6rem;
  text-align: center;
  color: #dddddd;
}

#footer a {
  color: #dddddd;
}

@media screen and (max-width: 768px) {
  #footer {
    font-size: 1.3rem;
  }
}
/* bnr
------------------------------------------------------------- */
#footer .bnr {
  background: url(../images/foot/bnr_bg.png) 50%;
  text-align: center;
}

#footer .bnr a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (min-width: 1020px), print {
  #footer .bnr {
    padding: 50px 0;
  }
  #footer .bnr ul + ul {
    margin-top: 30px;
  }
  #footer .bnr li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
  }
}
@media screen and (max-width: 1019px) {
  #footer .bnr {
    padding: 15px 7px;
    background-size: 125px;
  }
  #footer .bnr li {
    float: left;
    width: 50%;
    padding: 3px;
  }
}
/* nav
------------------------------------------------------------- */
@media screen and (min-width: 1020px), print {
  #footer nav {
    padding: 30px 0;
  }
  #footer nav ul {
    display: table;
    margin: auto;
  }
  #footer nav ul + ul {
    margin-top: 10px;
  }
  #footer nav ul li {
    display: table-cell;
    vertical-align: middle;
  }
  #footer nav a {
    position: relative;
    padding: 0 1em;
  }
  #footer nav a::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 1px solid #8d8d8d;
  }
  #footer nav li:first-child a::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-left: 1px solid #8d8d8d;
  }
}
@media screen and (max-width: 1019px) {
  #footer nav {
    margin-left: -1px;
  }
  #footer nav ul li {
    float: left;
    width: 50%;
  }
  #footer nav ul li.home {
    width: 100%;
  }
  #footer nav a {
    position: relative;
    display: block;
    padding: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #353535;
    font-size: 1.2rem;
  }
  #footer nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
/* info
------------------------------------------------------------- */
@media screen and (min-width: 1020px), print {
  #footer .info {
    display: table;
    margin: 40px auto 0;
    text-align: left;
  }
  #footer .info > * {
    display: table-cell;
    vertical-align: middle;
  }
  #footer .info dd {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1019px) {
  #footer .info {
    margin-top: 30px;
  }
  #footer .info dt {
    margin-bottom: 12px;
  }
  #footer .info dt a {
    display: block;
    width: 180px;
    height: 40px;
    margin: auto;
    background: url(../image/foot_logo.png) no-repeat 50%;
    background-size: 100%;
  }
  #footer .info dt a img {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  #footer .info {
    font-size: 1.2rem;
  }
}
/* copyright
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 50px 0;
  font-size: 100%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #footer small {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
/* ページトップ
------------------------------------------------------------- */
@media print {
  #pagetop {
    display: none;
  }
}
#pagetop a {
  display: block;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

@media screen and (min-width: 769px) {
  #pagetop {
    position: fixed;
    overflow: hidden;
    bottom: 20px;
    right: 0;
    width: 80px;
    height: 60px;
    z-index: 100;
  }
  #pagetop a {
    overflow: hidden;
    position: absolute;
    width: 60px;
    right: -80px;
    height: 0;
    padding-top: 60px;
    transition: right 0.3s, background 0.2s;
  }
  #pagetop a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -5px 0 0 -8px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: scaleY(0.9) rotate(45deg);
  }
  #pagetop.show a {
    right: 20px;
  }
  #pagetop a:hover {
    background-color: #ccc;
  }
  #pagetop a:hover::before {
    border-color: #000;
  }
}
@media screen and (max-width: 768px) {
  #pagetop a {
    font-size: 1.2rem;
    line-height: 40px;
  }
  #pagetop a span {
    position: relative;
    display: inline-block;
    padding-right: 22px;
  }
  #pagetop a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin: -3px 0 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
  }
}
/* container
============================================================================================================ */
#container {
  position: relative;
  padding-top: 100px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 1019px) {
  #container {
    padding-top: 50px;
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=base.css.map */