@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,
.cBox:after,
.imgBox:after,
.c9 .left:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa: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: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 500;
  font-family: "adobe-garamond-pro", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
}

.miniStr {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

header {
  background-color: #fff;
  height: 72px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: -72px;
  z-index: 11;
  -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);
}
header.active {
  top: 0;
}
header a {
  width: 142px;
  height: 43px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  margin-top: 15px;
  background-image: url(../images/hd_i_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

#button_container {
  display: block;
}

footer {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.snsList li {
  display: inline-block;
  margin-right: 15px;
}
.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);
}
.snsList li a:hover {
  opacity: 0.6;
}
.snsList li.instagram a {
  background-image: url("../images/ico_instagram.png");
  background-size: 19px auto;
}
.snsList li.facebook a {
  background-image: url("../images/ico_facebook.png");
  background-size: 19px auto;
}
.snsList li.twitter a {
  background-image: url("../images/ico_twitter.png");
  background-size: 21px auto;
}

#forIseries2021 {
  margin-bottom: 100px;
}
#forIseries2021 .pcBox {
  display: block;
}
#forIseries2021 .spBox {
  display: none;
}
#forIseries2021 .onlyPc {
  display: block;
}
#forIseries2021 .onlySp {
  display: none;
}
#forIseries2021 .sec {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  /*
  	transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  	opacity: 0;
  	transition-delay: 0.25s;

  	&.active{
  		opacity: 1;
  		top: 0;
  	}
  */
}
#forIseries2021 .contentBox {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
#forIseries2021 .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;
}
#forIseries2021 .fade.active {
  opacity: 1;
  top: 0;
}
#forIseries2021 .mainVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#forIseries2021 .mainVisual .logo {
  position: absolute;
  left: 65%;
  top: 50%;
  text-align: center;
  z-index: 10;
  width: 40vw;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  -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;
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#forIseries2021 .mainVisual .logo img {
  max-width: 100%;
}
#forIseries2021 .mainVisual #date {
  position: fixed;
  right: 22px;
  top: 50%;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -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;
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#forIseries2021 .mainVisual #date img {
  max-width: 100%;
}
#forIseries2021 .mainVisual.active {
  opacity: 1;
}
#forIseries2021 .mainVisual.active .bg {
  opacity: 1;
}
#forIseries2021 .mainVisual.active .logo {
  opacity: 1;
}
#forIseries2021 .mainVisual.active #date {
  opacity: 1;
}
#forIseries2021 .topSlider img {
  width: 100vw;
}
#forIseries2021 .topSlider .slide {
  vertical-align: bottom;
}
#forIseries2021 .concpetBox {
  background-color: #edf6f2;
  text-align: center;
  padding: 60px 0;
  letter-spacing: 0.2em;
}
#forIseries2021 h2.ttl {
  font-size: 17px;
  letter-spacing: 0.4em;
  margin-bottom: 50px;
  font-weight: 600;
}
#forIseries2021 h2.ttl:before {
  content: "　";
  display: inline-block;
  background-image: url(../images/ico_circle.png);
  background-repeat: no-repeat;
  background-size: 2.5px;
  background-position: center 9px;
}
#forIseries2021 h2.ttl:after {
  content: "　";
  display: inline-block;
  background-image: url(../images/ico_circle.png);
  background-repeat: no-repeat;
  background-size: 2.5px;
  background-position: left 6px top 8px;
}
#forIseries2021 h2.ttl.big {
  font-size: 23px;
  margin-bottom: 10px;
}
#forIseries2021 h3.ttl {
  font-size: 17px;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
