@charset "UTF-8";
/*--------------------
01.汎用設定
--------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

html {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
html.wf-active, html.loading-delay {
  opacity: 1 !important;
}
html body {
  width: 100%;
  overflow-x: hidden;
}
html body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://cospa.com/images/yaoyorozu/background.png");
  background-repeat: repeat;
  background-size: 200px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.03;
  z-index: -1;
}

p:not(:last-of-type) {
  margin-bottom: 20px;
}
p.example {
  font-size: 12px;
  color: #E72F29;
}
p span {
  display: inline-block;
}

a {
  color: #0080ff;
}

span.red {
  color: #E72F29;
}

img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}

input, select {
  background: #fff;
}

.container {
  margin-top: 20px;
  padding: 0 10px;
}

@media screen and (min-width: 600px) {
  .container {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .container {
    margin-top: 40px;
  }
}
/*--------------------
02.header
--------------------*/
#head {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
#head .head__nav {
  height: 40px;
  background: #fff;
  position: relative;
  z-index: 100;
}
#head .head__nav--logo {
  height: 40px;
  padding: 6px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#head .head__nav--logo a {
  height: 100%;
  display: inline-block;
}
#head .head__nav--logo a img {
  height: 100%;
  width: auto;
  display: inline-block;
}
#head .head__nav--ec {
  height: 40px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#head .head__nav--ec > div {
  height: 100%;
}
#head .head__nav--ec > div a {
  padding: 4px;
  height: 100%;
  display: inline-block;
}
#head .head__nav--ec > div a img {
  height: 100%;
  width: auto;
  display: inline-block;
}
#head .head__nav--ec #nav__open {
  height: 100%;
  padding: 5px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 999;
}
#head .head__nav--ec #nav__open .hamburger {
  position: relative;
}
#head .head__nav--ec #nav__open .hamburger.on span:nth-child(1) {
  -webkit-animation: menu-up 0.6s ease;
          animation: menu-up 0.6s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#head .head__nav--ec #nav__open .hamburger.on span:nth-child(2) {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#head .head__nav--ec #nav__open .hamburger.on span:nth-child(3) {
  -webkit-animation: menu-down 0.6s ease;
          animation: menu-down 0.6s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#head .head__nav--ec #nav__open .hamburger.off span:nth-child(1) {
  top: 6px;
  -webkit-animation: menu-up-r 0.6s ease;
          animation: menu-up-r 0.6s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#head .head__nav--ec #nav__open .hamburger.off span:nth-child(2) {
  top: 14px;
}
#head .head__nav--ec #nav__open .hamburger.off span:nth-child(3) {
  top: 22px;
  -webkit-animation: menu-down-r 0.6s ease;
          animation: menu-down-r 0.6s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#head .head__nav--ec #nav__open .hamburger span {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #E72F29;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#head .head__nav--ec #nav__open .hamburger span:nth-child(1) {
  top: 4px;
}
#head .head__nav--ec #nav__open .hamburger span:nth-child(2) {
  top: 14px;
}
#head .head__nav--ec #nav__open .hamburger span:nth-child(3) {
  top: 24px;
}
#head .head__nav--ec .sp-cart a {
  position: relative;
}
#head .head__nav--ec .sp-cart a .cartcount {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #E72F29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 76.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#head .head__search {
  background: #E72F29;
}
#head .head__search--searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#head .head__search--searchbox form {
  width: calc(100% - 20px);
  padding: 8px 0;
  display: inline-block;
  position: relative;
}
#head .head__search--searchbox form .p-searchform__text {
  width: 100%;
  height: 34px;
  background: #fff;
  padding: 0 30px 2px 16px;
  border-radius: 25px;
}
#head .head__search--searchbox form .p-searchform__text::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}
#head .head__search--searchbox form .p-searchform__text::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
}
#head .head__search--searchbox form .p-searchform__text:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}
#head .head__search--searchbox form .p-searchform__text::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}
#head .head__search--searchbox form .p-searchform__text::placeholder {
  font-size: 12px;
  font-weight: 500;
}
#head .head__search--searchbox form .p-searchform__submit {
  width: 30px;
  height: 30px;
  background: #808080;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#head .head__search--searchbox form .p-searchform__submit img {
  padding: 5px;
  display: inline-block;
}
#head .head__menu {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-top: 40px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
#head .head__menu.show {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
#head .head__menu h2 {
  margin-bottom: 20px;
  padding: 8px 0 10px 10px;
  background: #E72F29;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.375rem);
  color: #fff;
  line-height: 1;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #E5DBB7;
  border-bottom: 2px solid #E5DBB7;
}
#head .head__menu h2::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("https://cospa.com/images/yaoyorozu/taikyoku-white.svg");
  background-size: cover;
  opacity: 0.6;
  position: absolute;
  top: 2px;
  right: -8px;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#head .head__menu h2.border {
  background: #fff;
  color: #E72F29;
  border-top: 2px solid #E72F29;
  border-bottom: 2px solid #E72F29;
}
#head .head__menu h2.nb {
  margin-bottom: 0;
}
#head .head__menu--container {
  margin-bottom: 20px;
  padding: 0 10px;
}
#head .head__menu--container.info p {
  margin-bottom: 0px !important;
}
#head .head__menu--container.info .info__mail {
  font-size: 12px;
  color: #808080;
}
#head .head__menu--container.account ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#head .head__menu--container.account ul li {
  background: #E72F29;
  border-radius: 4px;
  overflow: hidden;
}
#head .head__menu--container.account ul li a {
  padding: 10px 0px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#head .head__menu--container.list {
  padding: 0;
}
#head .head__menu--container.list ul li {
  border-bottom: 1px solid #E72F29;
}
#head .head__menu--container.list ul li a {
  padding: 20px 10px;
  display: block;
  color: #E72F29;
  line-height: 1;
  position: relative;
}
#head .head__menu--container.list ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #E72F29;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#head .head__menu--container.support {
  padding: 0;
}
#head .head__menu--container.support ul {
  padding: 0 10px;
  display: grid;
  gap: 20px;
}
#head .head__menu--container.support ul li {
  border-radius: 4px;
  overflow: hidden;
}
#head .head__menu--container.support ul li a {
  padding: 20px 10px;
  display: block;
  background: #E72F29;
  border: 2px solid #E72F29;
  color: #fff;
  line-height: 1;
  position: relative;
}
#head .head__menu--container.support ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes menu-up {
  0% {
    top: 4px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
@keyframes menu-up {
  0% {
    top: 4px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}
@-webkit-keyframes menu-up-r {
  0% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@keyframes menu-up-r {
  0% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@-webkit-keyframes menu-down {
  0% {
    top: 24px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}
@keyframes menu-down {
  0% {
    top: 24px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}
@-webkit-keyframes menu-down-r {
  0% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 24px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@keyframes menu-down-r {
  0% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  50% {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 24px;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(-15px);
            transform: translateY(-50%) translateX(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(0px);
            transform: translateY(-50%) translateX(0px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(-15px);
            transform: translateY(-50%) translateX(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(0px);
            transform: translateY(-50%) translateX(0px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 600px) {
  #head .head__nav {
    height: 60px;
  }
  #head .head__nav--logo {
    height: 60px;
    padding: 10px 0;
  }
  #head .head__nav--ec {
    height: 60px;
    padding: 10px 20px;
  }
  #head .head__nav--ec #nav__open {
    width: 60px;
    aspect-ratio: initial;
    cursor: pointer;
  }
  #head .head__nav--ec #nav__open .hamburger {
    position: relative;
  }
  #head .head__nav--ec #nav__open .hamburger.off span:nth-child(1) {
    top: 6px;
  }
  #head .head__nav--ec #nav__open .hamburger.off span:nth-child(2) {
    top: 14px;
  }
  #head .head__nav--ec #nav__open .hamburger.off span:nth-child(3) {
    top: 22px;
  }
  #head .head__nav--ec #nav__open .hamburger span {
    width: 36px;
  }
  #head .head__nav--ec #nav__open .hamburger span:nth-child(1) {
    top: 4px;
  }
  #head .head__nav--ec #nav__open .hamburger span:nth-child(2) {
    top: 14px;
  }
  #head .head__nav--ec #nav__open .hamburger span:nth-child(3) {
    top: 24px;
  }
  #head .head__nav--ec .sp-cart a {
    margin-right: 10px;
    position: relative;
  }
  #head .head__search--searchbox form {
    width: 80%;
    max-width: 800px;
    padding: 8px 0;
  }
  #head .head__search--searchbox form .p-searchform__text::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  #head .head__search--searchbox form .p-searchform__text::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  #head .head__search--searchbox form .p-searchform__text:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  #head .head__search--searchbox form .p-searchform__text::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  #head .head__search--searchbox form .p-searchform__text::placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  #head .head__menu {
    width: 55%;
    max-width: 600px;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.9);
    left: initial;
    right: 0;
    -webkit-box-shadow: 5px 0px 10px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 0px 10px 3px rgba(0, 0, 0, 0.5);
  }
  #head .head__menu.show {
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: auto;
  }
  #head .head__menu::-webkit-scrollbar {
    width: 10px;
  }
  #head .head__menu::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  #head .head__menu::-webkit-scrollbar-thumb {
    background: #f39794;
  }
  #head .head__menu h2 {
    margin-bottom: 40px;
    padding: 13px 0 15px 10px;
    color: #fff;
    line-height: 1;
  }
  #head .head__menu h2.border {
    background: #fff;
    color: #E72F29;
    border-top: 2px solid #E72F29;
    border-bottom: 2px solid #E72F29;
  }
  #head .head__menu h2.nb {
    margin-bottom: 0;
  }
  #head .head__menu--container {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #head .head__menu--container.info p {
    margin-bottom: 0px !important;
  }
  #head .head__menu--container.info .info__mail {
    font-size: 12px;
    color: #808080;
  }
  #head .head__menu--container.account ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  #head .head__menu--container.account ul li {
    background: #E72F29;
    border-radius: 4px;
    overflow: hidden;
  }
  #head .head__menu--container.account ul li a {
    padding: 20px 10px;
    border: 2px solid #E72F29;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #head .head__menu--container.account ul li a::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #head .head__menu--container.account ul li a:hover {
    background: #fff;
    color: #E72F29;
  }
  #head .head__menu--container.account ul li a:hover::after {
    color: #E72F29;
    -webkit-animation: move 1.3s linear infinite;
            animation: move 1.3s linear infinite;
  }
  #head .head__menu--container.list {
    padding: 0;
  }
  #head .head__menu--container.list ul li {
    border-bottom: 1px solid #E72F29;
  }
  #head .head__menu--container.list ul li a {
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  #head .head__menu--container.list ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E72F29;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #head .head__menu--container.list ul li a::after {
    right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #head .head__menu--container.list ul li a:hover {
    color: #fff;
  }
  #head .head__menu--container.list ul li a:hover::before {
    color: #E72F29;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #head .head__menu--container.list ul li a:hover::after {
    color: #fff;
    -webkit-animation: move 1.3s linear infinite;
            animation: move 1.3s linear infinite;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  #head .head__menu--container.support {
    padding: 0;
  }
  #head .head__menu--container.support ul {
    padding: 0 20px;
    display: grid;
    gap: 20px;
  }
  #head .head__menu--container.support ul li {
    background: #E72F29;
    border-radius: 4px;
    overflow: hidden;
  }
  #head .head__menu--container.support ul li a {
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #head .head__menu--container.support ul li a::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #head .head__menu--container.support ul li a:hover {
    background: #fff;
    color: #E72F29;
  }
  #head .head__menu--container.support ul li a:hover::after {
    color: #E72F29;
    -webkit-animation: move 1.3s linear infinite;
            animation: move 1.3s linear infinite;
  }
}
/*--------------------
03.main
--------------------*/
main {
  padding-top: 90px;
  width: 100%;
  position: relative;
}
main .important-container {
  margin-top: 0;
  padding-top: 20px;
}
main .important-container__list {
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
main .important-container__list--item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  border: 2px solid #E72F29;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
main .important-container__list--item .left {
  height: 100%;
  background: #E72F29;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .important-container__list--item .right {
  font-size: 12px;
  -ms-flex-item-align: center;
      align-self: center;
}
main .important-container__list--item .right a {
  padding: 4px 0;
  color: #E72F29;
  display: block;
}
main .main__bg {
  width: 100%;
  height: 150px;
  opacity: 1;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: none;
}
main .main__bg > div {
  position: absolute;
}
main .main__bg > div:first-of-type {
  height: 20vw;
  max-height: 83%;
  bottom: 0;
  left: -22%;
}
main .main__bg > div:nth-of-type(2) {
  height: 15vw;
  max-height: 100%;
  right: -5%;
  bottom: 0;
}

@media screen and (min-width: 600px) {
  main {
    padding-top: 110px;
  }
  main .important-container {
    padding-top: 40px;
  }
  main .important-container__list {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
  }
  main .main__bg {
    bottom: -140px;
  }
  main .main__bg > div {
    position: absolute;
  }
  main .main__bg > div:first-of-type {
    height: 20vw;
    max-height: 86%;
    bottom: 0;
    left: -20%;
  }
  main .main__bg > div:nth-of-type(2) {
    height: 10vw;
    max-height: 100%;
    right: -6%;
    bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  main {
    padding-top: 110px;
  }
  main .important-container__list--item .right a:hover {
    text-decoration: underline;
  }
}
/*--------------------
04.footer
--------------------*/
#footer {
  margin-top: 120px;
  position: relative;
  z-index: 10;
}
#footer footer {
  padding-top: 40px;
  background: #3a3a3a;
  position: relative;
}
#footer footer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 40px 50vw;
  border-color: transparent transparent #3a3a3a transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
