@charset "UTF-8";
.sp {
    display: none;
}
#Header {
  width: 1000px;
  margin: 0 auto;
}

#Wrap,
#Contents,
.wrapBottom,
.wrapTop,
#allWrap,
.lp_contents {
  width: 100% !important;
  min-width: 1200px;
}


#Foot {
  width: 1000px;
  clear: both;
  margin: 54px auto 0;
}

.sp_only {
  display: none !important;
}

.txt_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txt_futura {
  font-family: "futura-pt", serif;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

h1 {
  padding: 0;
}

.txt_center {
  text-align: center;
}

.txt_en {
  font-family: 'Raleway', sans-serif;
}

.txt_grey {
  color: #4d4d4d;
}

.lp_contents {
  overflow: hidden;
  color: #000;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-family: "segoe UI","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: 0.7;
}

.lp_contents img {
  max-width: 100%;
}

.txt_bg {
  background: linear-gradient(transparent 0%, #e9e1d8 0%);
}

.section .inner {
  width: 1080px;
  margin: 0 auto;
}

.section .inner2 {
  width: 1000px;
  margin: 0 auto;
}

.ttl_section {
  margin-bottom: 25px;
  padding: 0;
}

.ttl_section img {
  height: 46px;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/*  Animation
-------------------------- */

/* -- keyframes -- */

@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3_2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3_2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra4 {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -ms-transform: translateX(30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra5 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}

.ef-top.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}

.ef-top2.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
}

.ef-right.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.inner_frame {
  border: 4px solid #000;
  background: rgba(255, 252, 242, 0.96);
  padding: 80px 75px;
}

.btn_wrap {
  text-align: center;
}

.intro_section .btn_link,
.product_section .btn_link a{
  width: auto;
  margin: 0 auto 50px;
  padding: 10px 20px 10px 20px;
  border-radius: 200px;
  border: none;
  background: none;
  box-shadow: 1px 2px 5px 1px #bdbdbd;
  text-align: center;
  font-size: 0.95em;
  color: #000;
}

.product_section .btn_link a:hover {
  background-color: #e1ddd7;
  color: #000;
}

.intro_section .btn_link {
  position: relative;
  z-index: 2;
  font-size: 11px;
}

/* -------- Intro -------- */

.intro_section {
  text-align: center;
}

.intro_section .inner {
  width: 888px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.intro_section .section_img {
  width: 370px;
}
.intro_section .section_img img {
  max-width: 100%;
}

.intro_section .section_content {
  width: 510px;
}

.intro_section .section_content,
.intro_section .section_content p {
  text-align: center;
}

.intro_section .section_content p {
  line-height: 1.8;
}

.intro_section .section__logo {
  margin-bottom: 20px;
}

.intro_section .section__logo img {
  width: 155px;
}

.intro_section.effect .section__logo {
  animation-delay: .2s;
}

.intro_section .section__main_title {
  margin-bottom: 20px;
}

.intro_section .section__main_title img {
  width: 300px;
}

.intro_section.effect .section__main_title {
  animation-delay: .4s;
}

.intro_section .section__obi {
  margin-bottom: 20px;
}

.intro_section.effect .section__obi {
  animation-delay: .6s;
}

.intro_section .section__obi-txt {
  display: inline-block;
  margin: 4px 0;
  padding: 2px 10px;
  color: #fff;
  background: #2a2c38;
  line-height: 1.4;
}

.section__main_title {
  margin-bottom: 30px;
}

.intro_section .section__txt {
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}

.intro_section.effect .section__txt {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation-delay: 1s;
}

.intro_section .btn_wrap {
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}

.intro_section.effect .btn_wrap {
  animation-delay: 1s;
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation-delay: 1.2s;
}

.intro_section .section_content-full {
  position: relative;
  z-index: -1;
  clear: left;
}

.intro_section .section_content-full__img {
  padding-top: 120px;
  padding-bottom: 65px;
  text-align: center;
}

.intro_section.effect .section_content-full__img {
  animation-delay: .8s;
}

.intro_section .section_content-full__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.intro_section.effect .section_content-full__txt {
  animation-delay: .4s;
}


/* -------- Section -------- */

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.section_img {
  width: 305px;
}

.section_img.float_left {
  width: 326px;
  padding-top: 30px;
}

.section_img iframe {
  margin-bottom: 0 !important;
}

.section_content {
  width: 354px;
}

.intro_section {
  position: relative;
}

.intro_section .back-img li {
  position: absolute;
}

.intro_section .back-img li:nth-child(1) {
  top: -15px;
  left: 50%;
  width: 70px;
  margin-left: -500px;
}

.intro_section .back-img li:nth-child(2) {
  top: -24px;
  left: 50%;
  width: 60px;
  margin-left: -40px;
}

.intro_section .back-img li:nth-child(3) {
  top: 50px;
  left: 50%;
  margin-left: 400px;
  width: 52px;
}

.intro_section .back-img li:nth-child(4) {
  top: 165px;
  left: 50%;
  width: 45px;
  margin-left: -90px;
}

.intro_section .back-img li:nth-child(5) {
  top: 257px;
  left: 50%;
  margin-left: 440px;
  width: 32px;
}

.intro_section .back-img li:nth-child(6) {
  top: 500px;
  left: 50%;
  width: 56px;
  margin-left: -502px;
}

.intro_section .back-img li:nth-child(7) {
  top: 492px;
  left: 45%;
  width: 50px;
  margin-left: 30px;
}

.intro_section .back-img li:nth-child(8) {
  top: 500px;
  left: 50%;
  width: 47px;
  margin-left: 408px;
}

.intro_section .back-img li:nth-child(9) {
  top: 930px;
  left: 50%;
  width: 25px;
  margin-left: -450px;
}

.intro_section .back-img li:nth-child(10) {
  top: 928px;
  left: 50%;
  width: 48px;
  margin-left: 330px;
}

.intro_section .back-img li:nth-child(11) {
  top: 790px;
  left: 50%;
  width: 54px;
  margin-left: 380px;
}

.intro_section .back-img li:nth-child(12) {
  top: 780px;
  left: 50%;
  width: 38px;
  margin-left: -400px;
}

/* -------- Link Area -------- */

.link_section {
  background: #eeece8;
  padding-top: 65px;
  padding-bottom: 200px;
}

.link_section .section__main-title {
  text-align: center;
  text-decoration: underline;
  font-size: 17px;
}

.balloon_list ul {
  padding-top: 40px;
  text-align: center;
}

.balloon_list .balloon_list-item {
  display: inline-block;
  width: 150px;
  padding: 0 30px;
  vertical-align: top;
}

.balloon_list .balloon_list-item:nth-child(even){
  padding-top: 30px;
}

.balloon_list .balloon_list-item a {
  position: relative;
  display: block;
}

.balloon_list .balloon_list-item a:hover {
  opacity: 1;
}

.balloon_list .balloon_list-item a::before {
  opacity: 0;
  transition: opacity .4s ease;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  content: "";
}

.balloon_list .balloon_list-item a:hover::before {
  opacity: .4;
}

.txt_right {
  text-align: right;
  font-size: 0.85em;
}

.balloon_list .balloon_list-item {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -ms-transform: translateY(100px);
}

.balloon_list.effect .balloon_list-item {
  -webkit-animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.balloon_list.effect .balloon_list-item:nth-child(1) {
  animation-delay: .4s,.4s;
}

.balloon_list.effect .balloon_list-item:nth-child(2) {
  animation-delay: .6s,.6s;
}

.balloon_list.effect .balloon_list-item:nth-child(3) {
  animation-delay: .8s,.8s;
}

.balloon_list.effect .balloon_list-item:nth-child(4) {
  animation-delay: 1s,1s;
}

.balloon_list.effect .balloon_list-item:nth-child(5) {
  animation-delay: 1.2s,1.2s;
}

.balloon_list.effect .balloon_list-item:nth-child(6) {
  animation-delay: 1.4s,1.4s;
}

/* -------- Contents -------- */

.contents_section {
  position: relative;
  background: #eedacd;
  padding-top: 40px;
  padding-bottom: 220px;
}

.contents_section::before,
#notes::before {
  position: absolute;
  top: -100px;
  right: -20px;
  left: -20px;
  height: 300px;
  z-index: 0;
  background: #eedacd;
  transform: skew(0,-4deg);
  content: "";
}

.contents_section.contents_section_grey,
#notes.contents_section_grey {
  background: #eeece8;
  padding-top: 20px;
}

.contents_section.contents_section_grey::before,
#notes.contents_section_grey::before {
  background: #eeece8;
  transform: skew(0,4deg);
}

.contents_section.contents_section_grey .txt_balloon,
#notes.contents_section_grey .txt_balloon {
  top: -160px;
  right: auto;
  left: 20px;
}