#forIseries2021 .centerTx {
  text-align: center;
}
#forIseries2021 .tabList {
  padding-top: 60px;
}
#forIseries2021 .tabList li {
  display: inline-block;
  margin: 0 50px;
}
#forIseries2021 .tabList li a {
  width: 107px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  display: inline-block;
  padding: 8px 0;
  font-weight: 600;
  -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);
}
#forIseries2021 .tabList li a:hover {
  opacity: 0.6;
}
#forIseries2021 .sec img {
  width: 100%;
}
#forIseries2021 .cBox .img01 {
  -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;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
}
#forIseries2021 .cBox .img02 {
  -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;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  position: relative;
}
#forIseries2021 .cBox .img03 {
  -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;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  position: relative;
}
#forIseries2021 .cBox .img04 {
  -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;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  position: relative;
}
#forIseries2021 .cBox .img05 {
  -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;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  position: relative;
}
#forIseries2021 .cBox .captionBox {
  -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;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#forIseries2021 .cBox.active .img01 {
  opacity: 1;
  top: 0;
}
#forIseries2021 .cBox.active .img02 {
  opacity: 1;
  top: 0;
}
#forIseries2021 .cBox.active .img03 {
  opacity: 1;
  top: 0;
}
#forIseries2021 .cBox.active .img04 {
  opacity: 1;
  top: 0;
}
#forIseries2021 .cBox.active .img05 {
  opacity: 1;
  top: 0;
}
#forIseries2021 .cBox.active .captionBox {
  opacity: 1;
  top: 0;
}
#forIseries2021 .captionBox .ttl {
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#forIseries2021 .captionBox .desp {
  line-height: 220%;
  letter-spacing: 0.05em;
  font-size: 12px;
}
#forIseries2021 .captionBox .desp a {
  text-decoration: underline;
}
#forIseries2021 .captionBox .desp span {
  font-style: italic;
  text-decoration: none;
}
#forIseries2021 .captionBox2 .ttl {
  float: left;
  margin-right: 30px;
}
#forIseries2021 .captionBox2 .desp {
  float: left;
}
#forIseries2021 .c1 .left {
  margin-left: 8.33%;
  width: 45.83vw;
  float: left;
}
#forIseries2021 .c1 .right {
  width: 33.33vw;
  float: right;
}
#forIseries2021 .c1 .left2 {
  width: 25vw;
  float: left;
}
#forIseries2021 .c1 .right2 {
  width: 8.33vw;
  float: right;
}
#forIseries2021 .c1 .left3 {
  width: 25vw;
  float: left;
}
#forIseries2021 .c1 .img01 {
  top: 80px;
}
#forIseries2021 .c1 .img02 {
  top: 0;
  right: -80px;
}
#forIseries2021 .c1 .img03 {
  top: 0;
  left: -80px;
}
#forIseries2021 .c1.active .img01 {
  top: 0;
}
#forIseries2021 .c1.active .img02 {
  right: 0;
}
#forIseries2021 .c1.active .img03 {
  left: 0;
}
#forIseries2021 .c2 .img01 {
  top: 80px;
}
#forIseries2021 .c2 .img02 {
  top: 0;
  right: -80px;
}
#forIseries2021 .c2 .img03 {
  top: 0;
  left: -80px;
}
#forIseries2021 .c2 .img04 {
  top: 0;
  right: -80px;
}
#forIseries2021 .c2 .img05 {
  top: 0;
  left: 80px;
}
#forIseries2021 .c2.active .img02 {
  right: 0;
}
#forIseries2021 .c2.active .img03 {
  left: 0;
}
#forIseries2021 .c2.active .img04 {
  right: 0;
}
#forIseries2021 .c2.active .img05 {
  left: 0px;
}
#forIseries2021 .c3 .img01 {
  left: -80px;
}
#forIseries2021 .c3 .img02 {
  right: -80px;
}
#forIseries2021 .c3.active .img01 {
  left: 0;
}
#forIseries2021 .c3.active .img02 {
  right: 0;
}
#forIseries2021 .c4 .img01 {
  left: -80px;
}
#forIseries2021 .c4 .img02 {
  top: 0;
  left: -80px;
}
#forIseries2021 .c4 .img03 {
  top: 0;
  left: 80px;
}
#forIseries2021 .c4 .img04 {
  top: 80px;
}
#forIseries2021 .c4.active .img01 {
  left: 0;
}
#forIseries2021 .c4.active .img02 {
  left: 0;
}
#forIseries2021 .c4.active .img03 {
  left: 0px;
}
#forIseries2021 .c4.active .img04 {
  top: 0;
}
#forIseries2021 .c5 .img01 {
  left: -80px;
}
#forIseries2021 .c5 .img02 {
  top: 80px;
}
#forIseries2021 .c5 .img03 {
  top: 0;
  left: 80px;
}
#forIseries2021 .c5.active .img01 {
  left: 0;
}
#forIseries2021 .c5.active .img02 {
  top: 0;
}
#forIseries2021 .c5.active .img03 {
  left: 0px;
}
#forIseries2021 .c6 .img01 {
  top: 80px;
}
#forIseries2021 .c6 .img02 {
  top: 80px;
}
#forIseries2021 .c6 .img03 {
  top: 80px;
}
#forIseries2021 .c6 .img04 {
  top: 80px;
}
#forIseries2021 .c6 .img05 {
  right: 80px;
}
#forIseries2021 .c6.active .img01 {
  top: 0;
}
#forIseries2021 .c6.active .img02 {
  top: 0;
}
#forIseries2021 .c6.active .img03 {
  top: 0;
}
#forIseries2021 .c6.active .img04 {
  top: 0;
}
#forIseries2021 .c6.active .img05 {
  right: 0;
}
#forIseries2021 .c7 .img01 {
  top: 0;
  left: -80px;
}
#forIseries2021 .c7 .img02 {
  right: -80px;
}
#forIseries2021 .c7 .img03 {
  top: 80px;
}
#forIseries2021 .c7.active .img01 {
  top: 0;
  left: 0;
}
#forIseries2021 .c7.active .img02 {
  right: 0;
}
#forIseries2021 .c7.active .img03 {
  top: 0;
}
#forIseries2021 .c11 .img01 {
  top: 0;
  left: 80px;
}
#forIseries2021 .c11 .img02 {
  top: 0;
  left: -80px;
}
#forIseries2021 .c11.active .img01 {
  left: 0;
}
#forIseries2021 .c11.active .img02 {
  left: 0;
}
#forIseries2021 .c2 .left {
  width: 50vw;
  float: left;
}
#forIseries2021 .c2 .left .left2 {
  width: 21.91vw;
  float: left;
}
#forIseries2021 .c2 .left .right2 {
  width: 21.66vw;
  float: left;
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
}
#forIseries2021 .c2 .left .left3 {
  width: 28.75vw;
  float: left;
}
#forIseries2021 .c2 .left .right3 {
  float: left;
  padding-left: 3.75vw;
}
#forIseries2021 .c2 .right {
  width: 45.83vw;
  float: right;
}
#forIseries2021 .c2 .right .right4 {
  float: right;
  width: 10.16vw;
}
#forIseries2021 .sec3 {
  padding-top: 0;
}
#forIseries2021 .c3 .left {
  width: 38.91vw;
  float: left;
  margin-left: 10.16vw;
}
#forIseries2021 .c3 .right {
  width: 38.91vw;
  float: right;
  margin-right: 10.16vw;
}
#forIseries2021 .c3 .captionBox {
  padding-top: 5vw;
}
#forIseries2021 .c4 .left {
  width: 54.08vw;
  float: left;
}
#forIseries2021 .c4 .right {
  width: 41.25vw;
  float: right;
}
#forIseries2021 .c4 .left2 {
  width: 8.33vw;
  float: left;
}
#forIseries2021 .c4 .right2 {
  width: 45.75vw;
  float: right;
  padding-top: 5.83vw;
}
#forIseries2021 .c4 .left3 {
  float: left;
  padding-top: 20.58vw;
  padding-bottom: 13.28vw;
}
#forIseries2021 .c4 .right3 {
  width: 19vw;
  float: right;
}
#forIseries2021 .c5 {
  position: relative;
}
#forIseries2021 .c5 .left {
  width: 71.75vw;
  float: left;
}
#forIseries2021 .c5 .right {
  width: 28.25vw;
  float: right;
}
#forIseries2021 .c5 .left2 {
  width: 38.91vw;
  float: left;
}
#forIseries2021 .c5 .right2 {
  width: 31.08vw;
  float: right;
  padding-top: 24.16vw;
}
#forIseries2021 .c5 .right4 {
  padding-left: 4.16vw;
}
#forIseries2021 .c5 .right4 .captionBox {
  position: absolute;
  top: initial;
  bottom: 0;
}
#forIseries2021 .c6 .left {
  width: 32.75vw;
  float: left;
  margin-right: 0.833vw;
}
#forIseries2021 .c6 .center {
  width: 32.75vw;
  float: left;
}
#forIseries2021 .c6 .right {
  width: 32.75vw;
  float: right;
}
#forIseries2021 .c6 .captionBox {
  padding-top: 5vw;
}
#forIseries2021 .c6 .box2 {
  padding-top: 32.8vw;
}
#forIseries2021 .c6 .box3 {
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}
#forIseries2021 .sec7 {
  padding-top: 0;
}
#forIseries2021 .c7 .left {
  width: 38.91vw;
  float: left;
  margin-left: 10vw;
  padding-top: 12.5vw;
}
#forIseries2021 .c7 .right {
  width: 42.66vw;
  float: right;
}
#forIseries2021 .c7 .left2 {
  float: left;
  padding-top: 12.5vw;
}
#forIseries2021 .c7 .right2 {
  float: right;
  width: 8.33vw;
}
#forIseries2021 .c7 .box2 {
  width: 25.41vw;
}
#forIseries2021 .c8 {
  width: 46.66vw;
  float: right;
  margin-right: 4.08vw;
}
#forIseries2021 .c8 .captionBox {
  padding-top: 10%;
  padding-left: 39%;
}
#forIseries2021 .c9 img {
  width: 25%;
  float: left;
}
#forIseries2021 .c10 {
  padding-top: 6%;
}
#forIseries2021 .c10 .left {
  float: left;
  padding-left: 8.33vw;
}
#forIseries2021 .c10 .right {
  float: right;
  padding-right: 8.33vw;
}
#forIseries2021 .c11 {
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}
#forIseries2021 .c11 img {
  float: left;
  width: 50%;
}
#forIseries2021 .c11 img:first-child {
  padding-right: 1vw;
}
#forIseries2021 .c11 img:nth-child(2) {
  padding-left: 1vw;
}
#forIseries2021 .c12 {
  padding-top: 6%;
}
#forIseries2021 .c12 .left {
  float: left;
  padding-left: 16vw;
}
#forIseries2021 .c12 .right {
  float: right;
  padding-right: 16vw;
}

