@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : common.css
 style_info : Basic style
///////////////////////////////////////////////////////////////////*/
/*====================================================================
    index
====================================================================

Part name… pc

    01 common all
    02 profile


z-index…
    aaa = -10
 bbb = 0
 ccc = 10
 ddd = 20
 eee = 30

*/
/*====================================================================
    01 common all
/*==================================================================*/
body {
  overflow-x: hidden;
}

.amiaya_wrapper {
  overflow: hidden;
}

.pc_contents {
  display: block;
}

.sp_contents {
  display: none;
}

.youtube {
  position: absolute;
  width: 900px;
}

iframe#youtube {
  width: 100%;
  height: 551px;
}

.headmain_contents {
  background: #f9c6d0;
}

.headmain_contents__img {
  position: relative;
  transform: rotate(180deg);
  width: 2560px;
  margin: 0 0 0 -1280px;
  left: 50%;
}

.loading_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: #fff;
}

.slide {
  width: 100%;
  height: 100%;
  background: #f9c6d0;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 11;
}

.footer_contents {
  background: #c7060a;
  height: 55px;
  position: relative;
  z-index: 13;
}

p.footer_contents_text1 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0px 0 0;
  padding: 10px 0 0 0;
}

p.footer_contents_text1 a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0px 0 0;
  padding: 10px 0 0 0;
  text-decoration: none;
}

p.footer_contents_text1 a:hover {
  opacity: 0.8;
}

p.footer_contents_text2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0px 0 0;
  padding: 9px 0 0 0;
}

