@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;
  }
}

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

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

@media only screen and (max-width: 500px) {
  .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: 500px) {
  .sp,
  .sp-content {
    display: block;
  }
}

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

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

.clearfix {
  *zoom: 1;
}

body {
  font-family: Noto Serif JP,ヒラギノ明朝 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 {
  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: 57px;
  padding-bottom: 74px;
}

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

@media only screen and (max-width: 500px) {
  .l-global_footerTop {
    padding-top: 127px;
    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: 49px 26px;
    width: 49px;
    height: 26px;
  }
}

.global_footer-logo {
  background: url(https://www.sousou.co.jp/other/setsubun/2025/build/images/mv_logo_2.png) 50% no-repeat;
  background-size: 114px 148px;
  width: 120px;
  height: 156px;
  display: block;
  margin: 56px auto 48px;
}

@media only screen and (max-width: 768px) {
  .global_footer-logo {
    margin: 56px auto 47px;
  }
}

@media only screen and (max-width: 500px) {
  .global_footer-logo {
    background: url(https://www.sousou.co.jp/other/setsubun/2025/build/images/mv_logo_2.png) 50% no-repeat;
    background-size: 100px 123px;
    width: 100px;
    height: 125px;
    display: block;
    margin: 43px auto 35px;
  }
}

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

@media only screen and (max-width: 500px) {
  .l-global_footerTop-copyright {
    font-size: 11px;
  }
}

.l-global_footerTop-copyright span {
  font-family: "Times New Roman", "Times";
}

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

@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 #fff;
  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;setsubun/20222022
    letter-spacing: 0.09em;
  }
}

/*-- float_nav --*/
.c-floatNav {
  bottom: 426px;
  height: auto;
  right: 12px;
  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;
  }
}

.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;
  }
}

.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: 500px) {
  .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: 500px) {
  .global_header {
    padding: 0;
    height: 69px;
  }

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

.smp {
  display: none;
}

.article {
  margin-top: 120px;
  width: 70.3125%;
}

.article,
.article-col {
  margin-left: auto;
  margin-right: auto;
}

.article-col {
  max-width: 550px;
  min-width: 420px;
  width: 100%;
}

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

.article-col-cont-text {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 15px;
}

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

.article-col-cont-text span.line {
  background: linear-gradient(transparent, #fdfacd 0);
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

.article-img._01 {
  background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/article-img_01.webp") no-repeat 50%;
  background-size: 100%;
  height: 0;
  padding-top: 99.81818182%;
  width: 100%;
}

.article-img._02 {
  background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/article-img_02.webp") no-repeat 50%;
  background-size: 100%;
  height: 0;
  padding-top: 100%;
  width: 100%;
}

.article-img._03 {
  background: url("../images/article-img_03.webp") no-repeat 50%;
  background-size: 100%;
  height: 0;
  padding-top: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .article {
    margin-top: 40px;
    max-width: 440px;
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .article-img._01 {
    /*background: url("../images/article-img_01_tb.jpg?220110") no-repeat 50%;*/
    background-size: 100%;
    height: 439px;
    padding-top: 0;
    width: 100%;
  }
}

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

  .article {
    margin-top: 40px;
    width: 100%;
  }

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

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

  .article-col-cont-text {
    font-size: 14px;
  }
  .article-col-cont-text-2 {
    font-size: 14px;
	padding: 25px 15px 0;
  }

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

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

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

  .article-img {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .article-img._01 {
    /*background: url("../images/article-img_01_sp.jpg") no-repeat 50%;*/
    background-size: 100%;
    height: 314px;
    padding-top: 0;
    width: calc(100% - 60px);
  }

  .article-img._02 {
    padding-top: calc(100% - 60px);
    width: calc(100% - 60px);
  }

  .article-img._03 {
    padding-top: calc(100% - 60px);
    width: calc(100% - 60px);
  }

}

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

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

.left-col-img {
  background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/pc_left-column.webp") no-repeat 50%;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

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

@media only screen and (max-width: 768px) {
  .left-col-img {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/tb_left-column.webp") no-repeat 50%;
    background-size: 100%;
    height: 717px;
  }
}

@media only screen and (max-width: 500px) {
  .left-col-img {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/sp_left-column.webp") no-repeat 50%;
    background-size: cover;
    height: 370px;
  }
}

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

.mv.pc {
  display: block;
}

.mv.sp {
  display: none;
}

.mv-anc {
  color: #da5059;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mv-label {
  background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/logo_02.png") no-repeat 50%;
  background-size: 354px 24px;
  display: block;
  height: 29px;
  width: 354px;
}

.mv-logo {
  background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/mv_logo_2.png") no-repeat 50%;
  background-size: 143px 185px;
  display: block;
  height: 194px;
  margin: 31.11111111vh auto 0;
  width: 143px;
}

.mv-textarea {
  bottom: 50px;
  left: 50px;
  max-width: 410px;
  position: absolute;
  width: 100%;
}

.mv-text {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mv-text span {
  font-size: 30px;
}

.mv-text._f-al {
  font-size: 20px;
  margin-top: 5px;
}

.mv-text._f-al span {
  font-size: 25px;
}

.mv-text + .mv-text:before {
  content: "";
  border-top: 1px solid;
  display: block;
  height: 1px;
  margin: 15px 0;
  width: 110px;
}

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

  .mv.pc {
    display: none;
  }

  .mv.sp {
    display: block;
  }

  .mv-anc {
    font-size: 12px;
  }

  .mv-label {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/logo_02.png") no-repeat 50%;
    background-size: 340px 25px;
    display: block;
    height: 29px;
    width: 342px;
  }

  .mv-logo {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/mv_logo_2.png") no-repeat 50%;
    background-size: 100%;
    display: block;
    height: 155.5px;
    margin: 75px auto 67px;
    width: 85.5px;
  }

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

  .mv-text {
    font-size: 12px;
  }

  .mv-text span {
    font-size: 24px;
  }

  .mv-text._f-al {
    font-size: 16px;
    width: 450px;
  }

  .mv-text._f-al span {
    font-size: 25px;
  }

  .mv-text + .mv-text:before {
    width: 90px;
  }
}

@media only screen and (max-width: 500px) {
  .mv {
    height: 100%;
  }

  .mv-anc {
    font-size: 12px;
  }

  .mv-label {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/logo_02.png") no-repeat 50%;
    background-size: 338px 23px;
    display: block;
    height: 29px;
    width: 340px;
  }

  .mv-logo {
    background: url("https://www.sousou.co.jp/other/setsubun/2025/build/images/mv_logo_2.png") no-repeat 50%;
    background-size: 100%;
    display: block;
    height: 181.5px;
    margin: 50px auto 60px;
    width: 101px;
  }

  .mv-textarea {
    margin-left: 0;
    padding: 0 15px 0 15px;
  }

  .mv-text {
    font-size: 14px;
  }

  .mv-text span {
    font-size: 28px;
  }

  .mv-text._f-al {
    font-size: 17px;
    width: 105%;
  }

  .mv-text._f-al span {
    font-size: 23px;
  }

  .mv-text + .mv-text:before {
    width: 105px;
  }
}

.section {
  width: 100%;
}

.section._main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 256px;
}

.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: 500px) {
  .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: 500px) {
  .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;
  }
}

.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: 500px) {
  .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;
}
