@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em; }

/* コンテンツ
---------------------------------------------*/
html, body, #wrapper {
  font-family: 'Montserrat','noto-sans', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  line-height: 1.6; }
@media screen and (min-width: 769px) {
  html, body, #wrapper {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  html, body, #wrapper {
    font-size: 12px; } }

img {
  width: 100%;
  display: block; }

div#mainArea {
  max-width: 1280px;
  width: 100%;
  margin: auto; }
@media screen and (min-width: 769px) {
  div#mainArea {
    padding: 90px 0; } }
@media screen and (max-width: 768px) {
  div#mainArea {
    padding: 50px 0; } }
@media screen and (min-width: 769px) {
  div#mainArea h1 {
    width: 50%;
    margin: auto; } }
@media screen and (max-width: 768px) {
  div#mainArea h1 {
    width: 65%;
    margin: auto; } }
@media screen and (min-width: 769px) {
  div#mainArea h2 {
    width: 30%;
    margin: 75px auto 0; } }
@media screen and (max-width: 768px) {
  div#mainArea h2 {
    width: 45%;
    margin: 30px auto 0; } }

div.explain {
  width: 100%;
  background: #ffe1f0;
  text-align: center; }
@media screen and (min-width: 769px) {
  div.explain {
    padding: 50px 0;
    margin-bottom: 100px; } }
@media screen and (max-width: 768px) {
  div.explain {
    box-sizing: border-box;
    padding: 40px 25px;
    margin-bottom: 80px; } }
@media screen and (min-width: 769px) {
  div.explain h3 {
    width: 30%;
    margin: 0 auto 40px; } }
@media screen and (max-width: 768px) {
  div.explain h3 {
    width: 55%;
    margin: 0 auto 30px; } }

div#content {
  margin: auto; }
@media screen and (min-width: 769px) {
  div#content {
    max-width: 940px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  div#content {
    width: 95%;
    margin: auto; } }
div#content div.section {
  width: 100%; }
@media screen and (min-width: 769px) {
  div#content div.section {
    margin-bottom: 80px; } }
@media screen and (max-width: 768px) {
  div#content div.section {
    margin-bottom: 60px; } }
@media screen and (min-width: 769px) {
  div#content div.section h4 {
    width: 325px;
    margin: auto;
    position: relative;
    top: 20px;
    z-index: 2; } }
@media screen and (max-width: 768px) {
  div#content div.section h4 {
    width: 50%;
    margin: auto;
    position: relative;
    top: 12px;
    z-index: 2; } }
div#content div.section ul {
  width: 100%;
  display: flex; }
div#content div.section ul li {
  overflow: hidden; }
@media screen and (min-width: 769px) {
  div#content div.section ul li {
    width: calc(50% - 10px); } }
@media screen and (max-width: 768px) {
  div#content div.section ul li {
    width: calc(50% - 5px); } }
@media screen and (min-width: 769px) {
  div#content div.section ul li:first-child {
    margin-right: 10px; } }
@media screen and (max-width: 768px) {
  div#content div.section ul li:first-child {
    margin-right: 5px; } }
@media screen and (min-width: 769px) {
  div#content div.section ul li:last-child {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  div#content div.section ul li:last-child {
    margin-left: 5px; } }
div#content div.section ul li a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
div#content div.section ul li a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
@media screen and (min-width: 769px) {
  div#content div.linkArea {
    width: 480px;
    margin: 130px auto 130px; } }
@media screen and (max-width: 768px) {
  div#content div.linkArea {
    width: 85%;
    margin: 60px auto 60px; } }
div#content div.linkArea a {
  width: 100%;
  background: #fff;
  transition: 1s;
  border: 1px solid #000;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box; }
div#content div.linkArea a:hover, div#content div.linkArea a:active, div#content div.linkArea a:focus {
  background: #000;
  color: #fff; }

footer {
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px; }

/* ページ内容
--------------------------------------*/
div#p_wrapper {
  width: 100%;
  height: 100%; }

div#p_mainArea, div#p_mainArea02 {
  width: 100%;
  height: 100%; }
@media screen and (min-width: 769px) {
  div#p_mainArea h1, div#p_mainArea02 h1 {
    width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25%; } }
@media screen and (max-width: 768px) {
  div#p_mainArea h1, div#p_mainArea02 h1 {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25%; } }
@media screen and (min-width: 769px) {
  div#p_mainArea div.arrowDown, div#p_mainArea02 div.arrowDown {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%; } }
@media screen and (max-width: 768px) {
  div#p_mainArea div.arrowDown, div#p_mainArea02 div.arrowDown {
    width: 15%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%; } }

@media screen and (min-width: 769px) {
  #p_mainArea {
    background: url(../images/deai/deai01_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 593px; } }
@media screen and (max-width: 768px) {
  #p_mainArea {
    background: url(../images/deai/deai01_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; } }

@media screen and (min-width: 769px) {
  #p_mainArea02 {
    background: url(../images/deai/deai02_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 593px; } }
@media screen and (max-width: 768px) {
  #p_mainArea02 {
    background: url(../images/deai/deai02_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; } }

@media screen and (min-width: 769px) {
  div#p_explain {
    margin: 90px auto; } }
