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

title : サイト公開記念第2弾 プレゼントキャンペーン【刀剣ワールド】
scope : サイト公開記念第2弾 プレゼントキャンペーン【刀剣ワールド】

memo：2018/02/26 TCI福岡_abe 千年樹CDプレゼントキャンペーンページ

last modify : 2020/08/12 TCI福岡_sakaguchi 共通tableクラスの導入

2020/01/31 TCI福岡_uesugi リンクボタン改修

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


.event_end_inner {
  padding: 15px;
  background: #f8e9e7;
  border: #c92121 solid 4px;
  max-width: 35%;
  min-width: 260px;
  text-align: center;
  color: #c92121;
  font-weight: 600;
  margin: 20px auto;
  font-size: 20px;
  border-radius: 8px;
  position: relative;
  top: -37px;
}

@media screen and (max-width: 767px) {
  .event_end {
    position: absolute;
    top: 70vw;
    left: 0;
    display: block;
    width: 100%;
  }

  .event_end_inner {
    font-size: 1.5rem;
    border-width: 2px;
    padding: 1.5vw;
    display: block;
    margin: 0 auto;
    top: 0;
  }
}

/* ------------------------------------ */
/* ▼ main_visual */
/* ------------------------------------ */
.main_visual {
  background: url(../image/bg-main01-top.png) center top;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  width: 100%;
}
.main_txt01 {
  position: absolute;
  top: 8.2%;
  left: calc( 50% - 34.765%);
  text-align: center;
  width: 69.53%;
}
.main_date {
  background: #22060a;
  margin: -28px 0 0;
  padding: 13px 0 6px;
  text-align: center;
}
.main_date p {
  display: inline-block;
  vertical-align: middle;
}
.main_textbox_bg {
  background: url(../image/bg-main01.png) center bottom no-repeat;
  background-size: 100%;
  padding: 35px 0 0;
  position: relative;
}
.main_textbox_bg:after {
  position: absolute;
  content: "";
  background: url(../image/ico-main-flow.png) no-repeat;
  background-size: 100%;
  bottom: -50px;
  right: 10px;
  width: 352px;
  height: 225px;
}
.main_textbox {
  background: rgba(255,255,255,0.8);
  font-feature-settings: initial;
  padding: 25px 40px;
  margin: 0 auto;
  letter-spacing: 0;
  width: 81.44%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_visual {
    background-size: 100%;
  }
  .main_txt01 {
    top: 5.4%
  }
  .main_date {
    padding: 15px 10px 5px;
    margin: 50px 0 0;
  }
  .main_date p {
    display: block;
  }
  .date_txt {
    margin: 0 auto;
    max-width: 96px;
    margin-bottom: 7px;
    width: 30%;
  }
  .main_textbox_bg {
    padding: 20px 0 0;
  }
  .main_textbox_bg:after {
    bottom: -33px;
    right: -3px;
    width: 172px;
    height: 114px;
  }
  .main_textbox {
    font-size: 15px;
    padding: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .main_txt01 {
    top: 3%
  }
}

/* ------------------------------------ */
/* ▼ content01_wrap */
/* ------------------------------------ */
.content01_wrap {
  background: url(../image/bg-cd01.png) center top repeat;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.content01_wrap .ttl_h2 {
  background: url(../image/bg-cd03.png) center top no-repeat;
  background-size: 100%;
  margin-bottom: 3%;
  padding: 13% 0 12%;
  text-align: center;
}
.content01_wrap .ttl_h2 span img {
  width: 61.52%;
}
@media screen and (max-width: 767px) {
  .content01_wrap .ttl_h2 {
    padding: 11% 0 10%;
  }
  .content01_wrap .ttl_h2 span img {
    width: 81.52%;
  }
}

/* ------------------------------------ */
/* ▼ present_area */
/* ------------------------------------ */
.present_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 912px;
}
.present_area li {
  position: relative;
}
.present_area .btn_red_area {
  position: absolute;
  bottom: 48px;
  left: calc(50% - 122px);
}
.present_area .btn_red_area .cmn_link_btn {
  width: 244px;
}
.present_area .btn_red_area .cmn_link_btn_text {
  font-size: 18px;
}
.present_area .ico_zoom .cmn_link_btn_text:after {
  background: url(../image/ico-zoom.png) no-repeat;
  border: none;
  height: 26px;
  top: calc(50% - 13px);
  transform: none;
  width: 26px;
}
@media screen and (max-width: 912px) {
  .content01_inner {
    margin: 0 10px;
  }
  .present_area {
    width: 608px;
  }
}
@media screen and (max-width: 640px) {
  .present_area {
    display: block;
    max-width: 304px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ content02 */
/* ------------------------------------ */
.content02 {
  background: url(../image/bg-cd02.png) center top no-repeat, url(../image/bg-content01.png);
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 52px;
  padding: 160px 0 52px;
}
@media screen and (max-width: 767px) {
  .content02 {
    background-size: 150%, auto;
    padding: 60px 0 45px;
  }
}
/* ------------------------------------ */
/* ▼ content02_step */
/* ------------------------------------ */
.content02_step .ttl_h3 {
  text-align: center;
}
.content02_step .ttl_h3 span {
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  border-bottom: 2px solid #ac9a6d;
  display: inline-block;
  margin: 0 auto 48px;
  padding: 0 0 13px;
}
.content02_step .ttl_h3 span:before,
.content02_step .ttl_h3 span:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../image/ico-flow.png) no-repeat;
  background-size: cover;
  vertical-align: top;
}
.content02_step .ttl_h3 span:before {
  margin: 0 10px 0 0;
}
.content02_step .ttl_h3 span:after {
  margin: 0 0 0 10px;
}
.content02_step {
  position: relative;
}
.content02_step .flow {
  position: relative;
  width: 82.42%;
  max-width: 844px;
  margin: 0 auto;
}
.content02_step .flow p {
  float: left;
  display: block;
  width: 44.19%;
}
.content02_step .flow p:first-child {
  position: relative;
  margin: 0 11.61% 0 0;
}
.content02_step .flow p:first-child:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #95814f;
  border-width: 17px 20px 17px 20px;
  top: 44.5%;
  left: 111%;
}
.content02_step .step_arrow {
  position: absolute;
  right: 14px;
  top: 39%;
}
.content02_step .step_fin {
  display: block;
  width: 80.37%;
  margin: 82px 0 0 8.01%;
}
@media screen and (max-width: 767px) {
  .content02_step .ttl_h3 span {
    position: relative;
    font-size: 5vw;
    font-feature-settings:"pkna";
    line-height: 1.2em;
    margin: 20px auto 33px;
    padding: 0 36px 13px;
  }
  .content02_step .ttl_h3 span:before,
  .content02_step .ttl_h3 span:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/ico-flow.png) no-repeat;
    background-size: cover;
    top: calc(50% - 12px);
  }
  .content02_step .ttl_h3 span:before {
    left: 0;
  }
  .content02_step .ttl_h3 span:after {
    right: 0;
  }
  .content02_step .flow {
    width: 80.92%;
    margin: 0 auto;
  }
  .content02_step .flow p {
    float: none;
    width: 100%;
  }
  .content02_step .flow p:first-child {
    margin: 0 0 73px;
  }
  .content02_step .flow p:first-child:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #95814f;
    border-width: 24px 34px 17px 34px;
    top: auto;
    bottom: -69px;
    left: calc(50% - 34px)
  }
  .content02_step .step_arrow {
    position: relative;
    width: 27.29%;
    margin: 5% auto 0;
    right: auto;
    top: auto;
  }
  .content02_step .step_fin {
    display: block;
    width: 95%;
    margin: 3.6% auto 0;
  }
}

