/* ==========================================================

title : 刀剣ワールド 合戦旗指物・幟写真
scope : 刀剣ワールド 合戦旗指物・幟写真

memo：

last modify : 2022/04/01 WEB2TCI-22274_igarashi 「その他」枠追加

2019/09/10 TCI福岡

========================================================== */

/* ==========================================================

合戦旗指物・幟写真 用

========================================================== */

/* ------------------------------------ */
/* ▼ wrap */
/* ------------------------------------ */
@media (min-width: 768px) {
  #flag .wrap {
    margin-bottom: 70px;
    max-width: 900px;
  }
}

/* ------------------------------------ */
/* ▼ main_box */
/* ------------------------------------ */
#flag .main_box,
#flag .main_col2_box {
  background: none;
  padding: 0;
}

#flag .main_col2_box .main_col2_img {
  border: 1px solid #d1c2a5;
}

#flag .main_ttl {
  border: none;
  padding-bottom: 0;
}

#flag .main_ttl_tag.syoga,
#flag .main_col2_ttl_tag.syoga {
  background: none;
  border: 1px solid #af1212;
  color: #af1212;
}

#flag .main_ttl_tag.era,
#flag .main_col2_ttl_tag.era {
  background: none;
  border: 1px solid #294c92;
  color: #294c92;
}

#flag .main_img {
  border: none;
}

#flag .main_img img {
  width: 100%;
}

#flag .detail_inner {
  background: none;
}

#other .main_box.only_title {
  padding: 25px 35px;
}

#other .main_box.only_title .main_ttl {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #flag .main_txt {
    margin-bottom: 20px;
  }
  #other .main_box.only_title .main_ttl {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #flag .main_txt {
    width: 86.7%;
  }
  #flag .detail_inner {
    padding-top: 30px;
  }
}

/* ------------------------------------ */
/* ▼ info_area */
/* ------------------------------------ */
@media (min-width: 768px) {
  .info_table table th {
    width: 20.8%;
  }
}

/* ------------------------------------ */
/* ▼ photo_wrap */
/* ------------------------------------ */
#flag .photo_list_col1 {
  display: block;
  max-width: 86.7%;
}

#flag .photo_list_col2 {
  max-width: 850px;
}

#flag .photo_list li {
  margin-bottom: 5.88%;
  width: 47.06%;
}

#flag .photo_list_col1 li {
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  #flag .photo_list_col1 li {
    margin-bottom: 50px;
  }
}

#flag .photo_list_col1 li:last-child {
  margin-bottom: 0;
}

#flag .photo_list_col1 li a {
  display: inline-block;
}

#flag .photo_list li a {
  max-width: 100%;
}

#flag .photo_list li a:before {
  border-color: #b28d60;
}

#flag .photo_list_col1 li a:before {
  border-color: #d1c2a5;
}

#flag .photo_list_col1 .deco {
  display: none;
}

@media (max-width: 767px) {
  #flag .photo_list_col1 {
    max-width: none;
  }
  #flag .photo_list_col1 li {
    padding: 0 10px;
  }
  #flag .detail_thum {
    width: 62%;
  }
}

/* ------------------------------------ */
/* ▼ deco_item */
/* ------------------------------------ */
#flag .deco_item {
  width: 100%;
}

/* ------------------------------------ */
/* ▼ title_h3_type02 */
/* ------------------------------------ */
@media (min-width: 768px) {
  #flag .title_h3_type02:before,
  #flag .title_h3_type02:after {
    width: 125px;
  }
}

/* ------------------------------------ */
/* ▼ .showcase_box */
/* ------------------------------------ */
/*@media (min-width: 768px) {
  #flag .zoomer_fancy {
    height: 540px;
  }
}*/


/* ==========================================================

その他テンプレート用

========================================================== */

/* ------------------------------------ */
/* ▼ main_box */
/* ------------------------------------ */
@media (max-width: 767px) {
  #other .main_box {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #other .main_img {
    margin-left: auto;
    margin-right: auto;
    width: 77.27%;
  }
  #other .main_txt {
    width: 94%;
  }
}

/* ------------------------------------ */
/* ▼ detail_wrap */
/* ------------------------------------ */
#other .detail_inner {
  background: #fff5e3 url(../image/folding-screen/bg-folding-screen02.png) no-repeat;
}

@media (min-width: 768px) {
  #other .detail_inner {
    background-size: 100%;
  }
}

/* ------------------------------------ */
/* ▼ main_col2_box (掛け軸)*/
/* ------------------------------------ */
#other .main_col2_box {
  background: #fde7c2 url(../image/wall-scroll/bg-wall-scroll01.png) no-repeat;
}

/* ------------------------------------ */
/* ▼ photo_list */
/* ------------------------------------ */
#other .deco_item {
  width: 100%;
}

/* 2019/08/06 メイン画像部分レイアウト修正 */
@media (max-width: 767px) {
  .main_col2_ttl_tag_wrap {
    display: flex;
    justify-content: flex-start;
  }
  .main_col2_ttl_tag {
    max-width: 180px;
    min-width: auto;
    width: 49%;
  }
  .main_col2_ttl_tag:nth-child(odd) {
    margin-right: 1%;
  }
  .main_col2_ttl_tag:nth-child(even) {
    margin-left: 1%;
  }
}

@media (max-width: 440px) {
  .main_col2_ttl_tag_wrap {
    justify-content: space-around;
  }
  .main_col2_ttl_tag:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .main_col2_ttl {
    border-bottom: 2px solid #655046;
    display: flex;
    padding-bottom: 20px;
    width: 100%;
  }
  .main_col2_ttl_tag_wrap {
    width: 180px;
  }
  .main_col2_ttl_tag_wrap .main_col2_ttl_tag {
    margin-bottom: 5px;
  }
  .main_col2_ttl_tag_wrap .main_col2_ttl_tag:last-child {
    margin-bottom: 0;
  }
  .main_col2_ttl_tag_wrap .main_col2_ttl_tag.era {
    margin-left: 0;
  }
  .main_col2_ttl_h1 {
    border-bottom: none;
    margin-left: 20px;
    width: auto;
  }
  .main_col2_img {
    margin: 0.3em 0 20px 40px;
    width: 22%;
  }
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.info_area .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.info_area .box_other table {
  border: 2px solid #b28e5f;
}
.info_area .box_other th {
  background: url('../../common/image/bg-ttl06.png');
  background-size: cover;
  text-align: center;
}
.info_area .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

@media screen and (min-width: 768px) {
  .info_area .box_other {
    margin-top: 35px;
  }
  .info_area .box_other th {
    height: 0;
    padding: 5px;
    line-height: 1.6;
  }

  .info_area .box_other td {
    background: #fff;
    color: #000;
    line-height: 24px;
    padding: 25px;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .info_area .info_box {
    margin-bottom: 20px;
  }
  .info_area .box_other {
    margin: 20px 10px 0;
  }
  .info_area .box_other th,
  .info_area .box_other td
   {
    font-size: 15px;
    padding: .5em .8em .5em 1.2em;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/top/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}