@charset "UTF-8";
#forIseries2021_column {
  /*
  .c7Height{
  	.contentBox{
  		position: relative;
  	}

  	.left{
  		position: absolute;
  		padding-top: 0;
  		bottom: 0;
  		padding-bottom: 5px;
  	}
  }
  */
}
#forIseries2021_column .pcBox {
  display: block;
}
#forIseries2021_column .spBox {
  display: none;
}
#forIseries2021_column .onlyPc {
  display: block;
}
#forIseries2021_column .onlySp {
  display: none;
}
#forIseries2021_column .sec {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
#forIseries2021_column .sec:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#forIseries2021_column .sec:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
}
#forIseries2021_column #column:before,
#forIseries2021_column .lastSec:before {
  display: none;
}
#forIseries2021_column #column:after,
#forIseries2021_column .lastSec:after {
  display: none;
}
#forIseries2021_column .contentBox {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 2;
}
#forIseries2021_column .contentBoxMini {
  padding-left: 60px;
  padding-right: 60px;
}
#forIseries2021_column .fade {
  -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;
}
#forIseries2021_column .fade.active {
  opacity: 1;
}
#forIseries2021_column #column {
  height: 150vh;
  height: 1500px;
}
#forIseries2021_column .stickyBox {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  height: 1000px;
}
#forIseries2021_column .mainVisual {
  position: relative;
  width: 100%;
}
#forIseries2021_column .mainVisual .overArea {
  position: relative;
  text-align: center;
  z-index: 3;
  padding-top: 120px;
}
#forIseries2021_column .mainVisual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 880px;
  -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;
  background-color: #fdf5da;
}
#forIseries2021_column .mainVisual h2.ttl {
  font-size: 20px;
  margin-bottom: 60px;
  -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.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#forIseries2021_column .mainVisual .mainImg {
  width: 710px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  -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;
}
#forIseries2021_column .mainVisual .mainImg img {
  width: 100%;
}
#forIseries2021_column .mainVisual .concept {
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 40px;
  letter-spacing: 0.3em;
  -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.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#forIseries2021_column .mainVisual .concept .job {
  font-size: 13px;
}
#forIseries2021_column .mainVisual .concept span {
  font-size: 18px;
  font-weight: 300;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#forIseries2021_column .mainVisual .concept2 {
  margin-bottom: 100px;
  line-height: 2;
  letter-spacing: 0.3em;
  -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;
}
#forIseries2021_column .mainVisual.active .bg {
  opacity: 1;
}
#forIseries2021_column .mainVisual.active h2.ttl {
  opacity: 1;
}
#forIseries2021_column .mainVisual.active .concept {
  opacity: 1;
}
#forIseries2021_column .mainVisual.active .mainImg {
  opacity: 1;
}
#forIseries2021_column .mainVisual.active .concept2 {
  opacity: 1;
}
#forIseries2021_column h2.ttl {
  font-size: 20px;
  letter-spacing: 0.4em;
  margin-bottom: 50px;
  font-weight: 600;
}
#forIseries2021_column h2.ttl span {
  position: relative;
  padding: 0 15px;
}
#forIseries2021_column h2.ttl span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column h2.ttl span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  right: 7px;
  top: 8.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column h2.ttl.big {
  font-size: 23px;
  margin-bottom: 10px;
}
#forIseries2021_column .box img {
  max-width: 100%;
}
#forIseries2021_column .box {
  margin-bottom: 100px;
}
#forIseries2021_column .mainTtl {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 70px;
  line-height: 180%;
}
#forIseries2021_column .mainTtl span {
  position: relative;
  padding: 0 15px;
}
#forIseries2021_column .mainTtl span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 11.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column .mainTtl span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  right: 5px;
  top: 11.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column .captionBox .ttl {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 60px;
  line-height: 180%;
}
#forIseries2021_column .captionBox .ttl span {
  position: relative;
  padding: 0 15px;
}
#forIseries2021_column .captionBox .ttl span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 11.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column .captionBox .ttl span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  right: 4px;
  top: 11.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}
