@charset "UTF-8";
/*
Theme Name: DIY
Author: Your Name
Description: Description of your theme
*/

@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-animation: 4s 0s bg-move ease-in-out infinite;
          animation: 4s 0s bg-move ease-in-out infinite;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.8;
  min-width: 320px;
  position: relative;
}
body::before {
  -webkit-animation: 12s 0s bg-drop1 ease-in-out infinite;
          animation: 12s 0s bg-drop1 ease-in-out infinite;
  background: url("../../../../common/images/bg-drop1@2x.png") center center/276px auto no-repeat;
  content: "";
  display: block;
  height: 251px;
  left: -10%;
  position: fixed;
  top: 0;
  width: 276px;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  body::before {
    background: url("../../../../common/images/bg-drop1@2x.png") center center/414px auto no-repeat;
    height: 377px;
    width: 414px;
  }
}
@media screen and (min-width: 1120px) {
  body::before {
    background: url("../../../../common/images/bg-drop1@2x.png") center center/552px auto no-repeat;
    height: 502px;
    width: 552px;
  }
}
body::after {
  -webkit-animation: 12s 0s bg-drop2 ease-in-out infinite;
          animation: 12s 0s bg-drop2 ease-in-out infinite;
  background: url("../../../../common/images/bg-drop2@2x.png") center center/227px auto no-repeat;
  bottom: 5%;
  content: "";
  display: block;
  height: 293px;
  position: fixed;
  right: 5%;
  width: 227px;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  body::after {
    background: url("../../../../common/images/bg-drop2@2x.png") center center/340px auto no-repeat;
    height: 440px;
    width: 340px;
  }
}
@media screen and (min-width: 1120px) {
  body::after {
    background: url("../../../../common/images/bg-drop2@2x.png") center center/454px auto no-repeat;
    height: 586px;
    width: 454px;
  }
}

@-webkit-keyframes bg-drop1 {
  0%, 100% {
    top: 0;
  }
  50% {

    top: 5%;
  }
}

@keyframes bg-drop1 {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 5%;
  }
}
@-webkit-keyframes bg-drop2 {
  0%, 100% {
    bottom: 5%;
  }
  50% {
    bottom: 10%;
  }
}
@keyframes bg-drop2 {
  0%, 100% {
    bottom: 5%;
  }
  50% {
    bottom: 10%;
  }
}
.wrapper {
  overflow-x: hidden;
}

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

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

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

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

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

a {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: rgba(127, 157, 223, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.is-noactive {
  opacity: 0.25;
  pointer-events: none;
}

a.is-noevent {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.25;
}

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

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

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

.container {
  max-width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1120px) {
  .container {
    margin: auto;
    max-width: 1080px;
    padding: 0;
  }
}

.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sectionbox {
    margin-top: 120px;
  }
}

.sectionbox-half {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sectionbox-half {
    margin-top: 60px;
  }
}

.sectionbox-quarter3 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sectionbox-quarter3 {
    margin-top: 60px;
  }
}

.sectionbox-quarter2 {
  margin-top: 30px;
}

.sectionbox-quarter {
  margin-top: 20px;
}

.sectionbox-inner {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .sectionbox-inner {
    padding: 120px 0;
  }
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.section-title strong {
  color: #3a62ba;
}

.section-title span {
  display: inline-block;
}

.section-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 24px;
  }
}

.section-subtitle strong {
  color: #3a62ba;
}

.section-subtitle span {
  display: inline-block;
}

.btn-more {
  max-width: 182px;
  text-align: center;
}

.btn-more a {
  background: #111 url("../../../../common/images/bg-gradation.jpg") center center/cover;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-more a::before {
  background: #111;
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 120%;
}

.btn-more a span {
  display: block;
  padding-right: 35px;
  position: relative;
}
.btn-more a span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-mask: url("../../../../common/images/icon-arrow.svg");
          mask: url("../../../../common/images/icon-arrow.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 25px;
}

.btn-more a:hover::before {
  -webkit-animation: AnimeBtn 0.4s forwards;
          animation: AnimeBtn 0.4s forwards;
}

