@charset "UTF-8";
.text_indent_none {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
tt,
u,
ul,
var {
  background: none repeat scroll 0 0;
  border: 0;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

body {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.75;
  overflow-wrap: break-word;
  letter-spacing: 0.08em;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

caption,
table,
tbody,
td,
tfoot,
th,
thead {
  margin: 0;
  outline: 0 none;
  padding: 0;
}

td,
th {
  vertical-align: top;
  background: none repeat scroll 0 0;
}

div,
p,
span {
  line-height: inherit;
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
}

a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.6s;
}

a img {
  border: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
}

a:hover:after {
  opacity: 0.4;
  transition: opacity 0.6s;
}

button:focus {
  outline: 0 !important;
}

a:focus,
button:active,
div:focus,
img:focus,
p:focus {
  outline: none;
}

ol,
ul {
  list-style: none outside none;
}

fieldset,
img {
  vertical-align: bottom;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  letter-spacing: 0;
}

hr {
  border: 0;
  height: 0;
  visibility: hidden;
}

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

code,
pre {
  font: 100% monospace;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

@media only screen and (max-width: 768px) {
  .pc,
  .pc-content {
    display: none;
  }
}

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

@media only screen and (max-width: 414px) {
  .pc,
  .pc-content {
    display: none;
  }
}

.sp,
.sp-content {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp,
  .sp-content {
    display: block;
  }
}

@media only screen and (max-width: 414px) {
  .sp,
  .sp-content {
    display: block;
  }
}

@media only screen and (max-width: 414px) {
  #responsive_flg {
    display: none;
  }
}

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

.clearfix {
  *zoom: 1;
}

body {
  font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, YuMincho, Yu Mincho,
    游明朝体, 游明朝, ＭＳ ゴシック, MS Gothic, メイリオ, Meiryo, serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-yu_mincho {
  font-family: YuMincho, Yu Mincho, 游明朝体, 游明朝, ヒラギノ明朝 ProN W3,
    Hiragino Mincho ProN, ＭＳ ゴシック, MS Gothic, メイリオ, Meiryo, serif;
}

.font-hiragino {
  font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳ ゴシック,
    MS Gothic, メイリオ, Meiryo, serif;
}

.font-gothic,
.p-articleHasBg_data {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ,
    sans-serif;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#wrap,
body,
html {
  position: relative;
}

#wrap {
  overflow: hidden;
  opacity: 0;
}

.l-global_footerTop {
  position: relative;
  padding-top: 99px;
  padding-bottom: 74px;
}

@media only screen and (max-width: 768px) {
  .l-global_footerTop {
    padding-top: 40px;
    padding-bottom: 91px;
  }
}

@media only screen and (max-width: 500px) {
  .l-global_footerTop {
    padding-top: 51px;
    padding-bottom: 68px;
  }
}

.l-global_footerTop-totop {
  margin: 0 auto 40px;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: opacity 0.6s;
  background: url(../images/totop.png) 50% no-repeat;
  background-size: 59px 31px;
  width: 59px;
  height: 31px;
}

@media only screen and (max-width: 500px) {
  .l-global_footerTop-totop {
    background: url(../images/totop_sp.png) 50% no-repeat;
    background-size: 48px 25px;
    width: 48px;
    height: 25px;
  }
}

.global_footer-logo {
  background: url(../images/logo.png) 50% no-repeat;
  background-size: 223px 80px;
  width: 223px;
  height: 160px;
  display: block;
  margin: 50px auto 78px;
}

@media only screen and (max-width: 768px) {
  .global_footer-logo {
    background: url(../images/logo.png) 50% no-repeat;
    background-size: 223px 80px;
    width: 223px;
    height: 160px;
    margin: 56px auto 37px;
  }
}

@media only screen and (max-width: 500px) {
  .global_footer-logo {
    background-size: 180px 63px;
    width: 223px;
    height: 160px;
    margin: 40px auto 20px;
  }
}

.l-global_footerTop-copyright {
  font-size: 14px;
  text-align: center;
  color: #9c9898;
  font-family: MS PGothic, 游ゴシック体, Yu Gothic, YuGothic,
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
    ＭＳ Ｐゴシック, sans-serif;
}

.l-global_footerTop-copyright span {
  font-size: 10px;
  vertical-align: 2px;
  color: #9c9898;
}

@media only screen and (max-width: 768px) {
  .l-global_footerTop-copyright {
    font-size: 11px;
  }
  .l-global_footerTop-copyright span {
    vertical-align: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .l-global_footerTop-copyright span {
    font-family: Verdana, “Droid Sans”;
  }
}

/*-- footerContact --*/
.l-global_footerContact {
  background-color: #0c2452;
  padding: 72px 0 87px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .l-global_footerContact {
    padding: 71px 0 87px;
  }
}

@media only screen and (max-width: 500px) {
  .l-global_footerContact {
    padding: 56px 0 52px;
  }
}

.l-global_footerContact-title {
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 500px) {
  .l-global_footerContact-title {
    font-size: 18px;
  }
}

.l-global_footerContact-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  list-style: none;
  margin-top: 16px;
}

@media only screen and (max-width: 500px) {
  .l-global_footerContact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.9;
  }
  .l-global_footerContact-list li ~ li {
    margin-top: 10px;
  }
}

.l-global_footerContact-phone a {
  color: inherit;
}
.l-global_footerContact-list li + li:before {
  content: "";
  display: inline-block;
  margin: 0 26px;
  border-left: 1px solid #9c9898;
  height: 15px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

@media only screen and (max-width: 500px) {
  .l-global_footerContact-list li + li:before {
    display: none;
  }
}

.l-global_footerContact-list-item a,
.l-global_footerContact-list_link {
  color: #39c;
  text-decoration: underline;
}
.l-global_footerContact-text {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 500px) {
  .l-global_footerContact-text {
    margin-top: 22px;
    letter-spacing: 0em;
    line-height: 2;
  }
}

.l-global_footerContact-text span {
  color: red;
}
.l-global_footerGeneral {
  padding: 30px 20px;
  background-color: #000;
}

@media only screen and (max-width: 500px) {
  .l-global_footerGeneral {
    padding-top: 23px;
    padding-bottom: 20px;
  }
}

.l-global_footerGeneral-mainLogo {
  background: url(../images/l-globalFooterGeneral-mainLogo.png) 50% no-repeat;
  background-size: 316px 46.5px;
  height: 46.5px;
  width: 316px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .l-global_footerGeneral-mainLogo {
    background: url(../images/l-globalFooterGeneral-mainLogo_sp.png) 50%
      no-repeat;
    background-size: 253.5px 37.5px;
    height: 37.5px;
    width: 253.5px;
  }
}

.l-global_footerGeneralLink {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 11px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 500px) {
  .l-global_footerGeneralLink {
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0.09em;
  }
}

.global_header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: #fff;
  display: flex;
  padding: 0 30px 0 34px;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
}

.global_header a {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: opacity 0.6s;
}

.global_header a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 414px) {
  .global_header a:hover {
    opacity: 1;
  }

  .global_header a:active {
    opacify: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .global_header {
    padding: 0 20px;
    height: 60px;
    background-color: inherit;
    box-shadow: 0 0 0 transparent;
  }

  .global_header-logo {
    opacity: 0;
  }

  .global_header-logo a {
    background-size: contain;
    width: 196px;
  }

  .global_header-btn_shop a {
    background-size: contain;
    width: 171px;
  }

  .global_header-btn_cart a {
    background-size: contain;
    width: 36px;
  }
}

@media only screen and (max-width: 414px) {
  .global_header {
    padding: 0;
    height: 69px;
  }

  .global_header.is-show {
    opacity: 1;
  }
}

.l-leftCol {
  position: fixed;
  width: 50%;
  left: 0;
}

.l-leftCol_img {
  background: url("../images/mv/mv_pc_sp.webp") no-repeat 50%;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.l-leftCol._fix {
  left: 0;
  position: fixed;
  width: 50%;
}

.l-leftCol_arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 86px;
  height: 86px;
}
.l-leftCol_arrow a {
  display: block;
  width: 86px;
  height: 86px;
  position: relative;
  color: #ccc;
}
.l-leftCol_arrow a:after,
.l-leftCol_arrow a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  opacity: 1;
}

.l-leftCol_arrow a:before {
  background: #64636f;
  height: 100%;
}

.l-leftCol_arrow a:after {
  background: #fff;
  -webkit-animation: name 3s infinite;
  animation: name 3s infinite;
  height: 0;
}

@keyframes name {
  0% {
    height: 0%;
    top: 0;
    bottom: auto;
  }

  30% {
    height: 100%;
    top: 0;
    bottom: auto;
  }

  50% {
    height: 100%;
    top: auto;
    bottom: 0;
  }

  80% {
    height: 0%;
    top: auto;
    bottom: 0;
  }
}

@keyframes flashing {
  0% {
    transform: translateY(-70%);
    opacity: 0;
  }

  80% {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-leftCol {
    position: relative;
    width: 100%;
  }

  .l-leftCol_img {
    background: url("../images/mv/mv_tab.webp") 50% no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 100%;
  }

  .l-leftCol_arrow {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  .l-leftCol_img {
    background: url("../images/mv/mv_pc_sp.webp") 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    padding-top: 0;
  }
}

/*-- float_nav --*/
.c-floatNav {
  bottom: 450px;
  height: auto;
  right: 7px;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .c-floatNav {
    bottom: 422px;
  }
}

@media only screen and (max-width: 500px) {
  .c-floatNav {
    bottom: 438px;
    right: 12px;
  }
}

.c-floatNav.is-active {
  opacity: 1;
}
.c-floatNav_block {
  padding-bottom: 65px;
}
.c-floatNav_block_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}
.c-floatNav_block_item.-is-cart {
  margin-top: 12px;
}
.c-floatNav_block_item_link {
  font-size: 14.45px;
  padding-right: 13px;
}

@media only screen and (max-width: 500px) {
  .c-floatNav_block_item_link {
    display: none;
  }
}

.js_first_view {
  opacity: 0;
  transition: opacity 2.5s;
}

.js_first_view.-is-active {
  opacity: 1;
  transition: opacity 2.5s;
}

.section {
  width: 100%;
}

.section._main {
  display: flex;
  justify-content: space-between;
}

.section._left-column,
.section._right-column {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .section._main {
    padding: 0 40px;
  }

  .section._left-column,
  .section._right-column {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .section._main {
    padding: 0;
  }
}

.btn_sp_navi_wrap,
.spnavi {
  display: none;
}

.btn_sp_navi_wrap .line {
  width: 20px;
  height: 2px;
  background-color: #333;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}

.btn_sp_navi_wrap .active .line {
  color: #fff;
  background-color: #fff;
}

.btn_sp_navi_wrap .active .line:first-of-type {
  transform: translateY(10px) rotate(-45deg);
}

.btn_sp_navi_wrap .active .line:nth-of-type(2) {
  opacity: 0;
}

.btn_sp_navi_wrap .active .line:nth-of-type(3) {
  transform: translateY(-4px) rotate(45deg);
}

@media only screen and (max-width: 414px) {
  .spnavi {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .btn_sp_navi_wrap {
    display: block;
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

#wovn-translate-widget[wovn] {
  position: fixed;
  bottom: 0;
  width: 175px !important;
  padding: 14px 15px 15px !important;
  border-radius: inherit !important;
  right: 0 !important;
  left: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  display: none !important;
}

#wovn-translate-widget[wovn].to-topjs {
  display: block !important;
}

#wovn-translate-widget[wovn].is-active {
  opacity: 1 !important;
}

#wovn-translate-widget[wovn] #wovn-logo-planet {
  display: none;
}

body
  #wovn-translate-widget[wovn]
  .wovn-lang-selector
  .wovn-lang-selector-links {
  padding: 0 !important;
  line-height: 1.8 !important;
}

#wovn-translate-widget[wovn] .wovn-lang-selector {
  background: none !important;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
/*
#wovn-translate-widget[wovn].-is-display {
  padding: 15px 10px 12px 13px !important;
}
*/
@media only screen and (max-width: 768px) {
  #wovn-translate-widget[wovn] {
    bottom: 10px;
    padding: 2px 7px 5px !important;
  }
}

@media only screen and (max-width: 500px) {
  #wovn-translate-widget[wovn] {
    bottom: 5px;
    padding: 16px 10px 10px 13px !important;
  }
}

@media only screen and (basicsp) {
  #wovn-translate-widget[wovn].-is-display {
    padding: 12px 10px 10px 13px !important;
  }
}