#forIseries2021_column .captionBox .subTtl {
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 220%;
  margin-bottom: 20px;
}
#forIseries2021_column .captionBox .desp {
  line-height: 220%;
  letter-spacing: 0.12em;
  line-height: 210%;
  text-align: justify;
  font-size: 13px;
}
#forIseries2021_column .captionBox .desp sup {
  position: relative;
  top: -0.4em;
}
#forIseries2021_column .captionBox .credit {
  padding-top: 60px;
  padding-top: 35px;
  line-height: 220%;
  letter-spacing: 0.1em;
}
#forIseries2021_column .captionBox .credit a {
  border-bottom: 1px solid #000;
}
#forIseries2021_column .captionBox .credit span {
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
#forIseries2021_column .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: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  top: 50px;
}
#forIseries2021_column .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.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  position: relative;
  top: 40px;
}
#forIseries2021_column .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.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: relative;
  top: 30px;
}
#forIseries2021_column .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: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
  top: 20px;
}
#forIseries2021_column .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: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  position: relative;
  top: 10px;
}
#forIseries2021_column .cBox .img06 {
  -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.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  top: 0px;
}
#forIseries2021_column .cBox .img07 {
  -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;
  top: 10px;
}
#forIseries2021_column .cBox .img08 {
  -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.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  position: relative;
  top: 0px;
}
#forIseries2021_column .cBox .img09 {
  -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.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  position: relative;
  top: 10px;
}
#forIseries2021_column .cBox .img10 {
  -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;
  top: 0px;
}
#forIseries2021_column .cBox .captionBox .ttl {
  -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.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  position: relative;
  top: 10px;
}
#forIseries2021_column .cBox .captionBox .subTtl {
  -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.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  top: 10px;
}
#forIseries2021_column .cBox .captionBox .desp {
  -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;
  top: 10px;
}
#forIseries2021_column .cBox .captionBox .credit {
  -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.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  position: relative;
  top: 10px;
}
#forIseries2021_column .cBox.active .img01 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img02 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img03 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img04 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img05 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img06 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img07 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img08 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img09 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .img10 {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .captionBox .ttl {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .captionBox .subTtl {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .captionBox .desp {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .cBox.active .captionBox .credit {
  opacity: 1;
  top: 0;
}
#forIseries2021_column .c1 .left {
  float: left;
  width: 39%;
  margin-left: 13%;
}
#forIseries2021_column .c1 .right {
  float: right;
  width: 28%;
  margin-right: 12%;
}
#forIseries2021_column .c1 .ttl {
  padding-top: 60px;
}
#forIseries2021_column .c2 .left {
  float: right;
  width: 28%;
  margin-right: 8%;
}
#forIseries2021_column .c2 .right {
  float: right;
  width: 33%;
  margin-right: 7%;
}
#forIseries2021_column .c2 .box {
  margin-bottom: 60px;
}
#forIseries2021_column .c3 .left {
  float: left;
  width: 45.8%;
  margin-left: 6%;
  margin-top: -18%;
}
#forIseries2021_column .c3 .right {
  float: right;
  width: 33%;
  margin-right: 7%;
}
#forIseries2021_column .c3 .captionBox {
  width: 61%;
  padding-top: 80px;
  float: left;
  width: 61.8%;
  margin-left: 39%;
}
#forIseries2021_column .c4 .left {
  float: left;
  width: 39%;
  margin-left: 13%;
}
#forIseries2021_column .c4 .right {
  float: right;
  width: 28%;
  margin-right: 12%;
  padding-top: 11%;
}
#forIseries2021_column .c4 .captionBox .ttl:after {
  background-image: none;
}
#forIseries2021_column .c4 .captionBox .ttl .mark {
  background-position: left 19px;
}
#forIseries2021_column .c5 .left {
  padding-top: 11%;
  float: left;
  width: 30%;
  margin-left: 13%;
  padding-left: 60px;
}
#forIseries2021_column .c5 .right {
  float: right;
  width: 41%;
  margin-right: 7%;
}
#forIseries2021_column .c6 .left {
  float: left;
  width: 30%;
  margin-left: 13%;
}
#forIseries2021_column .c6 .right {
  float: right;
  width: 41%;
  margin-right: 7%;
  padding-right: 8%;
  margin-top: -8px;
}
#forIseries2021_column .c6 .subTtl {
  white-space: nowrap;
}
#forIseries2021_column .c6 .box {
  margin-bottom: 0;
}
#forIseries2021_column .c7 .left {
  float: left;
  width: 30%;
  margin-left: 13%;
  padding-top: 60px;
}
#forIseries2021_column .c7 .right {
  float: right;
  width: 41%;
  margin-right: 7%;
  margin-top: -16%;
}
#forIseries2021_column .c7 .captionBox {
  width: 80%;
  padding-top: 60px;
}
#forIseries2021_column .c8 .left {
  float: left;
  width: 30%;
  margin-left: 13%;
  padding-left: 60px;
  padding-top: 11%;
}
#forIseries2021_column .c8 .right {
  float: right;
  width: 41%;
  margin-right: 7%;
}
#forIseries2021_column .centerTx {
  text-align: center;
}
#forIseries2021_column .itemList {
  margin: 0 -25px;
  margin: 0 65px;
}
#forIseries2021_column .itemList li {
  float: left;
  width: calc(50% - 50px);
  margin: 0 25px;
  margin-bottom: 50px;
  letter-spacing: 0.3em;
  line-height: 220%;
  /*

  		&.img01{
  			transition-delay: 0.3s;
  		}
  		&.img02{
  			transition-delay: 0.6s;
  		}
  		&.img03{
  			transition-delay: 0.9s;
  		}
  		&.img04{
  			transition-delay: 1.2s;
  		}
  		&.img05{
  			transition-delay: 1.5s;
  			opacity: 0;
  			top: 30px;
  			transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
  			position: relative;
  		}
  		&.img06{
  			transition-delay: 1.8s;
  			opacity: 0;
  			top: 30px;
  			transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
  			position: relative;
  		}
  */
}
#forIseries2021_column .itemList li.img00 {
  padding-top: 11%;
  padding-left: 7%;
}
#forIseries2021_column .itemList li .img {
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
#forIseries2021_column .itemList li .despArea {
  float: right;
  width: calc(50% - 30px);
}
#forIseries2021_column .itemList li .despArea .credit {
  letter-spacing: 0.05em;
  text-align: left;
}
#forIseries2021_column .itemList li .ttl {
  font-size: 15px;
  margin-bottom: 30px;
}
#forIseries2021_column .itemList li .desp {
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: justify;
}
#forIseries2021_column .itemList li a {
  letter-spacing: 0.1em;
  text-decoration: underline;
}
#forIseries2021_column .itemList li .popupBtn {
  background-image: url(../images/ico_popup.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 10px bottom 10px;
  display: inline-block;
  width: 27px;
  height: 27px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: none;
}
#forIseries2021_column .profileBox {
  margin-left: 12.5%;
  margin-right: 12.5%;
  position: relative;
}
#forIseries2021_column .profileBox .left {
  float: left;
  width: 375px;
  position: relative;
}
#forIseries2021_column .profileBox .left .face {
  float: left;
  width: 120px;
  margin-right: 30px;
}
#forIseries2021_column .profileBox .left .nameBox {
  position: absolute;
  left: 150px;
  bottom: -5px;
  font-size: 12px;
  line-height: 160%;
}
#forIseries2021_column .profileBox .left .nameBox .profile {
  font-style: italic;
  letter-spacing: 0.2em;
}
#forIseries2021_column .profileBox .left .nameBox .name {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 19px;
  letter-spacing: 0.3em;
}
#forIseries2021_column .profileBox .left .nameBox .job {
  letter-spacing: 0.1em;
}
#forIseries2021_column .profileBox .right {
  float: right;
  width: calc(100% - 375px);
  line-height: 171%;
  text-align: justify;
  font-size: 13px;
  letter-spacing: 0.2em;
  position: inherit;
}
#forIseries2021_column .profileBox .right .linkBox {
  position: absolute;
  bottom: -7px;
}
#forIseries2021_column .profileBox .captionBox .ttl:after {
  background-position: left 19px;
}
#forIseries2021_column .profileBox .captionBox .desp {
  padding-right: 20%;
}
#forIseries2021_column .shopBox {
  margin-left: 12.5%;
  margin-right: 12.5%;
}
#forIseries2021_column .mainTtl2 {
  margin-bottom: 20px;
}
#forIseries2021_column .mainTtl2 span:before {
  top: 10px;
}
#forIseries2021_column .mainTtl2 span:after {
  top: 10px;
}
#forIseries2021_column .shopList {
  margin-bottom: 40px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
