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

/* 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,
.box:after,
.thumList:after,
.box2:after,
.box3:after,
.box11:after,
.collectionList:after,
.profileBox:after,
.profileBox .left:after,
.thumBox:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa: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-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
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;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
  border-radius: 0;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
  border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 400;
  font-family: "baskerville-urw", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.18em;
  font-size: 14px;
}

body {
  -webkit-overflow-scrolling: touch;
}

body.mfp-active {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: fixed;
  overflow: auto;
}

body .mfp-wrap {
  position: fixed !important;
  overflow: hidden;
  top: 0 !important;
}

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

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

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  display: none;
}

#forIseries2022ss {
  overflow: hidden;
  /*
  .startLogo{
  	position: absolute;
  	left: 60px;
  	top: 220px;
  }
  */
  /*
  #sec5{
  	.all{
  		margin-bottom: 80px;
  	}

  	.box{
  		position: relative;
  	}

  	.box00{
  		height: 100%;
  		position: relative;
  	}

  	.box2{
  		.up{
  			height: calc(100% - 10px);
  			margin-bottom: 20px;
  			overflow: hidden;
  		}

  		.down{
  			height: calc(100% - 10px);
  			overflow: hidden;
  		}

  		img{
  			height: 100%;
  			width: 100%;
  			object-fit:cover;
  		}
  	}
  }
  */
  /* ------------------------------------------
  ipad
  ------------------------------------------ */
  /* ------------------------------------------
  smartphone
  ------------------------------------------ */
}
#forIseries2022ss .onlyPc {
  display: block;
}
#forIseries2022ss .onlySp {
  display: none;
}
#forIseries2022ss .snsList li {
  display: inline-block;
  margin-right: 15px;
}
#forIseries2022ss .snsList li a {
  text-align: left;
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 30px;
  -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);
}
#forIseries2022ss .snsList li a:hover {
  opacity: 0.6;
}
#forIseries2022ss .snsList li.instagram a {
  background-image: url("../images/ico_instagram.png");
  background-size: 19px auto;
}
#forIseries2022ss .snsList li.facebook a {
  background-image: url("../images/ico_facebook.png");
  background-size: 19px auto;
}
#forIseries2022ss .snsList li.twitter a {
  background-image: url("../images/ico_twitter.png");
  background-size: 21px auto;
}
#forIseries2022ss .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;
}
#forIseries2022ss .fade.active {
  opacity: 1;
  top: 0;
}
#forIseries2022ss .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;
}
#forIseries2022ss .fadeSimple.active {
  opacity: 1;
}
#forIseries2022ss .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;
}
#forIseries2022ss .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#forIseries2022ss .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;
}
#forIseries2022ss .fadeRight.active {
  opacity: 1;
  right: 0;
}
#forIseries2022ss .fadeDelay1 {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
#forIseries2022ss .fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#forIseries2022ss .fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#forIseries2022ss .bgImg img {
  width: 100%;
}
#forIseries2022ss #opening {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}
#forIseries2022ss #opening .overArea {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#forIseries2022ss #opening .overArea img {
  max-width: 100%;
}
#forIseries2022ss #opening .overArea .logo {
  display: inline-block;
  margin-right: 30px;
  opacity: 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);
}
#forIseries2022ss #opening .overArea .logo.show {
  opacity: 1;
}
#forIseries2022ss #opening .overArea .anniversary {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -32px;
  opacity: 0;
  position: relative;
  left: -10px;
  -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);
}
#forIseries2022ss #opening .overArea .anniversary.show {
  opacity: 1;
  left: 0;
}
#forIseries2022ss .mainVisual {
  width: 100%;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
