@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Google Fonts */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/dw/common/fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/dw/common/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format("opentype");
  font-display: swap;
}

.wf-notoserifjp {
  font-family: "Noto Serif Japanese", serif, san-serif;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

html * {
  font-weight: 400;
  font-family: "Noto Serif Japanese", serif, san-serif;
}

body {
  background: url(../img/bg-side.svg);
  background-size: 160px;
  background-color: rgba(210, 210, 210, 0.8);
  background-blend-mode: lighten;
  background-repeat: repeat-y;
}

.sp-only {
  display: none;
}

h1 {
  font-weight: bold;
}

h2 {
  color: #3e3e3e;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0 20px;
}

h2::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
  z-index: 2;
  width: 15%;
  background-color: #b10000;
}

h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 2px, #b10000 2px, #b10000 4px);
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 2px, #b10000 2px, #b10000 4px);
}

li {
  list-style: none;
}

#masthead {
  z-index: 5;
  position: fixed;
  height: 70px;
  width: 100%;
  background: #33333333;
  -webkit-box-shadow: #333 0px 0px 3px;
          box-shadow: #333 0px 0px 3px;
  top: 0;
}

#masthead .menu-area-wrap {
  height: 70px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

#masthead .menu-area-wrap .menu-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  width: 142px;
}

#masthead .menu-area-wrap .menu-area .menu-area-img {
  height: 50px;
  width: 142px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-filter: drop-shadow(0px 0px 3px #aaa);
          filter: drop-shadow(0px 0px 3px #aaa);
}

.main-wrap {
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
  width: 100%;
  background: #fff;
  padding: 20px;
}

.main-wrap .site-main .wp-tag-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.main-wrap .site-main .wp-tag-cloud li {
  padding: 0 10px 0 0;
}

.site-main {
  width: 850px;
  max-width: 100%;
  padding-right: 10px;
}

.page-aside {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.page-aside a {
  text-decoration: none;
  font-size: 16px !important;
  color: #3e3e3e !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-aside a::after {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background: url(../img/ico_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.page-aside #at_area {
  padding-bottom: 40px;
}

.page-aside #at_area a {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-aside #at_area a img {
  width: 100%;
  height: 100%;
}

.page-aside #at_area a:hover {
  opacity: 0.8;
}

.page-aside #at_area a::after {
  display: none;
}

.page-aside #at_area_2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-aside #at_area_2 a {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-aside #at_area_2 a img {
  width: 100%;
  height: 100%;
}

.page-aside #at_area_2 a:hover {
  opacity: 0.8;
}

.page-aside #at_area_2 a::after {
  display: none;
}

.page-aside .page-aside_ttl {
  background: #3e3e3e;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
}

.page-aside .menu-ul, .page-aside .wp-tag-cloud {
  padding: 0 10px 40px;
}

.search_form #searchform {
  position: relative;
}

.search_form #searchform .searchform_ico {
  width: 20px;
  display: block;
}

.search_form input {
  padding: 10px 10px;
  border-radius: 6px;
  -webkit-box-shadow: #333 0 0 2px;
          box-shadow: #333 0 0 2px;
  width: 100%;
}

.search_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  display: block;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
  background: #474747;
  border: 1px solid #474747;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search_form button:hover {
  color: #fff;
  background: #aaa;
  border: 1px solid #aaa;
}

.btn_common {
  width: 80%;
  display: block;
  background: #3e3e3e;
  color: #fff;
  padding: 20px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border: solid 3px #3e3e3e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_common:hover {
  background: #fff;
  color: #3e3e3e;
  border: solid 3px #3e3e3e;
}

.comment_area {
  border-radius: 6px;
  padding: 0.5em 1em;
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(135deg, #fdfdfd, #fdfdfd 3px, #d8d8d86b 3px, #d8d8d86b 7px);
  background: repeating-linear-gradient(-45deg, #fdfdfd, #fdfdfd 3px, #d8d8d86b 3px, #d8d8d86b 7px);
}

.comment_area #comments {
  font-size: 20px;
  margin: 10px 0;
}

.comment_area .comment-form p {
  margin: 0 auto 20px;
}

.comment_area .comment-form .required {
  color: #b10000;
  font-weight: bold;
}

.comment_area .comment-form label {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.comment_area .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  /* border: 2px solid #333; */
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-box-shadow: #333 0 0 2px;
          box-shadow: #333 0 0 2px;
}

.comment_area .comment-form input {
  background: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  -webkit-box-shadow: #333 0 0 2px;
          box-shadow: #333 0 0 2px;
  width: 100%;
}

.comment_area .comment-form input#submit {
  width: 300px;
  border-radius: 0;
  background: #70d28a;
  color: #fff;
  border: 3px solid #70d28a;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 60px;
  margin: auto;
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.comment_area .comment-form input#submit:hover {
  background: #fff;
  color: #70d28a;
}

