body {
  background-color: #FAF7FF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #475893;
}
body .side_wrapper {
  width: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: unset;
  z-index: 999;
  border-left: 1px solid #eaeaea;
  background-color: #FAF7FF;
}
body .side_wrapper .side {
  width: 60px;
  height: 100vh;
  margin: 0 20px;
  padding: 3px;
  position: relative;
  background-image: url(../img/header/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}
body .side_wrapper .side .ribbon {
  width: 166%;
  height: 46px;
  margin: 0 -33%;
  padding: 3px 0;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: -1;
  background-image: url(../img/header/header_bg_side.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
body .side_wrapper .side .ribbon .ribbon_in {
  height: 100%;
  border-top: 1px dotted #dfdfdf;
  border-bottom: 1px dotted #dfdfdf;
}
body .side_wrapper .side .ribbon.transform {
  top: 16px;
}
body .side_wrapper .side .btn {
  width: 30px;
  height: 40px;
  position: fixed;
  top: 50%;
  right: 35px;
  z-index: 999;
}
body .side_wrapper .side .btn span.btn-line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #555;
  transition: 0.5s;
  font-size: 1.3rem;
}
body .side_wrapper .side .btn .btn-line.open {
  background-color: #FAF7FF;
}
body .side_wrapper .side .btn .btn-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #555;
  transition: 0.5s;
  transform: translateY(-10px);
}
body .side_wrapper .side .btn .btn-line.open::before {
  background-color: #d9d9d9;
  transform: translateY(-5px);
}
body .side_wrapper .side .inside {
  height: 100%;
  border-left: 1px dotted #dfdfdf;
  border-right: 1px dotted #dfdfdf;
}
body .side_wrapper .side .inside .nav_member.transform {
  top: 4px;
}
body .side_wrapper .side .inside .nav_member {
  width: 140%;
  padding: 3px;
  position: relative;
  top: 20px;
  right: 20%;
  background-image: url(../img/header/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body .side_wrapper .side .inside .nav_member ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px dotted #dfdfdf;
}
body .side_wrapper .side .inside .nav_member ul li {
  max-width: 30px;
}
body .side_wrapper .side_header {
  width: 50vw;
  height: 100vh;
  margin-right: 100px;
  left: unset;
  right: -150vh;
  position: absolute;
  top: 0;
  background-color: #FAF7FF;
  border-right: 1px solid #eaeaea;
  z-index: -1;
}
body .side_wrapper .side_header nav.side_nav ul {
  padding: 50px;
}
body .side_wrapper .side_header nav.side_nav ul li {
  padding-bottom: 20px;
}
body .side_wrapper .side_header nav.side_nav ul li a {
  font-size: 4rem;
}
body .side_wrapper .side_header.open {
  right: 0;
}
body .main_wrapper {
  margin-right: 100px;
}
body .main_wrapper header {
  width: calc(100% - 99.6px);
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #FAF7FF;
  z-index: 1;
}
body .main_wrapper header .header_top {
  padding: 3px;
  background-color: #EFE5FF;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  transition: 0.7s;
}
body .main_wrapper header .header_main {
  display: flex;
  justify-content: space-between;
  height: 58px;
  margin-bottom: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 1204px) {
  body .main_wrapper header .header_main {
    padding: 0;
  }
}
body .main_wrapper header .header_main h1 {
  max-width: 150px;
  margin-left: 30px;
}
@media screen and (max-width: 1204px) {
  body .main_wrapper header .header_main h1 {
    width: 100%;
    max-width: unset;
    margin: 10px auto 0 auto;
    padding: 3px;
    background-image: url(../img/header/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}
body .main_wrapper header .header_main h1 a {
  display: block;
  padding-top: 7px;
}
@media screen and (max-width: 1204px) {
  body .main_wrapper header .header_main h1 a {
    height: 40px;
    border-top: 1px dotted #dfdfdf;
    border-bottom: 1px dotted #dfdfdf;
  }
}
@media screen and (max-width: 1204px) {
  body .main_wrapper header .header_main h1 a img {
    max-width: 110px;
    margin: 0 auto;
  }
}
body .main_wrapper header .header_main .header_nav {
  width: 70%;
}
@media screen and (max-width: 1204px) {
  body .main_wrapper header .header_main .header_nav {
    display: none;
  }
}
body .main_wrapper header .header_main .header_nav .nav_pc {
  width: 100%;
  padding: 3px;
  background-image: url(../img/header/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body .main_wrapper header .header_main .header_nav .nav_pc ul {
  padding: 6px 25px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  border-top: 1px dotted #dfdfdf;
  border-bottom: 1px dotted #dfdfdf;
}
body .main_wrapper header .header_main .header_nav .nav_pc ul li a {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  color: #333;
}
body .main_wrapper header.transform {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(250, 247, 255, 0.562);
}
body .main_wrapper header.transform .header_top {
  height: 2px;
  visibility: hidden;
  opacity: 0;
}
body .main_wrapper header.transform .header_main {
  margin-bottom: 14px;
}
body .main_wrapper .key {
  width: 100%;
  margin-top: 120px;
  border-radius: 0 100px 0 0;
}
body .main_wrapper .key2, body .main_wrapper .key3 {
  display: none;
}
body .main_wrapper main .gif_wrap {
  height: 55px;
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper main .gif_wrap .gif {
  width: 100%;
  height: 55px;
  margin-top: 8px;
  background-image: url(../img/gif.png);
  background-repeat: repeat-x;
  background-size: 350px;
  animation-name: gif;
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes gif {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6000px 0;
  }
}
body .main_wrapper main .topics_wrapper section.topics {
  max-width: 1240px;
  margin: 110px auto 120px auto;
  padding: 0 20px;
  position: sticky;
  top: 170px;
}
body .main_wrapper main .topics_wrapper section.topics h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
}
body .main_wrapper main .topics_wrapper section.topics ul {
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
}
body .main_wrapper main .topics_wrapper section.topics ul li {
  width: 30%;
  padding-left: 50px;
  border-left: 2px solid #f0f0f0;
}
body .main_wrapper main .topics_wrapper section.topics ul li a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
body .main_wrapper main .topics_wrapper section.topics ul li a p.text {
  margin: 10px 0;
}
body .main_wrapper main .best_wrapper {
  margin-top: 300px;
  background-image: url(../img/header/best_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  filter: drop-shadow(1px -1px 5px rgba(0, 0, 0, 0.03));
}
body .main_wrapper main .best_wrapper section.best {
  max-width: 1240px;
  margin: 110px auto 120px auto;
  padding: 0 20px;
  margin-bottom: 0;
}
body .main_wrapper main .best_wrapper section.best h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  padding-top: 120px;
}
body .main_wrapper main .best_wrapper section.best ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
body .main_wrapper main .best_wrapper section.best ul li {
  width: 25%;
}
body .main_wrapper main .best_wrapper section.best ul li p img {
  border: 1px solid #eaeaea;
}
body .main_wrapper main .best_wrapper section.best ul li .best_text {
  padding: 7% 0 10% 0;
  font-size: 1.6rem;
}
body .main_wrapper main .best_wrapper section.best ul li .best_text p span {
  padding-left: 2px;
  font-size: 1.4rem;
}
body .main_wrapper main .best_wrapper section.best ul li .best_text p.best_name span {
  margin-right: 6px;
  padding: 1px 8px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #475893;
  color: #fff;
}
body .main_wrapper main .best_wrapper section.best > p {
  padding-bottom: 120px;
}
body .main_wrapper .new_wrapper {
  padding: 110px 0 120px 0;
}
body .main_wrapper .new_wrapper section.new {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper .new_wrapper section.new .new_top {
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper .new_wrapper section.new .new_top h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  margin: 20px;
}
body .main_wrapper .new_wrapper section.new .new_wrap {
  display: flex;
  gap: 0px;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_mainimg {
  min-width: 500px;
  max-height: 500px;
  display: table;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_mainimg p {
  width: 100%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_mainimg p img {
  display: block;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 3%;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_bottom_img {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2%;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_bottom_img > p {
  padding: 5px;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_bottom_img > p img {
  border: 1px solid #eaeaea;
  border-radius: 100px;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text {
  height: 65%;
  background-color: #EFE5FF;
}
@media screen and (max-width: 1204px) {
  body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text {
    padding: 5% 10%;
  }
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 5px;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in p {
  font-size: 2.2rem;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in p em {
  margin-right: 10px;
  padding: 0 10px;
  background: linear-gradient(transparent 30%, #475893 35%);
  border-radius: 80% 50% 60% 5%/80% 75% 20% 75%;
  color: #f1f1f1;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in p span {
  margin-left: 5px;
  font-size: 1.6rem;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .button {
  margin: 0 auto 10px auto;
  padding: 10px;
  background-color: #475893;
  border-radius: 3px;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .button a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .white {
  background-color: #fff;
  border: 1px solid #475893;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .white a {
  color: #475893;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .counter {
  max-width: 160px;
  margin: 5% 0;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #475893;
  font-size: 1.8rem;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .counter .counter_side {
  width: 20%;
}
body .main_wrapper .new_wrapper section.new .new_wrap .new_desc .new_text .new_text_in .counter input {
  width: 20%;
  border: none;
  background-color: #EFE5FF;
}
body .main_wrapper article.lineup h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  margin: 0 20px;
  padding-bottom: 20px;
  text-align: start;
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper article.lineup section.makeup .sec_wrapp .title_box {
  order: 2;
}
body .main_wrapper article.lineup section.makeup .sec_wrapp .lineup_img {
  order: 1;
}
body .main_wrapper article.lineup section {
  margin: 0 20px;
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper article.lineup section .sec_wrapp {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 50px 20px 30px 20px;
  display: flex;
  justify-content: space-between;
}
body .main_wrapper article.lineup section .sec_wrapp .title_box h3 {
  margin: 30px auto 60px auto;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 2rem;
  color: #555;
}
body .main_wrapper article.lineup section .button {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 50px;
}
body .main_wrapper article.lineup section .button a {
  max-width: 200px;
  margin-left: auto;
  display: block;
  padding: 0 20px;
  text-align: center;
  border-bottom: 1px solid #999;
  text-transform: capitalize;
  font-family: "kadwa", serif;
  font-weight: 100;
  font-size: 2.6rem;
  color: #999;
}
body .main_wrapper article.lineup > p {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
body .main_wrapper article.lineup > p a {
  padding: 0 10px;
  border-bottom: 1px solid #475893;
}
body > p {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
body > p a {
  max-width: 140px;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #333;
  color: #333;
}
body section.concept {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 110px;
  display: flex;
  justify-content: center;
}
body section.concept .concept_title {
  width: 40%;
  margin: 250px auto 0 auto;
  text-align: center;
}
body section.concept .concept_title .light {
  position: relative;
  left: 50%;
}
body section.concept .concept_title h2 {
  max-width: 300px;
}
body section.concept .concept_title p {
  max-width: 300px;
  padding-top: 8px;
  font-size: 1.4rem;
  color: #333;
}
body section.concept .concept_text {
  width: 57%;
  background-image: url(../img/header/concept.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
body section.concept .concept_text .concept_box {
  width: 70%;
  margin: 190px auto 50px auto;
  padding: 0 5%;
  text-align: center;
}
body section.concept .concept_text .concept_box p {
  padding-bottom: 14px;
  line-height: 26px;
  font-size: 1.6rem;
  color: #242C48;
}
body section.concept .concept_text .concept_box p.em {
  font-weight: 900;
  color: #36498b;
}
body section.ig {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  padding-top: 200px;
  padding-bottom: 80px;
}
body section.ig h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  text-transform: capitalize;
}
body section.ig ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
body section.ig .button {
  max-width: 250px;
  margin: 40px auto;
  padding: 10px;
  background-color: #475893;
  border-radius: 3px;
}
body section.ig .button a {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
body section.checkeditems {
  margin: 0 auto;
  padding: 110px 0 100px 0;
  text-align: center;
  background-color: #EFE5FF;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body section.checkeditems h2 {
  font-size: 3rem;
}
body section.checkeditems ul {
  max-width: 1240px;
  margin: 110px auto 120px auto;
  padding: 0 20px;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
body section.checkeditems ul li a p img {
  border-top-left-radius: 46%;
  border-top-right-radius: 46%;
  border: 2px solid #a3afc5;
}
body section.checkeditems ul li .cheked_text {
  padding: 20px 0;
}
body section.checkeditems ul li .cheked_text p {
  padding: 5px 0;
}
body section.checkeditems ul li .cheked_text p span {
  padding-left: 3px;
  font-weight: 300;
  font-size: 1.2rem;
}
body .members_wrapper {
  background-image: url(../img/members_bg3.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
body .members_wrapper article.membership {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 110px 20px 120px 20px;
}
body .members_wrapper article.membership h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  line-height: 25px;
  color: #604474;
}
body .members_wrapper article.membership h2 span {
  font-size: 1.6rem;
}
body .members_wrapper article.membership .members_wrapp {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
body .members_wrapper article.membership .members_wrapp section {
  padding: 10px 10px 20px 10px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #FAF7FF;
  color: #333;
}
body .members_wrapper article.membership .members_wrapp section h3 {
  padding: 15px 0;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 500;
}
body .members_wrapper article.membership .members_wrapp section p {
  font-size: 1.3rem;
}
body .members_wrapper article.membership .members_wrapp section img {
  border-radius: 1%;
}
body .members_wrapper article.membership .button {
  max-width: 190px;
  margin: 100px 0 0 auto;
  border-bottom: 1px solid #604474;
}
body .members_wrapper article.membership .button a {
  display: block;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  font-family: "kadwa", serif;
  font-weight: 100;
  font-size: 2.4rem;
  color: #604474;
}
body footer {
  background-color: #D4CDFF;
  color: #222;
}
body footer .ft_wrap {
  max-width: 1240px;
  margin: 110px auto 120px auto;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
body footer .ft_wrap .ft_ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
body footer .ft_wrap h2 {
  max-width: 160px;
  padding-bottom: 40px;
}
body footer .ft_wrap .ft_main {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
body footer .ft_wrap .ft_main nav {
  width: 70%;
}
body footer .ft_wrap .ft_main nav dl {
  display: flex;
  justify-content: flex-start;
  gap: 15%;
  font-family: "Kadwa", serif;
  font-weight: 400;
  text-transform: uppercase;
}
body footer .ft_wrap .ft_main nav dl dt {
  font-weight: bold;
  color: #475893;
}
body footer .ft_wrap .ft_main nav dl dt.ft_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
body footer .ft_wrap .ft_main nav dl dd ul li {
  margin-top: 13px;
}
body footer .ft_wrap .ft_main nav dl dd ul li a {
  display: block;
}
body footer .ft_wrap .ft_main nav dl .dt1 dd p.p2 {
  margin-top: 13px;
}
body footer .ft_wrap .ft_main nav dl .dt1 dd p {
  font-style: normal;
  line-height: 17px;
}
body footer .ft_wrap .ft_main nav dl .dt1 dd p span {
  font-size: 1.2rem;
}
body footer .ft_wrap .ft_main nav dl .dt1 dd p.tel,
body footer .ft_wrap .ft_main nav dl .dt1 dd p.mail,
body footer .ft_wrap .ft_main nav dl .dt1 dd p.time {
  line-height: 24px;
  text-transform: inherit;
  font-family: "Merriweather", serif;
}
body footer .ft_wrap .ft_main nav dl .dt1 dd p.tel span,
body footer .ft_wrap .ft_main nav dl .dt1 dd p.mail span,
body footer .ft_wrap .ft_main nav dl .dt1 dd p.time span {
  text-transform: lowercase;
  font-size: 1.4rem;
}
body footer .ft_wrap .ft_main .members {
  width: 30%;
}
body footer .ft_wrap .ft_main .members .button {
  border-bottom: 2px solid #475893;
  padding: 10px;
}
body footer .ft_wrap .ft_main .members .button a {
  display: block;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #475893;
}
body footer .ft_wrap .ft_main .members .mailmagazine {
  margin-top: 40px;
}
body footer .ft_wrap .ft_main .members .mailmagazine .input_magazine {
  padding: 10px;
  border: 2px solid #475893;
  border-radius: 2px;
}
body footer .ft_wrap .ft_main .members .mailmagazine .input_magazine input {
  width: 100%;
  min-height: 35px;
  background-color: #D4CDFF;
  border: none;
}
body footer .ft_wrap .ft_main .members .mailmagazine .input_magazine inputhover {
  border: none;
}
body footer .ft_wrap .ft_main .members .mailmagazine .input_magazine > p {
  padding-left: 25px;
  background-image: url(../img/mail_icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
body footer .ft_wrap .ft_main .members .mailmagazine .submit_magazine input {
  width: 100%;
  margin-top: 3px;
  padding: 3px;
  background-color: #475893;
  border-radius: 2px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
}
body footer .ft_wrap .ft_main .members .mailmagazine > p {
  margin-top: 10px;
  line-height: 15px;
  font-size: 1.2rem;
  color: #333;
}
body footer .ft_wrap .sns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 3%;
}
body footer .ft_wrap nav.ft_bottom {
  margin-top: 10px;
}
body footer .ft_wrap nav.ft_bottom ul {
  display: flex;
  justify-content: center;
  gap: 2%;
}
body footer .ft_wrap nav.ft_bottom ul li a {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
}
body footer .ft_wrap small {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
}

body.products .product_wrapper {
  margin-top: 135px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body.products .product_wrapper section.product {
  margin-top: 10px;
  padding: 0 15%;
  border-top: 1px solid #eaeaea;
}
body.products .product_wrapper section.product .content_wrap {
  display: flex;
  justify-content: center;
}
body.products .product_wrapper section.product .content_wrap .prod_img {
  max-width: 520px;
  min-width: 450px;
  padding: 0 20px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
body.products .product_wrapper section.product .content_wrap .prod_img .prodimg_in {
  max-width: 480px;
}
body.products .product_wrapper section.product .content_wrap .prod_img .prodimg_in h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  color: #475893;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 95px 0 55px 0;
  text-align: center;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}
body.products .product_wrapper section.product .content_wrap .prod_img .prodimg_in > p {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
body.products .product_wrapper section.product .content_wrap .prod_img .prodimg_in .bottom_img {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
body.products .product_wrapper section.product .content_wrap .prod_text {
  max-width: 520px;
  border-right: 1px solid #eaeaea;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in {
  padding: 15% 17%;
  height: calc(100% - 205px);
  margin-top: 205px;
  background-color: #EFE5FF;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in h2 span {
  margin-right: 8px;
  padding: 0 10px;
  background-color: #475893;
  border-radius: 2px;
  font-size: 1.8rem;
  color: #fff;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in p.prod_dd {
  padding: 15% 0;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in p.prod_yen {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in p.prod_yen span {
  margin-left: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .counter {
  max-width: 160px;
  margin: 5% 0 15% 0;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #475893;
  font-size: 1.8rem;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .counter .counter_side {
  width: 20%;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .counter input {
  width: 20%;
  border: none;
  background-color: #EFE5FF;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button_top {
  display: flex;
  justify-content: space-between;
  gap: 1%;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button_top .white {
  width: 80%;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button_top .heart {
  width: 20%;
  background-color: #F4F4F4;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button_top .heart a {
  font-weight: bold;
  color: #475893;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #475893;
  border-radius: 3px;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .button a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .white {
  background-color: #fff;
  border: 1px solid #475893;
}
body.products .product_wrapper section.product .content_wrap .prod_text .prodtext_in .white a {
  color: #475893;
}
body.products .membership_bnr {
  margin: 100px 40px 0 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body.products .membership_bnr p {
  max-width: 600px;
  margin: 0 auto;
  padding: 70px 0;
}/*# sourceMappingURL=style.css.map */