.contents_section.contents_section_grey .contents_section__title {
  top: -60px;
  right: auto;
  left: 70px;
}


.intro_section .btn_link:hover,
.contents_section_grey .product_section .btn_link a:hover {
  background-color: #eedacd;
}

.contents_section .inner {
  overflow: hidden;
  width: 680px;
  text-align: center;
  padding-top: 20px;
}

.contents_section .cont-area {
  display: flex;
  align-items: flex-end;
}

.contents_section .section_content,
.contents_section .section_content p {
  text-align: center;
}

.contents_section .section_content.float_right {
  padding-left: 40px;
}

.contents_section .section_content.float_left {
  padding-right: 40px;
}

.contents_section .contents_section__txt {
  text-align: left !important;
  letter-spacing: 0.01em;
}

.contents_section .txt_balloon {
  position: absolute;
  top: -160px;
  right: 40px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
	padding-top: 40px;
	margin-top: -40px;
}

.contents_section .txt_balloon.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards, tra3_2 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards, tra3_2 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards;
}

.contents_section .txt_balloon img {
  height: 85px;
}

.contents_section .contents_section__title {
  position: absolute;
  top: -45px;
  right: 70px;
}

.contents_section .contents_section__title img {
  height: 22px;
}

#mai .contents_section__title img {
  height: 20px;
}