#footer footer .footer__toTop {
  width: 44px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#footer footer .footer__toTop a {
  display: block;
}
#footer footer .footer__container {
  padding-top: 0;
}
#footer footer .footer__container--sns {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: center;
}
#footer footer .footer__container--sns .footer__sns--title {
  font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
  color: #fff;
  text-align: center;
  position: relative;
}
#footer footer .footer__container--sns .footer__sns--title::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  right: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer footer .footer__container--sns .footer__sns--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#footer footer .footer__container--sns .footer__sns--list li {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}
#footer footer .footer__container--sns .footer__sns--list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer footer .footer__container--sns .footer__sns--list li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer footer .footer__container--sns .footer__sns--list li a > div svg {
  height: 55%;
  width: 55%;
  margin: 0;
  padding: 0;
}
#footer footer .footer__container--sns .footer__sns--list li a > div svg path {
  fill: #3a3a3a;
}
#footer footer .footer__container--nav {
  margin-bottom: 40px;
}
#footer footer .footer__container--nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#footer footer .footer__container--nav ul li a {
  padding-left: 16px;
  font-size: 14px;
  color: #fff;
  position: relative;
}
#footer footer .footer__container--nav ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer footer .footer__container--txt > div:not(:last-of-type) {
  margin-bottom: 12px;
}
#footer footer .footer__container--txt > div p {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
#footer footer .footer__logo {
  margin-top: 20px;
  padding: 10px 0 40px 0;
  background: #3a3a3a;
}
#footer footer .footer__logo p {
  text-align: center;
}
#footer footer .footer__logo p img {
  max-height: 24px;
}

