@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  font-size: 62.5%;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.photoList:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

#iena2022rethink {
  overflow: hidden;
}
#iena2022rethink .disable {
  pointer-events: none;
}
#iena2022rethink .fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#iena2022rethink .fadeSimple.active {
  opacity: 1;
}
#iena2022rethink .fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
#iena2022rethink .fade.active {
  opacity: 1;
  top: 0;
}
#iena2022rethink .fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
#iena2022rethink .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#iena2022rethink .fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
#iena2022rethink .fadeRight.active {
  opacity: 1;
  right: 0;
}
#iena2022rethink .fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#iena2022rethink .fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#iena2022rethink .fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#iena2022rethink .fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#iena2022rethink .maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022rethink .maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022rethink .maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022rethink .maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022rethink .contentBox {
  max-width: 100%;
  width: 1300px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
#iena2022rethink h1.logo {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 10;
}
#iena2022rethink h1.logo img {
  width: 100px;
}
#iena2022rethink .mainVisual {
  position: relative;
  height: 100vh;
  z-index: 2;
}
#iena2022rethink .mainVisual .overArea {
  position: absolute;
  z-index: 9;
  left: 58.4vw;
  top: 38vh;
  top: 43vh;
}
#iena2022rethink .mainVisual .overArea .concept {
  font-size: 12px;
  font-size: 11px;
  letter-spacing: 0.22em;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  opacity: 0;
  -webkit-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .mainVisual .overArea .concept.show {
  opacity: 1;
}
#iena2022rethink .mainVisual .overArea .copy {
  margin-left: -3px;
  opacity: 0;
  -webkit-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .mainVisual .overArea .copy.show {
  opacity: 1;
}
#iena2022rethink .mainVisual .imgBox {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
}
#iena2022rethink .mainVisual .imgBox .img {
  position: absolute;
  left: 0;
  margin-top: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .mainVisual .imgBox .img.show {
  opacity: 1;
  margin-top: 0;
}
#iena2022rethink .mainVisual .imgBox .img.show img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#iena2022rethink .mainVisual .imgBox .img.rellaxStart {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#iena2022rethink .mainVisual .imgBox .img img {
  width: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022rethink .mainVisual .imgBox .img01 {
  width: 12vw;
  left: 26vw;
  top: 0vh;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#iena2022rethink .mainVisual .imgBox .img01 img {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#iena2022rethink .mainVisual .imgBox .img02 {
  width: 12vw;
  left: 68vw;
  top: 6.25vh;
  top: 11.25vh;
  top: 9.25vh;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#iena2022rethink .mainVisual .imgBox .img02 img {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#iena2022rethink .mainVisual .imgBox .img03 {
  width: 14vw;
  left: 86vw;
  top: 17vh;
  top: 22vh;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#iena2022rethink .mainVisual .imgBox .img03 img {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#iena2022rethink .mainVisual .imgBox .img04 {
  width: 28vw;
  left: 34vw;
  top: 21.6vh;
  top: 26.6vh;
  top: 24.6vh;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#iena2022rethink .mainVisual .imgBox .img04 img {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#iena2022rethink .mainVisual .imgBox .img05 {
  width: 15.5vw;
  left: -1vw;
  top: 24.25vh;
  top: 29.25vh;
  top: 32.25vh;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#iena2022rethink .mainVisual .imgBox .img05 img {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#iena2022rethink .mainVisual .imgBox .img06 {
  width: 13vw;
  left: 13vw;
  top: 64.75vh;
  top: 69.75vh;
  top: 72.75vh;
  top: 75vh;
  top: 81vh;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#iena2022rethink .mainVisual .imgBox .img06 img {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#iena2022rethink .mainVisual .imgBox .img07 {
  width: 14vw;
  left: 73vw;
  top: 70.6vh;
  top: 75.6vh;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#iena2022rethink .mainVisual .imgBox .img07 img {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#iena2022rethink .mainVisual .scrollBox a {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  z-index: 2;
  padding: 0px 10px 13px 30px;
  overflow: hidden;
  color: #000;
  font-size: 10px;
  height: 50px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#iena2022rethink .mainVisual .scrollBox a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
}
#iena2022rethink .mainVisual .scrollBox a::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#iena2022rethink .sec {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
#iena2022rethink .sec .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 35%;
  z-index: 1;
  background-color: #edebe2;
}
#iena2022rethink .sec .contentBox {
  position: relative;
  z-index: 2;
}
#iena2022rethink .sec .theme {
  margin-bottom: 10px;
}
#iena2022rethink .sec .theme img {
  max-width: 80%;
}
#iena2022rethink .sec .case {
  margin-bottom: 40px;
}
#iena2022rethink .sec .case span {
  border-bottom: 2.5px solid #000;
  padding: 0 8px;
  padding-bottom: 5px;
  font-size: 18px;
}
#iena2022rethink .mainImg {
  width: 36%;
  width: 44%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 120px;
}
#iena2022rethink .mainImg a.popup {
  display: block;
}
#iena2022rethink .mainImg img {
  width: 100%;
}
#iena2022rethink .mainImg .despArea {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding-left: 25px;
  width: 54%;
  width: 51%;
  text-align: left;
}
#iena2022rethink .mainImg .despArea .ttl {
  font-size: 21px;
  margin-bottom: 15px;
}
#iena2022rethink .mainImg .despArea .desp {
  font-size: 11.5px;
  font-size: 11px;
  margin-bottom: 35px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: justify;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
