@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: white;
  font-family: "M PLUS 1p", sans-serif;
}

header {
  box-shadow: 0px 0px 20px -5px #777777;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  color: #0400aa;
  background: white;
  margin-bottom: 30px;
}

header h1 {
  padding: 1rem;
  background: white;
}

.header-logo {
  width: 200px;
  height: auto;
}

img {
  height: auto;
  margin: auto;
}

p {
  padding: 30px 0;
}

.home-text {
  font-size: 1.8rem;
  margin-top: -35px;
}

.home-text.center {
  text-align: center;
  margin: 50px;
}

.home-text.center02 {
  text-align: center;
  margin-top: -90px;
}

footer {
  text-align: center;
}


ul {
  list-style: none;
  padding-top: 10px;
  gap: 10px;
}

nav {
  position: sticky;
  top: 0;
  padding: 1rem;
  background: white;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav ul li {
  background: white;
  color: white;
  padding: 0.5rem;
  margin-right: 2rem;
}

nav a {
  color: #0400aa;
  text-decoration: none;
}


section {
  background: White;
  margin-bottom: 2rem;
}


.index03 #home {
  height: 400px;
}


a,
a:hover,
a:visited {
  color: inherit;
}

a,
a:visited {
  color: #0400aa;
}

a,
a:visited {
  text-decoration: none;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.button {
  display: block;
  /* left: 20px; */
  color: #fff;
  background-color: #0400aa;
  border: none;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s;
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}

.button:focus,
.button:hover {
  opacity: 0.8;
}

.button:focus::after,
.button:hover::after {
  right: 15px;
}

.button-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}


.button02 {
  display: block;
  /* left: 20px; */
  color: #fff;
  background-color: #0400aa;
  border: none;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-0%);
}

.button02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}


/*パソコン用*/
@media screen and (min-width: 960px) {
  .main-visual img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}


/*index02のCSS*/

.px {
  font-size: 50px;
}

#stage {
  position: relative;
  margin: auto;
  margin-top: -50px;
  z-index: 2000;
}

#stage img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.item {
  margin-bottom: 2rem;
  display: flex;
  /* 横並び */
  gap: 10px;
}

.item p {
  font-weight: bold;
  width: 100px;
  padding: 0;
}

.item input {
  display: none;
}

#selector {
  position: relative;
  z-index: 1000;
  width: 90%;
  margin: auto;
}

.swiper{
  width: 80%;
  margin: auto;
}

.swiper img {
width: 100%;
padding: 50px;
box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
  color: #0400aa;
}

/*パソコン用*/
@media screen and (min-width: 960px) {
  .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  #selector {
    width: 80%;
  }

}


.img-item {
  opacity: 100;
  /* filter: blur(10px);*/
  width: 100%;
}

/* 未選択の場合、色を薄くする */
.item input[type="radio"] + label img {
  opacity:0.2;
}
/* 選択済みの場合、色を濃くする */
.item input[type="radio"]:checked + label img {
  opacity:1;
}



footer {
  text-align: center;
  color: #EEE;
}

.slide-in {
  opacity: 0;
}

#home {
  max-width: 850px;
  margin: 0 auto;

}

.check-visual img {
  width: 100%;
  height: auto;
}