.comment_area .comment-form .comment-form-cookies-consent input {
  width: auto;
}

.comment_area .comment-form .comment-form-cookies-consent label {
  width: auto;
  display: inline;
}

.comment {
  margin: 0 0 20px;
}

.comment-body {
  background: #fff;
  padding: 5px;
}

.comment-reply-link {
  background: #70d28a;
  color: #fff;
  border: 3px solid #70d28a;
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 8px;
}

.comment-reply-link:hover {
  background: #fff;
  color: #70d28a;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li {
  margin: 10px;
}

.pagination ul li .page-numbers {
  background: #969696;
  width: 30px;
  height: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #969696;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  font-weight: bold;
}

.pagination ul li .page-numbers.dots {
  border: none;
  color: #969696;
  background: #fff;
}

.pagination ul li .page-numbers.current {
  color: #969696;
  background: #fff;
}

.pagination ul li .page-numbers:hover {
  color: #969696;
  background: #fff;
}

.pagination ul li .page-numbers.prev {
  width: 60px;
}

.pagination ul li .page-numbers.next {
  width: 60px;
}

.site-footer {
  width: 100%;
  height: 100px;
  background: #000;
  color: #fff;
}

.site-footer-name {
  font-size: 12px;
  text-align: center;
  padding-top: 40px;
}

.wpcf7 label {
  font-weight: bold;
  font-size: 16px;
}

.wpcf7 .wpcf7-text {
  border-radius: 6px;
  display: block;
  border: 1px #000 solid;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: #00000047 0 0 3px;
          box-shadow: #00000047 0 0 3px;
}

.wpcf7 .wpcf7-textarea {
  border-radius: 6px;
  display: block;
  border: 1px #000 solid;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: #00000047 0 0 3px;
          box-shadow: #00000047 0 0 3px;
}