@-webkit-keyframes AnimeBtn {
  100% {
    left: -10%;
  }
}

@keyframes AnimeBtn {
  100% {
    left: -10%;
  }
}

.img-radius img {
  border-radius: 20px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.row20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.row20 > div,
.row20 > article {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  position: relative;
}
.row20 > div:first-child {
  margin-top: 0;
}

.row10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row10 > div {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.row10 > div:first-child {
  margin-top: 0;
}

.row-pc-12,
.row-pc-11,
.row-pc-10,
.row-pc-9,
.row-pc-8,
.row-pc-7,
.row-pc-6,
.row-pc-5,
.row-pc-4,
.row-pc-3,
.row-pc-2,
.row-pc-1 {
  margin-top: 30px;
}
@media screen and (min-width: 1120px) {
  .row-pc-12,
  .row-pc-11,
  .row-pc-10,
  .row-pc-9,
  .row-pc-8,
  .row-pc-7,
  .row-pc-6,
  .row-pc-5,
  .row-pc-4,
  .row-pc-3,
  .row-pc-2,
  .row-pc-1 {
    margin-top: 0;
  }
}
.row-pc-12:first-child,
.row-pc-11:first-child,
.row-pc-10:first-child,
.row-pc-9:first-child,
.row-pc-8:first-child,
.row-pc-7:first-child,
.row-pc-6:first-child,
.row-pc-5:first-child,
.row-pc-4:first-child,
.row-pc-3:first-child,
.row-pc-2:first-child,
.row-pc-1:first-child {
  margin-top: 0;
}

.row-pc-12 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-12 {
    width: 100%;
  }
}

.row-pc-11 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-11 {
    width: 91.66666667%;
  }
}

.row-pc-10 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-10 {
    width: 83.33333333%;
  }
}

.row-pc-9 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-9 {
    width: 75%;
  }
}

.row-pc-8 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-8 {
    width: 66.66666667%;
  }
}

.row-pc-7 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-7 {
    width: 58.33333333%;
  }
}

.row-pc-6 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-6 {
    width: 50%;
  }
}

.row-pc-5 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-5 {
    width: 41.66666667%;
  }
}

.row-pc-4 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-4 {
    width: 33.33333333%;
  }
}

.row-pc-3 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-3 {
    width: 25%;
  }
}

.row-pc-2 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-2 {
    width: 16.66666667%;
  }
}

.row-pc-1 {
  width: 100%;
}
@media screen and (min-width: 1120px) {
  .row-pc-1 {
    width: 8.33333333%;
  }
}

.row-tb-12,
.row-tb-11,
.row-tb-10,
.row-tb-9,
.row-tb-8,
.row-tb-7,
.row-tb-6,
.row-tb-5,
.row-tb-4,
.row-tb-3,
.row-tb-2,
.row-tb-1 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .row-tb-12,
  .row-tb-11,
  .row-tb-10,
  .row-tb-9,
  .row-tb-8,
  .row-tb-7,
  .row-tb-6,
  .row-tb-5,
  .row-tb-4,
  .row-tb-3,
  .row-tb-2,
  .row-tb-1 {
    margin-top: 0;
  }
}
.row-tb-12:first-child,
.row-tb-11:first-child,
.row-tb-10:first-child,
.row-tb-9:first-child,
.row-tb-8:first-child,
.row-tb-7:first-child,
.row-tb-6:first-child,
.row-tb-5:first-child,
.row-tb-4:first-child,
.row-tb-3:first-child,
.row-tb-2:first-child,
.row-tb-1:first-child {
  margin-top: 0;
}

.row-tb-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-12 {
    width: 100%;
  }
}

.row-tb-11 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-11 {
    width: 91.66666667%;
  }
}

.row-tb-10 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-10 {
    width: 83.33333333%;
  }
}

.row-tb-9 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-9 {
    width: 75%;
  }
}

.row-tb-8 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-8 {
    width: 66.66666667%;
  }
}