@media only screen and (max-width: 321px) {
  #wovn-translate-widget[wovn] {
    bottom: 10px !important;
    padding: 3px 7px 5px !important;
    right: -12px !important;
  }
}

.smp {
  display: none;
}

.p-article {
  margin: 60px auto 0;
  width: 70.3125%;
  padding: 60px 0 118px;
}

.p-article-col {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  min-width: 420px;
  width: 100%;
}

.p-article-col-cont {
  padding: 0 10px;
}

.p-article-col-cont-title {
  font-size: 20px;
  letter-spacing: 0.08em;
}

.p-article-col-cont-title + .p-article-col-cont-text {
  margin-top: 3px;
  text-align: justify;
}

.p-article-col-cont-text {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 15px;
  letter-spacing: 0.08em;
}

.p-article-col-cont-text-box {
  background-color: #f5f5f5;
  font-size: 13px;
  margin-top: 55px;
  padding: 30px 40px 45px;
}

.p-article-col-cont-text-box-list {
  margin-top: 7px;
}

.p-article-col-cont-text-box-list-anc {
  margin-top: 14px;
}

.p-article-col-cont-text-box-list-anc-item._c-red {
  color: red;
}

.p-article-col-cont-text-box-list-anc-item:before {
  content: "\203B";
}

.p-article-col-cont-text-box-list-item:before {
  content: "\30FB";
}

