@charset "UTF-8";

#main .subscribe-navi {
    padding-top: 2.75em;
    text-align: center;
}
#main .subscribe-navi .description {
    font-size: 160%;
    color: #c00;
    padding: 1.25em 0;
}
#main .subscribe-navi .c-button {
    display: block;
    width: 100%;
    max-width: 16em;
    margin: 0 auto;
    padding: 0.25em 0.75em;
    border-radius: 0.67em;
    font-size: 220%;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background-color: #d22;
    box-shadow: 0 4px 8px #922;
    text-decoration: none;
    transition: opacity 430ms ease;
}
#main .subscribe-navi .c-button:hover {
    opacity: 0.8;
}

div.pagetop p {
  z-index: 2; }

.fixed {
  z-index: 1; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.scrollContainer {
  position: relative; }

.scrollItem {
  opacity: 0;
  text-align: center;
  z-index: 1;
  position: relative; }
  .scrollItem.fixed {
    position: fixed;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .scrollItem.fixed.absolute {
      position: absolute; }

#slim-header.fixed {
  position: fixed;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

  #slim-header.fixed.absolute {
    position: absolute;
    bottom: 590px;
    top: auto;
  }

#fix-item01 {
  height: 86px; }
  #fix-item01.fixed.absolute {
    bottom: 603px;
    top: auto;
    position: absolute; }

#main #fix-item02 {
  height: 600px; }

#main #key-visual.fixed {
  position: fixed;
  left: 50%;
  top: 86px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  #main #key-visual.fixed.absolute {
    bottom: 0px;
    top: auto;
    position: absolute; }

/*
_:-ms-lang(x)::-ms-backdrop, #main #fix-item02 #key-visual.fixed {
  left: -50%;
  transform: translateX(100%);
}
@supports (-ms-ime-align: auto) {
	#main #fix-item02 #key-visual.fixed {
    left: -50%;
    transform: translateX(100%);
  }
}
*/
#fix-item03 {
  height: 300px; }
  #fix-item03 .scrollItem.fixed {
    left: 50%;
    top: 145px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    #fix-item03 .scrollItem.fixed.absolute {
      bottom: 54px;
      top: auto; }

#fix-item04 {
  height: auto; }
  #fix-item04 .scrollItem {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 740px; }
    #fix-item04 .scrollItem .col img {
      height: auto;
      vertical-align: bottom;
      width: 120px; }
    #fix-item04 .scrollItem .col + #fix-item04 .scrollItem .col img {
      width: 130px; }
    #fix-item04 .scrollItem.fixed {
      left: 50%;
      top: 375px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      #fix-item04 .scrollItem.fixed.absolute {
        bottom: 120px;
        top: auto; }

#fix-item05 {
  height: 700px; }
  #fix-item05 .scrollItem.fixed {
    left: 50%;
    top: 250px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    #fix-item05 .scrollItem.fixed.absolute {
      bottom: 153px;
      top: auto; }

@media screen and (max-width: 1200px) {
  #fix-item03,
  #fix-item04 {
    height: 300px; } }
/* archive-list アコーディオン-1114
    */
.btn-more {
    /* width: 200px; */
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-size: 24px;
    position: relative;
}
.btn-more::after {
    content: "▼";
    position: absolute;
    right: 25px;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

#main .trigger .btn-more {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    /* width: auto; */
    width: 100%;
    max-width: 16em;
    margin: 0 auto;
    font-weight: 700;
    /* margin: 0 1.25em; */
    font-size: 1.75em;
    padding: 0.25em 0.75em;
    border: solid 0.13em #93939b;
    border-radius: 0.50em;
    color: rgb(116, 116, 116);
    background-color: #ececec;
    box-shadow: 8px 8px 12px -12px rgba(91, 91, 91, 0.67);
    transition: background-color 220ms ease-out, border-color 220ms ease-out, transform 80ms linear;
}

#main .trigger .btn-more:hover {
    border-color: #c9a9a9;
    background-color: #f3d6e8;
}
#main .trigger .btn-more:active {
    transform: translate(2px, 2px);
    box-shadow: none;
}

#main .trigger .btn-more > svg {
    width: 80%;
    height: 44px;
}
#main .trigger .btn-more.close {
    padding: 1.15em 0.75em;
}
#main .trigger .btn-more.close::after {
    transform: rotate(180deg);
}

.archive-list ul { margin-left: 2em;}
.archive-list ul li { list-style-type: disc;}