.row-tb-7 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-7 {
    width: 58.33333333%;
  }
}

.row-tb-6 {
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-6 {
    width: 50%;
  }
}

.row-tb-5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-5 {
    width: 41.66666667%;
  }
}

.row-tb-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-4 {
    width: 33.33333333%;
  }
}

.row-tb-3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-3 {
    width: 25%;
  }
}

.row-tb-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-2 {
    width: 16.66666667%;
  }
}

.row-tb-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-6 {
    margin-left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-3 {
    margin-left: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-1 {
    margin-left: 8.33333333%;
  }
}

.row-sp-12,
.row-sp-11,
.row-sp-10,
.row-sp-9,
.row-sp-8,
.row-sp-7,
.row-sp-6,
.row-sp-5,
.row-sp-4,
.row-sp-3,
.row-sp-2,
.row-sp-1 {
  margin-top: 30px;
}
.row-sp-12:first-child,
.row-sp-11:first-child,
.row-sp-10:first-child,
.row-sp-9:first-child,
.row-sp-8:first-child,
.row-sp-7:first-child,
.row-sp-6:first-child,
.row-sp-5:first-child,
.row-sp-4:first-child,
.row-sp-3:first-child,
.row-sp-2:first-child,
.row-sp-1:first-child {
  margin-top: 0;
}

.row-sp-12 {
  width: 100%;
}

.row-sp-11 {
  width: 91.66666667%;
}

.row-sp-10 {
  width: 83.33333333%;
}

.row-sp-9 {
  width: 75%;
}

.row-sp-8 {
  width: 66.66666667%;
}

.row-sp-7 {
  width: 58.33333333%;
}

.row-sp-6 {
  width: 50%;
}

.row-sp-5 {
  width: 41.66666667%;
}

.row-sp-4 {
  width: 33.33333333%;
}

.row-sp-3 {
  width: 25%;
}

.row-sp-2 {
  width: 16.66666667%;
}

.row-sp-1 {
  width: 8.33333333%;
}

.row-tb-3.row-sp-6 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-tb-3.row-sp-6 {
    width: 25%;
  }
}

.row-tb-3.row-sp-6:nth-of-type(1),
.row-tb-3.row-sp-6:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .row-tb-3.row-sp-6:nth-of-type(3),
  .row-tb-3.row-sp-6:nth-of-type(4) {
    margin-top: 0;
  }
}

.row-tb-4.row-sp-6 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-tb-4.row-sp-6 {
    width: 33.33333333%;
  }
}

.row-tb-4.row-sp-6:nth-of-type(1),
.row-tb-4.row-sp-6:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .row-tb-4.row-sp-6:nth-of-type(3) {
    margin-top: 0;
  }
}

.header-logo {
  margin: 40px auto;
  text-align: center;
}

.header-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .header-btn {
    right: 20px;
    top: 20px;
  }
}

.header-btn a {
  background: #fff url("../../../../common/images/header-btn-bg@2x.png") center center/80px auto no-repeat;
  border-radius: 50%;
  display: block;
  height: 80px;
  position: relative;
  width: 80px;
}

