@charset "UTF-8";
/* ==========================================================

title : 世界の剣イラスト集

memo：

last modify : 2024/02/07 tanaka スライドアニメーション共通化

2023/01/30 WEB2TCI-31754_igarashi 新規ページ作成
========================================================== */

/* ------------------------------------ */
/* ▼ 共通 */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}
.wcm {
  max-width: 976px;
}

/* ------------------------------------ */
/* ▼ banner_h1 */
/* ------------------------------------ */
.cmn_h1_sitetop_name {
  display: block;
  margin-top: 10px;
}

.banner_h1 .txth1 {
  line-height: 35px;
  white-space: nowrap;
}

.banner_h1 {
  position: relative;
  margin-bottom: 29px;
  width: 100%;
}

.banner_h1 img {
  margin: 0 auto;
}

.banner_h1 h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .wcm {
    padding: 0 10px;
  }
  .banner_h1 .txth1 {
    line-height: 30px;
    font-size: 6vw;
  }
}

@media (max-width: 425px) {
  .cmn_h1_sitetop_name {
    margin-top: 3px;
  }
}

/* ------------------------------------ */
/* ▼ box_intro_block */
/* ------------------------------------ */
.box_lead_text {
  margin: 0 auto;
  text-align: justify;
  width: 78%;
}

