@charset "UTF-8";
/************************
new menu
************************/
@media (min-width: 561px) {
  #menu-main2 {
    display: flex;
    align-items: center;
  }
  #menu-main2 > li:not(:first-child) {
    margin-left: 40px;
  }
  #menu-main2 .sub-menu {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 11.354166666666666vw;
    left: 0;
    width: 100%;
    padding: 46px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  #menu-main2 .sub-menu li {
    display: inline-block;
  }
  #menu-main2 .sub-menu li:not(:last-child) {
    margin-right: 5rem;
  }
  #menu-main2 .sub-menu li a {
    color: #FFF;
  }
  #menu-main2 > li {
    pointer-events: all;
  }
  #menu-main2 > li > a {
    line-height: 110px;
  }
  #menu-main2 > li#menu-item-307:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #000;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
}

@media (min-width: 960px) {
  #menu-main2 .sub-menu {
    top: 109px;
  }
}

@media (max-width: 790px) and (min-width: 561px) {
  #menu-main2 {
    display: none !important;
  }
}

/************************
menu-footer2
************************/
#menu-footer2 {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@media (min-width: 561px) {
  #menu-footer2 > li:not(:first-child) {
    margin-left: 30px;
  }
  #menu-footer2 .sub-menu {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 561px) {
  #menu-footer2 {
    flex-wrap: wrap !important;
  }
  #menu-footer2 > li {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 560px) {
  #menu-footer2 > li:not(:first-child) {
    margin-top: 1.875rem;
  }
  #menu-footer2 .sub-menu > li {
    padding-top: 1.875rem;
  }
  #menu-footer2 .menu-item-has-children {
    cursor: pointer;
  }
  #menu-footer2 .menu-item-has-children > a {
    position: relative;
    min-width: 120px;
    display: block;
    pointer-events: none;
  }
  #menu-footer2 .menu-item-has-children > a:before, #menu-footer2 .menu-item-has-children > a:after {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: inline-block;
    width: 10px;
    border-top: 1px solid #000;
    transform: translateX(-50%);
  }
  #menu-footer2 .menu-item-has-children > a:after {
    transform: rotate(90deg);
    right: 5px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
  #menu-footer2 .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  #menu-footer2 .menu-item-has-children.open .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  #menu-footer2 .menu-item-has-children.open > a:after {
    transform: rotate(180deg);
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
  }
}

/************************
base
************************/
@media (min-width: 992px) {
  #menu-main2 .sub-menu li {
    line-height: 2;
  }
}

.freedom-for-workers {
  letter-spacing: 0.05rem;
}

.freedom-for-workers .visible-sp {
  display: none !important;
}

@media (max-width: 786px) {
  .freedom-for-workers .visible-sp {
    display: block !important;
  }
  .freedom-for-workers .hidden-sp {
    display: none;
  }
}

.freedom-for-workers.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .freedom-for-workers.container {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers.container {
    padding: 9% 1.25rem 0;
  }
}

.freedom-for-workers .inner {
  max-width: 800px;
  margin: 0 auto;
}

.freedom-for-workers .en {
  font-family: lato, sans-serif;
  font-weight: 500;
}

.freedom-for-workers img {
  height: auto;
}

.freedom-for-workers .content-center {
  justify-content: center;
}

.freedom-for-workers .page-tit,
.freedom-for-workers .contents__mv__tit,
.freedom-for-workers .contents__lead__tit,
.freedom-for-workers .key-item__tit {
  text-align: center;
}

