.p-anniversary-main {
  min-height: 100vh;
  height: 100vh;
  background: url("../img/bg_main_sp.png") center center no-repeat;
  background-size: cover;
  display: flex;
	align-items:center; }
  @media (min-width: 768px) {
    .p-anniversary-main {
      background: url("../img/bg_main.png") center center no-repeat;
      background-size: cover; } }
  .p-anniversary-main > .container {
    padding: 35px 35px;
    display: contents; }
    @media (min-width: 768px) {
      .p-anniversary-main > .container {
        width: 100%;
        max-width: 1280px;
        padding: 0 15px;
        display: block;
        margin: 0 auto; } }
    .p-anniversary-main > .container > .title {
      max-width: 300px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .p-anniversary-main > .container > .title {
          width: 600px;
          max-width: 600px;
          display: block; } }

.p-anniversary-message {
  background-color: #fff; }

.p-anniversary-message > .container {
    padding: 75px 15px; }

    @media (min-width: 768px) {
      .p-anniversary-message > .container {
        width: 100%;
        max-width: 940px;
        padding: 100px 40px 120px;
        display: block;
        margin: 0 auto; } }

        
    .p-anniversary-message > .container > .title {
      text-align: center;
      font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .p-anniversary-message > .container > .title {
          margin-bottom: 60px; } }
      .p-anniversary-message > .container > .title > .en {
        font-size: 2.4rem;
        color: #00a0e9;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .p-anniversary-message > .container > .title > .en {
            font-size: 3.0rem; } }
      .p-anniversary-message > .container > .title > .jp {
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3; }
        @media (min-width: 768px) {
          .p-anniversary-message > .container > .title > .jp {
            font-size: 4.8rem; } }
    .p-anniversary-message > .container > .text {
      font-size: 1.4rem;
      font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
      margin-bottom: 25px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .p-anniversary-message > .container > .text {
          font-size: 1.6rem;
          margin-bottom: 30px; } }
    .p-anniversary-message > .container > .closeup {
      margin-top: 65px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .p-anniversary-message > .container > .closeup > .image {
        width: 27vw; }
        @media (min-width: 768px) {
          .p-anniversary-message > .container > .closeup > .image {
            width: 360px; } }
      .p-anniversary-message > .container > .closeup > .text {
        padding: 0 0 0 15px; }
        @media (min-width: 768px) {
          .p-anniversary-message > .container > .closeup > .text {
            padding: 0 0 0 30px; } }
        .p-anniversary-message > .container > .closeup > .text > .role {
          display: block;
          font-size: 1.1rem;
          font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
          font-weight: bold;
          line-height: 1.4; }
          @media (min-width: 768px) {
            .p-anniversary-message > .container > .closeup > .text > .role {
              font-size: 1.5rem; } }
        .p-anniversary-message > .container > .closeup > .text > .name {
          display: block;
          font-size: 1.4rem;
          font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
          font-weight: bold; }
          @media (min-width: 768px) {
            .p-anniversary-message > .container > .closeup > .text > .name {
              font-size: 2.4rem; } }

.p-anniversary-history {
  background-color: #ecf2fa; }

  .p-anniversary-history > .container {
    padding: 75px 15px; }
    @media (min-width: 768px) {
      .p-anniversary-history > .container {
        width: 100%;
        max-width: 1280px;
        padding: 110px 40px 180px;
        margin: 0 auto; } }
    .p-anniversary-history > .container > .title {
      text-align: center;
      font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .p-anniversary-history > .container > .title {
          margin-bottom: 70px; } }
      .p-anniversary-history > .container > .title > .en {
        font-size: 2.4rem;
        color: #00a0e9;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .title > .en {
            font-size: 3.0rem; } }
      .p-anniversary-history > .container > .title > .jp {
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.3; }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .title > .jp {
            font-size: 4.8rem; } }
    .p-anniversary-history > .container > .list {
      position: relative;
      padding: 0 0 0 35px;
      line-height: 1.7; }
      @media (min-width: 768px) {
        .p-anniversary-history > .container > .list {
          padding: 0 0 0 0; } }
      .p-anniversary-history > .container > .list::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 30px;
        width: 1px;
        height: calc( 100% + 60px );
        background-color: #00a0e9; }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list::before {
            left: 50%;
            top: 70px;
            height: calc( 100% + 146px ); } }
      .p-anniversary-history > .container > .list > .item {
        background-color: #fff;
        margin: 0 0 15px 0;
        padding: 15px 23px 20px;
        position: relative;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05); }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list > .item {
            padding: 30px 40px;
            width: calc( 50% - 55px );
            margin: 0 0 35px 0; } }
        .p-anniversary-history > .container > .list > .item::before {
          content: "";
          display: block;
          position: absolute;
          left: -5px;
          top: 23px;
          width: 16px;
          height: 16px;
          background-color: #fff;
          transform: rotate(45deg) skew(-20deg, -20deg);
          box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05); }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item::before {
              left: calc( 100% - 17px );
              top: 63px;
              width: 30px;
              height: 30px;
              box-shadow: 15px 0px 15px 0px rgba(0, 0, 0, 0.05); } }
        .p-anniversary-history > .container > .list > .item::after {
          content: "";
          display: block;
          position: absolute;
          left: -32px;
          top: 24px;
          width: 15px;
          height: 15px;
          border-radius: 30px;
          background-color: #00a0e9; }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item::after {
              width: 20px;
              height: 20px;
              left: calc( 100% + 45px );
              top: 66px; } }
        .p-anniversary-history > .container > .list > .item > .year {
          font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
          color: #00a0e9;
          line-height: 1.4;
          font-weight: bold; }
          .p-anniversary-history > .container > .list > .item > .year > .large {
            font-size: 3.0rem; }
            @media (min-width: 768px) {
              .p-anniversary-history > .container > .list > .item > .year > .large {
                font-size: 4.8rem; } }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item > .year > .small {
              font-size: 3.0rem; } }
        .p-anniversary-history > .container > .list > .item > .block {
          margin-bottom: 20px; }
          .p-anniversary-history > .container > .list > .item > .block:nth-last-child(1) {
            margin-bottom: 0; }
          .p-anniversary-history > .container > .list > .item > .block .title {
            font-weight: bold;
            color: #00a0e9;
            font-size: 1.55rem; }
            @media (min-width: 768px) {
              .p-anniversary-history > .container > .list > .item > .block .title {
                font-size: 2.0rem; } }
            .p-anniversary-history > .container > .list > .item > .block .title > .small {
              font-size: 1.2rem;
              display: block; }
              @media (min-width: 768px) {
                .p-anniversary-history > .container > .list > .item > .block .title > .small {
                  font-size: 1.6rem; } }
          .p-anniversary-history > .container > .list > .item > .block .box {
            margin-bottom: 20px; }
            .p-anniversary-history > .container > .list > .item > .block .box:nth-last-child(1) {
              margin-bottom: 0; }
          .p-anniversary-history > .container > .list > .item > .block .text {
            color: #3088b0;
            font-size: 1.2rem;
            margin-bottom: 20px; }
            @media (min-width: 768px) {
              .p-anniversary-history > .container > .list > .item > .block .text {
                font-size: 1.4rem;
                width: 100%; } }
            @media (min-width: 1250px) {
              .p-anniversary-history > .container > .list > .item > .block .text {
                width: 46%; } }
            .p-anniversary-history > .container > .list > .item > .block .text:nth-last-child(1) {
              margin-bottom: 0; }
          .p-anniversary-history > .container > .list > .item > .block > .corporate-copy {
            position: relative; }
            @media (min-width: 768px) {
              .p-anniversary-history > .container > .list > .item > .block > .corporate-copy {
                width: 480px;
                margin: 0 auto; } }
            .p-anniversary-history > .container > .list > .item > .block > .corporate-copy::before, .p-anniversary-history > .container > .list > .item > .block > .corporate-copy::after {
              content: "";
              display: block;
              position: absolute;
              width: 5px;
              height: 14px;
              border: 2px solid #00a0e9; }
            .p-anniversary-history > .container > .list > .item > .block > .corporate-copy::before {
              border-right: none;
              border-bottom: none;
              left: 0;
              top: 0; }
            .p-anniversary-history > .container > .list > .item > .block > .corporate-copy::after {
              border-left: none;
              border-top: none;
              right: 0;
              bottom: 0; }
            .p-anniversary-history > .container > .list > .item > .block > .corporate-copy > .copy {
              color: #00a0e9;
              font-weight: bold;
              text-align: center;
              padding: 10px 0 10px 10px; }
              @media (min-width: 768px) {
                .p-anniversary-history > .container > .list > .item > .block > .corporate-copy > .copy {
                  font-size: 2.4rem; } }
        .p-anniversary-history > .container > .list > .item > .btn > .c-btn > .link {
          box-shadow: none; }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list > .item.-right {
            margin-left: calc( 50% + 60px ); }
            .p-anniversary-history > .container > .list > .item.-right::before {
              left: -16px;
              box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05); }
            .p-anniversary-history > .container > .list > .item.-right::after {
              left: -70px; } }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list > .item.-wide {
            width: 100%;
            margin-left: 0;
            margin-right: 0; }
            .p-anniversary-history > .container > .list > .item.-wide::after {
              top: -9px;
              left: calc( 50% - 10px ); }
            .p-anniversary-history > .container > .list > .item.-wide::before {
              display: none; } }
      .p-anniversary-history > .container > .list > .item-world {
        margin: 0 0 15px 0;
        padding: 0 25px 0 25px;
        position: relative; }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list > .item-world {
            width: calc( 50% - 60px );
            padding: 0 40px 0 0;
            margin: 0 0 35px 0; } }
        .p-anniversary-history > .container > .list > .item-world::before {
          content: "";
          display: block;
          position: absolute;
          left: -24px;
          top: 12px;
          width: 35px;
          height: 1px;
          background-color: #00a0e9; }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item-world::before {
              left: calc( 100% - 20px );
              width: 80px; } }
        .p-anniversary-history > .container > .list > .item-world::after {
          content: "";
          display: block;
          position: absolute;
          left: -30px;
          top: 7px;
          width: 6px;
          height: 6px;
          border-radius: 30px;
          background-color: #ebf1f9;
          border: 2px solid #00a0e9; }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item-world::after {
              border: 4px solid #00a0e9;
              width: 7px;
              height: 7px;
              left: calc( 100% + 53px );
              top: 5px; } }
        .p-anniversary-history > .container > .list > .item-world > .year {
          color: #71afcc;
          font-weight: bold;
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item-world > .year {
              text-align: right;
              font-size: 1.6rem; } }
        .p-anniversary-history > .container > .list > .item-world > .block .title {
          color: #71afcc;
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            .p-anniversary-history > .container > .list > .item-world > .block .title {
              text-align: right;
              font-size: 1.6rem; } }
        @media (min-width: 768px) {
          .p-anniversary-history > .container > .list > .item-world.-right {
            margin-left: calc( 50% + 60px );
            padding: 0 0 0 40px; }
            .p-anniversary-history > .container > .list > .item-world.-right::before {
              left: -60px; }
            .p-anniversary-history > .container > .list > .item-world.-right::after {
              left: -67px; }
            .p-anniversary-history > .container > .list > .item-world.-right > .year {
              text-align: left; }
            .p-anniversary-history > .container > .list > .item-world.-right > .block > .title {
              text-align: left; } }

