@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;
}

.mfp-bg {
  background-color: #fff;
  -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;
}

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

.mfp-fade2.mfp-bg.mfp-ready {
  opacity: 0.8;
}

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

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s 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-container {
  background-color: #fff;
  padding: 0;
}

.mfp-close-btn-in .mfp-close {
  top: 53px;
}

.mfp-close {
  font-size: 32px;
}

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

.popupBox .head:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.contentBox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.popupBox {
  height: 100vh;
  position: relative;
}
.popupBox .head {
  height: 140px;
}
.popupBox .head .logo {
  float: left;
  margin-top: 18px;
}
.popupBox .head .message {
  float: right;
  margin-top: 60px;
}
.popupBox .foot {
  height: 34px;
  background-color: #eae7e6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.popupBox .foot .copyright {
  float: left;
  margin-top: 3px;
}
.popupBox .foot .logo {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
}
.popupBox .content {
  text-align: center;
  padding-bottom: 100px;
}
.popupBox .content .lookSliderBox {
  margin: 0 -5px;
}
.popupBox .content .lookSliderBox .lookSlider {
  margin-bottom: 30px;
}
.popupBox .content .lookSliderBox .lookSlider .slick-slide {
  padding: 0 5px;
}
.popupBox .content .lookSliderBox .lookSlider img {
  max-width: 100%;
}
.popupBox .content .creditBox {
  margin-bottom: 30px;
}
.popupBox .content .credit {
  color: #0d315e;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  font-family: "runda", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.popupBox .content .credit a {
  color: #0d315e;
  border-bottom: 1px solid #0d315e;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  font-family: "runda", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.popupBox .content .backBtn a {
  width: 210px;
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
  background-color: #bbd4ef;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popupBox .content .backBtn a:hover {
  background-color: #0d315e;
}

