/* 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%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  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;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.popupBox img {
  pointer-events: none;
}
.popupBox img {
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
}
.popupBox .credit {
  padding: 30px 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}
.popupBox .credit a {
  margin-right: 8px;
}
.popupBox .credit a:hover {
  text-decoration: underline;
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

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

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

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

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#iena2022biarritz {
  overflow: hidden;
}
#iena2022biarritz img {
  pointer-events: none;
}
#iena2022biarritz .disable {
  pointer-events: none;
}
#iena2022biarritz .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;
}
#iena2022biarritz .fadeSimple.active {
  opacity: 1;
}
#iena2022biarritz .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;
}
#iena2022biarritz .fade.active {
  opacity: 1;
  top: 0;
}
#iena2022biarritz .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;
}
#iena2022biarritz .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#iena2022biarritz .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;
}
#iena2022biarritz .fadeRight.active {
  opacity: 1;
  right: 0;
}
#iena2022biarritz .fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#iena2022biarritz .fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#iena2022biarritz .fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#iena2022biarritz .fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#iena2022biarritz .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);
}
#iena2022biarritz .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022biarritz .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);
}
#iena2022biarritz .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022biarritz .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);
}
#iena2022biarritz .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022biarritz .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);
}
#iena2022biarritz .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#iena2022biarritz .contentBox {
  max-width: 100%;
  /*
  	width: 1300px;
  	padding-left: 60px;
  	padding-right: 60px;
  */
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#iena2022biarritz main {
  text-align: center;
  padding-top: 100px;
  padding-top: 300px;
}
#iena2022biarritz main.animate {
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#iena2022biarritz main.scroll {
  padding-top: 100px !important;
}
#iena2022biarritz .logo {
  margin-bottom: 35px;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#iena2022biarritz .logo.show {
  opacity: 1;
}
#iena2022biarritz .logo img {
  max-width: 100%;
}
#iena2022biarritz .mainTtl {
  margin-bottom: 35px;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#iena2022biarritz .mainTtl.show {
  opacity: 1;
}
#iena2022biarritz .mainTtl img {
  max-width: 100%;
}
#iena2022biarritz .subTtl {
  margin-bottom: 45px;
  font-size: 30px;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#iena2022biarritz .subTtl.show {
  opacity: 1;
}
#iena2022biarritz .mainDesp {
  margin-bottom: 95px;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#iena2022biarritz .mainDesp img {
  max-width: 100%;
}
#iena2022biarritz .mainDesp.show {
  opacity: 1;
}
#iena2022biarritz .photoList {
  margin: 0 -10px;
  margin-bottom: 120px;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  z-index: 2;
}
#iena2022biarritz .photoList.show {
  opacity: 1;
}
#iena2022biarritz .photoList > li {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
#iena2022biarritz .photoList > li:nth-child(3n+1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#iena2022biarritz .photoList > li:nth-child(3n+2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#iena2022biarritz .photoList > li:nth-child(3n) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#iena2022biarritz .photoList > li > a {
  display: block;
}
#iena2022biarritz .photoList > li > a:hover .despArea {
  opacity: 1;
}
#iena2022biarritz .photoList > li > a:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#iena2022biarritz .photoList > li img {
  width: 100%;
  -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);
}
#iena2022biarritz .photoList > li .img {
  overflow: hidden;
}
#iena2022biarritz .photoList > li .imgL {
  display: none;
}
#iena2022biarritz .photoList > li .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  background-image: url("../images/ico_plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#iena2022biarritz .photoList > li .despArea {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -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);
}
#iena2022biarritz .photoList > li .despArea .credit {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  line-height: 1.8;
}
#iena2022biarritz .photoList > li .despArea .credit a:hover {
  text-decoration: underline;
}
#iena2022biarritz .movieBox {
  width: 480px;
  width: 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#iena2022biarritz .movieBox iframe {
  width: 100%;
}
#iena2022biarritz .movieBox {
  display: block;
  position: relative;
  overflow: hidden;
}
#iena2022biarritz .movieBox:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#iena2022biarritz .movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#iena2022biarritz footer {
  text-align: center;
  padding-bottom: 120px;
}
#iena2022biarritz footer .creditBox {
  margin-bottom: 120px;
  font-size: 12px;
  line-height: 1.6;
}
#iena2022biarritz footer .instagram {
  margin-bottom: 60px;
  font-size: 13px;
}
#iena2022biarritz footer .instagram a {
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: left center;
  padding: 25px;
}
#iena2022biarritz footer .copyright {
  font-size: 11px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  #iena2022biarritz .contentBox {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox .credit {
    padding-top: 20px;
  }
  .popupBox br {
    display: block;
  }

  button.mfp-close {
    right: 6px;
    top: 14px;
    background-size: 30px auto;
  }

  #iena2022biarritz .contentBox {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #iena2022biarritz .logoArea {
    padding-left: 20px;
    padding-right: 20px;
  }
  #iena2022biarritz .onlyPc {
    display: none;
  }
  #iena2022biarritz .onlySp {
    display: block;
  }
  #iena2022biarritz main.scroll {
    padding-top: 60px !important;
  }
  #iena2022biarritz main {
    padding-top: 60px;
  }
  #iena2022biarritz .logo {
    margin-bottom: 20px;
  }
  #iena2022biarritz .logo img {
    width: 30%;
    width: 86px;
  }
  #iena2022biarritz .mainTtl {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
  #iena2022biarritz .subTtl {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #iena2022biarritz .mainDesp {
    margin-bottom: 56px;
    font-size: 14px;
    line-height: 1.6;
  }
  #iena2022biarritz .mainDesp img {
    width: 230px;
    width: 241px;
  }
  #iena2022biarritz .photoList {
    margin: 0 -5px;
    margin-bottom: 80px;
  }
  #iena2022biarritz .photoList > li {
    width: calc(33.33% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  #iena2022biarritz .photoList > li:nth-child(3n+1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #iena2022biarritz .photoList > li:nth-child(3n+2) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #iena2022biarritz .photoList > li:nth-child(3n) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #iena2022biarritz .photoList > li:nth-child(2n+1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #iena2022biarritz .photoList > li:nth-child(2n) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #iena2022biarritz .photoList > li .despArea {
    display: none;
  }
  #iena2022biarritz .photoList > li > a:hover .despArea {
    opacity: 0;
  }
  #iena2022biarritz .photoList > li .plus {
    width: 10px;
    height: 10px;
    right: 8px;
    bottom: 8px;
  }
  #iena2022biarritz .movieBox {
    width: 100%;
    width: auto;
    max-width: initial;
    margin-left: -5px;
    margin-right: -5px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #iena2022biarritz footer {
    padding-bottom: 40px;
  }
  #iena2022biarritz footer .creditBox {
    margin-bottom: 80px;
  }
}