.p-anniversary-copy {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative; }

  @media (min-width: 768px) {
    .p-anniversary-copy::before {
      background: #fff;
      content: "";
      display: block;
      width: 1px;
      height: calc( 50% - 110px );
      top: 0;
      left: 50%;
      position: absolute; } }
  .p-anniversary-copy > .container {
    width: 100%;
    padding: 35px; }
    @media (min-width: 768px) {
      .p-anniversary-copy > .container {
        width: 100%;
        max-width: 1280px;
        display: block;
        margin: 0 auto; } }
    .p-anniversary-copy > .container > .copy {
      font-family: MyYuMinM, YuMincho, 'Yu Mincho', serif;
      color: #fff;
      line-height: 1.2; }
      .p-anniversary-copy > .container > .copy > .en {
        text-align: center;
        display: block;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .p-anniversary-copy > .container > .copy > .en {
            font-size: 4.8rem; } }
      .p-anniversary-copy > .container > .copy > .jp {
        text-align: center;
        display: block;
        font-size: 3.6rem;
        font-weight: bold;
        letter-spacing: -0.15em;
        padding-left: 18px; }
        @media (min-width: 768px) {
          .p-anniversary-copy > .container > .copy > .jp {
            font-size: 6.0rem; } }

.p-anniversary-afterword {
  padding: 75px 0; }

  .p-anniversary-afterword > .container {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .p-anniversary-afterword > .container {
        width: 100%;
        max-width: 1280px;
        padding: 100px 40px 120px;
        display: block;
        margin: 0 auto; } }
    .p-anniversary-afterword > .container > .text {
      color: #fff;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .p-anniversary-afterword > .container > .text {
          margin-bottom: 30px;
          font-size: 1.6rem;
          text-align: center; } }