.header-btn span {
  background-color: #111;
  display: inline-block;
  height: 3px;
  left: 25px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-btn span:nth-of-type(1) {
  top: 25px;
  width: 40%;
}

.header-btn span:nth-of-type(2) {
  top: 35px;
  width: 40%;
}

.header-btn.is-active span:nth-of-type(1) {
  top: 25px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.header-btn.is-active span:nth-of-type(2) {
  top: 37px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.header-btn-menu {
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40px;
}

.header-nav {
  background: #000;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}

.header-nav.is-active {
  opacity: 1;
  z-index: 10;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
}

.header-nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.header-nav-bg {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header-ownlyone {
  margin: 40px auto 0;
  max-width: 240px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-ownlyone {
    margin: 0 auto;
    max-width: 280px;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.header-nav-list > div {
  padding: 0 20px;
  width: 50%;
}

.header-nav-item {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-nav-item {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
.header-nav-item::before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.header-nav-item span {
  background: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.header-nav-main > li {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  list-style: none;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header-nav-main > li {
    font-size: 30px;
    margin-top: 60px;
  }
}

.header-nav-main > li > a span {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .header-nav-main > li > a span {
    display: inline;
    font-size: 16px;
    margin-left: 1em;
  }
}

.header-nav-sub > li {
  font-size: 18px;
  line-height: 1;
  list-style: none;
  margin-left: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .header-nav-sub > li {
    font-size: 24px;
    margin-left: 20px;
    margin-top: 30px;
  }
}

.header-nav-item + .header-nav-sub > li:first-child {
  margin-top: 10px;
}

.header-nav-sub > li > a span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .header-nav-sub > li > a span {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .header-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.header-banner li {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  list-style: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header-banner li {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0 20px;
    width: 50%;
  }
}

.header-banner a {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 15px 15px 15px 66px;
  text-decoration: none;
  width: 100%;
}

.header-nav a:hover {
  opacity: 0.5;
}

.header-banner-online a {
  background: url("../../../../common/images/icon-online-white@2x.png") left 15px center/36px auto no-repeat;
}

.header-banner-coloring a {
  background: url("../../../../common/images/icon-coloring-white@2x.png") left 15px center/36px auto no-repeat;
}

.header-banner span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header-banner span {
    font-size: 16px;
  }
}

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

.header-sns li {
  list-style: none;
  margin: 0 5px;
}

.footer-nav {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-nav::after {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1;
  }
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-nav-title {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-nav-title {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.footer-nav-title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-nav-title::after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 5em);
    left: 50%;
    position: absolute;
    width: 1px;
  }
}

.footer-nav-bg {
  background: #000;
  border-radius: 20px 0 0 20px;
  padding: 20px 0 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-nav-bg {
    margin-left: auto;
    padding: 40px 0 60px 40px;
    width: calc(100% - 56px);
  }
}
.footer-nav-bg::after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav-bg::after {
    display: none;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.footer-nav-list > div {
  padding: 0 20px;
  width: 50%;
}

.footer-nav-item {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-nav-item {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
.footer-nav-item::before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.footer-nav-item span {
  background: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.footer-nav-main > li {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  list-style: none;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-nav-main > li {
    font-size: 30px;
    margin-top: 60px;
  }
}
.footer-nav-main > li:first-child {
  margin-top: 0;
}

.footer-nav-main > li > a span {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .footer-nav-main > li > a span {
    display: inline;
    font-size: 16px;
    margin-left: 1em;
  }
}

.footer-nav-sub > li {
  font-size: 18px;
  line-height: 1;
  list-style: none;
  margin-left: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav-sub > li {
    font-size: 24px;
    margin-left: 20px;
    margin-top: 30px;
  }
}

.footer-nav-item + .footer-nav-sub > li:first-child {
  margin-top: 10px;
}

.footer-nav-sub > li > a span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .footer-nav-sub > li > a span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1120px) {
  .footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.footer-banner li {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  list-style: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 1120px) {
  .footer-banner li {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0 20px;
    width: 50%;
  }
}

.footer-banner a {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 15px 15px 15px 66px;
  text-decoration: none;
  width: 100%;
}

.footer-nav a:hover {
  opacity: 0.5;
}

.footer-banner-online a {
  background: url("../../../../common/images/icon-online-white@2x.png") left 15px center/36px auto no-repeat;
}

.footer-banner-coloring a {
  background: url("../../../../common/images/icon-coloring-white@2x.png") left 15px center/36px auto no-repeat;
}

.footer-banner span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1120px) {
  .footer-banner span {
    font-size: 16px;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

.footer-sns li {
  list-style: none;
  margin: 0 5px;
}

.footer-qr {
  text-align: center;
}

.footer-qr img {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

footer {
  color: #fff;
  position: relative;
}
footer::before {
  background: #111 url("../../../../common/images/bg-gradation.jpg") center center/200% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  footer::before {
    background-size: 100% auto;
    top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .footer-inner {
    margin-left: 57px;
  }
}

.footer-contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    text-align: left;
  }
}

.footer-contact-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.footer-contact-title + p {
  font-size: 14px;
}
.footer-ownlyone {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .row-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row-contact > div {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .row-contact > div {
    margin-top: 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-ownlyone {
    max-width: 280px;
  }
}

.footer-ownlyone a {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: none;
}

.footer-ownlyone a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-contact {
  text-align: center;
}

.btn-contact a {
  background: #111;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn-contact a::before {
  background: #ba3aad;
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 120%;
}

.btn-contact a span {
  display: block;
  position: relative;
}
.btn-contact a span::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-mask: url("../../../../common/images/icon-external.svg");
          mask: url("../../../../common/images/icon-external.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: -35px;
  top: calc(50% - 12.5px);
  width: 25px;
}

.btn-contact a:hover::before {
  -webkit-animation: AnimeBtn 0.4s forwards;
          animation: AnimeBtn 0.4s forwards;
}

.entry-header *{
  margin-bottom: 2px;
}

.entry-date{
  font-size: 0.8em;
  color: #3a62ba;
}

.single .entry-title{
  font-size: 2em;
}

article.single{
  max-width: 800px;
  margin: 0 auto;
}

.entry-content{
  margin-bottom: 70px;
}

.single .entry-date{
  font-size: 1em !important;
  color: #3a62ba;
  margin-right: 20px;
}

.single h1{
  padding-bottom: 15px;
  margin: 20px 0 50px;
  border-bottom: 2px double;
  border-image: linear-gradient(to right, #88e1a8,#60daff,#bc88f1) 1;
}

.single .entry-meta div{
  display: inline-block;
}

.single .entry-meta div div{
  font-size: 0.8em;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #F5F5F5
}
.yarpp-thumbnails-horizontal{
  
}

.around-article{
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.around-article > div{
}
.around-article div a{
  color: #fff;
}
.around-article > div a {
  background: #111;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  overflow: hidden;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
}
.around-article > div a .text{
  position: relative;
}
.around-article > div a::before {
  background: #ba3aad;
  content: "";
  height: 110%;
  left: -130%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 120%;
}

.around-article > div a .test {
  display: block;
  padding-right: 35px;
  position: relative;
}
.around-article > div a .test::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 25px;
}

.around-article > div a:hover::before {
  -webkit-animation: AnimeBtn 0.4s forwards;
          animation: AnimeBtn 0.4s forwards;
}

@keyframes AnimeBtn {
  100% {
    left: -10%;
  }
}
.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-left {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}

.mainvisual{
	margin-bottom: 50px;
}
.mainvisual img{
	width:  100%;
	height: 250px;
    object-fit: cover;
}

.page-title{
	font-size:1.8em;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 40px;
}

.blog-more {
  color: #111;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin: auto 0 0;
  padding: 0 0 5px;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-more::before {
  background: rgba(102, 102, 102, 0.1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.blog-more::after {
  background: #7f9ddf;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.blog-more span {
  display: block;
  padding-right: 35px;
  position: relative;
}
.blog-more span::after {
  background-color: #111;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-mask: url("../../../../common/images/icon-arrow.svg");
          mask: url("../../../../common/images/icon-arrow.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 25px;
}

a:hover .blog-more {
  color: #7f9ddf;
}
a:hover .blog-more::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover .blog-more::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

a:hover .blog-more span::after {
  background-color: #7f9ddf;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}




.pagination {
    margin: 40px 0 0;
}
.nav-links {
	text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 1px 15px;
    color: #000;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
}
.pagination .current {
    background: #000;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #000;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}
.pagination .page-numbers:hover {
    background: #000;
    color: #fff;
}

.yarpp ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top;
	list-style: none;
	line-height:1.2em;
}
.yarpp ul li {
    width: 49%;
	margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}
.yarpp ul li .text{
	margin-top: 5px;
}
.yarpp ul:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
}
@media screen and (min-width: 768px) {
	.yarpp ul li {
		width: 24%;
	}
}