/* ------------------------------------ */
/* ▼ content02_guidelines */
/* ------------------------------------ */
.content02_guidelines {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 0;
}
.content02_guidelines .ttl_h3 {
  text-align: center;
}
.content02_guidelines .ttl_h3 span {
  position: relative;
  font-size: 33px;
  font-weight: 600;
  display: inline-block;
  margin: 69px auto 20px;
  padding: 0 45px 0;
}
.content02_guidelines .ttl_h3 span:before,
.content02_guidelines .ttl_h3 span:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 18px;
  background: url(../image/icon-diamond.png) no-repeat;
  top: calc(50% - 8px);
}
.content02_guidelines .ttl_h3 span:before {
  left: 0;
}
.content02_guidelines .ttl_h3 span:after {
  right: 0;
}
.content02_guidelines table{
  border-color: #b9986d;
  box-sizing: border-box
}
.content02_guidelines table th{
  background: url(../image/bg-guidelines.gif);
  border-bottom-color: #e8ddcf;
  border-right-color: #e8ddcf;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 128px;
}
.content02_guidelines table td {
  background: #fff;
  border-bottom-color: #e8ddcf;
  border-right: none;
  font-size: 16px;
  padding: 29px 18px;
  text-align: left;
  vertical-align: middle;
}
.content02_guidelines table tr:last-of-type td,
.content02_guidelines table tr:last-of-type th{
  border-bottom: none;
}
.txt_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.content02_guidelines .txt_note01{
  padding: 19px 25px 0;
}
.content02_guidelines .txt_note01 li {
  margin: 0 0 10px;
  padding: 0 0 0 2em;
  text-indent: -2em;
  line-height: 1.6em;
}
.content02_guidelines .txt_note01 li:before {
  content: "※";
  padding: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
  .content02_guidelines {
    width: 91%;
  }
  .content02_guidelines .ttl_h3 span {
    font-size: 19px;
    font-weight: 600;
    margin: 49px auto 15px;
    padding: 0 23px 0;
  }
  .content02_guidelines .ttl_h3 span:before,
  .content02_guidelines .ttl_h3 span:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../image/icon-diamond.png) no-repeat;
    background-size: cover;
    top: calc(50% - 4px);
  }
  .content02_guidelines .ttl_h3 span:before {
    left: 0;
  }
  .content02_guidelines .ttl_h3 span:after {
    right: 0;
  }
  .content02_guidelines table th{
    font-size: 15px;
    width: 112px;
  }
  .content02_guidelines table td {
    font-size: 15px;
    padding: 11px 11px;
  }
  .content02_guidelines .txt_note01 {
    padding: 19px 12px 0;
  }
  .content02_guidelines .txt_note01 li {
    font-size: 15px;
    margin: 0 0 14px;
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
    line-height: 1.3em;
  }
  .content02_guidelines .txt_note01 li:before {
    padding: 0 0.5em 0 0;
  }
}

