@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社） 調整用ベーススタイル
scope : 刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社） 共通

memo：

last modify : 

2020/02/14 TCI福岡／新規作成

========================================================== */
/* ------------------------------------ */
/* ▼ reset */
/* ------------------------------------ */
html,
body {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}

figure,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
}

input,
button,
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}
button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:link {
  color: #0d53de;
  text-decoration: none;
}

a:visited {
  color: #0d53de;
  text-decoration: none;
}

a:hover {
  color: #dd0000;
  text-decoration: none!important;
}

a:active {
  color: #000;
  text-decoration: none;
}

/* ------------------------------------ */
/* ▼ base font size */
/* ------------------------------------ */
html {
  font-size: 10px;
}

@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* ------------------------------------ */
/* ▼ font style */
/* ------------------------------------ */
body {
  font-feature-settings: "palt";
  letter-spacing: .06em;
  line-height: 1.6;
}

/* ------------------------------------ */
/* ▼ font type */
/* ------------------------------------ */
.ffN {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
}

@media (min-width: 768px) {
  .ffM_pc {
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  }
}

/* ------------------------------------ */
/* ▼ pc or sp only (inline block unused) */
/* ------------------------------------ */
@media (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none!important;
  }
}

/* ------------------------------------ */
/* ▼ wrap element size */
/* ------------------------------------ */
.wcm {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

/* ------------------------------------ */
/* ▼ hover opacity PC only */
/* ------------------------------------ */
@media (min-width: 768px) {
  .roll {
    transition: opacity .3s;
  }

  .roll:hover {
    opacity: .6;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .roll:hover {
    opacity: 1;
  }
}