#forIseries2022ss .mainVisual .logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 33vw;
  opacity: 0;
  top: 55%;
  left: 7.3vw;
  -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);
}
#forIseries2022ss .mainVisual .logo.show {
  opacity: 1;
  top: 50%;
}
#forIseries2022ss .mainVisual .logo img {
  width: 100%;
}
#forIseries2022ss .mainVisual .topSlider {
  width: 100%;
  opacity: 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);
}
#forIseries2022ss .mainVisual .topSlider.show {
  opacity: 1;
}
#forIseries2022ss .mainVisual .topSlider .slide {
  position: relative;
}
#forIseries2022ss .mainVisual .topSlider .img img {
  width: 100%;
}
#forIseries2022ss .mainVisual .topSlider div {
  vertical-align: top;
}
#forIseries2022ss .slick-dots li {
  width: 7px;
}
#forIseries2022ss .slick-dots li button {
  width: 7px;
}
#forIseries2022ss .slick-dots li button:before {
  width: 7px;
}
#forIseries2022ss .concpetBox {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
}
#forIseries2022ss .concpetBox .date {
  font-size: 17px;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
}
#forIseries2022ss .concpetBox .ttl {
  margin-bottom: 45px;
}
#forIseries2022ss .concpetBox .desp {
  line-height: 1.8;
}
#forIseries2022ss .concpetBox .desp p {
  margin-bottom: 20px;
}
#forIseries2022ss .tabList {
  text-align: center;
  margin-bottom: 80px;
  font-size: 0;
}
#forIseries2022ss .tabList li {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.18em;
}
#forIseries2022ss .tabList li a {
  padding: 20px 0px;
  display: inline-block;
  width: 240px;
}
#forIseries2022ss .tabList li.tab1 {
  border-right: none;
}
#forIseries2022ss .dash {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(2, 0);
      -ms-transform: scale(2, 0);
          transform: scale(2, 0);
  position: relative;
  top: -1px;
}
#forIseries2022ss .contentBox {
  max-width: 100%;
  width: 980px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
#forIseries2022ss .contentBox2 {
  max-width: 100%;
  width: 620px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