.freedom-for-workers .page-tit {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .freedom-for-workers .page-tit {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}

@media (max-width: 375px) {
  .freedom-for-workers .page-tit {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .page-tit {
    line-height: 1.40625em;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .page-tit::before {
    content: '';
    display: block;
    width: 11.47vw;
    background: url(/item/assets/img/feature/common/mark.svg) 0 0/contain no-repeat;
    padding: 0 0 11.47vw;
    margin: 0 auto 10vw;
  }
}

.freedom-for-workers .txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385em;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .freedom-for-workers .txt {
    line-height: 1.84615em;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .txt {
    margin-bottom: 25px;
  }
}

.freedom-for-workers .txt-small {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83333em;
}

@media (max-width: 991px) {
  .freedom-for-workers .txt-small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .txt-small {
    line-height: 1.63636em;
  }
}

.freedom-for-workers #intro {
  text-align: center;
  margin-bottom: 87px;
}

@media (max-width: 991px) {
  .freedom-for-workers #intro {
    margin-bottom: 60px;
  }
}

.freedom-for-workers .contents__mv {
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual {
    position: relative;
  }
}

.freedom-for-workers .contents__mv__visual .main-tit {
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit {
    position: absolute;
    top: -10px;
    left: 3.4%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit::before {
    position: absolute;
    top: 180px;
    left: 50%;
    content: '';
    display: block;
    width: 1px;
    height: 7.5rem;
    background: #000;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit::after {
    position: absolute;
    top: 340px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    display: block;
    width: 3.875rem;
    background: url(/item/assets/img/feature/common/mark.svg) 0 0/contain no-repeat;
    padding: 0 0 36.53200066467265%;
  }
}

.freedom-for-workers .contents__mv__visual .main-tit * {
  display: block;
  line-height: 1;
}

.freedom-for-workers .contents__mv__visual .main-tit .num {
  font-weight: 700;
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit .num {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .num {
    font-size: 46px;
    font-size: 12.26667vw;
  }
}

@media (max-width: 375px) {
  .freedom-for-workers .contents__mv__visual .main-tit .num {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .num {
    margin-right: 6.27vw;
  }
}

.freedom-for-workers .contents__mv__visual .main-tit .person {
  font-weight: 700;
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit .person {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .person {
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .person {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

@media (max-width: 375px) {
  .freedom-for-workers .contents__mv__visual .main-tit .person {
    font-size: 20px;
  }
}

.freedom-for-workers .contents__mv__visual .main-tit .jp {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .main-tit .jp {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .jp {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

@media (max-width: 375px) {
  .freedom-for-workers .contents__mv__visual .main-tit .jp {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .main-tit .jp {
    padding-top: 1.2vw;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .pic {
    display: flex;
    justify-content: flex-end;
    padding-top: 23px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__visual .pic {
    text-align: center;
    margin-bottom: 43px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .contents__mv__visual .pic * {
    max-width: 760px;
  }
}

.freedom-for-workers .contents__mv__tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 1.58333em;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__tit {
    line-height: 1.75em;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__mv__tit {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.freedom-for-workers .contents__lead {
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead {
    margin-bottom: 90px;
  }
}

.freedom-for-workers .contents__lead__tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.6em;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead__tit {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead__tit {
    line-height: 1.76471em;
  }
}

.freedom-for-workers .contents__lead__block {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead__block {
    margin-bottom: 40px;
  }
}

.freedom-for-workers .contents__lead .block01,
.freedom-for-workers .contents__lead .block01 .txt:nth-child(2) {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead .block01,
  .freedom-for-workers .contents__lead .block01 .txt:nth-child(2) {
    margin-bottom: 30px;
  }
}

.freedom-for-workers .contents__lead .block01 .pic {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead .block01 .pic {
    margin-bottom: 30px;
  }
}

.freedom-for-workers .contents__lead .pic {
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead .pic {
    margin-bottom: 14px;
  }
}

.freedom-for-workers .contents__lead .tit {
  font-weight: 500;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .freedom-for-workers .contents__lead .tit {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 12px;
  }
}

.freedom-for-workers .key-item__tit {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__tit {
    margin-bottom: 55px;
  }
}

.freedom-for-workers .key-item__list {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .freedom-for-workers .key-item__list {
    display: flex;
    max-width: 680px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list {
    max-width: 500px;
    width: 66.67vw;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .key-item__list > li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px)/ 2);
  }
  .freedom-for-workers .key-item__list > li:first-child {
    margin-right: 20px;
  }
  .freedom-for-workers .key-item__list > li:last-child {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list > li:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .key-item__list > li > a {
    min-height: 344px;
  }
}

.freedom-for-workers .key-item__list .pic {
  position: relative;
  margin-bottom: 24px;
}

.freedom-for-workers .key-item__list .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  opacity: .3;
  transition: background-color .2s;
  z-index: 2;
}

.freedom-for-workers .key-item__list .pic:hover:before {
  background-color: #000;
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list .pic {
    margin-bottom: 16px;
  }
}

.freedom-for-workers .key-item__list .name {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list .name {
    margin-bottom: 15px;
  }
}

.freedom-for-workers .key-item__list .text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 35px;
  line-height: 1.83333em;
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list .text {
    line-height: 1.58333em;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item__list .text {
    margin-bottom: 26px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .key-item .btn-shop {
    margin-top: auto;
  }
}

.freedom-for-workers .key-item .btn-shop a {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFF;
  background-color: #000;
  padding: 1.1rem;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .freedom-for-workers .key-item .btn-shop a {
    padding: 0.938rem;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .key-item .btn-shop a:hover {
    opacity: 0.8;
    transition: opacity .3s;
  }
}

.freedom-for-workers + .c-breadcrumbs {
  padding: 7.55rem 0 4rem;
}

@media (max-width: 991px) {
  .freedom-for-workers + .c-breadcrumbs {
    padding: 5.9375rem 0 3rem;
  }
}

.freedom-for-workers .s-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .freedom-for-workers .s-menu {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .freedom-for-workers .s-menu.menu02 {
    margin-bottom: -30px;
  }
}

.freedom-for-workers .s-menu li {
  text-align: center;
}

@media (min-width: 992px) {
  .freedom-for-workers .s-menu li {
    width: 20%;
    margin-right: 0 !important;
  }
  .freedom-for-workers .s-menu li:nth-child(1), .freedom-for-workers .s-menu li:nth-child(2), .freedom-for-workers .s-menu li:nth-child(3), .freedom-for-workers .s-menu li:nth-child(4), .freedom-for-workers .s-menu li:nth-child(5) {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .freedom-for-workers .s-menu li {
    margin-right: 0 !important;
    width: 20%;
    text-align: center;
  }
  .freedom-for-workers .s-menu li:nth-child(1), .freedom-for-workers .s-menu li:nth-child(2), .freedom-for-workers .s-menu li:nth-child(3), .freedom-for-workers .s-menu li:nth-child(4) {
    margin-bottom: 15px;
  }
  .freedom-for-workers .s-menu li:nth-child(10) {
    display: none;
  }
}

.freedom-for-workers .s-menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  transition: opacity .3s;
}

.freedom-for-workers .s-menu li a:hover {
  opacity: .7;
  transition: opacity .3s;
}

.freedom-for-workers .s-menu.menu02 {
  margin-top: 95px;
  margin-bottom: -30px;
}

@media (max-width: 991px) {
  .freedom-for-workers .s-menu.menu02 {
    margin-top: 80px;
    margin-bottom: -18px;
  }
}

/************************
vol.02 ONLY
************************/
#vol02 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol02 .contents__mv .main-tit {
    left: -0.7%;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  #vol02 .contents__mv .main-tit {
    left: 0;
  }
}

@media (max-width: 991px) {
  #vol02 .contents__mv .main-tit {
    max-width: 870px;
  }
}

@media (max-width: 991px) {
  #vol02 .contents__mv .main-tit .num {
    margin-right: 4.27vw;
  }
}

@media (max-width: 991px) {
  #vol02 .contents__mv .main-tit .jp {
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 992px) {
  #vol02 .contents__mv .pic {
    margin-right: -1%;
    margin-bottom: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  #vol02 .contents__mv .pic {
    margin-right: 0;
  }
}

#vol02 .contents__mv__tit {
  margin-bottom: 26px;
}

@media (max-width: 991px) {
  #vol02 .contents__mv__tit {
    letter-spacing: 0.15rem;
  }
}

#vol02 .contents__lead {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  #vol02 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol02 .contents__lead__block {
    margin-bottom: 73px;
  }
}

#vol02 .contents__lead__block.block02 picture:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #vol02 .contents__lead__block.block02 picture:not(:last-child) {
    margin-bottom: 3.2%;
  }
}

@media (min-width: 992px) {
  #vol02 .contents__lead__block.block03 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  #vol02 .contents__lead__profile {
    margin-top: 85px;
  }
}

@media (min-width: 992px) {
  #vol02 .key-item__list .text {
    margin-bottom: 55px;
  }
}

/************************
vol.03 ONLY
************************/
#vol03 picture {
  display: block;
}

@media (max-width: 991px) {
  #vol03 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

#vol03 .contents__mv__tit {
  margin-bottom: 26px;
}

#vol03 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol03 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol03 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol03 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol03 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol03 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol03 .contents__lead__block.block02 {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol03 .contents__lead__block.block02 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol03 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol03 .contents__lead__block.block02 picture {
    margin-bottom: 30px;
  }
}

#vol03 .contents__lead__block.block03 picture:not(:last-child),
#vol03 .contents__lead__block.block04 picture:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #vol03 .contents__lead__block.block03 picture:not(:last-child),
  #vol03 .contents__lead__block.block04 picture:not(:last-child) {
    margin-bottom: 3.2%;
  }
}