@media screen and (min-width: 600px) {
  #footer footer .footer__container--nav ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 900px) {
  #footer {
    margin-top: 200px;
  }
  #footer footer {
    padding-top: 80px;
  }
  #footer footer .footer__toTop {
    width: 50px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0px 0px 0px #E72F29);
            filter: drop-shadow(0px 0px 0px #E72F29);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  #footer footer .footer__toTop:hover {
    -webkit-filter: drop-shadow(0px 0px 4px #E72F29);
            filter: drop-shadow(0px 0px 4px #E72F29);
  }
  #footer footer .footer__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 80px 40px;
  }
  #footer footer .footer__container--sns {
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
  }
  #footer footer .footer__container--sns .footer__sns--list li a > div svg path {
    fill: #3a3a3a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer footer .footer__container--sns .footer__sns--list li a:hover > div svg path {
    fill: #E72F29;
  }
  #footer footer .footer__container--nav {
    margin-bottom: 0;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
  }
  #footer footer .footer__container--nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 40px;
  }
  #footer footer .footer__container--nav ul li a {
    padding-left: 16px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer footer .footer__container--nav ul li a::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer footer .footer__container--nav ul li a:hover {
    color: #E72F29;
  }
  #footer footer .footer__container--nav ul li a:hover::after {
    color: #E72F29;
  }
  #footer footer .footer__container--txt {
    grid-column: 1/3;
    grid-row: 2/3;
    align-self: center;
    justify-self: center;
  }
  #footer footer .footer__container--txt > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11px;
  }
  #footer footer .footer__container--txt > div:not(:last-of-type) {
    margin-bottom: 11px;
  }
  #footer footer .footer__container--txt > div p {
    font-size: 12px;
  }
  #footer footer .footer__container--txt > div p img {
    max-height: 24px;
  }
  #footer footer .footer__logo {
    margin-top: 50px;
  }
}