.wpcf7 .wpcf7-submit {
  width: 300px;
  border-radius: 0;
  background: #70d28a;
  color: #fff;
  border: 3px solid #70d28a;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 60px;
  margin: auto;
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.wpcf7 .wpcf7-submit:hover {
  background: #fff;
  color: #70d28a;
}

.report-li {
  top: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.report-li:hover {
  top: -5px;
  opacity: .8;
}

.report-li.scAni {
  position: relative;
  top: 30px;
  opacity: 0.3;
}

.report-li.scAni.moved {
  top: 0;
  opacity: 1;
}

.report-li.scAni.moved:hover {
  top: -5px;
  opacity: .8;
}

.totop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 0px;
  background: url(../img/ico_totop_arrow.svg) #aaa;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.kv {
  width: 100%;
  height: 250px;
  background: #000;
  position: relative;
}

.kv img {
  display: inline-block;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  width: 711px;
  height: 400px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sns_box {
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 30px;
  right: 0px;
  margin: auto;
  height: 300px;
  min-width: 50px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sns_box .sns_button {
  float: left;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100%;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  margin: 5px 0;
}

.sns_box .sns_button.twitter {
  -webkit-box-shadow: inset 0 0 0 2px #1B95E0;
          box-shadow: inset 0 0 0 2px #1B95E0;
}

.sns_box .sns_button.twitter i {
  background: url(../img/icon_twitter.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.sns_box .sns_button.facebook {
  -webkit-box-shadow: inset 0 0 0 2px #3B5999;
          box-shadow: inset 0 0 0 2px #3B5999;
}

.sns_box .sns_button.facebook i {
  background: url(../img/icon_facebook.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.sns_box .sns_button.instagram {
  display: none;
  -webkit-box-shadow: inset 0 0 0 2px #2b5c84;
          box-shadow: inset 0 0 0 2px #2b5c84;
}

.sns_box .sns_button.instagram i {
  background: url(../img/icon_instagram.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.sns_box .sns_button.pocket {
  -webkit-box-shadow: inset 0 0 0 2px #EE4056;
          box-shadow: inset 0 0 0 2px #EE4056;
}

.sns_box .sns_button.pocket i {
  background: url(../img/icon_pocket.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.sns_box .sns_button.line {
  -webkit-box-shadow: inset 0 0 0 2px #00C300;
          box-shadow: inset 0 0 0 2px #00C300;
}

.sns_box .sns_button.line i {
  background: url(../img/icon_line.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.sns_box .sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}

.sns_box .sns_button i {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.sns_box .sns_button:hover {
  -webkit-box-shadow: inset 0 0 0 22px #fff;
          box-shadow: inset 0 0 0 22px #fff;
}

.sns_box.sc {
  opacity: 0;
}

.sns_box.sc2 {
  opacity: 0;
}

.sns_box.active {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 44px;
  left: 10%;
  bottom: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.totop {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.totop.sc {
  opacity: 0;
}

.totop.sc2 {
  opacity: 0;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  body {
    background: url(../img/bg-side.svg);
    background-size: 21.33333vw;
    background-color: rgba(210, 210, 210, 0.8);
    background-blend-mode: lighten;
    background-repeat: repeat-y;
  }
  h2 {
    font-weight: bold;
    position: relative;
    padding-bottom: 1.6vw;
    margin: 1.33333vw 0 2.66667vw;
  }
  h2::before {
    position: absolute;
    bottom: -0.53333vw;
    left: 0;
    content: '';
    height: 0.53333vw;
    z-index: 2;
    width: 15%;
    background-color: #b10000;
  }
  h2::after {
    position: absolute;
    bottom: -0.53333vw;
    left: 0;
    content: '';
    height: 0.53333vw;
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 0.26667vw, #b10000 0.26667vw, #b10000 0.53333vw);
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 0.26667vw, #b10000 0.26667vw, #b10000 0.53333vw);
  }
  li {
    list-style: none;
  }
  #masthead {
    z-index: 1;
    position: fixed;
    height: 70px;
    width: 100%;
    background: #171717ad;
    -webkit-box-shadow: #333 0px 0px 3px;
            box-shadow: #333 0px 0px 3px;
    top: 0;
  }
  #masthead .menu-area-wrap {
    height: 70px;
    max-width: 1200px;
    margin: auto;
    width: 100%;
  }
  #masthead .menu-area-wrap .menu-area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    width: 142px;
  }
  #masthead .menu-area-wrap .menu-area .menu-area-img {
    height: 50px;
    width: 142px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-filter: drop-shadow(0px 0px 3px #aaa);
            filter: drop-shadow(0px 0px 3px #aaa);
  }
  .main-wrap {
    border-radius: 0.8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 6.66667vw auto;
    width: 100%;
    background: #fff;
    padding: 2.66667vw;
  }
  .site-main {
    width: 100%;
    padding-right: 0;
    font-size: 5.33333vw;
  }
  .site-main h2 {
    font-size: 8vw;
    text-align: left !important;
  }
  .site-main h3 {
    font-size: 5.33333vw;
  }
  .site-main p {
    font-size: 5.33333vw;
  }
  .page-aside {
    display: none;
  }
  .search_form #searchform {
    position: relative;
  }
  .search_form #searchform .searchform_ico {
    width: 20px;
    display: block;
  }
  .search_form input {
    padding: 10px 10px;
    border-radius: 6px;
    -webkit-box-shadow: #333 0 0 2px;
            box-shadow: #333 0 0 2px;
    width: 100%;
  }
  .search_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    display: block;
    border-radius: 0 3px 3px 0;
    padding: 6px 10px;
    background: #474747;
    border: 1px solid #474747;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .search_form button:hover {
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
  }
  .btn_common {
    width: 100%;
    padding: 2.66667vw;
    font-size: 5.33333vw;
    border: solid 0.4vw #3e3e3e;
  }
  .btn_common:hover {
    border: solid 0.4vw #3e3e3e;
  }
  .comment_area {
    border-radius: 0.8vw;
    padding: 1.06667vw 2.13333vw;
    margin: 4.26667vw 0;
    background: -webkit-repeating-linear-gradient(135deg, #fdfdfd, #fdfdfd 3px, #d8d8d86b 3px, #d8d8d86b 7px);
    background: repeating-linear-gradient(-45deg, #fdfdfd, #fdfdfd 3px, #d8d8d86b 3px, #d8d8d86b 7px);
  }
  .comment_area #comments {
    font-size: 2.66667vw;
    margin: 1.33333vw 0;
  }
  .comment_area .comment-form p {
    margin: 0 auto 2.66667vw;
  }
  .comment_area .comment-form .required {
    color: #b10000;
    font-weight: bold;
  }
  .comment_area .comment-form label {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #3e3e3e;
    font-size: 4vw;
  }
  .comment_area .comment-form .comment-form-comment textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    /* border: 2px solid #333; */
    padding: 1.33333vw 2.66667vw;
    border-radius: 0.8vw;
    -webkit-box-shadow: #333 0 0 0.26667vw;
            box-shadow: #333 0 0 0.26667vw;
  }
  .comment_area .comment-form input {
    background: #fff;
    padding: 2.66667vw 2.66667vw;
    border-radius: 0.8vw;
    -webkit-box-shadow: #333 0 0 0.26667vw;
            box-shadow: #333 0 0 0.26667vw;
  }
  .comment_area .comment-form input#wp-comment-cookies-consent {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comment_area .comment-form input#submit {
    width: 40vw;
    border-radius: 0;
    background: #70d28a;
    color: #fff;
    border: 0.4vw solid #70d28a;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 13.33333vw;
    margin: auto;
    display: block;
    font-weight: bold;
    font-size: 4vw;
  }
  .comment_area .comment-form input#submit:hover {
    background: #fff;
    color: #70d28a;
  }
  .comment_area .comment-form .comment-form-cookies-consent input {
    width: auto;
  }
  .comment_area .comment-form .comment-form-cookies-consent label {
    width: auto;
    display: inline;
  }
  .comment {
    margin: 0 0 20px;
  }
  .comment-body {
    background: #fff;
    padding: 5px;
  }
  .comment-reply-link {
    background: #70d28a;
    color: #fff;
    border: 3px solid #70d28a;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 8px;
  }
  .comment-reply-link:hover {
    background: #fff;
    color: #70d28a;
  }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination ul li {
    margin: 1.33333vw;
  }
  .pagination ul li .page-numbers {
    background: #969696;
    width: 6.66667vw;
    height: 6.66667vw;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 0.26667vw solid #969696;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    font-weight: bold;
  }
  .pagination ul li .page-numbers.current {
    color: #969696;
    background: #fff;
  }
  .pagination ul li .page-numbers:hover {
    color: #969696;
    background: #fff;
  }
  .pagination ul li .page-numbers.prev {
    width: 8vw;
  }
  .pagination ul li .page-numbers.next {
    width: 8vw;
  }
  .site-footer {
    width: 100%;
    height: 13.33333vw;
    background: #000;
    color: #fff;
  }
  .site-footer-name {
    font-size: 3.2vw;
    text-align: center;
    padding-top: 5.33333vw;
  }
  .wpcf7 label {
    font-weight: bold;
    font-size: 2.13333vw;
  }
  .wpcf7 .wpcf7-text {
    border-radius: 0.8vw;
    display: block;
    border: 0.13333vw #000 solid;
    width: 100%;
    padding: 1.33333vw;
    -webkit-box-shadow: #00000047 0 0 0.4vw;
            box-shadow: #00000047 0 0 0.4vw;
  }
  .wpcf7 .wpcf7-textarea {
    border-radius: 0.8vw;
    display: block;
    border: 0.13333vw #000 solid;
    width: 100%;
    padding: 1.33333vw;
    -webkit-box-shadow: #00000047 0 0 0.4vw;
            box-shadow: #00000047 0 0 0.4vw;
  }
  .wpcf7 .wpcf7-submit {
    width: 40vw;
    border-radius: 0;
    background: #70d28a;
    color: #fff;
    border: 0.4vw solid #70d28a;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 8vw;
    margin: auto;
    display: block;
    font-weight: bold;
    font-size: 2.93333vw;
  }
  .wpcf7 .wpcf7-submit:hover {
    background: #fff;
    color: #70d28a;
  }
  .report-li {
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .report-li:hover {
    top: 0 !important;
    opacity: .8 !important;
  }
  .report-li.scAni {
    position: relative;
    top: 0vw;
    opacity: 1;
  }
  .report-li.scAni.moved {
    top: 0;
    opacity: 1;
  }
  .report-li.scAni.moved:hover {
    top: -1.33333vw;
    opacity: .8;
  }
  .totop {
    position: fixed;
    width: 13.33333vw;
    height: 13.33333vw;
    bottom: 0px;
    right: 0px;
    background: url(../img/ico_totop_arrow.svg) #aaa;
    background-size: 6.66667vw;
    background-repeat: no-repeat;
    background-position: center;
  }
  #masthead {
    z-index: 10;
    position: fixed;
    height: 13.33333vw;
    width: 100%;
    background: #171717ad;
    -webkit-box-shadow: #333 0px 0px 0.8 vw;
            box-shadow: #333 0px 0px 0.8 vw;
    top: 0;
  }
  #masthead .menu-area-wrap {
    height: 13.33333vw;
  }
  #masthead .menu-area-wrap .menu-area {
    height: 13.33333vw;
    width: 26.66667vw;
    z-index: 5;
    margin-left: 2.66667vw;
  }
  #masthead .menu-area-wrap .menu-area .menu-area-img {
    height: 13.33333vw;
    width: 26.66667vw;
  }
  #masthead .menu-area-wrap .menu-trigger,
  #masthead .menu-area-wrap .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #masthead .menu-area-wrap .menu-trigger {
    position: absolute;
    top: 3.73333vw;
    right: 2.66667vw;
    width: 6.66667vw;
    height: 5.86667vw;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  #masthead .menu-area-wrap .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    background-color: #fff;
    border-radius: 0.53333vw;
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(2) {
    top: 2.66667vw;
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(2.66667vw) rotate(45deg);
              transform: translateY(2.66667vw) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(2.66667vw) rotate(0);
              transform: translateY(2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(2.66667vw) rotate(45deg);
              transform: translateY(2.66667vw) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(2.66667vw) rotate(0);
              transform: translateY(2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
  }
  #masthead .menu-area-wrap .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
            animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-2.66667vw) rotate(-45deg);
              transform: translateY(-2.66667vw) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-2.66667vw) rotate(0);
              transform: translateY(-2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-2.66667vw) rotate(-45deg);
              transform: translateY(-2.66667vw) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-2.66667vw) rotate(0);
              transform: translateY(-2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  #masthead .menu-area-wrap .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
            animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(2.66667vw) rotate(0);
              transform: translateY(2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(2.66667vw) rotate(45deg);
              transform: translateY(2.66667vw) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(2.66667vw) rotate(0);
              transform: translateY(2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(2.66667vw) rotate(45deg);
              transform: translateY(2.66667vw) rotate(45deg);
    }
  }
  #masthead .menu-area-wrap .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #masthead .menu-area-wrap .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
            animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-2.66667vw) rotate(0);
              transform: translateY(-2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-2.66667vw) rotate(-45deg);
              transform: translateY(-2.66667vw) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-2.66667vw) rotate(0);
              transform: translateY(-2.66667vw) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-2.66667vw) rotate(-45deg);
              transform: translateY(-2.66667vw) rotate(-45deg);
    }
  }
  #masthead .menu-area-wrap .menu-trigger {
    z-index: 5;
  }
  #masthead .menu-area-wrap .menu-area-wrap {
    z-index: 5;
  }
  #masthead .menu-area-wrap .hiddenMenu {
    display: none;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
    background: #000;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  #masthead .menu-area-wrap .hiddenMenu.active {
    display: block;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  #masthead .hiddenMenuInner {
    max-height: 70%;
    overflow: scroll;
    width: 87%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #masthead .hiddenMenuInner::-webkit-scrollbar {
    display: none;
  }
  #masthead .hiddenMenuInner .scrollable {
    max-height: 93.33333vw;
  }
  #masthead .hiddenMenuInner p {
    color: #fff;
    font-size: 4.66667vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-top: 5.33333vw;
  }
  #masthead .hiddenMenuInner p::after {
    position: absolute;
    top: calc(50% - 0.8vw);
    width: 90%;
    height: 0.8vw;
    content: '';
    border-bottom: solid 0.26667vw white;
    /* right: 0; */
    left: 5%;
  }
  #masthead .hiddenMenuInner p span {
    font-weight: bold;
    background: #000;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 8vw;
  }
  #masthead .hiddenMenuInner .menu-ul {
    font-size: 4vw;
    width: 90%;
    margin: 0 auto 13.33333vw;
    text-align: center;
  }
  #masthead .hiddenMenuInner .menu-ul li {
    margin: 2.66667vw 0;
  }
  #masthead .hiddenMenuInner .menu-ul a {
    text-decoration: none !important;
    font-size: 4.26667vw !important;
    color: #fff !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #masthead .hiddenMenuInner .menu-ul a::after {
    content: "";
    display: block;
    width: 6.66667vw;
    background: url(../img/ico_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.73333vw;
  }
  #masthead .hiddenMenuInner .wp-tag-cloud {
    font-size: 4vw;
    width: 90%;
    margin: 0 auto 13.33333vw;
    text-align: center;
  }
  #masthead .hiddenMenuInner .wp-tag-cloud a {
    text-decoration: none !important;
    font-size: 4.26667vw !important;
    color: #fff !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #masthead .hiddenMenuInner .wp-tag-cloud a::after {
    content: "";
    display: block;
    width: 6.66667vw;
    background: url(../img/ico_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.73333vw;
  }
  .sns_box {
    right: 0px;
    margin: auto;
    z-index: 5;
    width: 6.66667vw;
    top: 13.33333vw;
    right: 0.8vw;
    margin: auto;
    height: auto;
    min-width: 10.66667vw;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  .sns_box .sns_button {
    float: left;
    -webkit-box-shadow: inset 0 0 0 0.53333vw #fff;
            box-shadow: inset 0 0 0 0.53333vw #fff;
    border-radius: 100%;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
    margin: 1.33333vw 0;
  }
  .sns_box .sns_button.twitter {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #1B95E0;
            box-shadow: inset 0 0 0 0.53333vw #1B95E0;
  }
  .sns_box .sns_button.twitter i {
    background: url(../img/icon_twitter.svg);
    background-size: 4vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sns_box .sns_button.facebook {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #3B5999;
            box-shadow: inset 0 0 0 0.53333vw #3B5999;
  }
  .sns_box .sns_button.facebook i {
    background: url(../img/icon_facebook.svg);
    background-size: 4vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sns_box .sns_button.instagram {
    display: none;
    -webkit-box-shadow: inset 0 0 0 0.53333vw #2b5c84;
            box-shadow: inset 0 0 0 0.53333vw #2b5c84;
  }
  .sns_box .sns_button.instagram i {
    background: url(../img/icon_instagram.svg);
    background-size: 4vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sns_box .sns_button.pocket {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #EE4056;
            box-shadow: inset 0 0 0 0.53333vw #EE4056;
  }
  .sns_box .sns_button.pocket i {
    background: url(../img/icon_pocket.svg);
    background-size: 4vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sns_box .sns_button.line {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #00C300;
            box-shadow: inset 0 0 0 0.53333vw #00C300;
  }
  .sns_box .sns_button.line i {
    background: url(../img/icon_line.svg);
    background-size: 4vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sns_box .sns_button a {
    display: table-cell;
    width: 6.66667vw;
    height: 6.66667vw;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease;
  }
  .sns_box .sns_button i {
    font-size: 5.33333vw;
    vertical-align: middle;
    width: 4vw;
    height: 4vw;
    display: block;
    margin: auto;
  }
  .sns_box .sns_button:hover {
    -webkit-box-shadow: inset 0 0 0 5.86667vw #fff;
            box-shadow: inset 0 0 0 5.86667vw #fff;
  }
  .sns_box.sc {
    opacity: 1;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  .sns_box.sc2 {
    display: none;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  .sns_box.active {
    z-index: 20;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 11.73333vw;
    top: auto;
    right: 10%;
    bottom: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .totop {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .totop.sc {
    opacity: 0;
  }
  .totop.sc2 {
    opacity: 0;
  }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
}