.bg1 {
  background: url(../images/top/bg.png);
  width: 100%;
  height: 700px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.bg2 {
  background: url(../images/top/bg2.png);
  width: 100%;
  height: 700px;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  top: 0;
  left: 0;
}

.bg4 {
  background: url(../images/top/bg4.png);
  width: 110%;
  height: 700px;
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index: 4;
  top: 0;
  left: 0;
}

.loading {
  width: 630px;
  height: 645px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading img {
  position: absolute;
}

.loading__images01 {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading__images02 {
  opacity: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.loading__images03 {
  opacity: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.loading__images04 {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading__images05 {
  opacity: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loading__images06 {
  opacity: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.loading__images07 {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading.on .loading__images01 {
  opacity: 1;
  transition: all 0s 0.5s;
}

.loading.on .loading__images02 {
  opacity: 1;
  transition: all 0s 0.7s;
}

.loading.on .loading__images03 {
  opacity: 1;
  transition: all 0s 0.9s;
}

.loading.on .loading__images04 {
  opacity: 1;
  transition: all 0s 1.1s;
}

.loading.on .loading__images05 {
  opacity: 1;
  transition: all 0s 1.3s;
}

.loading.on .loading__images06 {
  opacity: 1;
  transition: all 0s 1.5s;
}

.loading.on .loading__images07 {
  opacity: 1;
  transition: all 0s 1.7s;
}

.mainMenu__wrapp {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}

.mainMenu__wrapp--background1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #f9c6d0;
  display: block;
  width: 100%;
  height: 25%;
}

.mainMenu__wrapp--background2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #f9c6d0;
  display: block;
  width: 24%;
  height: 100%;
}

.mainMenu__wrapp--background3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #f9c6d0;
  display: block;
  width: 24%;
  height: 100%;
}

.mainMenu__wrapp--background4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f9c6d0;
  display: block;
  width: 100%;
  height: 25%;
}

.mainMenu__nav {
  width: 700px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.mainMenu__nav li {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

.mainMenu__nav img {
  vertical-align: bottom;
  width: 100%;
}

.mainMenu__sns {
  position: absolute;
  bottom: 15%;
  right: 0;
  left: 0;
  width: 120px;
  margin: auto;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  display: flex;
}

.mainMenu__sns--02 {
  margin: 2px 0 0 0;
}

.mainMenu__sns--03 {
  position: relative;
}

.mainMenu__sns--03:hover > .mainMenu__sns--03innar {
  opacity: 1;
  visibility: visible;
}

.mainMenu__sns--03innar {
  position: absolute;
  width: 85px;
  top: 1px;
  left: 25px;
  height: 20px;
  padding: 0 0 0 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.mainMenu__sns--03innar a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.mainMenu__sns--03innar a:hover {
  color: #c7060a;
}

.mainMenu__sns--03innar a:first-child {
  margin: 0 5px 0 0;
  border-right: 1px solid #fff;
  padding: 0 8px 0;
}

.section__nav--line {
  width: 0%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 0;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(2) .section__nav--line {
  width: 0%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 125px;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(3) .section__nav--line {
  width: 0%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 90px;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(4) .section__nav--line {
  width: 0%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 25%;
  transition: all 0.3s;
}

.on .section__nav--line {
  width: 96%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 0;
  transition: all 0.3s;
}

.actived .section__nav--line {
  width: 96%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 0;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(2).on .section__nav--line, .mainMenu__nav li:nth-child(2).actived .section__nav--line {
  width: 61%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 125px;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(3).on .section__nav--line, .mainMenu__nav li:nth-child(3).actived .section__nav--line {
  width: 70%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 90px;
  transition: all 0.3s;
}

.mainMenu__nav li:nth-child(4).on .section__nav--line, .mainMenu__nav li:nth-child(4).actived .section__nav--line {
  width: 46%;
  height: 4px;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 55px;
  left: 25%;
  transition: all 0.3s;
}

.amiaya_menu__nav--bg {
  width: 100%;
}

.amiaya_menu__nav--open {
  width: 140px;
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: 5;
}

.amiaya_menu__nav--open img {
  width: 100%;
}

.amiaya_menu__nav--close {
  width: 140px;
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: 5;
}

.amiaya_menu__nav--close img {
  width: 100%;
}

span.amiaya_menu__nav--text {
  font-size: 13px;
  position: absolute;
  top: 17px;
  right: 19px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  color: #c7060a;
}

span.amiaya_menu__nav--text.close_color {
  color: #39d733;
  top: 19px;
  right: 27px;
}

.mainMenu__wrapp--decoration {
  width: 40%;
  height: 100%;
  right: -39%;
  position: absolute;
}

.mainMenu__wrapp--decoration1 {
  width: 40%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 00%;
  background: #f9c6d0;
}

.mainMenu__wrapp--decoration2 {
  width: 10%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 20%;
  background: #f9c6d0;
}

.mainMenu__wrapp--decoration3 {
  width: 0%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 40%;
  background: #f9c6d0;
}

.mainMenu__wrapp--decoration4 {
  width: 40%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 60%;
  background: #f9c6d0;
}

.mainMenu__wrapp--decoration5 {
  width: 60%;
  height: 20%;
  position: absolute;
  left: 0;
  top: 80%;
  background: #f9c6d0;
}

.mainMenu__wrapp--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainMenu__wrapp {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  transform: translate3d(-150%, 0, 0);
  transition: all 0.8s;
  top: 0;
}

.mainMenu__wrapp.active {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  transform: translate3d(0%, 0, 0);
  transition: all 0.8s;
  top: 0;
}

.mainMenu__wrapp--innar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section__block--lead {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  background: #e8e8e8;
  display: inline-block;
  padding: 20px 30px;
  transform: rotate(3deg);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

span.a1 {
  color: #000;
  letter-spacing: 0.17em;
  left: 0;
  z-index: 0;
  z-index: 1;
  position: relative;
  /* mix-blend-mode: hue; */
}

span.a2 {
  width: 300%;
  height: 50%;
  position: absolute;
  background: #000;
  left: -300%;
  z-index: 0;
  top: 0;
}

span.a3 {
  width: 300%;
  height: 50%;
  position: absolute;
  background: #000;
  left: -330%;
  z-index: 0;
  bottom: 0;
}

.on span.a2 {
  left: 200%;
  transition: all 1.5s 0.5s;
}

.on span.a3 {
  left: 200%;
  transition: all 1.5s 0.5s;
}

.section__movie--ttl.active {
  transition: 300s linear;
  transform: translate3d(-20000px, 0, 0);
}

.footerinnnar {
  background: #f9c6d0;
  position: relative;
  position: relative;
  min-height: 380px;
}

.footerinnnar__images {
  z-index: 1;
  position: absolute;
}

.footerinnnar__images--01 {
  z-index: 3;
  bottom: 0;
  width: 2560px;
  position: absolute;
  margin: 0 0 0 -1280px;
  left: 50%;
}

.footerinnnar__images--02 {
  z-index: 3;
  bottom: -4px;
  right: 10%;
  width: 159px;
}

.footerinnnar__images--02--text {
  position: absolute;
  font-size: 13px;
  top: 27px;
  right: 19px;
  font-size: 13px;
  position: absolute;
  /* top: 17px; */
  /* right: 19px; */
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  color: #c7060a;
}

.footerinnnar__images--03 {
  z-index: 12;
  width: 660px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -600px;
}

.footerinnnar__images--03.on {
  transition: all 2s;
  bottom: -60px;
}

.Switches {
  width: 100%;
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0;
  background: none;
  z-index: 9999;
}

.Switches__line {
  width: 100%;
  height: 20%;
  background: #f9c6d0;
  position: relative;
}

.Switches.active .Switches__line.sll01 {
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s;
}

.Switches.active .Switches__line.sll02 {
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s 0.2s;
}

.Switches.active .Switches__line.sll03 {
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s 0.4s;
}

.Switches.active .Switches__line.sll04 {
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s 0.5s;
}

.Switches.active .Switches__line.sll05 {
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s 0.6s;
}

.top_headcontents {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #e55da8;
}

.top_headcontents img {
  width: 100%;
  top: 0;
}

.top_headcontents__images--01 {
  z-index: 1;
  position: relative;
}

.top_headcontents__images--02 {
  z-index: 2;
  position: absolute;
}

.top_headcontents__images--03 {
  z-index: 3;
  position: absolute;
  transform: scale(0.85);
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 1600px;
  left: 0;
  right: 0;
}

.top_headcontents__images--04 {
  z-index: 4;
  position: absolute;
}

.top_headcontents__images--05 {
  z-index: 4;
  position: absolute;
  width: 25% !important;
  left: 0;
  top: 0;
}

.top_headcontents__images--06 {
  z-index: 5;
  position: absolute;
  width: 14% !important;
  bottom: 0;
  top: auto !important;
  left: 10px;
}

.top_headcontents__images--07 {
  z-index: 5;
  position: absolute;
  width: 18.5% !important;
  top: 0 !important;
  right: 0;
}

.top_headcontents__images--08 {
  z-index: 5;
  position: absolute;
  width: 28% !important;
  bottom: 0;
  top: auto !important;
  right: 0;
}

.amiayaName {
  position: absolute;
  top: 0;
  left: 45px;
  width: 200px;
  height: 146px;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.amiayaName__top {
  background: url(../images/top/ami_bg.png);
  width: 156px;
  height: 70px;
  z-index: 5;
  display: block;
  background-repeat: no-repeat;
  position: relative;
}

.amiayaName__top span.amiayaName__top--text1 {
  font-size: 35px;
  text-align: center;
  width: fit-content;
  margin: auto;
  display: block;
  line-height: 70px;
  font-weight: bold;
}

.amiayaName__bottom {
  background: url(../images/top/aya_bg.png);
  width: 156px;
  height: 70px;
  z-index: 5;
  display: block;
  background-repeat: no-repeat;
  margin: 10px 0 0 20px;
  position: relative;
}

.amiayaName__bottom span.amiayaName__top--text2 {
  font-size: 35px;
  text-align: center;
  width: fit-content;
  margin: auto;
  display: block;
  line-height: 70px;
  font-weight: bold;
}

.scroll {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 80px;
  height: 60px;
  z-index: 5;
  margin: auto;
}

.scroll span {
  font-size: 18px;
  position: relative;
  top: -5px;
  color: #fff;
}

.scroll span:first-child {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: relative;
  top: -5px;
  color: #fff;
  width: 80px;
  height: 28px;
  background: #000;
  display: block;
  text-align: center;
  line-height: 25px;
}

.scroll:before {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #000;
  content: "";
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  margin: auto;
}

.scroll:before {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  animation: scroll_d 2s 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes scroll_d {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }
  55% {
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }
  70% {
    transform: scale(1, 0);
    transform-origin: 100% 100%;
  }
  85% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}

.main_contents {
  background: #f9c6d0;
}

.section {
  max-width: 1000px;
  margin: auto;
  padding: 100px 0 0 0;
  position: relative;
}

.section__fashion {
  position: relative;
}

.section__fashion--images {
  position: relative;
  z-index: 0;
  left: -140px;
  top: 10px;
}

.section__fashion--images01 {
  position: absolute;
  z-index: 3;
  width: 460px;
  top: 250px;
  left: 0;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__fashion--images01_div {
  width: 460px;
  height: 460px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__fashion--images02 {
  position: absolute;
  z-index: 2;
  width: 220px;
  top: 430px;
  left: 470px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__fashion--images02_div {
  width: 220px;
  height: 220px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__fashion--images03 {
  position: absolute;
  z-index: 1;
  width: 420px;
  top: 65px;
  left: 170px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__fashion--images03_div {
  width: 420px;
  height: 420px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__fashion a img {
  width: 100%;
}

.section__fashion--ttl {
  font-family: 'Roboto', sans-serif;
  width: 390px;
  font-size: 84px;
  float: right;
  color: transparent;
  -webkit-text-stroke-color: #c7060a;
  -webkit-text-stroke-width: 2.5px;
  font-style: italic;
}

.section__fashion--ttl span {
  font-family: 'Roboto', sans-serif;
  font-size: 84px;
  color: transparent;
  -webkit-text-stroke-color: #c7060a;
  -webkit-text-stroke-width: 2.5px;
  font-style: italic;
}

.section__fashion--ttl img {
  width: 100%;
}

.section__fashion--ttl:hover {
  color: #c7060a;
  transition: all 0.3s;
}

.section__fashion--ttl:hover > span {
  color: #c7060a;
  transition: all 0.3s;
}

.section__fashion .section__block--lead {
  margin: 33px 0 0 130px;
}

.section__fashion.sf02 {
  width: 450px;
  position: absolute;
  top: 327px;
  right: 0px;
  z-index: 5;
}

.section__fashion .section__link--more {
  position: relative;
  top: 0;
  float: right;
  margin: 40px 0 0;
}

.section__block--lead {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  background: #e8e8e8;
  display: inline-block;
  padding: 20px 30px;
  transform: rotate(8deg) skewY(-5deg);
  white-space: nowrap;
}

.section__link--more {
  font-family: "amador", sans-serif;
  font-size: 32px;
  letter-spacing: 0.08em;
  padding: 0 20px;
  position: relative;
  display: table-cell;
  white-space: nowrap;
}

.section__link--more span {
  font-weight: 700;
}

.section__link--line {
  width: 10px;
  height: 4px;
  display: inline-block;
  background: #30d52c;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.3s;
}

.section__link--btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 6;
  font-weight: 700;
}

.section.on .section__link--line {
  width: 100%;
  height: 4px;
  display: inline-block;
  background: #30d52c;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.3s;
}

.on .section__link--line {
  width: 100%;
  height: 4px;
  display: inline-block;
  background: #30d52c;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.3s;
}

.section__movie {
  margin: 30px auto 0;
  height: 700px;
  position: relative;
}

.section__movie--images01 {
  position: absolute;
  z-index: 0;
  left: -140px;
  bottom: 10px;
  z-index: 3;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__movie--images02 {
  position: absolute;
  z-index: 2;
  right: 0px;
  width: 600px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__movie--images02 img {
  width: 100%;
}

.section__movie--images03 {
  position: absolute;
  z-index: 1;
  right: -80px;
  top: 260px;
  width: 320px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__movie--images03 img {
  width: 100%;
}

.section__movie--ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 84px;
  position: absolute;
  color: #2fb0eb;
  width: 300%;
  left: -15%;
  bottom: -100px;
  z-index: 5;
  white-space: nowrap;
  font-weight: bold;
  font-style: italic;
  transform: translate3d(-700px, 0, 0);
}

.section__movie.sm2 {
  width: 280px;
  position: absolute;
  height: 125px;
  right: 0;
  bottom: -195px;
}

.section__movie .section__link--more {
  position: absolute;
  top: 110px;
  right: 16px;
}

.section__movie .section__block--lead {
  transform: rotate(9deg) skewY(-3deg);
}

.section__audio {
  position: relative;
}

.section__audio--images01 {
  position: absolute;
  z-index: 0;
  z-index: 3;
  width: 100px;
  left: 50px;
  top: 34px;
  transform: rotate(-11deg);
}

.section__audio--images02 {
  position: absolute;
  z-index: 0;
  right: 0px;
  left: 0;
  width: 150px;
  left: 97px;
  right: auto;
  top: 74px;
}

.section__audio--images02 img {
  width: 100%;
}

.section__audio--images03 {
  position: absolute;
  z-index: 1;
}

.section__audio.sm2 {
  width: 280px;
  position: absolute;
  height: 125px;
  right: 0;
  bottom: -170px;
}

.section.audio {
  padding: 140px 0 0 0;
}

.section__audio.pc_contents {
  height: 225px;
}

.section.audio.section03 {
  height: 300px;
}

.section__favor {
  position: relative;
  height: 720px;
}

.section__favor--images01 {
  position: absolute;
  z-index: 0;
  z-index: 4;
  width: auto;
  right: 0;
  top: 60px;
  width: 364px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__favor--images01 img {
  width: 100%;
}

.section__favor--images01_div {
  width: 360px;
  height: 360px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__favor--images02 {
  position: absolute;
  z-index: 2;
  right: 0px;
  left: 0;
  width: 240px;
  left: 159px;
  right: auto;
  top: 242px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__favor--images02 img {
  width: 100%;
}

.section__favor--images02_div {
  width: 240px;
  height: 240px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__favor--images03 {
  position: absolute;
  z-index: 1;
  width: 185px;
  left: 380px;
  top: 380px;
  -webkit-filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(6px 19px 18px rgba(0, 0, 0, 0.4));
}

.section__favor--images03 img {
  width: 100%;
}

.section__favor--images03_div {
  width: 180px;
  height: 180px;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}

.section__favor--images03 {
  position: absolute;
  z-index: 1;
}

.section__favor--images04 {
  position: absolute;
  z-index: 0;
  top: 330px;
  right: 20px;
  z-index: 4;
  right: -64px;
}

.section__favor--images05 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}

.section__favor--images06 {
  position: absolute;
  z-index: 6;
  top: 75px;
  left: 265px;
}

.section__favor--images07 {
  position: absolute;
  z-index: 4;
  top: 39px;
  left: 182px;
}

.section__favor--ttl {
  width: 510px;
}

.section__favor.sf1 {
  width: 720px;
  height: 720px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.section__favor.sf2 {
  width: 500px;
  height: 370px;
  position: absolute;
  top: 130px;
}

.section__favor .section__block--lead {
  margin: 30px 0 60px;
}

.section__favor .section__link--more {
  position: relative;
  left: -25px;
}

.section.favor {
  height: 730px;
}

.section__audio.sp_contents {
  position: relative;
}

.section__music {
  position: absolute;
  margin: 0 auto 137px;
}

.section__music--ttl {
  width: 700px;
  height: 280px;
}

.section__music--ttl img {
  width: 100%;
}

.section__music--images01 {
  margin: -3px 0;
  opacity: 1;
  transform: translate3d(0, 100px, 0);
}

.section__music--images02 {
  margin: -3px 0;
  opacity: 1;
  transform: translate3d(0, 100px, 0);
}

.section__music--images03 {
  margin: -3px 0;
  opacity: 1;
  transform: translate3d(0, 100px, 0);
}

.section__music.smu1 {
  position: absolute;
  top: 220px;
  left: 0px;
  z-index: 1;
}

.section__music.smu2 {
  width: 700px;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 0;
}

.section__music .section__block--lead {
  transform: rotate(5deg);
  float: right;
  padding: 20px 35px;
  position: relative;
  left: 30px;
}

.section__music .section__link--more {
  float: right;
  clear: both;
  margin: 60px 0px 0 0;
}

.section__music--ttlwrap {
  overflow: hidden;
  display: inline-block;
}

.section.music {
  height: 700px;
  margin: 0 auto 0;
}

.section.music.active .section__music--images01 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: 0.5s all 0.5s;
}

.section.music.active .section__music--images02 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: 0.5s all 1s;
}

.section.music.active .section__music--images03 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: 0.5s all 1.5s;
}

/*====================================================================
    01 ハートの動き
/*==================================================================*/
body .textcontainer {
  padding: 0px 0;
  text-align: center;
}

body .particletext {
  padding: 40px 0;
  display: none;
  text-align: center;
  position: absolute;
  left: 144%;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
  height: 55px;
  width: 200px;
  font-size: 67px;
  font-family: "amador", sans-serif;
  letter-spacing: 0.1em;
  z-index: 4;
}

body .particletext.hearts > .particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  animation: hearts 3s ease-in infinite;
}

body .particletext.hearts > .particle:before, body .particletext.hearts > .particle:after {
  position: absolute;
  content: '';
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d;
}

body .particletext.hearts > .particle:before {
  transform: translateX(-50%);
}

body .particletext.hearts > .particle:after {
  transform: translateY(-50%);
}

body .particletext.sunbeams > .particle {
  position: absolute;
  background-color: rgba(253, 216, 53, 0.5);
  animation: sunbeams 3s linear infinite;
}

@keyframes hearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}

/*====================================================================
    02 profile
/*==================================================================*/
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
  /* width: 24px; */
  transform: scale(1.2);
  position: relative;
  top: 2px;
}

/* CSS */
.profile-box {
  margin: 0 auto;
}

.profile-box__title {
  display: inline-block;
  padding: 74px 0 50px;
  font-family: 'Roboto', sans-serif;
  width: auto;
  font-size: 48px;
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke-color: #c7060a;
  -webkit-text-stroke-width: 2px;
  transition: all 0.3s;
  text-align: center;
  display: block;
}

.profile-box__image {
  display: block;
  margin: 0 auto;
}

.profile-box__body {
  width: 650px;
  margin: 0 auto;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.profile-box__body p.en {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  padding-right: 10px;
  display: inline-block;
  margin: 48px 0 13px 5px;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #c7060a;
}

.profile-box__body p.ja {
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6', sans-serif;
  display: inline-block;
  margin: 60px 0 18px;
}

.profile-box__body p.born {
  display: block;
  margin: 0 0 30px;
  font-size: 16px;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
}

.profile-box__body__person--aya {
  display: inline-block;
}

.profile-box__body__person--aya p.name {
  width: 100px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 16px;
  color: #c7060a;
  text-decoration: underline;
  margin: 0 0 0 10px;
}

.profile-box__body__person--aya p.hobby {
  display: block;
  margin: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  font-size: 16px;
}

.profile-box__body__person--aya .instagram {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.profile-box__body__person--ami {
  display: inline-block;
  padding-right: 55px;
}

.profile-box__body__person--ami p.name {
  width: 100px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 16px;
  color: #c7060a;
  text-decoration: underline;
  margin: 0 0 0 10px;
}

.profile-box__body__person--ami p.hobby {
  display: block;
  margin: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  font-size: 16px;
}

.profile-box__body__person--ami .instagram {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.profile-box__body p.resume {
  width: 640px;
  padding: 32px 0 95px;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
}

.profile-box__media {
  width: 650px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
  line-height: 2;
  padding-bottom: 50px;
}

.profile-box__media__magazine {
  display: inline-block;
  vertical-align: top;
  margin-right: 85px;
}

.profile-box__media__magazine p.title {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  color: #c7060a;
}

.profile-box__media__magazine li {
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.profile-box__media__magazine .column2 li:last-child {
  opacity: 0.5;
}

.profile-box__media__dj {
  display: inline-block;
  vertical-align: top;
  margin-right: 85px;
}

.profile-box__media__dj p.title {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  color: #c7060a;
}

.profile-box__media__dj li {
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.profile-box__media__dj .column2 li:last-child {
  opacity: 0.5;
}

.profile-box__media__tie-up {
  display: inline-block;
  vertical-align: top;
}

.profile-box__media__tie-up p.title {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  color: #c7060a;
}

.profile-box__media__tie-up li {
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.profile-box__media__tie-up .column2 li:last-child {
  opacity: 0.5;
}

.profile-box__body .mainMenu__sns {
  position: absolute;
  bottom: auto;
  right: 0;
  left: auto;
  width: 120px;
  margin: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  top: 107px;
}

.sp_br {
  display: inline;
}

/*====================================================================
    03 brain
/*==================================================================*/
/* mixin */
/* CSS */
.pop_up {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(249, 198, 208, 0.75);
  top: 0;
  left: 0;
  display: none;
}

.pop_up__innnar {
  width: 980px;
  height: 605px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50px;
  margin: auto;
  background: rgba(0, 0, 0, 0.85);
  overflow: scroll;
  max-height: 600px;
}

.pop_up .fashion_pop--left {
  width: 51%;
  float: left;
}

.pop_up .fashion_pop--left img {
  width: 100%;
}

.pop_up .fashion_pop--right {
  width: 49%;
  float: right;
  padding: 40px 25px;
}

.pop_up .fashion_pop--right img {
  width: 100%;
}

.pop_up .pop_close {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 20px;
  top: 8px;
  color: #fff;
  font-size: 34px;
  text-decoration: none;
}

.movie_pop, .audio_pop {
  padding: 40px;
}

.youtube__contents, .audio__contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__contents iframe, .audio__contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.data__box {
  display: none;
}

p.no_post {
  font-size: 13px;
  text-align: center;
  margin: 100px 0 0;
  display: block;
}

p.brain__pop--text a {
  color: #c7060a;
}

.brain__pop--text a {
  position: relative;
  z-index: 999;
}

.brain__pop--ttl01 {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #fff;
  font-style: inherit;
  letter-spacing: 0.08em;
  display: table;
  padding: 0 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.brain__pop--ttl01:before {
  content: "";
  width: 20px;
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #fff;
}

.brain__pop--ttl02 {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-style: inherit;
  font-weight: 600;
  margin: 0 0 25px;
  position: relative;
}

.brain__pop--data {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #fff;
  font-style: inherit;
  letter-spacing: 0.08em;
  display: table;
  margin: 0 0 10px;
}

.brain__pop--text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #fff;
  font-style: inherit;
  line-height: 1.8;
  margin: 0 0 45px;
}

.brain__pop--tag {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #fff;
  font-style: inherit;
  line-height: 1.8;
  margin: 5px 0 0 0;
}

@-webkit-keyframes motion-left-red {
  0% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  90% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  91% {
    -webkit-transform: translate(2px, -1px) rotate(180deg);
    transform: translate(2px, -1px) rotate(180deg);
  }
  92% {
    -webkit-transform: translate(-1px, 0) rotate(180deg);
    transform: translate(-1px, 0) rotate(180deg);
  }
  93% {
    -webkit-transform: translate(0, -1px) rotate(180deg);
    transform: translate(0, -1px) rotate(180deg);
  }
  94% {
    -webkit-transform: translate(2px, 2px) rotate(180deg);
    transform: translate(2px, 2px) rotate(180deg);
  }
  95% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  96% {
    -webkit-transform: translate(-1px, -2px) rotate(180deg);
    transform: translate(-1px, -2px) rotate(180deg);
  }
  97% {
    -webkit-transform: translate(1px, -3px) rotate(180deg);
    transform: translate(1px, -3px) rotate(180deg);
  }
  98% {
    -webkit-transform: translate(-2px, -1px) rotate(180deg);
    transform: translate(-2px, -1px) rotate(180deg);
  }
  99% {
    -webkit-transform: translate(1px, 1px) rotate(180deg);
    transform: translate(1px, 1px) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
}

@keyframes motion-left-red {
  0% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  90% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  91% {
    -webkit-transform: translate(2px, -1px) rotate(180deg);
    transform: translate(2px, -1px) rotate(180deg);
  }
  92% {
    -webkit-transform: translate(-1px, 0) rotate(180deg);
    transform: translate(-1px, 0) rotate(180deg);
  }
  93% {
    -webkit-transform: translate(0, -1px) rotate(180deg);
    transform: translate(0, -1px) rotate(180deg);
  }
  94% {
    -webkit-transform: translate(2px, 2px) rotate(180deg);
    transform: translate(2px, 2px) rotate(180deg);
  }
  95% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
  96% {
    -webkit-transform: translate(-1px, -2px) rotate(180deg);
    transform: translate(-1px, -2px) rotate(180deg);
  }
  97% {
    -webkit-transform: translate(1px, -3px) rotate(180deg);
    transform: translate(1px, -3px) rotate(180deg);
  }
  98% {
    -webkit-transform: translate(-2px, -1px) rotate(180deg);
    transform: translate(-2px, -1px) rotate(180deg);
  }
  99% {
    -webkit-transform: translate(1px, 1px) rotate(180deg);
    transform: translate(1px, 1px) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
  }
}

.maincontents-box {
  margin: 0 auto;
  padding-bottom: 0px;
}

.maincontents-box__photoes__item a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.maincontents-box__photoes__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.maincontents-box_innar {
  max-width: 1050px;
  margin: auto;
  position: relative;
  text-align: center;
}

.maincontents-box__text--left {
  font-family: "amador", sans-serif;
  font-size: 48px;
  /* white-space: nowrap; */
  position: absolute;
  font-size: 48;
  font-weight: 100;
  white-space: nowrap;
  /* height: 100%; */
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  mix-blend-mode: multiply;
  /* width: 100%; */
  left: -70px;
  top: 192px;
  letter-spacing: 0.06em;
  color: #c7060a;
  transform: rotate(180deg);
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.maincontents-box__text--right {
  font-family: "amador", sans-serif;
  font-size: 48px;
  /* white-space: nowrap; */
  position: absolute;
  font-size: 48;
  font-weight: 100;
  white-space: nowrap;
  /* height: 100%; */
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  mix-blend-mode: multiply;
  /* width: 100%; */
  right: -70px;
  top: 221px;
  letter-spacing: 0.06em;
  color: #c7060a;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.maincontents-box__menu {
  width: 1065px;
  margin: 0 auto 48px;
  padding-top: 20px;
  font-size: 0;
}

.maincontents-box__menu li {
  margin-right: 37px;
  display: inline-block;
}

.maincontents-box__menu li a {
  font-family: 'Roboto', sans-serif;
  width: 437px;
  font-size: 48px;
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke-color: #c7060a;
  -webkit-text-stroke-width: 2px;
  transition: all 0.3s;
}

.maincontents-box__menu li a:hover {
  color: #c7060a;
  transition: all 0.3s;
}

.maincontents-box__menu li:last-child {
  margin-right: 0;
}

.maincontents-box__menu--tag {
  width: 580px;
  margin: 0 auto 60px;
  font-size: 0;
}

.maincontents-box__menu--tag li {
    width: auto;
    border: solid 2px #fff;
    margin: 0 15px 10px 0;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.maincontents-box__menu--tag li a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
}

.maincontents-box__menu--tag li.active {
  border: solid 2px #c7060a;
  transition: all 0.3s;
}

.maincontents-box__menu--tag li.active a {
  color: #c7060a;
  transition: all 0.3s;
}

.maincontents-box__menu--tag li:hover {
  border: solid 2px #c7060a;
  transition: all 0.3s;
}

.maincontents-box__menu--tag li:hover > a {
  color: #c7060a;
  transition: all 0.3s;
}

.maincontents-box__menu--tag li:last-child:nth-child(5n) {
  margin-right: 0;
}

.maincontents-box__menu--tag li:last-child {
  margin-right: 0;
}

.maincontents-box__photoes {
  margin: 0 auto;
  left: 25px;
  min-height: 200px;
  /*&__item:hover:after{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #333333;
			mix-blend-mode: multiply;
			z-index: 2;
		}*/
}

.maincontents-box__photoes__item {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  /*img:hover{
				filter:brightness(40%);
			}*/
}

.maincontents-box__photoes__item img {
  width: 100%;
}

.maincontents-box__photoes__item a.active-filter {
  background: rgba(0, 0, 0, 0.5);
}

.maincontents-box__photoes__item span.topline {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 0;
  height: 5px;
  top: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  z-index: 2;
}

.maincontents-box__photoes__item span.bottomline {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  transition: all 0.5s 0s ease;
  z-index: 2;
}

.maincontents-box__photoes__item span.rightline {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 0;
  top: 0;
  right: 0;
  transition: all 0.5s 0s ease;
  z-index: 2;
}

.maincontents-box__photoes__item span.leftline {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  z-index: 2;
}

.maincontents-box__photoes__item span.active-top, .maincontents-box__photoes__item span.active-bottom {
  width: 100%;
  transition: all 0.5s 0s ease;
}

.maincontents-box__photoes__item span.active-right, .maincontents-box__photoes__item span.active-left {
  height: 100%;
  transition: all 0.5s 0s ease;
}

.maincontents-box__photoes__item .title-area {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 20px;
  padding-left: 20px;
  color: #fff;
  display: none;
  background-color: transparent;
  z-index: 2;
  text-align: left;
}

.maincontents-box__photoes__item .title-area__category {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding-bottom: 5px;
  display: inherit;
  letter-spacing: 0.08em;
}

.maincontents-box__photoes__item .title-area__title {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 15px;
  display: inherit;
}

.maincontents-box__photoes__item .title-area__date {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  display: inherit;
  letter-spacing: 0.08em;
}

.maincontents-box__photoes__item .title-area--active {
  display: block;
}

a.active-filter:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.pagination {
  clear: both;
  text-align: center;
  font-size: 13px;
  padding: 13px 0;
  background: #f8c6d0;
}

.pagination a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 4px;
  color: #c7060a;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: 0;
  line-height: 0;
  border: 1px solid #c7060a;
  text-decoration: none;
}

.pagination a:hover {
  background: rgba(222, 28, 65, 0.2);
}

.current {
  border-bottom: 1px solid #333333;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 4px;
  font-family: 'Roboto', sans-serif;
  color: #c7060a;
  letter-spacing: 0;
  line-height: 0;
  border: 1px solid #c7060a;
  background: rgba(222, 28, 65, 0.2);
}

.page-numbers.dots {
  color: #c7060a;
}

.opening {
  width: 100%;
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0;
  background: none;
  z-index: 9999;
}

.opening__line {
  width: 100%;
  height: 20%;
  left: 100%;
  background: #f9c6d0;
  position: relative;
}

.opening.active .opening__line.op01 {
  transform: translate3d(200%, 0, 0);
  transition: all 0.5s 0s;
}

.opening.active .opening__line.op02 {
  transform: translate3d(200%, 0, 0);
  transition: all 0.5s 0.2s;
}

.opening.active .opening__line.op03 {
  transform: translate3d(200%, 0, 0);
  transition: all 0.5s 0.4s;
}

.opening.active .opening__line.op04 {
  transform: translate3d(200%, 0, 0);
  transition: all 0.5s 0.5s;
}

.opening.active .opening__line.op05 {
  transform: translate3d(200%, 0, 0);
  transition: all 0.5s 0.6s;
}

.privacy-box {
  width: 640px;
  margin: auto;
}

.privacy-box h3 {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 20px;
  color: #333;
  margin: 50px 0 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.privacy-box p {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}

.privacy-box p span {
  font-weight: bold;
}

.privacy-box p a {
  color: #333;
}

.fa-instagram:before {
  color: #c7060a;
}

.on .fa-instagram:before {
  color: #c7060a !important;
}

.on .name {
  color: #c7060a !important;
}

.sns_area {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  height: 31px;
  width: 330px;
}

.sns_area .fa-instagram:before {
  color: #fff;
}

.sns_area .profile-box__body__person--ami p.name {
  color: #fff;
}

.sns_area .profile-box__body__person--aya p.name {
  color: #fff;
}

a.youtube_link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.contact h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 0 0 30px 0;
  color: #c7060a;
}

.contact dl {
  font-size: 0;
  margin: 0 0 20px;
}

.contact dt {
  font-family: 'Roboto', sans-serif;
  width: 200px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  vertical-align: top;
  line-height: 1.8;
}

.contact dd {
  width: 600px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  vertical-align: top;
  line-height: 1.8;
}

.contact .contact_form dl {
  min-height: 90px;
  border-top: 1px solid #fff;
  color: #333;
}

.contact .contact_form dt {
  font-family: 'Roboto', sans-serif;
  padding: 11px 0 1px 0;
  position: relative;
  color: #333;
}

.contact .contact_form dt:after {
  content: "";
  width: 100%;
  background: #fff;
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
}

.contact .contact_form dt p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333;
}

.contact .contact_form dt span {
  font-size: 10px;
  display: block;
  color: #333;
}

.contact .contact_form dd {
  padding: 11px 0 1px 0;
}

.radio_secction {
  position: relative;
}

.radio_secction p {
  font-size: 14px;
  display: inline-block;
  margin: 0px 0 0;
  line-height: 1.6;
  color: #333;
}

.radio_secction p span {
  font-size: 10px;
}

p.success.su1 {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 40px;
  color: #333333;
}

p.success.su2 {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 60px;
  color: #333333;
}

.thank {
  width: 800px;
  margin: auto;
  border-bottom: 2px solid #fff;
  margin: 0 auto 30px;
}

p.contact-submit {
  display: none;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #333;
  font-size: 14px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 0.6;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 0.6;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 0.8;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 0.6;
}

input#input1 {
  height: 30px;
  width: 100%;
  background: #f8c6d0;
  border: none;
  padding: 0 0 0 10px;
  color: #333;
  font-size: 14px;
}

input#input2 {
  height: 30px;
  width: 100%;
  background: #f8c6d0;
  border: none;
  padding: 0 0 0 10px;
  color: #333;
  font-size: 14px;
}

textarea#input3 {
  height: 60px;
  width: 100%;
  background: #f8c6d0;
  border: none;
  padding: 10px;
  color: #333;
  font-size: 14px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #f8c6d0 !important;
  background-image: none !important;
  color: #fff !important;
}

.radio02 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  margin: 0 0 0 19px;
}

/*css radio02*/
.radio02-input {
  display: none;
}

.radio02-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: -13px;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
}

.radio02-input:checked + label {
  color: #333;
}

.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: -8px;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
}

#mailform dl:nth-of-type(4) {
  border-bottom: 3px solid #fff;
}

.contact_form {
  width: 800px;
  margin: 80px auto 0;
}

.schedule {
  width: 800px;
  margin: auto;
}

.submit_area.area1 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 210px;
  height: 60px;
  margin: auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px 0 0;
}

.submit_area.area1 a span {
  font-size: 10px;
}

.submit_area.area1 a:hover {
  background: #c7060a;
  border: 1px solid #c7060a;
}

.submit_area.area2 a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 210px;
  height: 60px;
  margin: auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px 0 0;
}

.submit_area.area2 a span {
  font-size: 10px;
}

.submit_area.area2 {
  width: 480px;
  margin: 30px auto 0;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.submit_area_wrap {
  margin: 30px 0 0 0;
}

.Confirmation {
  display: none;
}

.name_check {
  display: none;
}

.mail_check {
  display: none;
}

.text_check {
  display: none;
}

.mail_check_2 {
  display: none;
}

.checkclass {
  color: #c7050a;
  font-size: 12px;
  padding: 0 0 0 10px;
}

span.checkclass.text_check {
  position: relative;
  top: -8px;
}
.sns_pop_up {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(249, 198, 208, 0.75);
  top: 0;
  left: 0;
  display: none;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }
  .sns_pop_up__innnar {
    width: 450px;
    height: 540px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.85);
    overflow: scroll; }
  .sns_pop_up .pop_close {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 20px;
    top: 8px;
    color: #fff;
    font-size: 34px;
    text-decoration: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sns_pop_up--text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #fff;
  font-style: inherit;
  line-height: 1.8;
  margin: 100px auto 40px;
  width: 350px;
  text-align: center; }

a.sns_pop_up--btn {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background: #fff;
  font-style: inherit;
  width: 200px;
  color: #333;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center; }
  a.sns_pop_up--btn:hover {
    opacity: 0.7; }

@media screen and (max-width: 900px) {
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
  .amiaya_wrapper {
    overflow: hidden;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    left: 0;
    top: 150px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .amiayaName {
    position: absolute;
    top: 3%;
    left: 45px;
    width: 30%;
    height: 146px;
    bottom: auto;
    margin: auto;
    z-index: 4;
    left: 0;
    right: 0;
  }
  .amiaya_menu__nav--open {
    width: 92px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 6;
  }
  .amiaya_menu__nav--close {
    width: 92px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 6;
  }
  .amiayaName__top {
    background: url(../images/top/ami_bg.png);
    width: 100px;
    height: 50px;
    z-index: 5;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
  }
  .amiayaName__bottom {
    background-size: 100%;
  }
  .amiayaName__bottom {
    width: 100px;
    height: 50px;
    z-index: 5;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 0 20px;
  }
  .amiayaName__top span {
    font-size: 26px;
    line-height: 40px;
  }
  .amiayaName__bottom span {
    font-size: 26px;
    line-height: 40px;
  }
  .section__nav--line {
    transition: all 0s !important;
  }
  .mainMenu__nav li:nth-child(2) .section__nav--line {
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0;
  }
  .mainMenu__nav li:nth-child(3) .section__nav--line {
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0;
  }
  .mainMenu__nav li:nth-child(4) .section__nav--line {
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0;
  }
  p.footer_contents_text1 {
    font-size: 10px;
  }
  p.footer_contents_text2 {
    font-size: 10px;
  }
  .on .section__nav--line {
    width: 96%;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    top: 0;
    left: -5%;
    transition: all 0s;
    right: 0;
  }
  .actived .section__nav--line {
    width: 96%;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    top: 0;
    left: -5%;
    transition: all 0s;
    right: 0;
  }
  .mainMenu__nav li:nth-child(2).on .section__nav--line, .mainMenu__nav li:nth-child(2).actived .section__nav--line {
    width: 65%;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -2%;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    top: 0;
    left: -5%;
    transition: all 0s;
    right: 0;
  }
  .mainMenu__nav li:nth-child(3).on .section__nav--line, .mainMenu__nav li:nth-child(3).actived .section__nav--line {
    width: 70%;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 25%;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    top: 0;
    left: -5%;
    transition: all 0s;
  }
  .mainMenu__nav li:nth-child(4).on .section__nav--line, .mainMenu__nav li:nth-child(4).actived .section__nav--line {
    width: 45%;
    height: 2px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 25%;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    top: 0;
    left: -5%;
    transition: all 0s;
  }
  span.amiaya_menu__nav--text.close_color {
    color: #39d733;
    top: 13px;
    right: 16px;
  }
  .section.audio.section03 {
    height: 200px;
  }
  .section__fashion--images01 {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__fashion--images02 {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__fashion--images03 {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .active_sp .section__fashion--images01 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.5s;
    opacity: 1;
  }
  .active_sp .section__fashion--images02 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.9s;
    opacity: 1;
  }
  .active_sp .section__fashion--images03 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 1.2s;
    opacity: 1;
  }
  .section__movie--images01 {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__movie--images02 {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__movie--images03 {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .active_sp .section__movie--images01 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.5s;
    opacity: 1;
  }
  .active_sp .section__movie--images02 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.9s;
    opacity: 1;
  }
  .active_sp .section__movie--images03 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 1.2s;
    opacity: 1;
  }
  .section__favor--images01 {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__favor--images02 {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .section__favor--images03 {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    transition: all 1s;
  }
  .active_sp .section__favor--images01 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.4s;
    opacity: 1;
  }
  .active_sp .section__favor--images02 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.6s;
    opacity: 1;
  }
  .active_sp .section__favor--images03 {
    transform: translate3d(0, 0px, 0);
    transition: all 1.5s 0.8s;
    opacity: 1;
  }
  .loading {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loading img {
    position: absolute;
  }
  .loading__images01 {
    width: 100%;
  }
  .loading__images02 {
    width: 50%;
  }
  .loading__images03 {
    width: 50%;
  }
  .loading__images04 {
    width: 70%;
  }
  .loading__images05 {
    width: 50%;
  }
  .loading__images06 {
    width: 50%;
  }
  .loading__images07 {
    width: 90%;
  }
  .headmain_contents {
    background: #f9c6d0;
    height: 90px;
  }
  .headmain_contents__img {
    width: 100%;
    position: relative;
    display: none;
  }
  .headmain_contents.main_page {
    height: 0px;
  }
  span.amiaya_menu__nav--text {
    position: absolute;
    top: 11px;
    right: 11px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #c7060a;
    font-size: 11px;
  }
  .mainMenu__nav {
    width: 80%;
    height: 300px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .mainMenu__nav li {
    background: rgba(0, 0, 0, 0.2);
  }
  .mainMenu__nav img {
    vertical-align: bottom;
    width: 100%;
  }
  .mainMenu__sns {
    bottom: 30%;
    left: -20%;
  }
  .mainMenu__sns--03innar {
    position: absolute;
    width: 100px;
    top: 1px;
    left: 25px;
    background: none;
    height: 20px;
    padding: 0 0 0 14px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  .mainMenu__sns--03innar a:first-child {
    border-right: 1px solid #fff;
    padding: 0 10px 0 0px;
  }
  .amiayaName__top span.amiayaName__top--text1 {
    font-size: 27px;
    line-height: 46px;
  }
  .amiayaName__bottom span.amiayaName__top--text2 {
    font-size: 27px;
    line-height: 46px;
  }
  @keyframes horizontal {
    0% {
      transform: translateX(-4px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes vertical {
    0% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes horizontal2 {
    0% {
      transform: translateX(4px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes vertical2 {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  ul.mainMenu__nav li:nth-child(4) {
    border-bottom: 35px solid #f8c6d0;
  }
  .top_headcontents__images--01 {
    left: 0;
  }
  .top_headcontents__images--02 {
    left: 0;
  }
  .top_headcontents__images--03 {
    top: 0;
    left: 0;
    bottom: 4.5%;
    margin: auto;
    transform: scale(1);
  }
  .top_headcontents__images--04 {
    left: 0;
    z-index: 4;
    position: absolute;
  }
  .top_headcontents__images--06 {
    width: 32% !important;
  }
  .top_headcontents__images--07 {
    width: 35% !important;
  }
  .footer {
    padding: 40px 0 0 0;
    background: #f9c6d0;
  }
  .footerinnnar {
    position: relative;
    min-height: 134px;
  }
  .footerinnnar__images {
    width: 100%;
    z-index: 1;
    position: absolute;
    margin: 0;
    left: 0;
  }
  .footerinnnar__images--01 {
    z-index: 3;
    bottom: 0;
  }
  .footerinnnar__images--02 {
    z-index: 6;
    bottom: -5%;
    position: absolute;
    width: 23%;
    right: 5%;
    left: auto;
  }
  .footerinnnar__images--02 img {
    width: 100%;
  }
  .footerinnnar__images--03 {
    z-index: 1;
    width: 86%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -300px;
  }
  .footerinnnar__images--03.on {
    transition: all 2s;
    bottom: -23%;
    z-index: 7;
    width: 86%;
  }
  .footerinnnar__images--02--text {
    position: absolute;
    font-size: 13px;
    top: 20px;
    right: 32px;
    font-size: 11px;
    position: absolute;
    /* top: 17px; */
    /* right: 19px; */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #c7060a;
  }
  .section {
    padding: 75px 0 0 0;
  }
  .section__fashion {
    position: relative;
  }
  .section__fashion--images {
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    right: 0;
  }
  .section__fashion--images01 {
    position: absolute;
    z-index: 3;
    width: 69%;
    top: 29%;
    left: 3%;
  }
  .section__fashion--images01_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__fashion--images02 {
    position: absolute;
    z-index: 2;
    width: 42.6%;
    top: -2%;
    left: auto;
    right: 3%;
  }
  .section__fashion--images02_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__fashion--images03 {
    position: absolute;
    z-index: 1;
    width: 37.6%;
    top: 92%;
    left: auto;
    right: 7.4%;
  }
  .section__fashion--images03_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__fashion a img {
    width: 100%;
  }
  .section__fashion--ttl {
    width: 55%;
    float: left;
  }
  .section__fashion--ttl img {
    width: 100%;
  }
  .section__fashion .section__block--lead {
    margin: 20px 0 30px 10px;
  }
  .section__fashion.sf02 {
    width: 100%;
    position: relative;
    top: 60px;
    right: 0px;
    z-index: 5;
    padding: 0 5%;
    margin: 0 0 100px;
  }
  .section__fashion .section__link--more {
    position: relative;
    top: 0px;
    right: auto;
    left: 5%;
    float: none;
  }
  .section__block--lead {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    background: #e8e8e8;
    display: inline-block;
    padding: 10px 20px;
    transform: rotate(11deg) skewY(-9deg);
    white-space: nowrap;
  }
  .section__link--more {
    font-size: 18px;
  }
  .section__link--more span {
    font-weight: 700;
  }
  .section__link--line {
    top: 9px;
    height: 2px;
    width: 10px;
  }
  .section.on .section__link--line {
    top: 9px;
    height: 2px;
    -webkit-animation: line__sp 1.5s forwards;
    animation: line__sp 1.5s forwards;
  }
  @-webkit-keyframes line__sp {
    0% {
      width: 10px;
    }
    50% {
      width: 100%;
    }
    100% {
      width: 10px;
    }
  }
  @keyframes line__sp {
    0% {
      width: 10px;
    }
    50% {
      width: 100%;
    }
    100% {
      width: 10px;
    }
  }
  .section__movie {
    margin: 30px auto 0;
    height: auto;
    position: relative;
  }
  .section__movie--images01 {
    position: absolute;
    z-index: 0;
    left: -140px;
    bottom: 10px;
    z-index: 3;
  }
  .section__movie--images02 {
    position: absolute;
    z-index: 2;
    right: auto;
    width: 80%;
    left: 3%;
    top: 24%;
  }
  .section__movie--images02 img {
    width: 100%;
  }
  .section__movie--images03 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -6%;
    width: 56%;
  }
  .section__movie--images03 img {
    width: 100%;
  }
  .section__movie--ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    position: absolute;
    color: #2fb0eb;
    width: 300%;
    left: -15%;
    bottom: -83%;
    z-index: 5;
    white-space: nowrap;
    font-weight: bold;
    font-style: italic;
  }
  .section__movie.sm2 {
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
    bottom: 0;
    padding: 50% 0 0 0;
  }
  .section__movie .section__link--more {
    position: relative;
    top: 0;
    right: auto;
    ypadding: 0 20px;
    margin: 35px 20px 0;
    float: right;
    clear: both;
  }
  .section__movie .section__block--lead {
    transform: rotate(5deg);
    float: right;
    /* padding: 0 3% 0 0; */
    margin: 0 3% 0;
  }
  .section__audio img {
    width: 100%;
  }
  img.section__audio--play__sp {
    width: 29%;
    position: absolute;
    top: 11%;
    left: 11%;
  }
  .section__favor--images07 {
    display: none;
  }
  .section__favor {
    position: relative;
    padding: 0;
    height: auto;
  }
  .section__favor--images0 {
    width: 100%;
  }
  .section__favor--images0 img {
    width: 100%;
  }
  .section__favor--images01 {
    position: absolute;
    z-index: 0;
    z-index: 4;
    width: auto;
    right: 3%;
    top: 60px;
    width: 70%;
  }
  .section__favor--images01_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__favor--images01 img {
    width: 100%;
  }
  .section__favor--images02 {
    position: absolute;
    z-index: 2;
    right: 0px;
    left: 0;
    width: 37%;
    left: 3%;
    right: auto;
    top: 53%;
  }
  .section__favor--images02_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__favor--images02 img {
    width: 100%;
  }
  .section__favor--images03 {
    position: absolute;
    z-index: 1;
    width: 32%;
    left: auto;
    top: 77.5%;
    left: 35%;
  }
  .section__favor--images03_div {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .section__favor--images03 img {
    width: 100%;
  }
  .section__favor--images03 {
    position: absolute;
    z-index: 1;
  }
  .section__favor--images04 {
    position: absolute;
    z-index: 0;
    top: 300px;
    right: 20px;
    z-index: 4;
    right: 2%;
    width: 35%;
    transform: rotate(0deg);
    top: 62%;
  }
  .section__favor--images05 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: auto;
    top: 87%;
    width: 45%;
    transform: rotate(0deg);
    right: -7%;
  }
  .section__favor--images06 {
    position: absolute;
    z-index: 4;
    top: 26%;
    width: 31%;
    left: 0;
    transform: rotate(0);
  }
  .section__favor--images07 {
    position: absolute;
    z-index: 0;
    top: 67.5%;
    left: 75%;
    width: 18%;
  }
  .section__favor--ttl {
    width: 80%;
  }
  .section__favor--ttl img {
    width: 100%;
  }
  .section__favor.sf1 {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .section__favor.sf2 {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    padding: 0 5%;
    z-index: 3;
  }
  .section__favor .section__block--lead {
    margin: 30px 0 30px;
    transform: rotate(5deg) skewY(0deg);
  }
  .section__favor .section__link--more {
    left: 0;
  }
  .section.favor {
    height: auto;
    padding: 0;
  }
  .section__music {
    position: absolute;
    height: auto;
    margin: 0 auto 0;
  }
  .section__music--ttl {
    width: auto;
    height: auto;
    margin: 0 0 -25px;
  }
  .section__music--ttl img {
    width: 90%;
    margin: 0 auto 7px;
    display: block;
  }
  .section__music.smu1 {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    margin: 0 0 -20px;
  }
  .section__music.smu2 {
    width: 100%;
    position: relative;
    top: 0;
    right: 6%;
    z-index: 0;
    overflow: hidden;
  }
  .section__music .section__block--lead {
    transform: rotate(5deg);
    float: right;
    margin: 26px 0 0;
    padding: 10px 20px;
    left: 0;
  }
  .section__music .section__link--more {
    float: right;
    clear: both;
    margin: 30px -6px 0 0;
  }
  .section__music iframe {
    width: 100%;
    display: block;
    margin: auto;
    transform: scale(0.8) translate3d(0%, 0, 0);
  }
  .section__music--images01 {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  .section__music--images02 {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  .section__music--images03 {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  .section.music {
    height: auto;
  }
  .maincontents-box__menu {
    width: 90%;
    margin: 0 auto 40px;
  }
  .maincontents-box__menu ul {
    width: 100%;
    text-align: center;
  }
  .maincontents-box__menu li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .maincontents-box__menu li a {
    font-size: 27px;
    -webkit-text-stroke-width: 1px;
  }
  .maincontents-box__menu li img {
    height: 23px;
  }
  .maincontents-box__menu li:last-child {
    margin-right: 0;
  }
  .maincontents-box__menu--tag {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 0;
    overflow: scroll;
  }
  .maincontents-box__menu--tag ul {
    width: 600px;
    margin: auto;
  }
  .maincontents-box__menu--tag li {
    width: fit-content;
    border: solid 2px #fff;
    margin: 0 0 10px 15px;
    display: inline-block;
    text-align: center;
    padding: 5px 9px;
  }
  .maincontents-box__menu--tag li a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
  }
  .maincontents-box__menu--tag li:last-child:nth-child(5n) {
    margin-right: 0;
  }
  .maincontents-box__menu--tag li:last-child {
    margin-right: 0;
  }
  .maincontents-box__photoes {
    max-width: 1000px;
    width: 100% !important;
    padding: 0 4%;
    margin: 0;
    left: 0;
  }
  .maincontents-box__photoes__item {
    width: 43%;
    margin: 1.5% 1.5% 1.25% 1.5% !important;
    background: none;
    float: left;
    position: relative;
    max-width: 270px;
    /*img:hover{
					filter:brightness(40%);
				}*/
  }
  .maincontents-box__photoes__item img {
    width: 100%;
    filter: inherit;
  }
  .pop_up__innnar {
    width: 90%;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.85);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .pop_up .fashion_pop--left {
    width: 100%;
    float: none;
    display: none;
  }
  .pop_up .fashion_pop--right {
    width: 100%;
    float: left;
    padding: 40px 25px;
  }
  .pop_up .fashion_pop--right img {
    width: 100%;
  }
  .pop_up .pop_close {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 20px;
    top: 8px;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
  }
  .movie_pop, .audio_pop {
    padding: 40px;
  }
  .youtube__contents {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 20px;
  }
  .audio__contents {
    padding-top: 380px;
    margin: 0 0 20px;
  }
  .youtube__contents iframe, .audio__contents iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .data__box {
    display: none;
  }
  .brain__pop--ttl01 {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #fff;
    font-style: inherit;
    letter-spacing: 0.08em;
    display: table;
    padding: 0 0 10px;
    margin: 0 0 15px;
    position: relative;
  }
  .brain__pop--ttl01:before {
    content: "";
    width: 20px;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #fff;
  }
  .brain__pop--ttl02 {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    font-style: inherit;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
  }
  .brain__pop--data {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #fff;
    font-style: inherit;
    letter-spacing: 0.08em;
    display: table;
    margin: 0 0 10px;
  }
  .brain__pop--text {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #fff;
    font-style: inherit;
    line-height: 1.8;
    margin: 20px 0 45px;
  }
  .brain__pop--tag {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #fff;
    font-style: inherit;
    line-height: 1.8;
    margin: 5px 0 0 0;
  }
  .brain__pop--tag span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 10px;
    line-height: 14px;
    font-size: 10px;
    margin: 0 10px 0px 0;
  }
  /* mixin */
  /* CSS */
  .profile-box {
    width: 100vw;
  }
  .profile-box__title {
    display: block;
    padding: 85px 0 25px;
    margin: 0 auto;
    font-size: 33px;
    -webkit-text-stroke-width: 1px;
    width: 140px;
  }
  .profile-box__title img {
    width: 100%;
  }
  .profile-box__image {
    width: 100%;
  }
  .profile-box__body {
    width: auto;
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
  .profile-box__body p.en {
    font-size: 31px;
    padding-right: 6px;
    margin: 31px 0 2px;
  }
  .profile-box__body p.ja {
    font-size: 12px;
  }
  .profile-box__body__person--aya {
    display: block;
    padding-right: 0;
    padding-bottom: 25px;
    width: 49%;
    display: inline-block;
  }
  .profile-box__body__person--aya p.name {
    width: auto;
    min-width: 100px;
    display: inline-block;
    padding-bottom: 12px;
    font-style: normal;
    margin-right: -20px;
    font-size: 13px;
    text-decoration: none;
  }
  .profile-box__body__person--aya p.hobby {
    font-size: 14px;
  }
  .profile-box__body__person--ami {
    display: block;
    width: 49%;
    display: inline-block;
    padding: 0;
  }
  .profile-box__body__person--ami p.name {
    width: auto;
    min-width: 100px;
    display: inline-block;
    padding-bottom: 12px;
    font-style: normal;
    margin-right: -20px;
    font-size: 13px;
    text-decoration: none;
  }
  .profile-box__body__person--ami p.hobby {
    font-size: 14px;
  }
  .profile-box__body p.resume {
    width: 100%;
    padding: 5px 0 74px;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', sans-serif;
    line-height: 2;
    letter-spacing: 0;
    text-align: justify;
  }
  .profile-box__body p.born {
    margin: 5px 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .profile-box__media {
    width: auto;
    padding-bottom: 0px;
    padding-left: 7.8vw;
    padding-right: 7.8vw;
  }
  .profile-box__media__magazine {
    display: block;
    vertical-align: top;
    margin-bottom: 40px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .profile-box__media__magazine p.title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 9px;
  }
  .profile-box__media__magazine .column1 {
    width: 50%;
  }
  .profile-box__media__magazine ul {
    display: inline-block;
    vertical-align: top;
  }
  .profile-box__media__magazine li {
    font-size: 13px;
  }
  .profile-box__media__dj {
    display: block;
    vertical-align: top;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .profile-box__media__dj p.title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 9px;
  }
  .profile-box__media__dj .column1 {
    width: 50%;
  }
  .profile-box__media__dj ul {
    display: inline-block;
    vertical-align: top;
  }
  .profile-box__media__dj li {
    font-size: 13px;
  }
  .profile-box__media__tie-up {
    display: block;
    vertical-align: top;
    margin-bottom: 40px;
    margin: 0;
  }
  .profile-box__media__tie-up p.title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 9px;
  }
  .profile-box__media__tie-up .column1 {
    width: 50%;
  }
  .profile-box__media__tie-up ul {
    display: inline-block;
    vertical-align: top;
  }
  .profile-box__media__tie-up li {
    font-size: 13px;
  }
  .profile-box__body .mainMenu__sns {
    position: absolute;
    bottom: auto;
    right: 5%;
    left: auto;
    width: 120px;
    margin: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    top: 37px;
  }
  .privacy-box {
    width: 80%;
    margin: auto;
  }
  .privacy-box h3 {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    margin: 50px 0 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
  .privacy-box p {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
  }
  .privacy-box p span {
    font-weight: bold;
  }
  .privacy-box p a {
    color: #333;
  }
  .privacy-box .profile-box__title {
    width: auto;
  }
  .privacy-box .profile-box__title img {
    height: 28px;
  }
  .pagination {
    clear: both;
    text-align: center;
    font-size: 13px;
    padding: 13px 0;
    background: #f8c6d0;
  }
  .pagination a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    margin: 0 2px;
    color: #c7060a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    letter-spacing: 0;
    line-height: 0;
    border: 1px solid #c7060a;
    text-decoration: none;
  }
  .current {
    border-bottom: 1px solid #333333;
    font-size: 10px;
    padding: 3px 5px;
    margin: 0 2px;
    font-family: 'Roboto', sans-serif;
    color: #c7060a;
    letter-spacing: 0;
    line-height: 0;
    border: 1px solid #c7060a;
    background: rgba(222, 28, 65, 0.2);
  }
  .page-numbers.dots {
    color: #c7060a;
  }
  .mainMenu__sns {
    bottom: 30%;
    left: 0;
  }
  .maincontents-box__menu--tag ul {
    width: 600px;
    margin: 0 0 0 36px;
    text-align: left;
  }
  .sp_br {
    display: none;
  }
  .sns_area {
    width: 72%;
  }
  .sns_area .fa-instagram:before {
    color: #fff;
  }
  .sns_area .profile-box__body__person--ami p.name {
    color: #fff;
  }
  .sns_area .profile-box__body__person--aya p.name {
    color: #fff;
  }
  .sns_area .profile-box__body__person--ami {
    display: block;
    width: 49%;
    display: inline-block;
    padding: 0;
  }
  .contact h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0 auto 20px auto;
    color: #c7060a;
  }
  .contact dl {
    font-size: 0;
    margin: 0 0 20px;
  }
  .contact dt {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #333;
    vertical-align: top;
    line-height: 1.8;
  }
  .contact dd {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    line-height: 1.8;
  }
  .contact dd p {
    width: 600px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    line-height: 1.8;
  }
  .contact .contact_form {
    width: 100%;
    margin: 60px auto 0;
  }
  .contact .contact_form dl {
    border-top: 2px solid #fff;
    color: #333;
  }
  .contact .contact_form dt {
    font-family: 'Roboto', sans-serif;
    padding: 11px 0 1px 0;
    position: relative;
    color: #333;
  }
  .contact .contact_form dt:after {
    content: "";
    width: 100%;
    background: #fff;
    height: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    display: none;
  }
  .contact .contact_form dt p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #333;
  }
  .contact .contact_form dt span {
    font-size: 12px;
    display: inline;
    color: #333;
  }
  .contact .contact_form dd {
    padding: 0px 0 1px 0;
  }
  .contact .contact_form dd p {
    line-height: 1.6;
  }
  .radio_secction {
    position: relative;
    margin: 0 0 20px;
  }
  .radio_secction p span {
    font-size: 12px;
  }
  .schedule {
    width: 100%;
    margin: auto;
  }
  .remove_area {
    width: 100%;
    padding: 0 6.6%;
  }
  .radio02 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: block;
    margin: 11px 0 0 10px;
  }
  .radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    border-radius: 50%;
  }
  .radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
  }
  p.checkclass.mail_check_2 {
    display: none;
    font-size: 12px;
    padding: 0 0 0 10px;
    color: #c7050a;
    display: none;
  }
  .submit_area.area1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    width: 210px;
    height: 55px;
    margin: auto;
    display: block;
    border: 1px solid #c7060a;
    text-align: center;
    padding: 12px 0 0;
    background: #c7060a;
    -webkit-font-smoothing: antialiased;
  }
  #mailform dl:nth-of-type(4) {
    border-bottom: 3px solid #fff;
    min-height: 165px;
  }
  input#input1 {
    padding: 0 0 0 0px;
  }
  input#input2 {
    padding: 0 0 0 0px;
  }
  textarea#input3 {
    padding: 0 0 0 0px;
  }
  .checkclass {
    padding: 0 0 0 0px;
  }
  .thank {
    width: 88%;
    margin: auto;
    border-bottom: 2px solid #fff;
    margin: 0 auto 30px;
    padding: 0;
  }
  p.success.su1 {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 25px;
    color: #333333;
  }
  .sns_pop_up__innnar {
    width: 80%;
    height: 480px;
  }
  .sns_pop_up--text {
    font-size: 12px;
    margin: 60px auto 40px;
    width: 90%;
  }
  a.sns_pop_up--btn {
    font-size: 12px;
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  .mainMenu__sns {
    bottom: 35%;
  }
}

@media screen and (max-width: 350px) {
  ul.mainMenu__nav li:nth-child(4) {
    border-bottom: 50px solid #f8c6d0;
  }
  .sns_area {
    width: 84%;
  }
}