@media screen and (max-width: 768px) {
  div#p_explain {
    width: 90%;
    margin: 50px auto 50px; } }
@media screen and (min-width: 769px) {
  div#p_explain h2 {
    width: 35%;
    margin: 0 auto 40px; } }
@media screen and (max-width: 768px) {
  div#p_explain h2 {
    width: 60%;
    margin: 0 auto 25px; } }
div#p_explain p {
  text-align: center; }

div#p_content {
  width: 100%; }
div#p_content ul.tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
div#p_content ul.tab li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-weight: 600; }
@media screen and (min-width: 769px) {
  div#p_content ul.tab li {
    font-size: 20px;
    padding: 10px 0; } }
@media screen and (max-width: 768px) {
  div#p_content ul.tab li {
    font-size: 14px;
    padding: 10px 0; } }
div#p_content ul.tab li span {
  position: relative;
  z-index: 9999; }
div#p_content ul.tab li:first-child {
  position: relative; }
div#p_content ul.tab li:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: #ffe1f0; }
@media screen and (min-width: 769px) {
  div#p_content ul.tab li:first-child:before {
    transform: perspective(0.5em) rotateX(5deg); } }
@media screen and (max-width: 768px) {
  div#p_content ul.tab li:first-child:before {
    transform: perspective(0.5em) rotateX(5deg); } }
div#p_content ul.tab li:last-child {
  position: relative; }
div#p_content ul.tab li:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: #dcffff; }
@media screen and (min-width: 769px) {
  div#p_content ul.tab li:last-child:before {
    transform: perspective(0.5em) rotateX(5deg); } }
@media screen and (max-width: 768px) {
  div#p_content ul.tab li:last-child:before {
    transform: perspective(0.5em) rotateX(5deg); } }
div#p_content ul.tab li.active {
  cursor: auto; }
div#p_content ul.tab li.active:before {
  z-index: -1; }
div#p_content ul.tab li.active span {
  position: relative;
  z-index: 9999; }
div#p_content div.area section {
  display: none; }
div#p_content div.area section.show {
  display: block; }

section#women h3, section#men h3 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 5px; }
@media screen and (min-width: 769px) {
  section#women h3, section#men h3 {
    font-size: 42px;
    padding-top: 70px; } }
@media screen and (max-width: 768px) {
  section#women h3, section#men h3 {
    font-size: 28px;
    padding-top: 35px; } }
section#women p.profile_s, section#men p.profile_s {
  text-align: center; }
@media screen and (min-width: 769px) {
  section#women p.profile_s, section#men p.profile_s {
    padding-bottom: 70px; } }
@media screen and (max-width: 768px) {
  section#women p.profile_s, section#men p.profile_s {
    padding-bottom: 35px; } }
section#women h4, section#men h4 {
  text-align: center; }
@media screen and (min-width: 769px) {
  section#women h4, section#men h4 {
    font-size: 24px;
    margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
  section#women h4, section#men h4 {
    font-size: 18px;
    margin-bottom: 20px; } }

section#women div.profile {
  background: #ffe1f0; }

section#men div.profile {
  background: #dcffff; }

div#women01 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#women01 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#women01 {
    margin-bottom: 100px; } }
@media screen and (min-width: 769px) {
  div#women01:before {
    content: '';
    position: absolute;
    top: -110%;
    left: -10%;
    width: 120%;
    height: 180%;
    background: #ffe1f0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -2; } }
@media screen and (max-width: 768px) {
  div#women01:before {
    content: '';
    position: absolute;
    top: -15%;
    left: -15%;
    width: 150%;
    height: 75%;
    background: #ffe1f0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -2; } }

div#men01 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#men01 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#men01 {
    margin-bottom: 100px; } }
@media screen and (min-width: 769px) {
  div#men01:before {
    content: '';
    position: absolute;
    top: -110%;
    left: -10%;
    width: 120%;
    height: 180%;
    background: #dcffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: -2; } }
@media screen and (max-width: 768px) {
  div#men01:before {
    content: '';
    position: absolute;
    top: -15%;
    left: -10%;
    width: 150%;
    height: 75%;
    background: #dcffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: -2; } }

div#women02 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#women02 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#women02 {
    margin-bottom: 100px; } }
div#women02:before {
  content: '';
  position: absolute;
  top: 15%;
  left: -15%;
  width: 150%;
  height: 65%;
  background: #fae6d2;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -2; }

div#men02 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#men02 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#men02 {
    margin-bottom: 100px; } }
div#men02:before {
  content: '';
  position: absolute;
  top: 15%;
  left: -15%;
  width: 150%;
  height: 65%;
  background: #c8f0dc;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -2; }