.p-anniversary-logo {
  min-height: 100vh;
  display: flex;
  align-items: center; }

  .p-anniversary-logo > .container {
    width: 100%;
    padding: 35px; }
    @media (min-width: 768px) {
      .p-anniversary-logo > .container {
        width: 100%;
        max-width: 1280px;
        padding: 100px 40px 120px;
        display: block;
        margin: 0 auto; } }
    .p-anniversary-logo > .container > .logo {
      margin: 0 auto;
      width: 145px; }
      @media (min-width: 768px) {
        .p-anniversary-logo > .container > .logo {
          width: 208px; } }

.p-anniversary-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .p-anniversary-product-list > .item {
    width: 100px;
    margin: 0 5px 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .p-anniversary-product-list > .item {
        margin: 0; } }
    .p-anniversary-product-list > .item > .product {
      width: 60px;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .p-anniversary-product-list > .item > .product {
          width: 75px; } }
    .p-anniversary-product-list > .item > .name {
      color: #00a0e9;
      font-size: 1.1rem; }

.p-anniversary-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .p-anniversary-image-list {
      justify-content: center; } }
  .p-anniversary-image-list > .item {
    width: calc( 50% - 3px ); }
    @media (min-width: 768px) {
      .p-anniversary-image-list > .item {
        width: calc( 50% - 10px );
        margin: 0 5px; } }