#forIseries2022ss .thumList {
  margin: 0 -10px;
  margin-bottom: 100px;
}
#forIseries2022ss .thumList li {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  position: relative;
}
#forIseries2022ss .thumList li img {
  width: 100%;
}
#forIseries2022ss .thumList li p {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  font-size: 24px;
}
#forIseries2022ss .sec {
  position: relative;
}
#forIseries2022ss .startLogo {
  position: fixed;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
  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);
}
#forIseries2022ss .startLogo.active {
  opacity: 1;
}
#forIseries2022ss .box {
  margin: 0 -10px;
  margin-bottom: 20px;
}
#forIseries2022ss .box .left {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
}
#forIseries2022ss .box .right {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
}
#forIseries2022ss .box .all {
  margin: 0 10px;
}
#forIseries2022ss .box .all2 {
  margin-bottom: 20px;
}
#forIseries2022ss .box img {
  width: 100%;
}
#forIseries2022ss .boxNo {
  margin-left: 0;
  margin-right: 0;
}
#forIseries2022ss .boxNo2 {
  margin-bottom: 80px;
}
#forIseries2022ss .marginBt {
  margin-bottom: 80px;
}
#forIseries2022ss .specialBox {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
#forIseries2022ss .specialBox .ttl {
  margin-bottom: 30px;
}
#forIseries2022ss .specialBox .desp {
  font-size: 12px;
}
#forIseries2022ss .specialBox .desp span {
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: inline-block;
}
#forIseries2022ss .box3 {
  margin: 0 -10px;
  margin-bottom: 20px;
}
#forIseries2022ss .box3 .left {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
#forIseries2022ss .box3 .center {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
#forIseries2022ss .box3 .center img {
  margin-bottom: 20px;
}
#forIseries2022ss .box3 .right {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
#forIseries2022ss .box3 .all {
  margin: 0 10px;
}
#forIseries2022ss .box3 img {
  width: 100%;
}
#forIseries2022ss .style {
  font-size: 17px;
  margin-bottom: 20px;
  font-style: italic;
}
#forIseries2022ss .caption {
  font-size: 12px;
  letter-spacing: 0.1em;
}
#forIseries2022ss .caption span {
  font-style: italic;
}
#forIseries2022ss .caption a {
  border-bottom: 1px solid #000;
}
#forIseries2022ss a.disable {
  pointer-events: none;
  text-decoration: none;
  border: none;
}
#forIseries2022ss .sec {
  padding: 80px 0;
}
#forIseries2022ss .secBg {
  padding-bottom: 0;
}
#forIseries2022ss .bg img {
  width: 100%;
}
#forIseries2022ss .newsBox {
  text-align: center;
  padding: 40px 0;
}
#forIseries2022ss .newsBox .ttl {
  font-size: 11px;
  margin-bottom: 20px;
}
#forIseries2022ss .newsBox .ttl2 {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 20px;
}
#forIseries2022ss .newsBox .desp {
  font-size: 13px;
  line-height: 1.8;
}
#forIseries2022ss .newsBox .desp span {
  font-size: 10px;
}
#forIseries2022ss .columnBox {
  background-color: #fbdac8;
  position: relative;
  text-align: center;
}
#forIseries2022ss .columnBox .logo {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#forIseries2022ss .columnBox .logo img {
  width: 120px;
}
#forIseries2022ss .columnBox .mainImg {
  max-width: 100%;
  width: 880px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  margin-bottom: 60px;
}
#forIseries2022ss .columnBox .mainImg img {
  width: 100%;
}
#forIseries2022ss .linkBox {
  padding-bottom: 60px;
}
#forIseries2022ss .linkBox .left {
  border-right: 1px solid #000;
  display: inline-block;
}
#forIseries2022ss .linkBox .center {
  display: inline-block;
  font-size: 21px;
}
#forIseries2022ss .linkBox .right {
  border-left: 1px solid #000;
  display: inline-block;
}
#forIseries2022ss .linkBox a {
  padding: 20px 60px;
  display: inline-block;
}
#forIseries2022ss .sideSeason {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
  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);
}
#forIseries2022ss .sideSeason.active {
  opacity: 1;
}
#forIseries2022ss .conceptBox2 {
  text-align: center;
}
#forIseries2022ss .conceptBox2 .ttl {
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 1.8;
}
#forIseries2022ss .conceptBox2 .ttl span {
  font-size: 11px;
  letter-spacing: 0em;
}
#forIseries2022ss .conceptBox2 .desp p {
  margin-bottom: 20px;
}
#forIseries2022ss .box11 {
  margin: 0 -10px;
  margin-bottom: 60px;
}
#forIseries2022ss .box11 .left {
  float: left;
  width: calc(63% - 20px);
}
#forIseries2022ss .box11 .right {
  float: right;
  width: calc(37% - 20px);
}
#forIseries2022ss .box11 img {
  width: 100%;
}
#forIseries2022ss .box11 .caption {
  font-style: italic;
  font-size: 17px;
  padding-top: 20px;
}
#forIseries2022ss .box11 .credit {
  font-size: 12px;
  padding-top: 20px;
  letter-spacing: 0.1em;
}
#forIseries2022ss .box11 .credit a {
  border-bottom: 1px solid #000;
}
#forIseries2022ss .box11 .credit span {
  font-style: italic;
}
#forIseries2022ss .box12 {
  position: relative;
}
#forIseries2022ss .box12 .left {
  width: calc(60% - 20px);
}
#forIseries2022ss .box12 .right {
  width: calc(40% - 20px);
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 40px;
}
#forIseries2022ss .box12 .right .columnArea {
  width: 100%;
}
#forIseries2022ss .box12 .right .desp {
  margin-bottom: 40px;
}
#forIseries2022ss .date {
  text-align: center;
}
#forIseries2022ss .date2 {
  margin-bottom: 30px;
}
#forIseries2022ss .box11Sub {
  position: relative;
}
#forIseries2022ss .box11Sub .credit {
  text-align: right;
  padding-right: 10px;
}
#forIseries2022ss .box11Sub .left {
  position: absolute;
  bottom: 0;
  width: calc(50% - 20px);
}
#forIseries2022ss .box11Sub .left2 {
  margin-bottom: 0;
}
#forIseries2022ss .box11Sub .left2 .columnArea {
  text-align: right;
}
#forIseries2022ss .box11Sub .left3 {
  margin-bottom: 0;
}
#forIseries2022ss .box11Sub .right {
  width: calc(50% - 20px);
}
#forIseries2022ss .box11Sub .right .desp {
  width: 75%;
}
#forIseries2022ss .box11Sub .right img {
  margin-bottom: 30px;
}
#forIseries2022ss .columnArea .number {
  font-style: italic;
  font-size: 25px;
  margin-bottom: 30px;
}
#forIseries2022ss .columnArea .subTtl {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 30px;
}
#forIseries2022ss .columnArea .ttl {
  margin-bottom: 20px;
  font-size: 16px;
}
#forIseries2022ss .columnArea .desp {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: justify;
}
#forIseries2022ss .thumBox {
  text-align: center;
  font-size: 0;
  padding-top: 20px;
}
#forIseries2022ss .thumBox .each {
  display: inline-block;
  width: 35%;
  margin: 0 20px;
}
#forIseries2022ss .thumBox img {
  width: 100%;
}
#forIseries2022ss .sec2 {
  padding-top: 0;
}
#forIseries2022ss .collectiontTtl {
  text-align: center;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 80px;
}
#forIseries2022ss .collectionSlider {
  display: none;
}
#forIseries2022ss .collectionList {
  margin: 0 -30px;
}
#forIseries2022ss .collectionList > li {
  float: left;
  width: calc(50% - 60px);
  margin: 0 30px;
  margin-bottom: 100px;
}
#forIseries2022ss .collectionList > li:nth-child(2n+1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#forIseries2022ss .collectionList > li:nth-child(2n) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#forIseries2022ss .collectionList > li img {
  width: 100%;
  margin-bottom: 35px;
}
#forIseries2022ss .collectionList > li .ttl {
  margin-bottom: 20px;
  font-size: 16px;
}
#forIseries2022ss .collectionList > li .desp {
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: justify;
  width: 75%;
}
#forIseries2022ss .collectionList > li .link {
  font-size: 12px;
  letter-spacing: 0.1em;
}
#forIseries2022ss .collectionList > li .link a {
  border-bottom: 1px solid #000;
}
#forIseries2022ss .miniTtl {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
#forIseries2022ss .profileBox {
  padding-bottom: 30px;
}
#forIseries2022ss .profileBox img {
  width: 100%;
}
#forIseries2022ss .profileBox .left {
  width: 270px;
  float: left;
}
#forIseries2022ss .profileBox .left .face {
  float: left;
  width: 100px;
}
#forIseries2022ss .profileBox .left .face img {
  margin-bottom: 5px;
}
#forIseries2022ss .profileBox .left .face .caption {
  font-size: 8px;
  letter-spacing: 0.05em;
}
#forIseries2022ss .profileBox .left .nameBox {
  float: left;
  padding-left: 20px;
}
#forIseries2022ss .profileBox .left .nameBox .name {
  font-size: 16px;
  margin-bottom: 10px;
}
#forIseries2022ss .profileBox .left .nameBox .job {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
#forIseries2022ss .profileBox .right {
  float: right;
  width: calc(100% - 270px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: justify;
}
#forIseries2022ss .profileBox .right .snsBox {
  font-size: 13px;
  padding-top: 10px;
  text-align: left;
}
#forIseries2022ss .profileBox .right .snsBox a {
  border-bottom: 1px solid #000;
  margin-right: 15px;
}
#forIseries2022ss .lastSec {
  padding: 0;
}
#forIseries2022ss #secColumn1 {
  padding-bottom: 0;
}
#forIseries2022ss .shopList {
  text-align: center;
  margin-bottom: 80px;
  font-size: 13px;
}
#forIseries2022ss .bnrItem {
  margin-bottom: 30px;
}
#forIseries2022ss .bnrItem img {
  width: 100%;
}
#forIseries2022ss .bnrInstagram {
  text-align: center;
}
#forIseries2022ss .bnrInstagram a {
  font-size: 13px;
  display: inline-block;
  background-image: url(../images/ico_instagram.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  padding-left: 35px;
  letter-spacing: 0.25em;
}
#forIseries2022ss footer {
  font-size: 10px;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.05em;
}
#forIseries2022ss .spLogo {
  display: none;
}
#forIseries2022ss .parallax-window {
  min-height: 500px;
  background: transparent;
}
#forIseries2022ss .parallax-window2 {
  min-height: 300px;
  background: transparent;
}
#forIseries2022ss .mb50 {
  margin-bottom: 50px;
}
#forIseries2022ss .mb80 {
  margin-bottom: 80px;
}
#forIseries2022ss .mb160 {
  margin-bottom: 160px;
}
#forIseries2022ss #sec6 {
  padding-bottom: 140px;
}
@media screen and (max-width: 719px) {
  #forIseries2022ss {
    padding-top: 70px;
    /*
    #opening{
    	height: $hhh;
    	top: $hhhMargin;

    	.overArea{
    		white-space: normal;

    		.logo{
    			margin-left: 40px;
    			margin-right: 40px;
    			margin-bottom: 25px;
    		}
    		.anniversary{
    			margin-left: 80px;
    			margin-right: 80px;
    			top: 0;	
    		}
    	}	
    }
    */
    /*
    .spSlider{
    	pointer-events: none;
    }
    */
  }
  #forIseries2022ss .onlyPc {
    display: none;
  }
  #forIseries2022ss .onlySp {
    display: block;
  }
  #forIseries2022ss .spLogo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #forIseries2022ss .spLogo img {
    width: 70%;
  }
  #forIseries2022ss .mainVisual .topSlider .slide {
    display: block;
  }
  #forIseries2022ss .mainVisual {
    padding: 0px;
  }
  #forIseries2022ss .mainVisual .logo {
    display: none;
  }
  #forIseries2022ss .startLogo {
    display: none;
  }
  #forIseries2022ss .tabList {
    white-space: nowrap;
  }
  #forIseries2022ss .tabList li {
    font-size: 16px;
  }
  #forIseries2022ss .tabList li a {
    padding: 10px 0;
    width: 150px;
  }
  #forIseries2022ss .contentBox {
    padding-left: 30px;
    padding-right: 30px;
  }
  #forIseries2022ss .contentBox2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #forIseries2022ss .contentBox3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #forIseries2022ss .contentBox0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #forIseries2022ss .spSliderBig {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
  }
  #forIseries2022ss .sideSeason {
    display: none;
  }
  #forIseries2022ss .ph3 img {
    width: 100%;
    padding: 20px 0;
  }
  #forIseries2022ss .specialBox .ttl {
    margin-bottom: 20px;
  }
  #forIseries2022ss .spSlider123 {
    padding-top: 20px;
  }
  #forIseries2022ss .concpetBox {
    padding-top: 50px;
    margin-bottom: 0px;
  }
  #forIseries2022ss .concpetBox .ttl {
    margin-bottom: 30px;
  }
  #forIseries2022ss .thumList {
    margin: 0 -5px;
  }
  #forIseries2022ss .thumList li {
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
  #forIseries2022ss .box .left {
    float: none;
    width: auto;
  }
  #forIseries2022ss .box .right {
    float: none;
    width: auto;
  }
  #forIseries2022ss .spSlider img {
    width: 100%;
  }
  #forIseries2022ss .spSlider .slick-dots {
    bottom: -35px;
  }
  #forIseries2022ss .spSlider.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  #forIseries2022ss .pcSlider img {
    width: 100%;
  }
  #forIseries2022ss .pcSlider .slick-dots {
    bottom: -35px;
  }
  #forIseries2022ss .pcSlider.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  #forIseries2022ss .caption {
    font-size: 11px;
    line-height: 2.2;
  }
  #forIseries2022ss .style {
    margin-bottom: 10px;
  }
  #forIseries2022ss .sec {
    padding: 60px 0;
  }
  #forIseries2022ss .box00 .left {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  #forIseries2022ss .box00 .right {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  #forIseries2022ss .newsBox .desp {
    font-size: 12px;
  }
  #forIseries2022ss .columnBox .mainImg {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
  #forIseries2022ss .columnBox .logo {
    left: initial;
    position: relative;
    top: 0px;
    padding-bottom: 40px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  #forIseries2022ss .columnBox .logo img {
    width: 150px;
  }
  #forIseries2022ss .columnBox .logo.show {
    top: 0;
  }
  #forIseries2022ss .secColumn {
    padding-bottom: 0;
  }
  #forIseries2022ss .secColumn .date {
    text-align: center;
    margin-bottom: 20px;
  }
  #forIseries2022ss .linkBox {
    white-space: nowrap;
    font-size: 0;
    text-align: center;
  }
  #forIseries2022ss .linkBox a {
    padding: 10px 20px;
  }
  #forIseries2022ss .linkBox .left,