div#women03 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#women03 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#women03 {
    margin-bottom: 100px; } }
div#women03:before {
  content: '';
  position: absolute;
  top: 15%;
  left: -15%;
  width: 150%;
  height: 65%;
  background: #ffe1f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -2; }

div#men03 {
  overflow: hidden;
  position: relative; }
@media screen and (min-width: 769px) {
  div#men03 {
    margin-bottom: 120px; } }
@media screen and (max-width: 768px) {
  div#men03 {
    margin-bottom: 100px; } }
div#men03:before {
  content: '';
  position: absolute;
  top: 15%;
  left: -15%;
  width: 150%;
  height: 65%;
  background: #dcffff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -2; }

@media screen and (min-width: 769px) {
  div.photo {
    width: 970px;
    margin: auto;
    display: flex; } }
@media screen and (max-width: 768px) {
  div.photo {
    width: 90%;
    margin: auto; } }

@media screen and (max-width: 768px) {
  div.main_photo {
    margin-bottom: 10px; } }

@media screen and (min-width: 769px) {
  ul.sub_photo {
    margin-left: 20px; } }
@media screen and (min-width: 769px) {
  ul.sub_photo li:first-child {
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  ul.sub_photo li:first-child {
    margin-bottom: 10px; } }

p.text {
  text-align: center; }
@media screen and (min-width: 769px) {
  p.text {
    margin: 60px; } }
@media screen and (max-width: 768px) {
  p.text {
    width: 90%;
    margin: 25px auto; } }

@media screen and (min-width: 769px) {
  ul.itemList {
    width: 970px;
    margin: auto;
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 768px) {
  ul.itemList {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 769px) {
  ul.itemList li {
    width: 200px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  ul.itemList li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    text-align: center; } }
ul.itemList li:nth-child(odd) {
  margin-right: 10px; }
ul.itemList li:nth-child(even) {
  margin-left: 10px; }
@media screen and (min-width: 769px) {
  ul.itemList li img {
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  ul.itemList li img {
    margin-bottom: 10px; } }
ul.itemList li a {
  text-decoration: none;
  text-align: center;
  color: #000;
  display: block; }
ul.itemList li a span {
  display: inline-block;
  background: #000;
  color: #fff; }
@media screen and (min-width: 769px) {
  ul.itemList li a span {
    box-sizing: border-box;
    padding: 2px 16px;
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  ul.itemList li a span {
    box-sizing: border-box;
    padding: 2px 16px; } }

@media screen and (min-width: 769px) {
  ul.itemList02 {
    width: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 768px) {
  ul.itemList02 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 769px) {
  ul.itemList02 li {
    width: 200px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  ul.itemList02 li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    text-align: center; } }
ul.itemList02 li:nth-child(odd) {
  margin-right: 10px; }
ul.itemList02 li:nth-child(even) {
  margin-left: 10px; }
@media screen and (min-width: 769px) {
  ul.itemList02 li img {
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  ul.itemList02 li img {
    margin-bottom: 10px; } }
ul.itemList02 li a {
  text-decoration: none;
  text-align: center;
  color: #000;
  display: block; }
ul.itemList02 li a span {
  display: inline-block;
  background: #000;
  color: #fff; }
@media screen and (min-width: 769px) {
  ul.itemList02 li a span {
    box-sizing: border-box;
    padding: 2px 16px;
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  ul.itemList02 li a span {
    box-sizing: border-box;
    padding: 2px 16px; } }

@media screen and (min-width: 769px) {
  section#men ul.itemList {
    width: 770px;
    margin: auto;
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 769px) {
  section div.linkArea {
    margin-bottom: 100px; } }
@media screen and (max-width: 768px) {
  section div.linkArea {
    margin-bottom: 60px; } }
section div.linkArea p {
  text-align: center; }
@media screen and (min-width: 769px) {
  section div.linkArea p {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  section div.linkArea p {
    font-size: 15px; } }
section div.linkArea a {
  width: 100%;
  background: #fff;
  transition: 1s;
  border: 1px solid #000;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box; }
section div.linkArea a:hover, section div.linkArea a:active, section div.linkArea a:focus {
  background: #000;
  color: #fff; }
@media screen and (min-width: 769px) {
  section div.linkArea a {
    width: 480px;
    margin: 50px auto 50px; } }
@media screen and (max-width: 768px) {
  section div.linkArea a {
    width: 85%;
    margin: 30px auto 30px; } }

@media screen and (min-width: 769px) {
  .pcNone {
    display: none; } }
@media screen and (max-width: 768px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 769px) {
  .scNone {
    display: block; } }
@media screen and (max-width: 768px) {
  .scNone {
    display: none; } }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px; }

#page-top a {
  background: rgba(208, 17, 120, 0.7);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s; }

#page-top a:hover {
  text-decoration: none;
  background: #d01178; }

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