@media (min-width: 992px) {
  #vol03 .contents__lead__profile {
    margin-top: 85px;
  }
}

@media (max-width: 991px) {
  #vol03 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.04 ONLY
************************/
#vol04 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol04 .contents__mv .main-tit {
    left: 1.6%;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

#vol04 .contents__mv__tit {
  margin-bottom: 26px;
}

#vol04 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol04 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__block.block02 {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__lead__block.block02 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__block.block02 picture {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__lead__block.block02 picture {
    margin-bottom: 10px;
  }
}

#vol04 .contents__lead__block.block03 picture:not(:last-child),
#vol04 .contents__lead__block.block04 picture:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #vol04 .contents__lead__block.block03 picture:not(:last-child),
  #vol04 .contents__lead__block.block04 picture:not(:last-child) {
    margin-bottom: 3.2%;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__block.block05 .txt-small {
    margin-bottom: 65px;
  }
}

@media (max-width: 991px) {
  #vol04 .contents__lead__block.block05 .txt-small {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  #vol04 .contents__lead__profile {
    margin-top: 85px;
  }
}

@media (max-width: 991px) {
  #vol04 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.05 ONLY
************************/
#vol05 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol05 .txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #vol05 .txt {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__mv .main-tit {
    left: -3%;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__mv .main-tit .num {
    width: 50%;
  }
}