#iena2022rethink .mainImg .despArea .caption {
  font-size: 12px;
}
#iena2022rethink .mainImg .img {
  position: relative;
  padding: 4px;
  background: #ccc;
  background-color: #fff;
}
#iena2022rethink .mainImg .img .line {
  background: #000;
  position: absolute;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 1;
}
#iena2022rethink .mainImg .img .line:nth-child(1) {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  height: 4px;
  width: 20%;
  bottom: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
#iena2022rethink .mainImg .img .line:nth-child(4) {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  height: 4px;
  width: 20%;
  top: 0px;
  right: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
#iena2022rethink .mainImg .img .line:nth-child(2) {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  height: 100%;
  width: 4px;
  bottom: 0;
  left: 0px;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}
#iena2022rethink .mainImg .img .line:nth-child(5) {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  height: 100%;
  width: 4px;
  bottom: 0;
  right: 0px;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}
#iena2022rethink .mainImg .img .line:nth-child(3) {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  height: 4px;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
#iena2022rethink .mainImg .img .line:nth-child(6) {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  height: 4px;
  width: 100%;
  bottom: 0;
  right: 0px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}
#iena2022rethink .mainImg .img.active .line {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.13s;
  -o-transition: all 0.13s;
  transition: all 0.13s;
}
#iena2022rethink .mainImg .img.active .line:nth-child(2),
#iena2022rethink .mainImg .img.active .line:nth-child(5) {
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
#iena2022rethink .mainImg .img.active .line:nth-child(3),
#iena2022rethink .mainImg .img.active .line:nth-child(6) {
  -webkit-transition-delay: 0.73s;
       -o-transition-delay: 0.73s;
          transition-delay: 0.73s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#iena2022rethink .caption {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#iena2022rethink .caption .coming {
  color: #888;
}
#iena2022rethink .caption a:hover {
  text-decoration: underline;
}
#iena2022rethink .caption2 {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding-left: 20px;
}
#iena2022rethink a.instagram {
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding: 25px;
  /*
  	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  	&:hover{
  		opacity: 0.6;
  	}
  */
}
#iena2022rethink .subImg {
  margin-bottom: 70px;
  width: 52%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#iena2022rethink .subImg .subImg2 {
  position: relative;
}
#iena2022rethink .photoList {
  margin: 0 -20px;
  margin-bottom: 18px;
}
#iena2022rethink .photoList > li {
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px;
}
#iena2022rethink .photoList > li img {
  width: 100%;
}
#iena2022rethink footer {
  text-align: center;
  padding-bottom: 120px;
}
#iena2022rethink footer .creditBox {
  margin-bottom: 120px;
  font-size: 12px;
}
#iena2022rethink footer .instagram {
  margin-bottom: 60px;
}
#iena2022rethink footer .instagram a {
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding: 25px;
}
#iena2022rethink footer .copyright {
  font-size: 11px;
  letter-spacing: 0.03em;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }

  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  button.mfp-arrow-left {
    background-position: left 15px center;
  }

  button.mfp-arrow-right {
    background-position: right 15px center;
  }

  #iena2022rethink .onlyPc {
    display: none;
  }
  #iena2022rethink .onlySp {
    display: block;
  }
  #iena2022rethink h1.logo {
    left: 20px;
    top: 20px;
    position: absolute;
  }
  #iena2022rethink .mainVisual {
    height: 110vh;
  }
  #iena2022rethink .mainVisual .imgBox {
    height: 100vh;
    height: 110vh;
  }
  #iena2022rethink .mainVisual .imgBox .img01 {
    width: 23.3vw;
    left: 12.6vw;
    left: 15.6vw;
    top: 12.5vh;
  }
  #iena2022rethink .mainVisual .imgBox .img02 {
    width: 23.3vw;
    width: 20.97vw;
    left: 48.3vw;
    left: 51.3vw;
    top: -1.5vh;
    z-index: 2;
  }
  #iena2022rethink .mainVisual .imgBox .img03 {
    width: 27vw;
    left: 67.6vw;
    top: 5.6vh;
  }
  #iena2022rethink .mainVisual .imgBox .img04 {
    width: 54vw;
    left: 46vw;
    left: 52vw;
    top: 32.5vh;
    top: 40.5vh;
  }
  #iena2022rethink .mainVisual .imgBox .img05 {
    width: 30.3vw;
    width: 34.3vw;
    left: 0vw;
    top: 58.1vh;
    top: 63.1vh;
    top: 61.1vh;
  }
  #iena2022rethink .mainVisual .imgBox .img06 {
    width: 25.5vw;
    left: 13.6vw;
    top: 89.9vh;
    top: 98.9vh;
  }
  #iena2022rethink .mainVisual .imgBox .img07 {
    width: 26.8vw;
    left: 63vw;
    top: 79.4vh;
    top: 88.4vh;
    top: 84.4vh;
  }
  #iena2022rethink .mainVisual .overArea {
    right: initial;
    left: 5.3vw;
    top: 33.8vh;
    top: 32vh;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  #iena2022rethink .mainVisual .overArea .concept {
    font-size: 10px;
    margin-bottom: 0;
    left: 0.1em;
  }
  #iena2022rethink .mainVisual .overArea .copy {
    margin-left: -1px;
    margin-bottom: 7px;
  }
  #iena2022rethink .mainVisual .overArea .copy img {
    width: 260px;
    width: 80%;
  }
  #iena2022rethink .sec {
    padding: 80px 0;
  }
  #iena2022rethink .sec .bg {
    padding-top: 90%;
  }
  #iena2022rethink .sec .theme img {
    width: 60%;
    width: 72%;
  }
  #iena2022rethink .sec .case span {
    font-size: 21px;
  }
  #iena2022rethink .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #iena2022rethink .mainImg {
    width: 90%;
    margin-bottom: 80px;
  }
  #iena2022rethink .mainImg .despArea {
    position: relative;
    right: initial;
    bottom: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding-left: 0;
    padding-top: 15px;
    padding-top: 20px;
    width: auto;
  }
  #iena2022rethink .mainImg .despArea .ttl {
    margin-bottom: 10px;
  }
  #iena2022rethink .mainImg .despArea .desp {
    margin-bottom: 25px;
  }
  #iena2022rethink .sec {
    padding: 80px 0;
    padding-bottom: 0px;
  }
  #iena2022rethink .subImg {
    width: 90%;
    margin-bottom: 80px;
  }
  #iena2022rethink .photoList {
    margin: 0 -10px;
    margin-bottom: 15px;
  }
  #iena2022rethink .photoList > li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  #iena2022rethink .caption2 {
    position: relative;
    right: initial;
    bottom: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  #iena2022rethink footer {
    padding-bottom: 40px;
  }
  #iena2022rethink footer .creditBox {
    margin-bottom: 80px;
  }
}