#forIseries2021_column .bnrItem {
  margin-bottom: 30px;
}
#forIseries2021_column .bnrInstagram {
  text-align: center;
}
#forIseries2021_column .bnrInstagram a {
  font-size: 13px;
  display: inline-block;
  background-image: url(../images/img_instagram.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left center;
  padding-left: 35px;
  color: #a9a9a9;
  letter-spacing: 0.25em;
}

/* ------------------------------------------
ipad
------------------------------------------ */
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #forIseries2021_column {
    /*
    .c4 .captionBox .ttl::after{
    	background-position: left 13px;
    }
    */
    /*
    .sec{
    	padding-bottom: 40px;
    }
    */
  }
  #forIseries2021_column .pcBox {
    display: none;
  }
  #forIseries2021_column .spBox {
    display: block;
  }
  #forIseries2021_column .onlyPc {
    display: none;
  }
  #forIseries2021_column .onlySp {
    display: block;
  }
  #forIseries2021_column .sec {
    padding-top: 70px;
  }
  #forIseries2021_column h3.ttl {
    margin-bottom: 30px;
  }
  #forIseries2021_column .mainVisual.active {
    padding-top: 0;
  }
  #forIseries2021_column .mainVisual .overArea {
    padding-top: 80px;
  }
  #forIseries2021_column .mainVisual h2.ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #forIseries2021_column .mainVisual .concept {
    font-size: 16px;
    margin-bottom: 22px;
  }
  #forIseries2021_column .mainVisual .concept .job {
    font-size: 11px;
  }
  #forIseries2021_column .mainVisual .mainImg {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
    margin-bottom: 20px;
    -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);
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #forIseries2021_column .mainVisual .concept2 {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #forIseries2021_column .cBox .img01 {
    top: 10px;
  }
  #forIseries2021_column .mainVisual .bg {
    height: 270px;
  }
  #forIseries2021_column .sec {
    padding-top: 50px;
  }
  #forIseries2021_column .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #forIseries2021_column .c1 .left {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #forIseries2021_column .c1 .right {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #forIseries2021_column .c1 .captionBox {
    padding-left: 0;
  }
  #forIseries2021_column .c1 .captionBox .ttl {
    text-align: left;
  }
  #forIseries2021_column .c1 .ttl {
    padding-top: 20px;
  }
  #forIseries2021_column .captionBox .ttl {
    font-size: 17px;
    margin-bottom: 35px;
  }
  #forIseries2021_column .captionBox .subTtl {
    font-size: 14px;
    line-height: 190%;
    margin-bottom: 10px;
  }
  #forIseries2021_column .captionBox .desp {
    font-size: 12px;
    line-height: 190%;
  }
  #forIseries2021_column .captionBox .credit {
    padding-top: 25px;
    font-size: 12px;
  }
  #forIseries2021_column .captionBox .img {
    margin-bottom: 20px;
  }
  #forIseries2021_column .c2 .left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  #forIseries2021_column .c2 .left .img1 {
    margin-bottom: 12px;
  }
  #forIseries2021_column .c2 .left .img1 img {
    width: auto;
  }
  #forIseries2021_column .c2 .right {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #forIseries2021_column .c2 .img2 {
    margin-bottom: 13px;
  }
  #forIseries2021_column .c2 .captionBox {
    padding-top: 20px;
  }
  #forIseries2021_column .c2 .captionBox .desp {
    padding-right: 0;
  }
  #forIseries2021_column .c3 .left {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  #forIseries2021_column .c3 .right {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  #forIseries2021_column .c3 .captionBox {
    padding-left: 0;
    padding-top: 20px;
    width: auto;
  }
  #forIseries2021_column .c3 .img02 {
    padding-top: 25px;
  }
  #forIseries2021_column .c4 .left {
    float: none;
    width: auto;
    padding-top: 0px;
    margin-left: 0;
  }
  #forIseries2021_column .c4 .right {
    float: none;
    width: auto;
    margin-right: 0;
    padding-top: 40px;
  }
  #forIseries2021_column .c4 .captionBox {
    padding-top: 0px;
  }
  #forIseries2021_column .c4 .captionBox .desp {
    padding-right: 0;
  }
  #forIseries2021_column .c4 .captionBox .ttl .mark::after {
    display: none;
  }
  #forIseries2021_column .c8 .captionBox .ttl .mark::after {
    display: none;
  }
  #forIseries2021_column .c5 .left {
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-top: 40px;
  }
  #forIseries2021_column .c5 .right {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #forIseries2021_column .c5 .captionBox .ttl {
    padding-top: 0px;
  }
  #forIseries2021_column .box {
    /*
    	padding-bottom: 40px;
    	margin-bottom: 0;
    */
  }
  #forIseries2021_column .c6 .left {
    float: none;
    width: auto;
    padding-top: 20px;
    margin-left: 0;
  }
  #forIseries2021_column .c6 .right {
    float: none;
    width: auto;
    margin-bottom: 13px;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }
  #forIseries2021_column .c6 .captionBox .desp {
    padding-right: 0;
  }
  #forIseries2021_column .c7 .left {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #forIseries2021_column .c7 .left .subTtl {
    padding-top: 20px;
  }
  #forIseries2021_column .c7 .captionBox {
    padding-left: 0;
    margin-right: 0;
    padding-top: 20px;
    width: auto;
  }
  #forIseries2021_column .c7 .captionBox .desp {
    padding-right: 0;
  }
  #forIseries2021_column .c7 .right {
    float: none;
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
  #forIseries2021_column .c7 .right .subTtl {
    padding-top: 20px;
  }
  #forIseries2021_column .c7 .img1 {
    position: relative;
    left: auto;
    margin-top: 0;
    width: auto;
    padding-top: 0px;
  }
  #forIseries2021_column .c7 .img02 {
    padding-top: 25px;
  }
  #forIseries2021_column .c8 .left {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 0;
    padding-top: 0;
    margin-left: 0;
  }
  #forIseries2021_column .c8 .captionBox {
    padding-top: 40px;
  }
  #forIseries2021_column .c8 .captionBox .desp {
    padding-right: 0;
  }
  #forIseries2021_column .c8 .right {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #forIseries2021_column .shopList {
    font-size: 12px;
  }
  #forIseries2021_column .bnrInstagram a {
    width: 140px;
    background-size: 21px auto;
    background-position: center top;
    padding-left: 0;
    padding-top: 30px;
  }
  #forIseries2021_column footer {
    letter-spacing: 0;
  }
  #forIseries2021_column .c10 .left {
    float: none;
    width: auto;
  }
  #forIseries2021_column .c10 .right {
    float: none;
    width: auto;
  }
  #forIseries2021_column .c11 .left {
    float: none;
    width: auto;
  }
  #forIseries2021_column .c11 .right {
    float: none;
    width: auto;
  }
  #forIseries2021_column .mainTtl {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  #forIseries2021_column .mainTtl::after {
    background-position: center 14px;
  }
  #forIseries2021_column .itemList {
    margin: 0;
    margin: 0 -8px;
  }
  #forIseries2021_column .itemList li {
    float: left;
    width: calc(50% - 16px);
    margin: 0 8px;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 0;
    height: auto !important;
    /*
    		&:before{
    			content: "";
    			display: inline-block;
    			height: 1px;
    			width: 25px;
    			position: absolute;
    			left: -25px;
    			bottom: 0;
    			background-color: #000;
    		}

    		&:after{
    			content: "";
    			display: inline-block;
    			height: 1px;
    			width: 25px;
    			position: absolute;
    			right: -25px;
    			bottom: 0;
    			background-color: #000;
    		}
    */
  }
  #forIseries2021_column .itemList li.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #forIseries2021_column .itemList li.last:before, #forIseries2021_column .itemList li.last:after {
    display: none;
  }
  #forIseries2021_column .itemList li .img {
    margin-bottom: 0;
    float: none;
    width: auto;
  }
  #forIseries2021_column .itemList li .despArea {
    float: none;
    width: auto;
    display: none;
  }
  #forIseries2021_column .itemList li .ttl {
    font-size: 14px;
    line-height: 190%;
    margin-bottom: 10px;
  }
  #forIseries2021_column .itemList li .desp {
    font-size: 12px;
    line-height: 190%;
    letter-spacing: 0.12em;
  }
  #forIseries2021_column .itemList li .credit {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #forIseries2021_column .itemList li .popupBtn {
    display: block;
  }
  #forIseries2021_column .profileBox {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #forIseries2021_column .profileBox .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  #forIseries2021_column .profileBox .left .nameBox {
    position: relative;
    left: initial;
    bottom: initial;
    padding-top: 40px;
  }
  #forIseries2021_column .profileBox .right {
    float: none;
    width: auto;
    clear: both;
    padding-top: 30px;
  }
  #forIseries2021_column .profileBox .right a {
    letter-spacing: 0.1em;
  }
  #forIseries2021_column .profileBox .right .linkBox {
    position: relative;
    bottom: initial;
    padding-top: 10px;
  }
  #forIseries2021_column .shopBox {
    margin-left: 0;
    margin-right: 0;
  }
  #forIseries2021_column .itemList li.img00:before {
    display: none;
  }
  #forIseries2021_column .itemList li.img00:after {
    display: none;
  }
  #forIseries2021_column .captionBox .ttl:after {
    background-position: center 13px;
  }
  #forIseries2021_column .c4.cBox .captionBox .ttl {
    line-height: 150%;
  }
  #forIseries2021_column .c8.cBox .captionBox .ttl {
    line-height: 150%;
  }
  #forIseries2021_column span.slash {
    display: none !important;
  }
  #forIseries2021_column .c2 .captionBox .desp {
    padding-bottom: 0;
  }
  #forIseries2021_column .c3 .captionBox {
    padding-right: 0;
    position: relative;
    bottom: initial;
    margin-left: 0;
  }
  #forIseries2021_column .mainVisual .bg {
    height: 126vw;
  }
  #forIseries2021_column #column {
    height: 160vh;
  }
  #forIseries2021_column .stickyBox {
    height: 100vh;
  }
}
@media screen and (max-width: 719px) and (max-width: 320px) {
  #forIseries2021_column #column {
    height: 190vh;
  }
  #forIseries2021_column .stickyBox {
    height: 140vh;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .sec {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .c6 .left {
    padding-top: 0;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .c6 .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .mainTtl2 span:before {
    top: 9px;
  }
}
@media screen and (max-width: 719px) {
  #forIseries2021_column .mainTtl2 span:after {
    top: 9px;
  }
}