#iena2021ss {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 500;
  font-family: "runda", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  /* GENERAL */
  /* CLEARFIX */
  /* iOSでのデフォルトスタイルをリセット */
}
#iena2021ss a:link, #iena2021ss a:visited {
  color: #000;
  text-decoration: none;
}
#iena2021ss a:hover {
  color: #000;
  text-decoration: none;
}
#iena2021ss a {
  outline: none;
}
#iena2021ss .clearfix {
  zoom: 1;
}
#iena2021ss .clearfix:after,
#iena2021ss .itemList:after,
#iena2021ss .ttlArea:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after,
#iena2021ss .aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#iena2021ss strong {
  font-weight: bold;
}
#iena2021ss img {
  vertical-align: bottom;
}
#iena2021ss * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#iena2021ss input[type=submit],
#iena2021ss input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
#iena2021ss input[type=submit]::-webkit-search-decoration,
#iena2021ss input[type=button]::-webkit-search-decoration {
  display: none;
  border-radius: 0;
}
#iena2021ss input[type=submit]::focus,
#iena2021ss input[type=button]::focus {
  outline-offset: -2px;
  border-radius: 0;
}
#iena2021ss .onlyPc {
  display: block;
}
#iena2021ss .onlySp {
  display: none;
}
#iena2021ss .sec {
  position: relative;
  padding-top: 16%;
  padding-top: 8%;
  padding-bottom: 8%;
  /*
  	transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  	opacity: 0;
  	transition-delay: 0.25s;

  	&.active{
  		opacity: 1;
  		top: 0;
  	}
  */
}
#iena2021ss .secTop {
  padding-top: 12%;
}
#iena2021ss ::scrollbar {
  display: none;
}
#iena2021ss ::-webkit-scrollbar {
  display: none;
}
#iena2021ss .mainList {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#iena2021ss .mainList > li.main {
  float: left;
  width: calc(20% - 40.8px);
  position: relative;
}
#iena2021ss .mainList > li.aside {
  float: left;
  width: 34px;
  text-align: center;
}
#iena2021ss .mainList > li.aside img {
  width: 15px;
  margin-left: -3px;
}
#iena2021ss .mainList > li.aside .boxes li {
  padding-bottom: 10px;
}
#iena2021ss .boxes > li {
  position: relative;
  padding-bottom: 5px;
}
#iena2021ss .boxes > li img {
  width: 100%;
}
#iena2021ss #opening {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  z-index: 10;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
}
#iena2021ss #opening.hide {
  opacity: 0;
}
#iena2021ss #opening #logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2021ss #opening #logo.hide {
  opacity: 0;
}
#iena2021ss #opening #bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  opacity: 0;
  /*
  		background-image:url(../images/ico_yoko.png);
  		background-size: auto 52px;
  		background-repeat: repeat;
  */
}
#iena2021ss #opening #bg.show {
  opacity: 1;
}
#iena2021ss #opening #bg.hide {
  opacity: 0;
}
#iena2021ss #opening #bg.onlyMiddle .imagesBoxSub {
  opacity: 0;
}
#iena2021ss #opening #bg.fade .fade {
  opacity: 0;
}
#iena2021ss #opening #bg .fade {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2021ss #opening #bg .imagesBox {
  height: calc(100% / 19);
  width: 100%;
  position: relative;
  opacity: 1;
}
#iena2021ss #opening #bg .imagesBox .images {
  white-space: nowrap;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2021ss #opening #bg .imagesBox .images img {
  height: 100%;
}
#iena2021ss #opening #bg .imagesBox.active:nth-child(2n+1) .images {
  -webkit-transform: translate(-150%, 0%);
      -ms-transform: translate(-150%, 0%);
          transform: translate(-150%, 0%);
}
#iena2021ss #opening #bg .imagesBox.active:nth-child(2n) .images {
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #iena2021ss .onlyPc {
    display: none;
  }
  #iena2021ss .onlySp {
    display: block;
  }
  #iena2021ss .mainList > li.main {
    width: calc(33.33% - 20px);
  }
  #iena2021ss .mainList > li.aside {
    width: 20px;
  }
  #iena2021ss .mainList > li.aside img {
    width: 10px;
    margin-left: -1px;
  }
  #iena2021ss .mainList > li.aside .boxes li {
    padding-bottom: 7px;
  }
  #iena2021ss #opening #bg .imagesBox {
    width: 100%;
    position: relative;
    opacity: 1;
  }
  #iena2021ss #opening #bg .imagesBox .images {
    white-space: nowrap;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  #iena2021ss #opening #bg .imagesBox .images img {
    height: 80%;
  }

  .popupBox .head .logo {
    margin-top: 15px;
  }
  .popupBox .head .logo img {
    width: 70px;
  }

  .popupBox .foot .copyright {
    display: none;
  }

  .slick-list {
    width: 100%;
  }

  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popupBox .head .message {
    width: calc(100% - 70px);
    text-align: right;
    margin-top: 64px;
  }
  .popupBox .head .message img {
    width: auto;
    max-width: 80%;
  }

  .popupBox {
    height: auto;
    padding-bottom: 100px;
  }

  .popupBox .head {
    height: auto;
    padding-bottom: 10px;
  }

  .popupBox .content {
    padding-bottom: 0;
  }

  .mfp-container {
    height: auto;
  }

  .popupBox .content .lookSliderBox .lookSlider {
    margin-bottom: 10px;
  }

  .popupBox .content .creditBox {
    margin-bottom: 30px;
  }

  .popupBox .content .lookSliderBox {
    padding: 0 20px;
  }

  .mfp-close-btn-in .mfp-close {
    top: 3px;
    right: 6px;
  }

  .popupBox .head .message {
    margin-top: 40px;
    margin-right: -3px;
  }

  .popupBox .content .lookSliderBox {
    margin-bottom: 40px;
  }

  .mfp-iframe-scaler iframe {
    top: 100%;
  }

  .mfp-iframe-scaler .mfp-iframe {
    /*
    		position: fixed;
    		left: 0;
    		width: 100%;
    		top: 50%;
    		transform: translate(0%, -50%);		
    */
  }
}
/*
#opening{
	display: none !important;
}
*/