#vol05 .contents__mv .main-tit .jp {
  line-height: 1.8;
}

#vol05 .contents__mv__tit {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  #vol05 .contents__mv__visual .main-tit::before {
    top: 205px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__mv__visual .main-tit::after {
    top: 360px;
  }
}

#vol05 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol05 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__block.block02 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__lead__block.block02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol05 .contents__lead__block.block02 picture {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__block.block03 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol05 .contents__lead__profile {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #vol05 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.06 ONLY
************************/
#vol06 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol06 .txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #vol06 .txt {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__mv .main-tit {
    left: -3%;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__mv .main-tit .num {
    width: 45%;
    margin-right: 3.27vw;
  }
}

#vol06 .contents__mv .main-tit .jp {
  line-height: 1.8;
}

#vol06 .contents__mv__tit {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  #vol06 .contents__mv__visual .main-tit::before {
    top: 205px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__mv__visual .main-tit::after {
    top: 360px;
  }
}

#vol06 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol06 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__block.block02 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__lead__block.block02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol06 .contents__lead__block.block02 picture {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__block.block03 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol06 .contents__lead__profile {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #vol06 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.07 ONLY
************************/
#vol07 {
  /*.s-menu {
		li:not(:last-child) {
			@include lpc {
				margin-right: 80px;
			}
		}
		li {
			@include tab {
				width: 25%;
				&:nth-child(1),
				&:nth-child(2),
				&:nth-child(3),
				&:nth-child(4) {
					margin-bottom: 15px;
				}
			}
		}
	}*/
}