#forIseries2022ss .linkBox .right {
    font-size: 13px;
    width: 90px;
  }
  #forIseries2022ss .linkBox .center {
    font-size: 16px;
  }
  #forIseries2022ss .conceptBox2 .desp {
    font-size: 12px;
  }
  #forIseries2022ss .box11 {
    margin-left: 0;
    margin-right: 0;
  }
  #forIseries2022ss .box11 .left {
    float: none;
    width: auto;
  }
  #forIseries2022ss .box11 .right {
    float: none;
    width: auto;
  }
  #forIseries2022ss .box11 .caption {
    padding-top: 10px;
  }
  #forIseries2022ss .columnArea {
    width: auto;
    padding: 0;
  }
  #forIseries2022ss .columnArea .ttl {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-bottom: 20px;
  }
  #forIseries2022ss .box11Sub {
    margin-left: 0;
    margin-right: 0;
  }
  #forIseries2022ss .box11Sub .left {
    position: relative;
    bottom: initial;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #forIseries2022ss .box11Sub .right {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  #forIseries2022ss .box11Sub .right img {
    margin-bottom: 0;
  }
  #forIseries2022ss .box11Sub .credit {
    text-align: left;
    padding-right: 0;
  }
  #forIseries2022ss .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: 0px;
    top: 20px;
  }
  #forIseries2022ss .fadeLeft.active {
    opacity: 1;
    left: 0;
    top: 0;
  }
  #forIseries2022ss .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: 0px;
    top: 20px;
  }
  #forIseries2022ss .fadeRight.active {
    opacity: 1;
    right: 0;
    top: 0;
  }
  #forIseries2022ss .columnAreaCenter {
    text-align: center;
    margin-bottom: 60px;
  }
  #forIseries2022ss .columnAreaCenter .subTtl {
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 20px;
  }
  #forIseries2022ss .box12 .right {
    position: relative;
    bottom: initial;
    right: initial;
  }
  #forIseries2022ss .box11Sub .right {
    padding-top: 0;
  }
  #forIseries2022ss .collectionList {
    display: none;
  }
  #forIseries2022ss .collectionSlider {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
  }
  #forIseries2022ss .collectionSlider .img {
    margin-bottom: 60px;
  }
  #forIseries2022ss .collectionSlider .ttl {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #forIseries2022ss .collectionSlider .slick-active .ttl {
    opacity: 1;
  }
  #forIseries2022ss .collectionSlider .slick-active .desp {
    opacity: 1;
  }
  #forIseries2022ss .collectionSlider .slick-active .link {
    opacity: 1;
  }
  #forIseries2022ss .collectionSlider .desp {
    font-size: 12px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #forIseries2022ss .collectionSlider .link {
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #forIseries2022ss .collectionSlider .link a {
    border-bottom: 1px solid #000;
  }
  #forIseries2022ss .collectionSlider .slide {
    padding: 0 10px;
  }
  #forIseries2022ss .collectionSlider .slide img {
    width: 100%;
  }
  #forIseries2022ss .collectionSlider .slick-dots {
    bottom: initial;
    top: 117vw;
    top: 98vw;
  }
  #forIseries2022ss .lastSec {
    padding-top: 0;
  }
  #forIseries2022ss .profileBox .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  #forIseries2022ss .profileBox .left .face {
    width: 40%;
  }
  #forIseries2022ss .profileBox .left .nameBox .name {
    font-size: 16px;
  }
  #forIseries2022ss .profileBox .right {
    padding-top: 40px;
    clear: both;
    float: none;
    width: auto;
    border: none;
    padding: 0;
  }
  #forIseries2022ss .profileBox .right .snsBox {
    font-size: 15px;
  }
  #forIseries2022ss .shopList {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  #forIseries2022ss .bnrItem {
    margin-left: 0;
    margin-right: 0;
  }
  #forIseries2022ss .thumList li p {
    font-size: 18px;
  }
  #forIseries2022ss .collectionSlider .slide {
    background-color: #fff;
  }
  #forIseries2022ss .collectiontTtl {
    margin-bottom: 40px;
  }
  #forIseries2022ss .profileBox .left .nameBox .name {
    font-size: 19px;
  }
  #forIseries2022ss a.popup {
    display: inline-block;
  }
  #forIseries2022ss a.popupSp {
    pointer-events: all;
  }
  #forIseries2022ss .conceptBox2 .ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  #forIseries2022ss .collectionSlider .ttl {
    font-size: 13px;
  }
  #forIseries2022ss .fadeLeftSp {
    -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: -10px;
    top: 0;
  }
  #forIseries2022ss .fadeLeftSp.active {
    opacity: 1;
    left: 0;
  }
  #forIseries2022ss .fadeDelay11 {
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
  }
  #forIseries2022ss .fadeDelay12 {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #forIseries2022ss .fadeDelay13 {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #forIseries2022ss .pcSlider .slide {
    margin-bottom: 10px;
  }
  #forIseries2022ss .boxNoSp {
    margin-left: 0;
    margin-right: 0;
  }
  #forIseries2022ss .secColumn {
    padding-top: 40px;
  }
  #forIseries2022ss .thumBox {
    margin: 0 -35px;
    margin-bottom: 30px;
  }
  #forIseries2022ss .thumBox .each {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
  }
  #forIseries2022ss .collectionSlider .desp {
    text-align: justify;
  }
  #forIseries2022ss .collectionSlider1 {
    margin-bottom: 80px;
  }
  #forIseries2022ss .profileBox .left .nameBox .job {
    font-size: 11px;
  }
  #forIseries2022ss .conceptBox2 {
    margin-bottom: 50px;
  }
  #forIseries2022ss .columnAreaCenter {
    margin-bottom: 55px;
  }
  #forIseries2022ss .thumBox {
    padding-top: 40px;
  }
  #forIseries2022ss .shopList {
    margin-bottom: 60px;
  }
  #forIseries2022ss .mainVisual .topSlider .logo {
    display: none;
  }
  #forIseries2022ss .spSlider.noDot .slick-dots {
    display: none !important;
  }
  #forIseries2022ss .spSlider.noDot.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #forIseries2022ss #sec3 .mb80 {
    margin-bottom: 60px;
  }
  #forIseries2022ss #sec4 .mb50 {
    margin-bottom: 40px;
  }
  #forIseries2022ss #sec4 .mt00 {
    margin-bottom: 0;
  }
  #forIseries2022ss .mb60 {
    margin-bottom: 60px;
  }
  #forIseries2022ss #sec4 {
    padding-top: 0;
  }
  #forIseries2022ss .lastSec2 {
    padding-top: 0;
  }
  #forIseries2022ss .profileBox .right .snsBox a {
    font-size: 14px;
    letter-spacing: 0;
  }
  #forIseries2022ss .mb160 {
    margin-bottom: 120px;
  }
}