@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

h1{
  padding-top: 100px;
}

h2 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500 !important;
}

@media (width < 600px){
  p {
    font-size: 14px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}
@media (600px <= width){
  p {
    font-size: 14px;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
}


.colordiv {
  height: 100px;
  margin-bottom: 100px;
  background: url(../img/plugin/BG.webp);
  background-position: center;
  background-size: 110% 110%;
  padding-top: 0px;
  background-attachment: fixed;
}

@media screen and (max-width: 599px) {
  p {
    text-align: justify;
    word-wrap: break-word;
    letter-spacing: 0.05em;
  }

  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

  p {
    text-align: center;
    word-wrap: break-word;
  }

  .br-sp,
  .br-pc {
    display: none;
  }

  .br-tab {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  p {
    text-align: center;
    word-wrap: break-word;
  }

  .br-sp,
  .br-tab {
    display: none;
  }

  .br-pc {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .content-row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .content-row {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .content-row {
    width: 1050px;
    margin: 0 auto;
    text-align: center;
  }
}

p {
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 1em;
  margin-right: 1em;
}

.header-logo {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: 50px;
}

.logo {
  width: 100%;
}

.hero {
  overflow: hidden;
  position: relative;
  background: url(../img/plugin/BG.webp);
  background-size: 130% 110%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero:after {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.138);
}

.container {
  display: grid;
  place-items: center;
  z-index: 1;
  height: 380px;
  max-width: 720px;
  padding: 30px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.089);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
}

@media screen and (max-width: 599px) {
  .container {
    width: 90vw;
    height: 580px;
    padding: 30px 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .container {
    width: 600px;
    height: 460px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    width: 720px;
    height: 480px;
  }
}

.content h1 {
  font-size: 4.6rem;
  line-height: 4.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: transparent;
  font-weight: bold;
  -webkit-text-stroke: 2px #FFF;
  text-shadow: 4px 4px 0 rgba(244, 244, 244, 0.24);
  margin-bottom: 0px;
}

.content h2 {
  text-align: center;
  font-size: 1.7rem;
  color: rgb(240, 240, 240);
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 1em;
  margin-right: 1em;
}

.h2 {}


.content p {
  font-size: 0.9rem;
  color: rgb(240, 240, 240);
  margin-bottom: 30px;
}

.content {
  position: relative;
  text-align: center;
  height: fit-content;
  width: auto;
}

.content img {
  display: block;
  position: relative;
  width: auto;
  height: 90px;
  margin: 0 auto;
}


.button-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (width < 600px){
  .button-container {
    flex-grow: 1;
    display: grid;
    place-items: center;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (width >= 600px){
  .button-container {
    flex-grow: 1;
    display: grid;
    place-items: center;
    margin: 0 auto
  }
}


.button-content a {
  background: rgba(240, 240, 240);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 22px 22px 22px 48px;
  width: 290px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-size: 0.9rem;
  font-weight: 350;
  border-radius: 46px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
}

.button-content a:hover {
  background: #313131;
  color: #FFF;
}

.button-content a:before {
  content: '';
  display: inline-block;
  background-image: url(../img/plugin/download-icon-black.webp);
  background-size: contain;
  position: absolute;
  left: 24px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: 1.0s;
}

.button-content a:hover:before {
  background-image: url(../img/plugin/download-icon-white.webp);
}

.button-content label {
  background: rgba(240, 240, 240);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 22px 22px 22px 48px;
  width: 180px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-size: 0.9rem;
  font-weight: 350;
  border-radius: 46px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
}

.button-content label:hover {
  background: #313131;
  color: #FFF;
}

.button-content label:before {
  content: '';
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 24px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: 1.0s;
}

.button-container:after {
  position: absolute;
  transform: translate(126px,-30px);
  content: '';
  width: 60px;
  height: 28px;
  background-image: url(../img/plugin/freelabel.webp);
  background-size: cover;
  vertical-align: middle;
}


.buttonicon-download label:before{
  background-image: url(../img/plugin/download-icon-black.webp);
}
.buttonicon-download label:hover:before{
  background-image: url(../img/plugin/download-icon-white.webp);
}

.buttonicon-howtouse label:before{
  background-image: url(../img/plugin/document-black.webp);
}
.buttonicon-howtouse label:hover:before{
  background-image: url(../img/plugin/document-white.webp);
}



.button-contact-container {
  flex-grow: 1;
  width: 200px;
  height: 100px;
  display: grid;
  place-items: center;
  margin: 0 auto
}

.button-contact-content a {
  background: rgba(240, 240, 240);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 22px;
  width: 180px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-size: 0.9rem;
  font-weight: 350;
  border-radius: 46px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);

  font-family: sans-serif;
  font-weight: bold;
}

.button-contact-content a:hover {
  background: #313131;
  color: #FFF;
  transition: 0.3s ease-in-out;
}

.button-contact-content a:before {
  content: '';
  display: inline-block;
  background-image: url(../img/mail-black.webp);
  background-size: contain;
  vertical-align: middle;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
  transition-delay: -0.05s;
}

.button-contact-content a:hover:before {
  background-image: url(../img/mail-white.webp);
  transition: 0.3s ease-in-out;
  transition-delay: -0.05s;
}

.plugin_path_win {
  position: relative;
  width: 150%;
  margin: 0 auto;
}

.howtouse-img{
  border: 0.5px solid #000
}

.howtouse-area img {
  width: 95%;
}

.howtouse-area p {
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0.10em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textindent-number {
  margin-left: 2.3em;
  text-indent: -1.6em;
}

.textindent-os {
  margin-left: 2.3em;
  text-indent: -0.4em;
}


@media (width < 600px) {
  .textindent-caution {
    margin-left: 2.3em;
    text-indent: -1.2em;
  }
}
@media (width >= 600px) {
  .textindent-caution {
    margin-left: 2.3em;
    text-indent: -1.2em;
    margin: 0 auto;
  }
}


.text-center{
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 599px) {
  .howtouse-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .howtouse-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .howtouse-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 45%;
  }
}

@media screen and (max-width: 699px) {
  .howtouse-area img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 700px) {
  .howtouse-area img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}


.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100vw;
  height: 300px;
}

@media screen and (min-width: 2400px) {
  .waves-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 100vw;
    height: 300px;
    transform: scale(4, 2);
    transform-origin: center;
  }
}

@media screen and (min-width: 3800px) {
  .waves-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 100vw;
    height: 300px;
    transform: scale(8, 4);
    transform-origin: center;
  }
}

.waves {
  width: 2400px;
  margin-bottom: 130px;
  /*Fix for safari gap*/
}

/* Animation */

.parallax>use {
  animation: wave-move 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}

@keyframes wave-move {
  0% {
    transform: translate(-90px, 0);
  }

  100% {
    transform: translate(85px, 0);
  }
}


.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: fixed;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 15%;
  width: 80px;
  height: 80px;
  animation-delay: 19s;
}

.circles li:nth-child(2) {
  left: 8%;
  width: 34px;
  height: 34px;
  animation-delay: 11s;
  animation-duration: 22s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 26%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 30px;
  height: 30px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 25px;
  height: 25px;
  animation-delay: 8s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 16s;
}

@media screen and (max-width: 599px) {
  .circles li:nth-child(1) {
    display: none;
  }

  .circles li:nth-child(2) {
    left: 2%;
    width: 34px;
    height: 34px;
  }

  .circles li:nth-child(3) {
    display: none;
  }

  .circles li:nth-child(4) {
    left: 40%;
    width: 48px;
    height: 48px;
  }

  .circles li:nth-child(5) {
    left: 65%;
    width: 40px;
    height: 40px;
  }

  .circles li:nth-child(6) {
    left: 75%;
    width: 72px;
    height: 72px;
  }

  .circles li:nth-child(7) {
    left: 26%;
    width: 80px;
    height: 80px;
  }

  .circles li:nth-child(8) {
    display: none;
  }

  .circles li:nth-child(9) {
    left: 20%;
    width: 25px;
    height: 25px;
  }

  .circles li:nth-child(10) {
    left: 92%;
    width: 74px;
    height: 74px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .circles li:nth-child(1) {
    display: none;
  }

  .circles li:nth-child(2) {
    left: 2%;
    width: 34px;
    height: 34px;
  }

  .circles li:nth-child(3) {
    display: none;
  }

  .circles li:nth-child(4) {
    left: 40%;
    width: 48px;
    height: 48px;
  }

  .circles li:nth-child(5) {
    left: 65%;
    width: 40px;
    height: 40px;
  }

  .circles li:nth-child(6) {
    left: 75%;
    width: 72px;
    height: 72px;
  }

  .circles li:nth-child(7) {
    left: 26%;
    width: 80px;
    height: 80px;
  }

  .circles li:nth-child(8) {
    display: none;
  }

  .circles li:nth-child(9) {
    left: 20%;
    width: 25px;
    height: 25px;
  }

  .circles li:nth-child(10) {
    left: 92%;
    width: 74px;
    height: 74px;
  }
}


@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

@media screen and (max-width: 699px) {
  .plugin-image {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .arrow-container {
    width: auto;
    height: 10%;
    text-align: center;
  }

  .arrow-twocontents {
    display: inline-block;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.2em;
    height: 3em;
    margin: 20px 0;
    background: currentColor;
  }

  .arrow-twocontents::before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    position: absolute;
    top: 1.5em;
    left: -0.65em;
    box-sizing: border-box;
  }

}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .plugin-image {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .arrow-container {
    display: grid;
    place-content: center;
    width: 10%;
    height: auto;
  }

  .arrow-twocontents {
    display: inline-block;
    color: #333;
    line-height: 1;
    position: relative;
    width: 3em;
    height: 0.2em;
    background: currentColor;
  }

  .arrow-twocontents::before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) {
  .plugin-image {
    display: flex;
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
  }

  .arrow-container {
    display: grid;
    place-content: center;
    width: 10%;
    height: auto;
  }

  .arrow-twocontents {
    display: inline-block;
    color: #333;
    line-height: 1;
    position: relative;
    width: 3em;
    height: 0.2em;
    background: currentColor;
  }

  .arrow-twocontents::before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }
}

.plugin-billboard {
  background: url(../img/plugin/BG.webp) !important;
  background-position: center !important;
  background-size: 110% 110% !important;
  padding-top: 0px !important;
  min-height: calc(100vh - 0px) !important;
  background-attachment: fixed !important;
}


.plugin-smoother-before {
  position: relative;
  transform: translate(3%);
}

.plugin-smoother-before::after {
  content: '';
  display: inline-block;
  background-image: url(../img/plugin/smoother_before_parts.webp);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 30px;
  width: 60%;
  height: 60%;

  border: 3px solid #313131;
}

.plugin-smoother-after {
  position: relative;
  transform: translate(3%);
}

.plugin-smoother-after::after {
  content: '';
  display: inline-block;
  background-image: url(../img/plugin/smoother_after_parts.webp);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 30px;
  width: 60%;
  height: 60%;


  border: 3px solid #313131;
}



@media screen and (max-width: 599px) {
  .control-panel {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .control-panel {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .control-panel {
    display: flex;
    width: 85%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}


@media (width < 600px){
  .control-panel-title {
    width: 30%;
  }
}
@media (600px <= width){
  .control-panel-title {
    width: 30%;
  }
}

.control-panel-title p {
  text-align: right;
  padding: 0 0.5em 0 0;
  border-right: 0.5px solid #000
}

.control-panel-title span {
  font-weight: bold;
}

.control-panel-text {
  width: 70%;
}

.control-panel-text p {
  text-align: left;
  margin-left: 0;
}


.textcenter {
  text-align: center;
}


@media screen and (max-width: 599px) {
  .content-flex {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .content-flex img {
    height: 80px;
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .content-flex {
    display: flex;
    justify-content: space-between;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .content-flex img {
    height: 80px;
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  .content-flex {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .content-flex img {
    height: 80px;
    width: auto;
  }
}


.plugin_hr{
  width: 80%;
  height: 6px;
  background: linear-gradient(90deg, rgba(245,239,120,1) 0%, rgba(235,173,126,1) 19%, rgba(221,90,123,1) 38%, rgba(152,96,241,1) 59%, rgba(129,146,243,1) 80%, rgba(126,218,239,1) 100%);
  border: none;
  margin: 0px auto;
}

.download_title{
  color: white;
}


.modal_wrap input{
  display: none;
}

.modal_overlay{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);

  /* モーダルウインドウの背景を固定 */
  touch-action: none;
  overscroll-behavior: contain;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

/* モーダルウインドウの背景を固定 */
.modal_overlay::before,
.modal_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.modal_overlay::-webkit-scrollbar {
  display: none;
}


.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}



.modal_window_close{
  position: relative;
  width: 90%;
  max-width: 800px;
  height: 45px;
  margin: 0 auto;
  text-align: right;
}

.modal_main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width < 360px){
  .modal_main{
    width: 320px;
  }
  .modal_window_close{
    width: 300px;
  }
}
@media (360px <= width < 600px){
  .modal_main{
    width: 350px;
  }
  .modal_window_close{
    width: 350px;
  }
}
@media (600px <= width < 1250px){
  .modal_main{
    width: 600px; 
  }
  .modal_window_close{
    width: 600px;
  }
}
@media (1250px < width){
  .modal_main{
    width: 800px;
  }
  .modal_window_close{
    width: 800px;
  }
}


@media (width < 600px){
  .modal_window{
    align-self: center;
    padding: 10px;
    padding-top: 0;
    width: 100%;
    height: 100%;
  }

  .modal_content{
    overflow-x: hidden;
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 90vh;
    padding: 40px 10px 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1);
    transition: 0.5s;
  }

  .modal_content p{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media (600px <= width){
  .modal_window{
    align-self: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 765px;
  }
  
  .modal_content{
    overflow: scroll;
    align-self: center;
    max-width: 800px;
    max-height: 650px;
    margin: 0 auto;
    padding: 40px 25px 25px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1);
    transition: 0.5s;
  }
  
  .modal_content p{
    
  }
}

.modal_title{
  font-size: 24px;
}

.close_button {
  position: absolute;
  z-index: 10000;
  top: 22.5px;
  right: -22.5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);

  cursor: pointer;
  transition: 1s;
}
.close_button:hover{
  background: #000;
}

.close_button::before, .close_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #000; /* バツ印の色 */
  transition: 1s;
}

.close_button:hover::before, .close_button:hover::after {
  content: "";
  background: #fff; /* バツ印の色 */
}

.close_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}

.open_button{
  font-weight: 400 !important;
  cursor: pointer;
}

label{
  font-weight: 400;
}


@media (width < 600px){
  .flex-container{
    justify-content: center;
  }
  
  .flex-content{
    width: 420px;
    margin-bottom: 40px;
  }
}
@media (width >= 600px){
  .flex-container{
    display: flex;
    justify-content: center;
  }
  
  .flex-content{
    width: 420px;
  }
}

.plugin_title{
  width: 100%;
  margin: 0 auto;
}