@charset "utf-8";

/* =================================================
リセットcss ここから
=====================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =================== リセットcss ここまで ================================== */

html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", serif;
}
.font {
  font-family: "EB Garamond", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Shippori Mincho", serif;
}
input[type="password"],
input[type="submit"] {
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", serif;
}

figure {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

.no_link {
  pointer-events: none;
}

/* tel */
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

/* views */
.spView,
.spViewInb,
.tbView,
.tb_lView {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width: 1280px) {
  .tb_lView {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

/* fades */
@media only screen and (min-width: 769px) {
  .fadeAction,
  .fadeActionArea a {
    transition-property: opacity;
    transition-duration: 0.3s;
  }
  .fadeAction:hover,
  .fadeActionArea a:hover {
    opacity: 0.7;
  }
  .fadeAction:hover,
  .fadeActionArea a.nolink:hover {
    opacity: 1;
  }
}

/*---------------------------------------------------------------

 common styles

--------------------------------------------------------------- */

#freeContentsArea {
  width: 100%;
}
#importantTitle {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  background-color: #3b3b41;
  border-top: rgba(255, 255, 255, 0.15) solid 1px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 1280px) {
  #wrapper.globalnavi_off {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #importantTitle {
    font-size: 12px;
    padding-block: 20px;
  }
}


/* commonImgcap
------------------------------*/
.commonImgcap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1);
  z-index: 5;
}
.commonImgcap.left {
  left: 0;
  right: auto;
}

/* commonImgcap02
------------------------------*/
.commonImgcap02 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 5px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .commonImgcap02 {
    font-size: 8px;
  }
}

/* commonImgcap03
------------------------------*/
.commonImgcap03 {
  margin-top: 10px;
  color: #000;
  font-size: 10px;
}
.commonImgcap03.right {
  text-align: right;
}

/* commonImgcap04
------------------------------*/
.commonImgcap04 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  z-index: 5;
}
.commonImgcap04.left {
  left: 0;
  right: auto;
}

/* spCommonModal
------------------------------*/
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../common/images/ico_sp_modal.svg) no-repeat center center /
      contain;
    z-index: 3;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background: url(../../common/images/swipe_icon.svg) no-repeat center center /
      contain;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}

/* filter: blur を使ってぼんやり表示させる
====================================================== */

/* fadeIn_up_mv */
.fadeIn_up_mv {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
  transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 1.6s;
}
.fadeIn_up_mv.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* fadeIn_up_mv_title */
.fadeIn_up_mv_title {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
  transition: 2.6s cubic-bezier(0.4, 1.09, 1, 1) 2.6s;
}
.fadeIn_up_mv_title.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* fadeIn_up */
.fadeIn_up {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.fadeIn_up.is-js {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/*--------------------------------------
fade animation
--------------------------------------*/
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade_slide1.inview {
  animation-name: fadeSlide;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible !important;
  opacity: 0;
}

/* fade out */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

/* fade in */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inview.fi {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible !important;
  opacity: 0;
}

/* fade in up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.inview.fi_u {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  visibility: visible !important;
  opacity: 0;
}

/* fade in down */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.inview.fi_d {
  animation-name: fadeInDown;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  visibility: visible !important;
  opacity: 0;
}

/* fade in right */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.inview.fi_r {
  animation-name: fadeInRight;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  visibility: visible !important;
  opacity: 0;
}

/* fade in left */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate(-30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.inview.fi_l {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  visibility: visible !important;
  opacity: 0;
}

/*---------------------------------------------------------------

modalArea

--------------------------------------------------------------- */
#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}
#modalTable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}
#modalCell {
  display: table-cell;
  vertical-align: middle;
}
#modalInner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#modalInner img {
  max-width: 100%;
  height: auto;
}
#modalInner .inVertical img {
  max-width: 60%;
}
#modalContents {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  line-height: 0;
}
#modalContents iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}
#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch;
  }
}