.p-illust {
  padding-bottom: 100px;
  background: url("../img/illust_2001.png") center bottom no-repeat;
  background-size: 95px auto; }
  @media (min-width: 768px) {
    .p-illust {
      background: url("../img/illust_2001.png") right bottom no-repeat;
      background-size: 155px auto; } }

.is-adjust01 {
  padding: 0 75px; }
  @media (min-width: 768px) {
    .is-adjust01 {
      width: 50%;
      display: block;
      padding: 0;
      margin: 0 auto; } }

.is-adjust02 {
  padding: 0 55px; }
  @media (min-width: 768px) {
    .is-adjust02 {
      width: 62%;
      display: block;
      padding: 0;
      margin: 0 auto; } }

.is-adjust03 {
  padding: 0 70px; }
  @media (min-width: 768px) {
    .is-adjust03 {
      width: 60%;
      display: block;
      padding: 0;
      margin: 0 auto; } }

.is-adjust04 {
  width: 20vw !important;
  margin-left: 5px; }
  @media (min-width: 768px) {
    .is-adjust04 {
      width: 134px !important; } }

.is-adjust05 {
  width: 100% !important;
  padding: 0 60px; }
  @media (min-width: 768px) {
    .is-adjust05 {
      width: 250px !important;
      padding: 0 20px; } }

.is-adjust06 {
  width: 100% !important;
  padding: 0 45px; }
  @media (min-width: 768px) {
    .is-adjust06 {
      width: 250px !important;
      padding: 0 20px; } }

.is-adjust07 {
  padding: 0 60px; }
  @media (min-width: 768px) {
    .is-adjust07 {
      width: 150px;
      padding: 0; } }
  @media (min-width: 1230px) {
    .is-adjust07 {
      float: right;
      margin: -130px 0 0 0; } }
    
