@charset "UTF-8";
/******************************************************************
Site Name: 丸尾エンジニアリング
Author: Harimanics Co.Ltd.
******************************************************************/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, button, header, nav, article, section, footer, aside {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

header, footer, article, section, div {
  box-sizing: border-box;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

p, th, td, li {
  word-break: break-all;
}

legend {
  display: none;
}

li {
  list-style: none;
}

a, img {
  outline: 0;
  border: 0;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span, strong, em, i, address {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

input {
  outline: 0;
}

input[type=submit], input[type=reset], button {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

i, em, address {
  font-style: normal;
}

address {
  font-size: inherit;
}

label {
  color: inherit;
  font-size: inherit;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* ***************************** */
/* default */
/* ***************************** */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
body.no-scroll {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -webkit-user-drag: none;
}

a {
  color: #09c;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main {
  display: block;
}

span {
  color: #624498;
}

@media screen and (max-width: 767px) {
  .container {
    overflow: hidden;
  }
}
@media all {
  .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
  }
  .header__logo {
    cursor: pointer;
    height: 38px;
    width: 50px;
  }
  .header__logo::before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 38px;
    width: 50px;
  }
  .header__logo[data-is-open=false]::before {
    background-image: url("../img/common/icon_menu_open.svg");
  }
  .header__logo[data-is-open=true]::before {
    background-image: url("../img/common/icon_menu_close.svg");
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 15px 10px;
  }
  .header__title {
    width: 143px;
  }
  .header__logo {
    width: 50px;
  }
}
@media all {
  .menu {
    background-color: rgba(98, 68, 152, 0.4);
    display: none;
    height: 100%;
    padding-left: 14.9479166667%;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .menu__wrap {
    align-items: center;
    display: inline-flex;
    height: 100%;
  }
  .menu__block {
    position: relative;
  }
  .menu__circle {
    background: #624498;
    border-radius: 50%;
    height: 10px;
    display: block;
    position: absolute;
    left: -1px;
    transition: all 0.2s ease-in-out;
    top: 12px;
    width: 10px;
  }
  .menu__circle[data-name=about] {
    top: 141px;
  }
  .menu__circle[data-name=gallery] {
    top: 270px;
  }
  .menu__circle[data-name=archive] {
    top: 398px;
  }
  .menu__list {
    height: 57px;
    display: block;
    position: absolute;
    right: 0;
    top: -12px;
    width: 100%;
  }
  .menu__list[data-name=about] {
    top: 115px;
  }
  .menu__list[data-name=gallery] {
    top: 242px;
  }
  .menu__list[data-name=archive] {
    top: 370px;
  }
  .menu__button {
    height: 100%;
    display: block;
    width: 100%;
  }
  .menu__button::after {
    background: linear-gradient(to right, rgba(0, 101, 141, 0.4), rgba(0, 159, 65, 0.4));
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -20px;
    transform-origin: right;
    transition: all 0.2s ease-in-out;
    width: 0;
    z-index: -1;
  }
  .menu__button:hover::after {
    width: 200%;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 0 5%;
  }
  .menu__circle {
    height: 7px;
    left: -2px;
    top: 4px;
    width: 7px;
  }
  .menu__circle[data-name=about] {
    top: 65px;
  }
  .menu__circle[data-name=gallery] {
    top: 126px;
  }
  .menu__circle[data-name=archive] {
    top: 187px;
  }
  .menu__list {
    height: 45px;
    top: -14px;
  }
  .menu__list[data-name=about] {
    top: 47px;
  }
  .menu__list[data-name=gallery] {
    top: 108px;
  }
  .menu__list[data-name=archive] {
    top: 168px;
  }
  .menu__background {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .menu__background {
    width: 634px;
  }
}
@media screen and (max-height: 750px) and (min-width: 768px) {
  .menu__circle {
    top: 7px;
  }
  .menu__circle[data-name=about] {
    top: 208px;
  }
  .menu__circle[data-name=gallery] {
    top: 308px;
  }
  .menu__circle[data-name=archive] {
    top: 408px;
  }
  .menu__list {
    top: -15px;
  }
  .menu__list[data-name=about] {
    top: 185px;
  }
  .menu__list[data-name=gallery] {
    top: 285px;
  }
  .menu__list[data-name=archive] {
    top: 385px;
  }
  .menu__background {
    width: 500px;
  }
}
@media all {
  .side-navi {
    right: 2.7040816327%;
    position: fixed;
    top: calc(50% - 96px);
    z-index: 1100;
  }
  .side-navi__circle {
    background: #624498;
    border-radius: 50%;
    height: 10px;
    display: block;
    position: absolute;
    right: -1px;
    transition: all 0.2s ease-in-out;
    top: 0px;
    width: 10px;
  }
  .side-navi__circle[data-name=about] {
    top: 45px;
  }
  .side-navi__circle[data-name=gallery] {
    top: 91px;
  }
  .side-navi__circle[data-name=archive] {
    top: 137px;
  }
  .side-navi__list {
    border-radius: 50%;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 8px;
  }
  .side-navi__list[data-name=about] {
    top: 45px;
  }
  .side-navi__list[data-name=gallery] {
    top: 91px;
  }
  .side-navi__list[data-name=archive] {
    top: 137px;
  }
  .side-navi__button {
    height: 100%;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .side-navi__circle {
    right: -1px;
    top: -1px;
  }
  .side-navi__circle[data-name=about] {
    top: 44px;
  }
  .side-navi__circle[data-name=gallery] {
    top: 88px;
  }
  .side-navi__circle[data-name=archive] {
    top: 132px;
  }
  .side-navi__list {
    height: 20px;
    top: -5px;
    right: -5px;
    width: 20px;
  }
  .side-navi__list[data-name=about] {
    top: 39px;
  }
  .side-navi__list[data-name=gallery] {
    top: 83px;
  }
  .side-navi__list[data-name=archive] {
    top: 128px;
  }
}
@media all {
  .link-button {
    background-color: rgba(98, 68, 152, 0.7);
    border-radius: 70px;
    color: #fff;
    display: block;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    max-width: 320px;
    padding: 0 45px;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .link-button--thin, .link-button--about {
    background-color: rgba(98, 68, 152, 0.4);
  }
  .link-button:hover {
    background-color: rgba(0, 100, 169, 0.7);
  }
  .link-button:hover::before {
    background-color: #0064A9;
    left: calc(100% - 65px);
  }
  .link-button::before {
    background-color: #624498;
    border-radius: 50%;
    content: "";
    display: block;
    height: 60px;
    left: 5px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 5px;
    width: 60px;
    z-index: -2;
  }
  .link-button::after {
    bottom: 0;
    background-image: url("../img/common/img_arrow.svg");
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 86px;
    z-index: -1;
  }
  .link-button--black::after {
    background-image: url("../img/common/img_arrow_black.svg");
  }
}
@media screen and (max-width: 1199px) {
  .link-button {
    letter-spacing: 0.07em;
  }
  .link-button::after {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 7px;
    right: -10px;
    width: 60px;
  }
  .link-button--black::after {
    background-image: url("../img/common/img_arrow_black_sp.svg");
    height: 7px;
    width: 52px;
  }
  .link-button--about {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
  }
  .link-button--about::before {
    height: 40px;
    width: 40px;
  }
}
@media all {
  .footer {
    background-color: #624498;
    color: #fff;
    font-size: 14px;
    padding: 15px 0 20px;
    position: relative;
    text-align: center;
    z-index: 900;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    font-size: 12px;
    padding: 15px 0 60px;
  }
}
@media all {
  .smoke {
    bottom: 0;
    mix-blend-mode: screen;
    pointer-events: none;
    position: fixed;
    width: 100%;
  }
  .smoke img {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .smoke {
    height: 0;
    padding-top: 79.2592592593%;
  }
  .smoke img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media all {
  .movie {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    transition: 0.5s all ease-in;
    top: 0;
    z-index: -1;
  }
  .movie__player {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    /*
    width: 241.777778vh;
    height: 74.25vw;
    min-height: 100%;
    min-width: 100%;
     */
  }
}
@media all {
  .top-view {
    height: 100vh;
    position: relative;
    width: 100%;
  }
  .top-view__scroll {
    bottom: 60px;
    max-width: 50px;
    position: absolute;
    right: 100px;
    z-index: 200;
  }
}
@media screen and (max-width: 1199px) {
  .top-view__scroll {
    bottom: 100px;
    right: 50px;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@media all {
  .scroll__text {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    transform: rotate(90deg);
  }
  .scroll__line {
    background-color: #fff;
    display: block;
    height: 152px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1px;
  }
  .scroll__line::after {
    -webkit-animation: scrollDown 3s ease-in-out infinite;
            animation: scrollDown 3s ease-in-out infinite;
    background-color: #624498;
    content: "";
    position: absolute;
    height: 152px;
    width: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .scroll__line {
    height: 80px;
  }
  .scroll__line::after {
    height: 80px;
  }
}
@media all {
  .message {
    padding: 32.1875% 0 17.5520833333%;
  }
}
@media screen and (max-width: 1199px) {
  .message {
    padding: 0 0 248px;
  }
  .message__title {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .message__block {
    background-image: url("../img/content/message/bgimg_message.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: auto;
    max-width: 866px;
    min-height: 450px;
  }
  .message__title {
    font-size: 98px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
    text-align: center;
  }
  .message__copy {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media all {
  .concept {
    padding-bottom: 27.1875%;
    padding-top: 11.3541666667%;
    position: relative;
  }
  .concept__cell {
    position: absolute;
  }
  .concept__cell[data-number="1"] {
    left: 86px;
    top: 0;
  }
  .concept__cell[data-number="2"] {
    left: 139px;
    top: 64px;
  }
  .concept__cell[data-number="3"] {
    left: 188px;
    top: 393px;
  }
  .concept__cell[data-number="4"] {
    right: 74px;
    top: -96px;
  }
  .concept__cell[data-number="5"] {
    right: 369px;
    top: 517px;
  }
  .concept__cell[data-number="6"] {
    right: 126px;
    top: 632px;
  }
  .concept__title {
    color: #624498;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .concept__intro {
    font-weight: 500;
  }
}
@media screen and (max-width: 1199px) {
  .concept {
    margin: 0 auto 200px;
    padding: 0 10.6666666667%;
  }
  .concept__cell[data-number="1"] {
    left: -8px;
    opacity: 0.6;
    top: 60px;
    width: 51px;
  }
  .concept__cell[data-number="2"] {
    left: 10px;
    top: 85px;
    width: 91px;
  }
  .concept__cell[data-number="3"] {
    left: 30px;
    opacity: 0.4;
    top: 200px;
    width: 33px;
  }
  .concept__cell[data-number="4"] {
    right: 0;
    top: -50px;
    width: 47px;
  }
  .concept__cell[data-number="5"] {
    right: 100px;
    opacity: 0.6;
    top: 330px;
    width: 40px;
  }
  .concept__cell[data-number="6"] {
    right: 0;
    top: 360px;
    width: 110px;
  }
  .concept__title {
    font-size: 16px;
  }
  .concept__copy {
    margin-bottom: 60px;
  }
  .concept__copy img {
    max-width: none;
    margin-left: -50px;
    width: 418px;
  }
  .concept__intro {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 2.5555555556;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .concept {
    max-width: 600px;
  }
  .concept__box {
    margin: 0 auto;
    max-width: 450px;
  }
  .concept__copy img {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .concept__block {
    display: flex;
    margin: auto;
    max-width: 1090px;
    justify-content: space-between;
  }
  .concept__title {
    margin-bottom: 400px;
  }
  .concept__intro {
    font-size: 22px;
    letter-spacing: 0.07em;
    line-height: 2.4545454545;
    max-width: 365px;
  }
}
@media (orientation: landscape) {
  .concept__copy img {
    display: block;
    margin: 0 auto;
  }
}
@media all {
  .strength {
    overflow: hidden;
    position: relative;
  }
  .strength__pharmacist01, .strength__pharmacist02, .strength__pharmacist03 {
    position: absolute;
  }
  .strength__pharmacist01 {
    left: -50px;
    top: 502px;
    width: 34.2708333333%;
  }
  .strength__pharmacist01-deco01 {
    position: absolute;
    right: -20px;
    top: 150px;
    width: 32.8267477204%;
  }
  .strength__pharmacist01-deco02 {
    bottom: -100px;
    position: absolute;
    right: 220px;
    width: 17.0212765957%;
  }
  .strength__pharmacist02 {
    right: -135px;
    top: 1625px;
    width: 30.2604166667%;
  }
  .strength__pharmacist02-deco01 {
    bottom: -80px;
    position: absolute;
    left: -40px;
    width: 32.8267477204%;
  }
  .strength__pharmacist02-deco02 {
    position: absolute;
    top: 10px;
    left: -60px;
    width: 17.0212765957%;
  }
  .strength__pharmacist03 {
    bottom: 300px;
    left: -40px;
    width: 45.8333333333%;
  }
  .strength__pharmacist03-deco01 {
    bottom: -110px;
    position: absolute;
    right: 130px;
    width: 28.0681818182%;
  }
  .strength__pharmacist03-deco02 {
    bottom: 150px;
    position: absolute;
    right: 35px;
    width: 12.7272727273%;
  }
  .strength__labo01, .strength__labo02, .strength__labo03 {
    left: 50%;
    position: absolute;
  }
  .strength__labo01 {
    margin-left: -22.9591836735%;
    top: 38.2653061224%;
  }
  .strength__labo02 {
    margin-left: -1.5306122449%;
    top: 58.6734693878%;
  }
  .strength__labo03 {
    margin-left: 6.1224489796%;
    top: 77.5510204082%;
  }
  .strength__top {
    margin: auto;
    max-width: 1045px;
    padding-bottom: 28.8265306122%;
  }
  .strength__title {
    color: #624498;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4.5918367347%;
  }
  .strength__image {
    text-align: center;
  }
  .strength__box {
    margin: auto;
    width: 52.0408163265%;
  }
  .strength__list:not(:last-child) {
    padding-bottom: 555px;
  }
}
@media screen and (max-width: 1199px) {
  .strength {
    margin-bottom: 160px;
  }
  .strength__title {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .strength__sp {
    padding: 0 10.6666666667%;
  }
  .strength__deco {
    margin-bottom: 20px;
    max-width: none;
    width: 342px;
  }
  .strength__sp-list:not(:last-child) {
    margin-bottom: 22px;
  }
  .strength__sp-text {
    margin-bottom: 55px;
  }
  .strength__sp-image img {
    max-width: none;
  }
  .strength__sp-image--01 img {
    margin-left: -60px;
    width: 393px;
  }
  .strength__sp-image--02 img {
    margin-left: -40px;
    width: 408px;
  }
  .strength__sp-image--03 img {
    margin-left: -50px;
    width: 419px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .strength__sp {
    margin: 0 auto;
    max-width: 600px;
  }
  .strength__deco {
    margin: 0 auto 20px;
  }
  .strength__sp-text {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .strength {
    padding-bottom: 900px;
  }
}
@media (orientation: landscape) {
  .strength__deco {
    margin: 0 auto;
  }
  .strength__sp-text {
    text-align: center;
  }
}
@media all {
  .about {
    padding-bottom: 425px;
  }
  .about__block {
    margin: auto;
    max-width: 1160px;
  }
  .about__boxes {
    margin-bottom: 415px;
  }
  .about__top {
    margin: auto;
    max-width: 880px;
  }
  .about__title {
    color: #624498;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .about__deco {
    margin-left: -15px;
    margin-top: -65px;
    position: relative;
  }
  .about__box {
    margin: 0 auto 50px;
    max-width: 1000px;
  }
  .about__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
  }
  .about__list:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
  }
  .about__sub-title {
    display: flex;
    font-size: 18px;
  }
  .about__sub-title::before {
    background: #624498;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    margin-right: 20px;
    margin-top: 5px;
    width: 16px;
  }
  .about__content {
    max-width: 360px;
    width: 100%;
  }
  .about__links {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1000px;
  }
  .about__link-button {
    align-items: center;
    border: 1px solid #E3E3E3;
    color: #E3E3E3;
    display: flex;
    justify-content: center;
    height: 100px;
  }
}
@media (hover: hover) {
  .about__link-button:hover {
    background: #E3E3E3;
    color: #624498;
  }
  .about__link-button:hover span {
    color: #624498;
  }
}
@media all {
  .about__link-button i {
    margin-left: 10px;
  }
}
@media all {
  .about__circle-icon {
    color: #E3E3E3;
    margin-right: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    margin-bottom: 180px;
    padding: 0 10.6666666667%;
  }
  .about__boxes {
    margin-bottom: 100px;
  }
  .about__top {
    margin-bottom: 0;
  }
  .about__deco {
    margin-left: -40px;
    margin-top: -20px;
    max-width: none;
    width: 342px;
  }
  .about__box {
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .about__list {
    display: block;
    padding: 25px 0;
  }
  .about__sub-title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2.4375;
  }
  .about__sub-title::before {
    margin-right: 18px;
    margin-top: 12px;
  }
  .about__links {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .about__link-button {
    height: 73px;
    justify-content: start;
    padding: 0 15px;
  }
}
@media (orientation: landscape) {
  .about {
    /*
    &__deco {
        margin: -20px auto 0;
    }
    */
  }
}
@media all {
  .advertisement__box:not(:last-child) {
    margin-bottom: 360px;
  }
  .advertisement__title {
    position: relative;
    z-index: 100;
  }
  .advertisement__image {
    margin: -155px 0 0 auto;
    max-width: 750px;
    position: relative;
  }
  .advertisement__movie {
    display: block;
    margin: -155px 0 0 auto;
    max-width: 750px;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .advertisement__movie:hover {
    opacity: 0.8;
  }
  .advertisement__movie-icon {
    bottom: 0;
    margin: auto;
    height: 59px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
  }
}
@media screen and (max-width: 1199px) {
  .advertisement__box:not(:last-child) {
    margin-bottom: 175px;
  }
  .advertisement__title--ooh img {
    margin-left: -20px;
    max-width: none;
    width: 307px;
  }
  .advertisement__title--screen img {
    margin-left: -20px;
  }
  .advertisement__image {
    margin: -50px 0 0;
  }
  .advertisement__movie {
    margin: -40px 0 0;
  }
}
@media all {
  .movie-info {
    margin: 0 0 0 auto;
    max-width: 750px;
    padding-top: 50px;
  }
  .movie-info__boxes:not(:last-child) {
    margin-bottom: 50px;
  }
  .movie-info__title {
    background-color: #624498;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 6px 15px;
  }
  .movie-info__intro {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 20px;
  }
  .movie-info__box {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 10px;
  }
  .movie-info__list {
    line-height: 2.3333333333;
    padding-left: 2em;
    position: relative;
  }
  .movie-info__list::before {
    content: "●";
    color: #624498;
    left: 0;
    position: absolute;
  }
}
@media all {
  .advertisement-info {
    margin: 0 0 0 auto;
    max-width: 750px;
    padding-top: 50px;
  }
  .advertisement-info__boxes:not(:last-child) {
    margin-bottom: 50px;
  }
  .advertisement-info__title {
    background-color: #624498;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 6px 15px;
  }
  .advertisement-info__intro {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 20px;
  }
  .advertisement-info__box {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 10px;
  }
  .advertisement-info__list {
    line-height: 2.3333333333;
    padding-left: 2em;
    position: relative;
  }
  .advertisement-info__list::before {
    content: "●";
    color: #624498;
    left: 0;
    position: absolute;
  }
}
@-webkit-keyframes animationScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes animationScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media all {
  .gallery {
    background-color: rgba(227, 227, 227, 0.75);
    padding-top: 240px;
  }
  .gallery__top {
    margin: 0 auto;
    max-width: 1080px;
  }
  .gallery__title {
    color: #624498;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .gallery__making {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/content/gallery/bgimg_making.png");
    display: block;
    min-height: 625px;
    position: relative;
  }
  .gallery__making:hover .icon {
    height: 80px;
    width: 80px;
  }
  .gallery__play-icon {
    bottom: 0;
    margin: auto;
    height: 59px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
    top: 0;
    width: 59px;
  }
  .gallery__play-icon img {
    width: 100%;
  }
  .gallery__making-title {
    height: 271px;
    position: absolute;
    right: 14.4897959184%;
    top: 133px;
  }
  .gallery__wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: -52px;
  }
  .gallery__box {
    -webkit-animation: animationScroll 90s infinite linear 0.5s both;
            animation: animationScroll 90s infinite linear 0.5s both;
    display: flex;
  }
  .gallery__list {
    height: 100%;
    width: 374px;
    margin: 0 15px;
  }
  .gallery__list img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .gallery__top {
    padding: 0 10.6666666667%;
  }
  .gallery__title {
    font-size: 16px;
  }
  .gallery__deco img {
    margin-left: -25px;
    margin-top: -10px;
    max-width: none;
    width: 334px;
  }
  .gallery__making {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 160px;
  }
  .gallery__making-movie {
    padding: 8px 10.6666666667%;
  }
  .gallery__making-movie img {
    margin-left: -2px;
  }
  .gallery__making {
    background-image: url("../img/content/gallery/bgimg_making_sp.png");
    height: 0;
    margin-bottom: 110px;
    min-height: 0;
    padding-top: 78.9333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gallery {
    padding-top: 80px;
  }
  .gallery__top {
    position: relative;
    z-index: 100;
  }
  .gallery__making {
    margin-top: -50px;
    min-height: 400px;
  }
  .gallery__making-title {
    bottom: 0;
    margin: auto 0;
    right: 20px;
    top: 0;
    width: 300px;
  }
  .gallery__list {
    width: 25vh;
  }
}
@media screen and (min-width: 1200px) {
  .gallery__top {
    position: relative;
    z-index: 100;
  }
  .gallery__deco img {
    margin-left: -35px;
    margin-top: -35px;
  }
  .gallery__making {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-sp {
    overflow: hidden;
  }
  .gallery-sp__top {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    padding: 0 10.6666666667%;
  }
  .gallery-sp__making-photo {
    margin-right: 45px;
  }
  .gallery-sp__making-photo img {
    display: block;
  }
  .gallery-sp__navies {
    display: flex;
  }
  .gallery-sp__navi {
    background-color: #624498;
    border-radius: 50%;
    height: 9px;
    display: block;
    width: 9px;
  }
  .gallery-sp__navi[data-is-active=false] {
    background-color: #CCCCCC;
  }
  .gallery-sp__navi:not(:last-child) {
    margin-right: 12px;
  }
  .gallery-sp__box:nth-child(2) .slick-track {
    transition-delay: 0.1s !important;
  }
  .gallery-sp__box:nth-child(3) .slick-track {
    transition-delay: 0.2s !important;
  }
  .gallery-sp__box:not(:last-child) {
    margin-bottom: 4px;
  }
  .gallery-sp__list {
    display: block !important;
  }
  .gallery-sp__list img {
    width: 100%;
  }
}
@media all {
  .archive {
    background-color: rgba(227, 227, 227, 0.75);
    padding: 220px 0 178px;
    position: relative;
    z-index: 900;
  }
  .archive__block {
    margin: 0 auto 330px;
    max-width: 1080px;
    position: relative;
  }
  .archive__deco {
    position: absolute;
    right: 0;
  }
  .archive__title {
    color: #624498;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .archive__activity {
    color: #595757;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 140px;
  }
  .archive__list:not(:last-child) {
    margin-bottom: 65px;
  }
  .archive__logo {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .archive {
    padding: 170px 10.6666666667% 55px;
  }
  .archive__block {
    margin-bottom: 170px;
  }
  .archive__deco {
    left: -74px;
    right: 0;
    top: 8px;
  }
  .archive__deco img {
    max-width: none;
    width: 408px;
  }
  .archive__title {
    font-size: 16px;
  }
  .archive__box {
    padding-top: 170px;
  }
  .archive__list {
    max-width: 290px;
  }
  .archive__list a {
    letter-spacing: 0.02em;
    padding: 0 40px;
  }
  .archive__logo {
    margin: 0 auto;
    max-width: 200px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media all {
  .slick-slide {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .only-tab,
.only-pc,
.not-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .only-sp,
.only-pc,
.not-tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .only-sp,
.only-tab,
.not-pc {
    display: none;
  }
}