@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
.header__under {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  align-items: center;
}
.header__under .ttl {
  width: 306px;
  margin-left: 2.5%;
}
@media screen and (max-width:800px) {
  .header__under .ttl {
    width: 175px;
    margin-left: 5%;
  }
}
.header__under .bts {
  width: 300px;
}
@media screen and (max-width:800px) {
  .header__under .bts {
    width: 130px;
  }
}

.imgbacks {
  background: url(/anniversary_60/images/interview/inter_back.jpg) no-repeat center;
  background-size: cover;
}
.imgbacks.color02 {
  background: url(/anniversary_60/images/interview/inter_back2.jpg) no-repeat center;
  background-size: cover;
}
.imgbacks.color03 {
  background: url(/anniversary_60/images/interview/inter_back3.jpg) no-repeat center;
  background-size: cover;
}
.imgbacks.color04 {
  background: url(/anniversary_60/images/interview/inter_back4.jpg) no-repeat center;
  background-size: cover;
}

#last60th {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 80px 0 110px 0;
}
#last60th .foot60th {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
#last60th .topback {
  width: 12px;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 2vw;
  transform: translate(50%, 0);
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}

#section01 {
  position: relative;
  z-index: 9;
  letter-spacing: 0.1em;
  font-weight: 300;
}
#section01 .section__in {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 .section__in .titlebox {
  width: 30%;
  max-width: 380px;
}
@media screen and (max-width:800px) {
  #section01 .section__in .titlebox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#section01 .section__in .titlebox .obi {
  width: 26%;
}
@media screen and (max-width:800px) {
  #section01 .section__in .titlebox .obi {
    width: 22.5%;
    padding-top: 15vw;
    background-color: #9f686f;
  }
  #section01 .section__in .titlebox .obi.color02 {
    background-color: #7a9fb4;
  }
  #section01 .section__in .titlebox .obi.color03 {
    background-color: #8fb1a3;
  }
  #section01 .section__in .titlebox .obi.color04 {
    background-color: #a086a7;
  }
}
@media screen and (max-width:800px) {
  #section01 .section__in .titlebox .ttsbox {
    width: 70%;
  }
}
#section01 .section__in .titlebox .h1t {
  font-weight: 600;
  padding-bottom: 0.65em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.65em;
  padding-top: 1.25em;
}
#section01 .section__in .titlebox .h1t .logns {
  width: 120%;
  margin-right: -20%;
  margin-left: 0;
}
#section01 .section__in .titlebox .subtext {
  letter-spacing: 0.05em;
  line-height: 200%;
}
#section01 .section__in .rightbox {
  width: 65%;
  padding-top: 6.5em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .rightbox {
    width: 100%;
    padding-top: 3.5em;
  }
}
#section01 .section__in .rightbox .mainttl {
  width: 100%;
  margin-bottom: 3em;
}
#section01 .section__in .rightbox .mainttl figure {
  width: 44.6%;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .rightbox .mainttl figure {
    width: 50%;
  }
}
#section01 .section__in .rightbox .mainttl span {
  display: inline-block;
  padding-left: 3em;
  position: relative;
}
#section01 .section__in .rightbox .mainttl span::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background-color: #9f686f;
  position: absolute;
  left: 0;
  top: 50%;
}
#section01 .section__in .rightbox .base_text {
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .rightbox .base_text {
    margin-bottom: 1em;
  }
}
#section01 .section__in .rightbox .photobox {
  width: 100%;
}
#section01 .section__in .rightbox .photobox figure {
  width: 128.5%;
  margin-right: 0;
  margin-left: -28.5%;
}
@media screen and (max-width:800px) {
  #section01 .section__in .rightbox .photobox figure {
    width: 100%;
    margin-left: 0%;
  }
}

#section02 {
  position: relative;
  z-index: 9;
  padding: 0px 0 100px 0;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 100px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .section__in .speacerbox {
  width: 24.4%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .speacerbox {
    width: 100%;
  }
}
#section02 .section__in .mainbox {
  width: 65%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .mainbox {
    width: 100%;
  }
}
#section02 .secondttl {
  padding: 3em 0 2em 0;
  line-height: 190%;
}
#section02 dl.texts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
#section02 dl.texts dt.names {
  width: 10em;
  line-height: 210%;
}
@media screen and (max-width:800px) {
  #section02 dl.texts dt.names {
    width: 5em;
  }
}
#section02 dl.texts dd.bases {
  width: calc(100% - 10em);
  line-height: 210%;
}
@media screen and (max-width:800px) {
  #section02 dl.texts dd.bases {
    width: calc(100% - 5em);
  }
}
#section02 dl.texts .imglong {
  width: 72%;
  margin: 0 auto;
}
#section02 dl.texts .imglong2 {
  width: 40%;
  margin: 0 auto;
}
#section02 .dl_photobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .dl_photobox .dlbox {
  width: 67.25%;
}
#section02 .dl_photobox .photobox {
  width: 29.4%;
}

.botans {
  text-align: center;
  margin-top: 80px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width:800px) {
  .botans {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 10px;
  }
}
.botans a {
  display: block;
  width: 255px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .botans a {
    width: 65%;
  }
}/*# sourceMappingURL=interview_more.css.map */