/* ------------------------------------ */
/* ▼ content02_rules */
/* ------------------------------------ */
.content02_rules {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 0;
}
.content02_rules .ttl_h3 {
  text-align: center;
}
.content02_rules .ttl_h3 span {
  position: relative;
  font-size: 33px;
  font-weight: 600;
  display: inline-block;
  margin: 45px auto 20px;
  padding: 0 45px 0;
}
.content02_rules .ttl_h3 span:before,
.content02_rules .ttl_h3 span:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 18px;
  background: url(../image/icon-diamond.png) no-repeat;
  top: calc(50% - 8px);
}
.content02_rules .ttl_h3 span:before {
  left: 0;
}
.content02_rules .ttl_h3 span:after {
  right: 0;
}
.content02_rules .rules_box {
  border: 1px solid #B9986D;
  width: 100%;
  background: #fff;
  padding: 30px 40px;
}
.content02_rules .rules_box::-webkit-scrollbar {
  width: 15px;
  background: #f1f1f1;
}
.content02_rules .rules_box::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.content02_rules .rules_box p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 0 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
.content02_rules .rules_box p:last-child {
  margin-bottom: 0;
}
.content02_rules .rules_box p:before {
  background: #B9986D;
  border-radius: 50%;
  content: "";
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  height: 0.5em;
  width: 0.5em;
}
@media screen and (max-width: 767px) {
  .content02_rules .ttl_h3 span {
    font-size: 19px;
    font-weight: 600;
    margin: 40px auto 11px;
    padding: 0 23px 0;
  }
  .content02_rules .ttl_h3 span:before,
  .content02_rules .ttl_h3 span:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
    background: url(../image/icon-diamond.png) no-repeat;
    background-size: cover;
    top: calc(50% - 4px);
  }
  .content02_rules .ttl_h3 span:before {
    left: 0;
  }
  .content02_rules .ttl_h3 span:after {
    right: 0;
  }
  .content02_rules .rules_box {
    width: 84%;
    height: 15em;
    margin: 0 auto;
    overflow-y: scroll;
    padding: 1em 5%;
  }
  .content02_rules .rules_box::-webkit-scrollbar {
    width: 12px;
  }
  .content02_rules .rules_box::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  .content02_rules .rules_box::-webkit-scrollbar-thumb {
    background: #B9986D;
    border-radius: 10px;
    box-shadow: none;
  }
}

/* ------------------------------------ */
/* ▼ content03 */
/* ------------------------------------ */
.content03 {
  background: url(../image/bg-form04.png) center top no-repeat, url(../image/bg-form01.png) center top repeat;
  border-bottom: 1px solid #d5b76e;
  max-width: 1024px;
  margin: 0 auto 55px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}
.content03:before {
  background: url(../image/bg-form02.png) center top no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 303px;
  width: 298px;
}
.content03:after {
  background: url(../image/bg-form03.png) center top no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 311px;
  width: 283px;
}
.content03 .ttl_h2 {
  text-align: center;
  padding: 40px 0 0;
}
.content03_btn01 {
  margin-top: 135px;
  text-align: center;
}
.content03_btn01 a:hover {
  opacity: .8;
}
.content03_txt01 {
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content03 {
    background-size: 100%, auto;
    padding-bottom: 60px;
  }
  .content03 .ttl_h2 {
    margin: 0 auto;
    padding: 5px 0 0;
    width: 80%;
  }
  .content03_btn01 {
    margin: 12% auto 0;
    width: 43%;
  }
  .content03:before {
    background-size: 100%;
    height: 126px;
    width: 124px;
  }
  .content03:after {
    background-size: 100%;
    height: 130px;
    width: 118px;
  }
  .content03_txt01 {
    margin: 0 auto;
    width: 70%;
    bottom: 10px;
  }
}