@media (max-width: 767px) {
  .box_lead_text {
    font-size: 15px;
    margin: 0 auto 3%;
    padding: 0 10px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ cmn_anchor */
/* ------------------------------------ */
.cmn_anchor {
  margin-top: 40px;
  max-width: 815px;
}
.cmn_anchor>ul>li>a>span {
  padding-right: initial;
}
.cmn_anchor>ul>li>a>span::after {
  right: 0;
}
.cmn_anchor.type01>ul>li.bg_btn01>a {
  background: url('../image/bg-btn01.jpg') no-repeat center / cover;
}
.cmn_anchor.type01>ul>li.bg_btn02>a {
  background: url('../image/bg-btn02.jpg') no-repeat center / cover;
}
.cmn_anchor.type01>ul>li.bg_btn03>a {
  background: url('../image/bg-btn03.jpg') no-repeat center / cover;
}
.cmn_anchor.type01>ul>li.bg_btn04>a {
  background: url('../image/bg-btn04.jpg') no-repeat center / cover;
}

@media (min-width: 768px) {
  .cmn_anchor>ul>li>a {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}

/* ------------------------------------ */
/* ▼ illust-wrap */
/* ------------------------------------ */
.h2-title {
  font-size: 2.6rem;
  color: #fff;
  padding: 10px;
  text-align: center;
  height: 60px;
}

.h2-title.bg-h2-01 {
  background: url('../image/bg-h2-title01.png') no-repeat center / cover;
}
.h2-title.bg-h2-02 {
  background: url('../image/bg-h2-title02.png') no-repeat center / cover;
}
.h2-title.bg-h2-03 {
  background: url('../image/bg-h2-title03.png') no-repeat center / cover;
}
.h2-title.bg-h2-04 {
  background: url('../image/bg-h2-title04.png') no-repeat center / cover;
}

.period_wrap + .period_wrap {
  margin-top: 80px;
}

.illust_wrap:first-of-type {
  margin-top: 37px;
}
.illust_wrap + .illust_wrap {
  margin-top: 15px;
}

.title_box {
  position: relative;
}

.title_box_title {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: .05em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  text-shadow: 5px 0 10px #493503, -5px 0 10px #493503, 0 5px 10px #493503, 0 -5px 10px #493503;
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.illust_item {
  position: relative;
}

.illust_item img,
.title_box img
{
  width: 100%;
  height: 100%;
}

.illust_name {
  position: absolute;
  top: 25px;
  left: 29px;
  color: #000;
  font-size: 2rem;
}

.spacer {
  display: grid;
  place-items: center;
}

.illust_btn {
  border-radius: 25px;
  background-color: #bc2323;
  color: #fff!important;
  font-size: 1.8rem;
  padding: 0.2em 1.27em 0.2em 1em;
  letter-spacing: 0.12em;
  position: absolute;
  right: 17px;
  bottom: 15px;
}

.illust_btn > span {
  position: relative;
}

.illust_btn > span::before {
  content: '';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: -30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .illust_img_link {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .title_box_title {
    font-size: 2.86vw;
  }
}

@media (max-width: 767px) {
  .h2-title {
    font-size: 2.2rem;
    height: 50px;
    line-height: 1.4;
  }
  .illust_link {
    display: none;
  }
  .illust_name {
    font-size: 1.5rem;
    top: 10px;
    left: 15px;
  }
  .spacer.w_75 > img{
    width: 75%;
  }

}
@media (max-width: 600px) {
  .title_box_title {
    font-size: 2.87vw;
    padding-left: initial;
    padding-right: initial;
  }
}

/* グリッドレイアウト */
/* 共通 */
.illust_wrap {
  display: grid;
}
.illust_wrap.type_a,
.illust_wrap.type_a_reverse
{
  grid-template-columns: 32.6% 1fr 32.6%;
  grid-template-rows: 27.6% 1fr 41.5%;
  grid-gap: 15px;
}

/* type_a */
.illust_wrap.type_a li:first-of-type{
  grid-column: 1/2;
  grid-row: 1/2;
}
.illust_wrap.type_a li:nth-of-type(2){
  grid-column: 2/3;
  grid-row: 1/3;
}
.illust_wrap.type_a li:nth-of-type(3){
  grid-column: 3/4;
  grid-row: 1/3;
}
.illust_wrap.type_a li:nth-of-type(4){
  grid-column: 1/2;
  grid-row: 2/4;
}
.illust_wrap.type_a li:nth-of-type(5){
  grid-column: 2/4;
  grid-row: 3/4;
}

/* type_a_reverse */
.illust_wrap.type_a_reverse li:first-of-type{
  grid-column: 1/2;
  grid-row: 1/3;
}
.illust_wrap.type_a_reverse li:nth-of-type(2){
  grid-column: 2/3;
  grid-row: 1/3;
}
.illust_wrap.type_a_reverse li:nth-of-type(3){
  grid-column: 3/4;
  grid-row: 1/2;
}
.illust_wrap.type_a_reverse li:nth-of-type(4){
  grid-column: 1/3;
  grid-row: 3/4;
}
.illust_wrap.type_a_reverse li:nth-of-type(5){
  grid-column: 3/4;
  grid-row: 2/4;
}


/* type_b */
.illust_wrap.type_b {
  grid-template-columns: 49.1% 1fr 32.7%;
  grid-template-rows: 25.6% 1fr 38.4%;
  grid-gap: 15px;
}
.illust_wrap.type_b li:first-of-type {
  grid-column: 1/4;
  grid-row: 1/2;
}
.illust_wrap.type_b li:nth-of-type(2){
  grid-column: 1/3;
  grid-row: 2/3;
}
/* .illust_wrap.type_b li:nth-of-type(3){
  grid-column: 3/4;
  grid-row: 2/3;
} */
.illust_wrap.type_b li:nth-of-type(4){
  grid-column: 1/2;
  grid-row: 3/4;
}
.illust_wrap.type_b li:nth-of-type(5){
  grid-column: 2/4;
  grid-row: 3/4;
}
/* type_b_reverse */
.illust_wrap.type_b_reverse {
  grid-template-columns: 32.7% 1fr 49.1%;
  grid-template-rows: 25.6% 1fr 38.4%;
  grid-gap: 15px;
}
.illust_wrap.type_b_reverse li:first-of-type {
  grid-column: 1/4;
  grid-row: 1/2;
}
.illust_wrap.type_b_reverse li:nth-of-type(3){
  grid-column: 2/4;
  grid-row: 2/3;
}
.illust_wrap.type_b_reverse li:nth-of-type(4){
  grid-column: 1/3;
  grid-row: 3/4;
}
.illust_wrap.type_b_reverse li:nth-of-type(5){
  grid-column: 3/4;
  grid-row: 3/4;
}

/* type_c */
.illust_wrap.type_c {
  grid-template-columns: 1fr 32.7%;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}
.illust_wrap.type_c li:first-of-type {
  grid-column: 1/2;
  grid-row: 1/2;
}
.illust_wrap.type_c li:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.illust_wrap.type_c li:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}


/* type_c_reverse */
.illust_wrap.type_c_reverse {
  grid-template-columns: 32.7% 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}
.illust_wrap.type_c_reverse li:first-of-type {
  grid-column: 1/2;
  grid-row: 1/3;
}
.illust_wrap.type_c_reverse li:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.illust_wrap.type_c_reverse li:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* type_d */
.illust_wrap.type_d {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 38.8% 1fr;
  grid-gap: 15px;
}
.illust_wrap.type_d li:first-of-type {
  grid-column: 1/3;
  grid-row: 1/2;
}
.illust_wrap.type_d li:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.illust_wrap.type_d li:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* type_e */
.illust_wrap.type_e {
  grid-template-columns: 32.7% 1fr;
  grid-template-rows: 1fr;
  grid-gap: 15px;
}
.illust_wrap.type_e li:first-of-type {
  grid-column: 1/2;
  grid-row: 1/2;
}
.illust_wrap.type_e li:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

@media (max-width: 767px) {
  .illust_wrap.type_a,
  .illust_wrap.type_a_reverse,
  .illust_wrap.type_b,
  .illust_wrap.type_b_reverse,
  .illust_wrap.type_c,
  .illust_wrap.type_c_reverse,
  .illust_wrap.type_d,
  .illust_wrap.type_e
  {
    grid-gap: 6px;
  }
  .illust_wrap + .illust_wrap {
    margin-top: 6px;
  }
  .period_wrap + .period_wrap {
    margin-top: 30px;
  }
  .illust_wrap:first-of-type {
    margin-top: 15px;
  }
}

/* アニメーションボタンcss */
.cmn_animation_btn_wrap {
  margin: 15px auto 30px;
  max-width: 976px;
}