.p-article-col-cont-text-box-t {
  font-size: 20px;
  margin-left: 5px;
}

.p-article-img {
  display: block;
  margin-top: 74px;
}

@media only screen and (max-width: 768px) {
  .p-article {
    margin-top: 0;
    padding-top: 60px;
    max-width: 90%;
    width: 100%;
  }

  .p-article-col {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .p-article-col-cont {
    padding: 0 7px;
  }

  .p-article-col-cont-text {
    font-size: 15px;
    margin-top: 20px;
  }

  .p-article-col-cont-text span.large {
    font-size: 16px;
  }

  .p-article-col-cont-text-box {
    font-size: 11px;
    margin-top: 30px;
    padding: 32px;
  }

  .p-article-col-cont-text-box-list,
  .p-article-col-cont-text-box-list-anc {
    margin-top: 15px;
  }

  .p-article-col-cont-text-box-t {
    font-size: 16px;
    margin-left: 5px;
  }

  .p-article-img {
    display: block;
    margin-top: 65px;
    padding-top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .smp {
    display: block;
  }

  .p-article {
    padding-top: 47px;
    width: 83%!important;
    padding-bottom: 77px;
  }

  .p-article-col {
    max-width: 443px;
    min-width: 100%;
    width: 100%;
  }

  .p-article-col-cont {
    /*padding: 0 40px;*/
  }

  .p-article-col-cont-title {
    font-size: 19px;
  }

  .p-article-col-cont-text {
    font-size: 14px;
    margin-top: 13px;
  }

  .p-article-col-cont-text span.large {
    font-size: 18.67px;
  }

  .p-article-col-cont-text-box {
    font-size: 12px;
    margin-top: 37px;
    padding: 35px 40px 40px;
  }

  .p-article-col-cont-text-box-t {
    font-size: 18px;
    margin-left: 5px;
  }

  .p-article-img {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    /*width: calc(100% - 60px);*/
    padding: 0 2%;
  }
}

.p-articleHasBg {
  background: #fbf8f3;
  padding: 116px 0 250px;
}

.p-articleHasBg_section {
  max-width: 650px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.p-articleHasBg_section + .p-articleHasBg_section {
  margin-top: 113px;
}

.p-articleHasBg_leadtext {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}

.p-articleHasBg_text {
  font-size: 15px;
  margin-top: 25px;
}

.p-articleHasBg_img {
  text-align: center;
  margin-top: 28px;
}

.p-articleHasBg_img img {
  margin-top: 5px;
}

.p-articleHasBg_data {
  font-size: 13px;
  margin-top: 33px;
}

.p-articleHasBg a {
  color: #4595ce;
}

@media only screen and (max-width: 768px) {
  .p-articleHasBg {
    margin: 0 -40px;
    padding: 100px 0 150px;
  }

  .p-articleHasBg_leadtext {
    font-size: 13px;
  }

  .p-articleHasBg_data,
  .p-articleHasBg_text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 414px) {
  .p-articleHasBg {
    margin: 0;
    padding: 75px 0 120px;
  }

  .p-articleHasBg_section {
    padding: 0 40px;
  }

  .p-articleHasBg_section + .p-articleHasBg_section {
    margin-top: 71px;
  }

  .p-articleHasBg_title {
    margin: 0 -10px;
  }

  .p-articleHasBg_leadtext {
    text-align: left;
    font-size: 14px;
    margin-top: 13px;
  }

  .p-articleHasBg_text {
    font-size: 14px;
    margin-top: 14px;
  }

  .p-articleHasBg_img {
    margin-top: 20px;
  }

  .p-articleHasBg_data {
    margin-top: 22px;
    letter-spacing: 0;
  }
}

.p-mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.p-mv.pc {
  display: block;
}

.p-mv.sp {
  display: none;
}

.p-mv_notice {
  color: #a98d00;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-top: 6px;
  padding-left: 3px;
}

.p-mv_logo {
  background: url("../images/logo.png") 50% no-repeat;
  background-size: contain;
  width: 280px;
  height: 227px;
  bottom: calc(38% + 70px);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.p-mv_logo,
.p-mv_sublogo {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
}

.p-mv_sublogo {
  background: url("../images/mv_sublogo.png") 50% no-repeat;
  background-size: contain;
  width: 80px;
  height: 239px;
  right: 28px;
  top: 28px;
}

.p-mv_textarea {
  bottom: 30px;
  left: 40px;
  max-width: 450px;
  position: absolute;
  width: 100%;
}

.p-mv_text {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: -3px;
}

.p-mv_leadtext {
  font-size: 25px;
  letter-spacing: 0.08em;
}

.p-mv_leadtext .large-1 {
  font-size: 30px;
  margin-left: -17px;
  margin-right: -10px;
  letter-spacing: 0.08em;
}

.p-mv_leadtext .large-2 {
  font-size: 30px;
}

.p-mv_date {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.p-mv_date .large {
  font-size: 30px;
  margin-right: 2px;
}

.p-mv_date .space {
  font-size: 15px;
  margin: 0 4px;
}

.p-mv_date:before {
  content: "";
  border-top: 1px solid;
  display: block;
  height: 1px;
  margin: 16px 0 13px 2px;
  width: 111px;
}

@media only screen and (max-width: 768px) {
  .p-mv {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .p-mv.pc {
    display: none;
  }

  .p-mv.sp {
    display: block;
  }

  .p-mv_notice {
    font-size: 12px;
  }

  .p-mv_label {
    font-size: 13px;
  }

  .p-mv_logo {
    height: 205px;
    margin: 50px auto 42px;
    position: relative;
    right: auto;
    left: 3px;
    bottom: auto;
  }

  .p-mv_sublogo {
    width: 64px;
    height: 191.2px;
    right: 0;
    top: 28px;
  }

  .p-mv_textarea {
    margin-left: 39px;
    margin-top: 40px;
    max-width: 410px;
    position: static;
    width: 100%;
  }

  .p-mv_text {
    font-size: 16px;
  }

  .p-mv_leadtext {
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .p-mv_leadtext .large-1 {
    font-size: 26px;
    margin-left: -17px;
    margin-right: -10px;
    letter-spacing: 0.08em;
  }

  .p-mv_leadtext .large-2 {
    font-size: 26px;
  }

  .p-mv_date {
    font-size: 12px;
  }

  .p-mv_date .large {
    font-size: 24px;
  }

  .p-mv_date:before {
    width: 90px;
  }
}

@media only screen and (max-width: 414px) {
  .p-mv {
    height: 80vh;
  }

  .p-mv_notice {
    font-size: 14px;
    color: #a98d00;
    margin-top: 0;
    padding-left: 0;
  }

  .p-mv_label {
    font-size: 15px;
  }

  .p-mv_logo {
    background: url("../images/logo.png") 50% no-repeat;
    background-size: 223px 80px;
    width: 59%;
    height: 21%;
    margin: 13% auto;
  }

  .p-mv_sublogo {
    width: 48px;
    height: 145px;
    right: 8px;
    top: 15px;
  }

  .p-mv_textarea {
    margin-left: 0;
    padding: 0 30px 0 40px;
    margin-top: 32px;
  }

  .p-mv_text {
    font-size: 18px;
  }

  .p-mv_leadtext {
    letter-spacing: 0.05em;
  }

  .p-mv_leadtext .large-1 {
    margin-left: -13px;
    margin-right: -9px;
  }

  .p-mv_leadtext .large-1,
  .p-mv_leadtext .large-2 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  .p-mv_date {
    font-size: 14px;
  }

  .p-mv_date .large {
    font-size: 28px;
    margin-right: 1px;
  }

  .p-mv_date .space {
    margin: 0 1px;
  }

  .p-mv_date:before {
    width: 105px;
  }
}

.animation-bounce {
  animation: bounce 0.8s ease 0.3s 1 normal forwards running;
}

@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }

  40% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(0);
  }
}

.u-border_under {
  border-bottom: 1px solid;
}

.u-border_under.-is-attention {
  padding-bottom: 5px;
  border-color: red;
}

.u-color-attention {
  color: red;
}

.u-fontbold {
  font-weight: 700;
}

.win10 .p-articletitle_text.-is-fix {
  height: 285px;
}

.rollover-op:hover {
  filter: progid:DXImageTransfor.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.fr {
  float: right;
}

.fl,
.fr {
  display: inline;
  *zoom: 1;
}

.fl {
  float: left;
}

.cl {
  clear: both;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.oh {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}

.indent-hanging-em1 {
  padding-left: 1em;
  text-indent: -1em;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.noborder {
  border: none !important;
}

@media only screen and (max-width: 414px) {
  .test {
    display: flex;
    transition: opacty 0.6s;
    color: #000;
  }

  background: url("../images/eveniser.jpg") no-repeat 0 0;
  background-size: 2px 2px;
  width: 2px;
  height: 2px;
}

/*# sourceMappingURL=style.css.map */
