@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	main */
  /*=================================================================*/
  .main section {
    width: 100%;
    height: 300px;
  }
  .flex {
    display: flex;
  }
  /*=================================================================*/
  /*	mainvisual */
  /*=================================================================*/
  .mainvisual {
    position: relative;
    width: 100%;
    height: 70vh;
    background: url(../images/top/bg_mainvisual.webp) no-repeat center;
    background-size: cover;
    /* 線のアニメーション */
  }
  .mainvisual .visualLogo {
    width: 40%;
    min-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .mainvisual .visualLogo img {
    width: 100%;
  }
  .mainvisual .news {
    max-width: 800px;
    width: 80%;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
  }
  .mainvisual .news .newsTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.4rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .mainvisual .news ul.newsList li {
    box-sizing: border-box;
    padding: 5px 10px;
    border-bottom: 1px solid #D3D3D3;
  }
  .mainvisual .news ul.newsList li a {
    display: flex;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
  }
  .mainvisual .news ul.newsList li a .days {
    padding-right: 30px;
  }
  .mainvisual .news ul.newsList li a .ttl {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mainvisual .credit {
    position: absolute;
    font-size: 1.2rem;
    color: #cecece;
    line-height: 1;
    bottom: 20px;
    right: 50%;
    z-index: 1;
    transform: translateX(120%);
  }
  .mainvisual .scroll {
    position: absolute;
    right: 25px;
    bottom: 50px;
    z-index: 1;
    writing-mode: sideways-lr;
  }
  .mainvisual .scroll span {
    font-size: 1.8rem;
    color: #FFBA3A;
    font-weight: bold;
  }
  .mainvisual .scroll::before {
    animation: scroll 2s infinite;
    background-color: #FFBA3A;
    bottom: -50px;
    content: "";
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -24px;
    width: 1px;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .mainvisual ul.mainslide li {
    width: 100%;
    height: 70vh;
  }
  .mainvisual ul.mainslide li.main01 {
    background: url(../images/top/main01.webp) no-repeat center;
    background-size: contain;
  }
  .mainvisual ul.mainslide li.main02 {
    background: url(../images/top/main02.webp) no-repeat center;
    background-size: contain;
  }
  .mainvisual ul.mainslide li.main03 {
    background: url(../images/top/main03.webp) no-repeat center;
    background-size: contain;
  }
  .mainvisual ul.mainslide li.main04 {
    background: url(../images/top/main04.webp) no-repeat center;
    background-size: contain;
  }
  .mainvisual ul.mainslide li.main05 {
    background: url(../images/top/main05.webp) no-repeat center;
    background-size: contain;
  }
  /*=================================================================*/
  /*	btn */
  /*=================================================================*/
  .btnArea {
    display: inline-block;
  }
  .btn {
    width: 180px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .btn span {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  /*=================================================================*/
  /*	平和祈念資料展示室 */
  /*=================================================================*/
  .exhibitionRoom {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center;
    background-size: cover;
    height: 100%;
    box-sizing: border-box;
    padding: 18px;
    display: block;
    transition: 0.3s;
  }
  .exhibitionRoom:hover .btn {
    background-color: #505050;
    opacity: 1;
  }
  .exhibitionRoom:hover .btn span {
    color: #fff;
  }
  .bg_black {
    width: 100%;
    height: 100%;
  }
  .line {
    width: 100%;
    height: 100%;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .txtArea {
    text-align: center;
  }
  .txtArea .enTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 2rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .txtArea .jpTtl {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 18px 0 30px;
  }
  /*=================================================================*/
  /*	語り部 */
  /*=================================================================*/
  .storyteller {
    background: url(../images/top/bg_storyteller02.png) no-repeat center, url(../images/top/bg_storyteller.png) no-repeat center;
    background-size: cover;
    height: 100%;
    box-sizing: border-box;
    padding: 18px;
    display: block;
    transition: 0.3s;
  }
  .storyteller:hover .btn {
    background-color: #505050;
    opacity: 1;
  }
  .storyteller:hover .btn span {
    color: #fff;
  }
  .storyteller .line {
    justify-content: left;
  }
  .storyteller .line .txtArea {
    text-align: left;
    padding-left: 6%;
  }
  /*=================================================================*/
  /*	事務局からのお知らせ */
  /*=================================================================*/
  section.infosec {
    height: auto;
    padding: 60px 10px;
    box-sizing: border-box;
  }
  .information {
    max-width: 1200px;
    margin: 0 auto;
  }
  .information .ttlArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .information .ttlArea .infoTtl .en {
    font-family: "Comfortaa", sans-serif;
    font-size: 2rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .information .ttlArea .infoTtl .jp {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-top: 12px;
  }
  .information ul {
    margin-top: 30px;
    display: flex;
  }
  .information ul li {
    width: 30%;
    margin-right: 5%;
  }
  .information ul li:last-child {
    margin-right: 0;
  }
  .information ul li a {
    transition: 0.3s;
  }
  .information ul li a .imgBox {
    padding: 8px;
    position: relative;
    box-sizing: border-box;
  }
  .information ul li a .imgBox::before {
    content: "";
    width: 53px;
    height: 53px;
    background: url(../images/union/img_info_ue.svg) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .information ul li a .imgBox::after {
    content: "";
    width: 114px;
    height: 131px;
    background: url(../images/union/img_info_shita.svg) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .information ul li a .img {
    width: 100%;
    aspect-ratio: 4/3;
    background: #333;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .information ul li a .img img {
    width: auto;
    height: 100%;
    transform: scale(1);
    transition: 0.3s;
  }
  .information ul li a .ttl {
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 8px;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
  .information ul li a .days {
    box-sizing: border-box;
    padding: 20px 8px 0;
    font-size: 1.4rem;
    color: #767676;
  }
  .information ul li a:hover {
    opacity: 1;
  }
  .information ul li a:hover .ttl {
    text-decoration: underline;
  }
  .information ul li a:hover img {
    transform: scale(1.1);
  }
  /*=================================================================*/
  /*	戦争の足跡・戦争体験談 */
  /*=================================================================*/
  .column02 {
    height: 100%;
    box-sizing: border-box;
    width: 50%;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .column02 .bgImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: scale(1);
    transition: 0.3s;
  }
  .column02 .bgImg img {
    width: 100%;
    height: auto;
  }
  .column02 .bg_black {
    position: absolute;
    top: 0;
    left: 0;
  }
  .column02 .btn {
    transition: 0.3s;
  }
  .column02:hover .bgImg {
    transform: scale(1.1);
  }
  .column02:hover .btn {
    background-color: #1a1a1a;
    opacity: 1;
  }
  .column02:hover .btn span {
    color: #fff;
  }
  .noline {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yellowBox {
    width: 320px;
    position: relative;
  }
  .yellowBox::after, .yellowBox::before {
    position: absolute;
    width: 10px;
    height: 100%;
    content: "";
    border-top: 7px solid #FFBA3A;
    border-bottom: 7px solid #FFBA3A;
    top: -10px;
  }
  .yellowBox::after {
    border-right: 7px solid #FFBA3A;
    right: 0;
  }
  .yellowBox::before {
    border-left: 7px solid #FFBA3A;
    left: 0;
  }
  /*=================================================================*/
  /*	各地域の慰霊碑・資料館等収蔵品・海外での取り組み */
  /*=================================================================*/
  .column03 {
    height: 100%;
    box-sizing: border-box;
    width: 33.33%;
    padding-bottom: 20px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
  }
  .column03 .bgImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: scale(1);
    transition: 0.3s;
  }
  .column03 .bgImg img {
    width: 100%;
    height: auto;
  }
  .column03 .gBoxArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .column03:hover .bgImg {
    transform: scale(1.1);
  }
  .column03:hover .arrow {
    padding-right: 0;
  }
  .gBox {
    max-width: 253px;
    box-sizing: border-box;
    padding: 14px;
    text-align: right;
    background-color: #333;
    flex: 1;
    position: relative;
  }
  .gBox::before {
    content: "";
    width: 66.5px;
    height: 66.5px;
    background: url(../images/top/bg_line.svg) no-repeat center;
    position: absolute;
    top: -24px;
    left: -14px;
  }
  .gBox .enTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.5rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .gBox .jpTtl {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 15px 0 10px;
  }
  .gBox .arrow {
    transition: 0.3s;
    display: inline-block;
    padding-right: 5px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	main */
  /*=================================================================*/
  .main section {
    width: 100%;
  }
  /*=================================================================*/
  /*	mainvisual */
  /*=================================================================*/
  .mainvisual {
    position: relative;
    /* 線のアニメーション */
  }
  .mainvisual .visualLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70%;
  }
  .mainvisual .news {
    max-width: 800px;
    width: 80%;
    position: absolute;
    bottom: 60px;
    left: 3%;
    z-index: 1;
  }
  .mainvisual .news .newsTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.4rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .mainvisual .news ul.newsList li {
    box-sizing: border-box;
    padding: 5px 10px;
    border-bottom: 1px solid #D3D3D3;
  }
  .mainvisual .news ul.newsList li a {
    display: flex;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
  }
  .mainvisual .news ul.newsList li a .days {
    padding-right: 20px;
  }
  .mainvisual .news ul.newsList li a .ttl {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mainvisual .credit {
    position: absolute;
    font-size: 1rem;
    color: #cecece;
    line-height: 1;
    bottom: 20px;
    left: 3%;
    z-index: 1;
  }
  .mainvisual .scroll {
    position: absolute;
    right: 25px;
    bottom: 50px;
    z-index: 1;
    writing-mode: sideways-lr;
  }
  .mainvisual .scroll span {
    font-size: 1.4rem;
    color: #FFBA3A;
  }
  .mainvisual .scroll::before {
    animation: scroll 2s infinite;
    background-color: #FFBA3A;
    bottom: -50px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -24px;
    width: 1px;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .mainvisual ul.mainslide li {
    width: 100%;
    height: 100vh;
  }
  .mainvisual ul.mainslide li.main01 {
    background: url(../images/top/main01.webp) no-repeat center;
    background-size: cover;
  }
  .mainvisual ul.mainslide li.main02 {
    background: url(../images/top/main02.webp) no-repeat center;
    background-size: cover;
  }
  .mainvisual ul.mainslide li.main03 {
    background: url(../images/top/main03.webp) no-repeat center;
    background-size: cover;
  }
  .mainvisual ul.mainslide li.main04 {
    background: url(../images/top/main04.webp) no-repeat center;
    background-size: cover;
  }
  .mainvisual ul.mainslide li.main05 {
    background: url(../images/top/main05.webp) no-repeat center;
    background-size: cover;
  }
  /*=================================================================*/
  /*	btn */
  /*=================================================================*/
  .btnArea {
    display: inline-block;
  }
  .btn {
    width: 150px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .btn span {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
  }
  /*=================================================================*/
  /*	平和祈念資料展示室 */
  /*=================================================================*/
  .exhibitionRoom {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center;
    background-size: cover;
    height: 200px;
    box-sizing: border-box;
    padding: 8px;
    display: block;
  }
  .bg_black {
    width: 100%;
    height: 100%;
  }
  .line {
    width: 100%;
    height: 100%;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .txtArea {
    text-align: center;
  }
  .txtArea .enTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.8rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .txtArea .jpTtl {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 18px 0 20px;
  }
  /*=================================================================*/
  /*	語り部 */
  /*=================================================================*/
  .storyteller {
    background: url(../images/top/bg_storyteller02.png) no-repeat -200px 0px, url(../images/top/bg_storyteller.png) no-repeat center;
    background-size: cover;
    height: 200px;
    box-sizing: border-box;
    padding: 8px;
    display: block;
  }
  .storyteller .line {
    justify-content: left;
  }
  .storyteller .line .txtArea {
    text-align: left;
    padding-left: 6%;
  }
  /*=================================================================*/
  /*	事務局からのお知らせ */
  /*=================================================================*/
  section.infosec {
    height: auto;
    padding: 60px 10px;
    box-sizing: border-box;
  }
  section.infosec .btnArea {
    display: block;
    margin-top: 30px;
  }
  section.infosec .btnArea a.btn {
    margin: 0 auto;
  }
  .information {
    width: 100%;
    margin: 0 auto;
  }
  .information .ttlArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .information .ttlArea .infoTtl .en {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.6rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .information .ttlArea .infoTtl .jp {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-top: 12px;
  }
  .information ul {
    width: 100%;
    margin-top: 30px;
  }
  .information ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .information ul li:last-child {
    margin-bottom: 0;
  }
  .information ul li a {
    display: flex;
  }
  .information ul li a .imgBox {
    padding: 4px;
    position: relative;
    box-sizing: border-box;
    width: 36%;
  }
  .information ul li a .imgBox::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/union/img_info_ue.svg) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
  }
  .information ul li a .imgBox::after {
    content: "";
    width: 50px;
    aspect-ratio: 114/131;
    background: url(../images/union/img_info_shita.svg) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .information ul li a .img {
    width: 100%;
    aspect-ratio: 4/3;
    background: #333;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .information ul li a .img img {
    width: auto;
    height: 100%;
  }
  .information ul li a .ttl {
    box-sizing: border-box;
    padding: 6px;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
  .information ul li a .days {
    box-sizing: border-box;
    padding: 10px 6px 0;
    font-size: 1.4rem;
    color: #767676;
  }
  /*=================================================================*/
  /*	戦争の足跡・戦争体験談 */
  /*=================================================================*/
  .column02 {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .column02 .bgImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .column02 .bgImg img {
    width: 100%;
    height: auto;
  }
  .column02 .bg_black {
    position: absolute;
    top: 0;
    left: 0;
  }
  .noline {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yellowBox {
    width: 240px;
    position: relative;
  }
  .yellowBox::after, .yellowBox::before {
    position: absolute;
    width: 10px;
    height: 100%;
    content: "";
    border-top: 7px solid #FFBA3A;
    border-bottom: 7px solid #FFBA3A;
    top: -10px;
  }
  .yellowBox::after {
    border-right: 7px solid #FFBA3A;
    right: 0;
  }
  .yellowBox::before {
    border-left: 7px solid #FFBA3A;
    left: 0;
  }
  /*=================================================================*/
  /*	各地域の慰霊碑・資料館等収蔵品・海外での取り組み */
  /*=================================================================*/
  .column03 {
    height: 150px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
  }
  .column03 .bgImg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .column03 .bgImg img {
    width: 100%;
    height: auto;
  }
  .column03 .gBoxArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .gBox {
    max-width: 253px;
    box-sizing: border-box;
    padding: 8px 14px;
    text-align: right;
    background-color: #333;
    flex: 1;
    position: relative;
  }
  .gBox::before {
    content: "";
    width: 66.5px;
    height: 66.5px;
    background: url(../images/top/bg_line.svg) no-repeat center;
    position: absolute;
    top: -24px;
    left: -14px;
  }
  .gBox .enTtl {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.5rem;
    color: #FFBA3A;
    line-height: 1;
  }
  .gBox .jpTtl {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 10px 0 10px;
  }
  .gBox .arrow {
    width: 60px;
    margin: 0 0 0 auto;
  }
  /*<end>============================================================*/
}

/*# sourceMappingURL=top.css.map */