#vol07 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol07 .txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #vol07 .txt {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__mv .main-tit {
    left: 0;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__mv .main-tit .num {
    width: 44%;
    margin-right: 3.27vw;
  }
}

#vol07 .contents__mv .main-tit .jp {
  line-height: 1.8;
}

#vol07 .contents__mv__tit {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  #vol07 .contents__mv__visual .main-tit::before {
    top: 232px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__mv__visual .main-tit::after {
    top: 385px;
  }
}

#vol07 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol07 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__block.block02 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__lead__block.block02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol07 .contents__lead__block.block02 picture {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__block.block03 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol07 .contents__lead__profile {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #vol07 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.08 ONLY
************************/
#vol08 {
  /*.s-menu {
		flex-wrap: wrap;
		@include lpc {
			margin-bottom: 85px;
		}
		&.menu02 {
			@include lpc {
				margin-bottom: -30px;
			}
		}
		li {
			@include lpc {
				text-align: center;
				width: 25%;
				margin-right: 0;
				&:nth-child(1),
				&:nth-child(2),
				&:nth-child(3),
				&:nth-child(4) {
					margin-bottom: 18px;
				}
			}
			@include tab {
				width: 25%;
				&:nth-child(1),
				&:nth-child(2),
				&:nth-child(3),
				&:nth-child(4) {
					margin-bottom: 15px;
				}
			}
		}
	}*/
}

#vol08 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol08 .txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #vol08 .txt {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__mv .main-tit {
    left: -3%;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__mv .main-tit .num {
    width: 51%;
    margin-right: 3.27vw;
  }
}

#vol08 .contents__mv .main-tit .jp {
  line-height: 1.8;
}

#vol08 .contents__mv__tit {
  margin-bottom: 26px;
}

#vol08 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol08 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__block.block02 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__lead__block.block02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol08 .contents__lead__block.block02 picture {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__block.block03 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol08 .contents__lead__profile {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #vol08 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}

/************************
vol.09 ONLY
************************/
#vol09 {
  /*.s-menu {
		flex-wrap: wrap;
		@include lpc {
			margin-bottom: 85px;
		}
		&.menu02 {
			@include lpc {
				margin-bottom: -30px;
			}
		}
		li {
			text-align: center;
			width: 20%;
			margin-right: 0;
			&:nth-child(1),
			&:nth-child(2),
			&:nth-child(3),
			&:nth-child(4),
			&:nth-child(5) {
				margin-bottom: 18px;
			}
			@include tab {
				&:nth-child(1),
				&:nth-child(2),
				&:nth-child(3),
				&:nth-child(4) {
					margin-bottom: 15px;
				}
				&:nth-child(10) {
					display: none;
				}
			}
		}
	}*/
}

#vol09 picture {
  display: block;
}

@media (min-width: 992px) {
  #vol09 .txt {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #vol09 .txt {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__mv .main-tit {
    left: -3%;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__mv .main-tit {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__mv .main-tit .num {
    width: 51%;
    margin-right: 3.27vw;
  }
}

#vol09 .contents__mv .main-tit .jp {
  line-height: 1.8;
}

#vol09 .contents__mv__tit {
  margin-bottom: 26px;
}

#vol09 .contents__lead {
  margin-bottom: 118px;
}

@media (min-width: 992px) {
  #vol09 .contents__lead .pic {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__lead__tit {
    letter-spacing: 0.15rem;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__lead__block.block01 .txt:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__block.block01 picture {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__block.block02 {
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__lead__block.block02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__block.block02 picture {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  #vol09 .contents__lead__block.block02 picture {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__block.block03 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #vol09 .contents__lead__profile {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  #vol09 .key-item__list .name {
    letter-spacing: -0.001rem;
  }
}