@media (min-width: 768px) {
  .is-adjust08 {
    width: 100%;
    padding: 0;} }

@media (min-width: 1220px) {
  .is-adjust08 {
    width: 260px;
    padding: 0;
    float: right;
    margin: -228px 0 0 0; } }
    
@media (min-width: 768px) {
  .is-adjust09 {
    padding: 0 0 0 0; } }

@media (min-width: 1220px) {
  .is-adjust09 {
    padding: 0 0 80px 0; } }
    
@media (min-width: 768px) {
  .is-adjust10 {
    text-align: center; } }

@media (min-width: 768px) {
  .is-adjust11 {
    margin-bottom: 50px !important; }
    .is-adjust11 > .small {
      font-size: 2.0rem !important;
      text-align: center; } }

@media (min-width: 768px) {
  .is-adjust12 {
    padding: 60px 30px !important; } }

@media (min-width: 768px) {
  .is-adjust01-pc {
    width: 240px;
    margin: -10px 0 0 0 } }

@media (min-width: 768px) {
  .is-adjust02-pc {
    position: relative; }
    .is-adjust02-pc > .title {
      padding-left: 105px; }
    .is-adjust02-pc > .p-anniversary-product-list {
      position: absolute;
      left: -5px;
      top: 5px; }
    .is-adjust02-pc > .text {
      padding-left: 105px; } }