#shiori .contents_section__title img,
#ai .contents_section__title img {
  height: 28px;
}

.contents_section__obi {
  margin-bottom: 12px;
}

.contents_section__obi img {
  height: 23px;
}

.contents_section__txt {
  font-size: 12px;
  text-align: left;
  line-height: 2;
  letter-spacing: .03em;
}

.contents_section .section_content .txt_right {
  text-align: right;
}

/* -------- Product -------- */

.product_section {
  overflow: hidden;
  background: #fff;
  margin: 25px 0 -5px;
  padding: 18px 15px 24px;
  font-size: 0.7em;
}

.section_content h3 {
  margin-bottom: 25px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 1.75;
}

.product_section__img {
  /* float: left; */
  /* width: 78px; */
  width: 60px;
  margin-top: -10px;
}

.product_txt_area {
  /* padding-left: 78px; */
  width: 230px;
  margin-left: 10px;
}

#miyu .product_section__img {
  width: 110px;
  margin: 36px -10px 0 -15px;
}

#miyu .product_txt_area {
  /* padding-left: 95px; */
}

#yuna .product_section__img img {
  width: 60px;
  padding-top: 15px;
}

#yuna .product_txt_area {
  width: 240px;
}

.contents_section .product_section,
.contents_section .product_section p {
  text-align: left;
}

.contents_section .product_section__title {
  margin-bottom: 3px;
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
  font-size: 10px;
  letter-spacing: -.02em;
  text-decoration: none;
}

.product_section__txt {
  padding-top: 8px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0;
}

.product_section .btn_link {
  text-align: center !important;
}

.product_section .btn_link a {
  position: relative;
  display: inline-block;
  margin: 8px auto 0;
  padding: 6px 22px 6px 10px;
  font-size: 11px;
  letter-spacing: 0.01em;
}

.product_section .btn_link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(../../Contents/ImagesPkg/lp/2021eventreport/icn_select_right.svg) no-repeat right center;
  background-size: 8px;
  content: "";
}

/* -------- Mai -------- */

#mai .section_content {
  padding-top: 20px;
}

/* -------- Shiori -------- */

#shiori {

}

/* -------- Yuna -------- */

#yuna {

}

/* -------- Miyu -------- */

#miyu {

}


/* -------- ai -------- */

#ai {

}

/* -------- Notes -------- */

#notes.contents_section_grey {
  position: relative;
  padding-top: 10px;
  padding-bottom: 100px;
}

.notes_frame {
  position: relative;
  width: 645px;
  border: 3px solid #000;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}

.notes_section__logo {
  margin-bottom: 20px;
  text-align: center;
}

.notes_section__logo img {
  height: 14px;
}

.notes_section__title {
  margin-bottom: 24px;
  text-align: center;
}

.notes_section__title img {
  height: 20px;
  margin-bottom: 20px;
}

.notes_section__icn {
  position: absolute;
  top: 8px;
  right: -30px;
  width: 110px;
  height: 110px;
}

.notes_section__txt {
  margin-bottom: 25px;
  font-size: 10px;
  line-height: 1.7;
}

.notes_section__data {
  position: relative;
  padding-top: 25px;
  font-size: 10px;
  line-height: 1.7;
}

.notes_section__data::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  border-top: 1px solid #000;
  content: "";
}

.notes_section .back-img li {
  position: absolute;
}

.notes_section .back-img li:nth-child(1) {
  top: 0;
  left: 50%;
  width: 45px;
  margin-left: -480px;
}

.notes_section .back-img li:nth-child(2) {
  top: -20px;
  left: 50%;
  width: 42px;
  margin-left: 425px;
}

.notes_section .back-img li:nth-child(3) {
  top: 207px;
  left: 50%;
  width: 65px;
  margin-left: -450px;
}

.notes_section .back-img li:nth-child(4) {
  top: 250px;
  right: 120px;
  left: 50%;
  width: 55px;
  margin-left: 369px;
}

.notes_section .back-img li:nth-child(5) {
  top: 440px;
  left: 50%;
  width: 30px;
  margin-left: -470px;
}

.notes_section .back-img li:nth-child(6) {
  top: 440px;
  left: 50%;
  width: 46px;
  margin-left: 420px;
}


/* -------- Foot -------- */

.foot_section {
  padding-top: 100px;
  padding-bottom: 125px;
  font-size: 10px;
}

.foot_section .inner {
  text-align: center;
}

.foot_section p {
  margin-bottom: 15px;
  text-align: center;
}

.foot_section .icn_igm {
  margin-bottom: 40px;
}

.foot_section .icn_igm img {
  width: 18px;
  vertical-align: -4px;
}

.foot_section__ttl {
  font-size: 11px;
  margin-bottom: 15px;
  text-decoration: underline;
}

.staff_list {
}

.staff_list dt,
.staff_list dd,
.staff_list li {
  display: inline;
  text-align: center;
}

.product_section .product_inner {
    display: flex;
    align-items: flex-start;
}
#shiori .product_section__img img {
    width: 30px;
    margin: 15px auto 0;
    display: block;
}