/* ------------------------------------------
ipad
------------------------------------------ */
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #button_container {
    display: block;
  }

  header {
    height: 49px;
  }
  header a {
    width: 96px;
    height: 29px;
    margin-top: 10px;
  }

  #button_container {
    top: 0px;
  }

  footer {
    padding-top: 40px;
  }

  #forIseries2021 .pcBox {
    display: none;
  }
  #forIseries2021 .spBox {
    display: block;
  }
  #forIseries2021 .onlyPc {
    display: none;
  }
  #forIseries2021 .onlySp {
    display: block;
  }
  #forIseries2021 .sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #forIseries2021 h3.ttl {
    margin-bottom: 30px;
  }
  #forIseries2021 .mainVisualSp {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #forIseries2021 .mainVisualSp .logo {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate(0px, -40%);
        -ms-transform: translate(0px, -40%);
            transform: translate(0px, -40%);
    padding: 0 60px;
    -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);
    opacity: 0;
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
    top: 52%;
  }
  #forIseries2021 .mainVisualSp .logo img {
    max-width: 100%;
  }
  #forIseries2021 .mainVisualSp #date {
    position: fixed;
    right: -20px;
    top: 50%;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -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;
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #forIseries2021 .mainVisualSp #date img {
    width: 8px;
  }
  #forIseries2021 .mainVisualSp .mainImg {
    -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);
    opacity: 0;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #forIseries2021 .mainVisualSp .mainImg img {
    width: 100%;
  }
  #forIseries2021 .mainVisualSp.active .logo {
    opacity: 1;
    top: 50%;
  }
  #forIseries2021 .mainVisualSp.active .mainImg {
    opacity: 1;
  }
  #forIseries2021 .mainVisualSp.active #date {
    opacity: 1;
    right: 20px;
  }
  #forIseries2021 .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #forIseries2021 h2.ttl {
    letter-spacing: 0.3em;
    margin-bottom: 30px;
  }
  #forIseries2021 .tabList {
    padding-top: 40px;
  }
  #forIseries2021 .tabList li {
    margin: 0 20px;
  }
  #forIseries2021 .cSp01 .img {
    width: 62%;
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
  }
  #forIseries2021 .cSp01 .box {
    background-image: url(../images/img_look03_green.jpg);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: right top;
  }
  #forIseries2021 .cSp01 .captionBox {
    clear: both;
    padding-left: 30%;
  }
  #forIseries2021 .sec2 {
    padding-bottom: 0;
  }
  #forIseries2021 .sec3 {
    padding-top: 0;
  }
  #forIseries2021 .cSp02 {
    /*
    	.box{
    		background-image:url(../images/img_look07_green.jpg);
    		background-repeat:no-repeat;
    		background-size: 30% auto;
    		background-position: left bottom;		
    	}
    */
  }
  #forIseries2021 .cSp02 .img {
    width: calc(70% - 25px);
    margin-top: 40px;
    margin-left: 30%;
  }
  #forIseries2021 .cSp02 .box {
    position: relative;
  }
  #forIseries2021 .cSp02 .captionBox {
    position: absolute;
    left: 0px;
    top: 58%;
    z-index: 2;
  }
  #forIseries2021 .cSp02 .bg {
    width: 30%;
  }
  #forIseries2021 .cSp03 {
    /*
    	.box{
    		background-image:url(../images/img_look07_green.jpg);
    		background-repeat:no-repeat;
    		background-size: 30% auto;
    		background-position: left bottom;		
    	}
    */
  }
  #forIseries2021 .cSp03 .img {
    width: 79.6%;
    width: 86.66%;
    margin-left: -25px;
    padding-top: 34%;
  }
  #forIseries2021 .cSp03 .box {
    position: relative;
  }
  #forIseries2021 .cSp03 .captionBox {
    position: absolute;
    right: 0;
    z-index: 2;
  }
  #forIseries2021 .cSp03 .bg {
    width: 79.66%;
    float: right;
  }
  #forIseries2021 .captionBox {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
  #forIseries2021 .captionBox .ttl {
    margin-bottom: 30px;
  }
  #forIseries2021 .cSp04 .box {
    position: relative;
  }
  #forIseries2021 .cSp04 .captionBox {
    position: absolute;
    right: 0px;
    top: 18%;
    z-index: 2;
  }
  #forIseries2021 .cSp04 .img {
    padding-top: 40px;
    width: 55%;
  }
  #forIseries2021 .cSp04 .img2 {
    width: 72.33%;
    float: right;
    padding-top: 30px;
  }
  #forIseries2021 .cSp04 .box2 {
    background-image: url(../images/img_look14_green.jpg);
    background-repeat: no-repeat;
    background-size: 55% auto;
    background-position: left top;
    padding-bottom: 120px;
  }
  #forIseries2021 .sec4 {
    padding-bottom: 0;
  }
  #forIseries2021 .sec5 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #forIseries2021 .cSp05 .img {
    width: 79.6%;
    width: 86.66%;
    width: 80vw;
    margin-right: -25px;
    padding-top: 40px;
    float: right;
  }
  #forIseries2021 .cSp05 .box {
    position: relative;
  }
  #forIseries2021 .cSp05 .captionBox {
    position: absolute;
    left: 0;
    bottom: -21%;
    z-index: 2;
    top: initial;
  }
  #forIseries2021 .cSp05 .bg {
    width: 20vw;
  }
  #forIseries2021 .sec6 {
    padding-top: 0;
  }
  #forIseries2021 .cSp06 .img {
    width: 57%;
    margin-top: 25px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: right;
  }
  #forIseries2021 .cSp06 .box2 {
    padding-top: 40px;
    padding-left: 18.66%;
    padding-right: 18.66%;
    top: 20px;
  }
  #forIseries2021 .cSp06 .box {
    background-image: url(../images/img_look22_green.jpg);
    background-repeat: no-repeat;
    background-size: 81.3% auto;
    background-position: right 0;
  }
  #forIseries2021 .cSp06 .captionBox {
    clear: both;
    padding-left: 40%;
  }
  #forIseries2021 .sec7 {
    padding-bottom: 0;
  }
  #forIseries2021 .cSp07 .mainImg {
    margin-bottom: 40px;
  }
  #forIseries2021 .cSp07 .img {
    width: 62%;
    margin-bottom: 20px;
    float: left;
    margin-left: 25px;
  }
  #forIseries2021 .cSp07 .box {
    background-image: url(../images/img_look24_green.jpg);
    background-repeat: no-repeat;
    background-size: 58% auto;
    background-position: right top;
  }
  #forIseries2021 .cSp07 .captionBox {
    clear: both;
  }
  #forIseries2021 .c5 .right4 .captionBox {
    position: relative;
    top: initial;
    bottom: initial;
  }
}