@media (min-width: 768px) {
  .is-adjust03-pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .is-adjust03-pc > .box {
      width: 50%;
      margin: 0 !important; }
      .is-adjust03-pc > .box:nth-child(1) {
        padding: 0 40px 40px 0;
        border-right: 1px solid #ececec; }
      .is-adjust03-pc > .box:nth-child(2) {
        padding: 0 0 40px 40px; }
      .is-adjust03-pc > .box:nth-child(3) {
        padding: 40px 40px 0 0;
        border-right: 1px solid #ececec;
        border-bottom: none; }
      .is-adjust03-pc > .box:nth-child(4) {
        padding: 40px 0 0 40px; } }

@media (min-width: 768px) {
  .is-adjust04-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .is-adjust04-pc > .year {
      width: 100%; }
    .is-adjust04-pc > .block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .is-adjust04-pc > .block:nth-child(2) {
        width: 737px; }
      .is-adjust04-pc > .block:nth-child(3) {
        width: 352px; }
        .is-adjust04-pc > .block:nth-child(3) > .image {
          height: 223px; }
      .is-adjust04-pc > .block > .box {
        width: 100%; }
    .is-adjust04-pc > .btn {
      width: 100%; } }

@media (min-width: 768px) {
  .is-adjust05-pc {
    position: relative; }
    .is-adjust05-pc .image {
      width: 125px;} }

@media (min-width: 1180px) {
  .is-adjust05-pc {
    position: relative; }
    .is-adjust05-pc .image {
      width: 125px;
      position: absolute;
      right: 0;
      top: 0; } }
      
@media (min-width: 768px) {
  .is-adjust06-pc {
    width: 50%;
    position: absolute;
    bottom: 7px;
    right: 0;
    margin: 0 !important; } }

@media (min-width: 950px) {
  .is-adjust06-pc {
    width: 240px;} }
    
@media (min-width: 768px) {
  .is-adjust07-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .is-adjust07-pc > .year {
      width: 100%; }
    .is-adjust07-pc > .block:nth-child(2) {
      padding-right: 39px;
      width: 50%;
      border-right: 1px solid #ececec;
      border-bottom: none !important; }
    .is-adjust07-pc > .block:nth-child(3) {
      padding-left: 40px;
      width: 50%; } }

@media (max-width: 767px) {
  .is-wide-sp {
    width: 100% !important;
  }
}

.border-add {
  position: absolute;
  left: -25px;
  top: 90px;
  width: 1px;
  height: 100%;
  background-color: #00a0e9; }
  @media (min-width: 768px) {
    .border-add {
      display: none; } }

.p-border {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px; }
  .p-border:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0; }

@media (min-width: 768px) {
  .p-product-column {
    display: flex;
    justify-content: space-between; }
    .p-product-column > .box:nth-child(1) {
      width: 48%; }
    .p-product-column > .box:nth-child(2) {
      width: 48%; }
}

@media (min-width: 950px) {
  .p-product-column > .box:nth-child(1) {
    width: 410px; }
  .p-product-column > .box:nth-child(2) {
    width: calc( 100% - 460px );
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
 }

@media (min-width: 768px) {
  .item-1988 {
    margin-top: -113px !important; }

  .item-1991 {
    margin-top: -56px !important; }
    .item-1991::before {
      top: 24px !important; }
    .item-1991::after {
      top: 28px !important; }

  .item-1995 {
    margin-top: -95px !important; }

  .item-1998 {
    margin-top: -35px !important; }
    .item-1998::before {
      top: 36px !important; }
    .item-1998::after {
      top: 40px !important; }

  .item-1999 {
    margin-top: -97px !important; }

  .item-1999-2 {
    margin-top: 51px !important; }
    .item-1999-2::before {
      top: 24px !important; }
    .item-1999-2::after {
      top: 28px !important; }

  .item-2000 {
    margin-top: -97px !important; }

  .item-2000-2 {
    margin-top: 51px !important; }
    .item-2000-2::before {
      top: 36px !important; }
    .item-2000-2::after {
      top: 40px !important; }

  .item-2001 {
    margin-top: 60px !important; }

  .item-2004 {
    margin-top: 60px !important; }

  .item-2004-2 {
    margin-top: -294px !important; }
    .item-2004-2::before {
      top: 62px !important; }
    .item-2004-2::after {
      top: 66px !important; }

  .item-2005 {
    margin-top: -53px !important; }

  .item-2006 {
    margin-top: -118px !important; }

  .item-2007 {
    margin-top: -78px !important; }

  .item-2007-2 {
    margin-top: 60px !important; }

  .item-2009 {
    margin-top: 60px !important; }

  .item-2010 {
    margin-top: -84px !important; }

  .item-2011 {
    margin-top: -210px !important; }

  .item-2011-2 {
    margin-top: 182px !important; }

  .item-2012 {
    margin-top: 60px !important; }
    .item-2012::before {
      top: 20px !important; }
    .item-2012::after {
      top: 24px !important; }

  .item-2015 {
    margin-top: -125px !important; }

  .item-2016-2 {
    margin-top: 60px !important; }

  .item-2017 {
    margin-top: 60px !important; }
    .item-2017::before {
      top: 20px !important; }
    .item-2017::after {
      top: 24px !important; }

  .item-2018 {
    margin-top: -473px !important; }
    .item-2018::before {
      top: 110px !important; }
    .item-2018::after {
      top: 114px !important; }

  .item-2020 {
    margin-top: 55px !important; }

  .item-2020-2 {
    margin-top: 55px !important; }
    .item-2020-2::before {
      top: 20px !important; }
    .item-2020-2::after {
      top: 24px !important; }

  .item-2021 {
    margin-top: -221px !important; }

  .item-2021-2 {
    margin-top: 196px !important; } 

  }

  
.p-anniversary-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_ground_sp.png") center center;
  background-size: cover;
  z-index: -1; }
  @media (min-width: 768px) {
    .p-anniversary-bg {
      background: url("../img/bg_ground.png") center center;
      background-size: cover; } }


.youtube_thumb {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.youtube_thumb:hover {
  opacity: 0.6;
}

.item-2004-2 .text {
  width: auto !important;
}

.item-2007-2 .text {
  width: auto !important;
}

.item-2011-2 .text {
  width: auto !important;
}

.item-2016 .text {
  width: auto !important;
}

.item-2017 .text {
  width: auto !important;
}

.item-2018 .text {
  width: auto !important;
}

@media (min-width: 768px) {
  .is-adjust04-pc .block:nth-child(2) {
    width: calc( 100% - 382px );
  }

  .is-adjust04-pc .block:nth-child(3) {
    width: 352px;
  }

  .is-adjust04-pc .box {
    width: 100%;
  }
}

@media (min-width: 1130px) {
  .is-adjust04-pc > .block > .box {
    width: 48%;
  }
}