body {
  min-width: 960px;
  margin: 0;
  padding: 0;
  color: #58423c;
  font-size: 12px;
  font-family: "Noto Serif SC", serif;
}

a {
  outline: none;
  text-decoration: none;
}
a:link {
  color: #ff5cca;
}
a:visited {
  color: #ff5cca;
}
a:hover {
  color: #ff9000;
}

img {
  border: 0;
}
ul {
  list-style-type: none;
}

/*--------------------------- loading ---------------------------*/
#loader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: #ff8bbf;
  transition: all 0.3s ease;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
}

/*----------------------------- modal -----------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: rgba(255, 139, 191, 0.8);
}

.m_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 370px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #ff8bbf;
  border-bottom: 1px solid #ff8bbf;
  background-image: url(../img/bg06.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fffdf4;
  color: #ff8bbf;
  text-align: center;
  letter-spacing: 1px;
}

.m_box .m_logo {
  width: 294px;
  height: 200px;
  margin: 0 auto;
  background-image: url(../img/top_title.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.m_box h1 {
  font-size: 20px;
}
.m_box p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.m_box ul {
  width: 400px;
  margin: 10px auto 0;
}
.m_box ul:after {
  content: "";
  clear: both;
  display: block;
}

.m_box ul li a {
  display: block;
  float: left;
  width: 178px;
  height: 50px;
  margin: 0 10px;
  border: 1px solid #ff8bbf;
  color: #ff8bbf;
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.m_box ul li a:hover {
  background-color: #ff8bbf;
  color: #fff;
}

/*--------------------------- head+foot ---------------------------*/
header,
footer {
  position: fixed;
  z-index: 2;
  width: 100%;
}

header {
  top: 0;
  height: 90px;
  background: url(../img/h_bg.png);
  animation-name: fadeInDown;
  animation-duration: 1.4s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
  }
}

#head {
  display: flex;
  align-items: flex-start;
  width: 900px;
  margin: 0 auto;
}

#h_logo {
  flex: 0 0 180px;
}

#h_logo img {
  display: block;
  width: 210px;
  height: 135px;
  object-fit: contain;
  transform: translateY(-18px);
}
#head_menu {
  flex: 1 1 auto;
  padding-top: 25px;
  margin-left: 24px;
}

#head_menu ul {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#head_menu li {
  flex: 0 0 auto;
}

#head_menu a {
  display: block;
  position: relative;
  height: 50px;
  color: #58423c;
  text-align: center;
  white-space: nowrap;
}

#menu_st a {
  width: 105px;
}
#menu_ch a {
  width: 175px;
}
#menu_ga a {
  width: 150px;
}
#menu_sc a {
  width: 120px;
}
#menu_sp a {
  width: 120px;
}

.menu_cn {
  display: block;
}

.menu_en {
  display: inline-block;
  position: relative;
  margin-top: 1px;
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
}

.menu_cn {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
}

#head_menu a:hover {
  color: #58423c;
}

#head_menu a:hover .menu_en:before,
#head_menu a:hover .menu_en:after {
  content: "-";
  position: absolute;
  top: 0;
}

#head_menu a:hover .menu_en:before {
  right: 100%;
  margin-right: 2px;
}

#head_menu a:hover .menu_en:after {
  left: 100%;
  margin-left: 2px;
}

#head_menu a:hover:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 45px;
  border-bottom: 2px solid #ff8bbf;
}

footer {
  bottom: 0;
  height: 45px;
  padding-top: 6px;
  border-top: 1px dashed #ff5cca;
  background: url(../img/f_bg.jpg) no-repeat;
  background-size: cover;
  animation-name: fadeInUp;
  animation-duration: 1.4s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}

#foot {
  width: 825px;
  margin: 0 auto;
}

#f_logo {
  float: left;
  width: 100px;
  height: 40px;
  margin: 0 10px 0 30px;
  background: url(../img/f_logo.png) no-repeat;
}

#foot_menu li {
  display: inline-block;
}

#f_notes {
  font-size: 10px;
  line-height: 1.1em;
}

/*------------------------------ layer ------------------------------*/
#layer_to {
  background-image: url(../img/bg01.jpg);
}
#layer_stfp {
  background-image: url(../img/bg02fp.jpg);
}
#layer_stlp {
  background-image: url(../img/bg02lp.jpg);
}
#layer_ch {
  background-image: url(../img/bg03.jpg);
}
#layer_ev {
  background-image: url(../img/bg04.jpg);
}
#layer_sc {
  background-image: url(../img/bg05.jpg);
}
#layer_sp {
  background-image: url(../img/bg06.jpg);
}

.bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}
.fade .bg {
  opacity: 1;
}

/*------------------------------- main -------------------------------*/
#top,
#story_fp,
#story_lp,
#ch_info,
#graph,
#spec,
#special,
.caption {
  position: relative;
  z-index: 1;
}

#top,
#story_fp,
#story_lp,
#graph,
#spec,
#special {
  width: 900px;
}
#story_fp,
#story_lp,
#spec,
#special {
  margin: 0 auto 200px;
  padding: 20px 0;
}

.layer div {
  transition: 1.1s;
}
.caption {
  width: 400px;
  height: 60px;
  margin: 0 auto 20px;
  opacity: 0;
  transform: translateY(-40px);
}

.cap_on {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------- top -------------------------------*/
#top {
  height: 900px;
  margin: 0px auto 300px;
}

#t_phrese {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 750px;
  min-height: 42px;
  padding: 5px 12px;
  margin: 95px 0 0 100px;
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  line-height: 32px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  animation-name: fadeInRight;
  animation-duration: 3.5s;
  text-shadow:
    0 0 3px #ff6dc3,
    0 0 6px #ff6dc3,
    0 0 10px #ff6dc3;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#t_title {
  width: 425px;
  height: 275px;
  margin: 0px 0 0 290px;
  background: url(../img/top_title.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  animation-name: fadeInUp;
  animation-duration: 5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#info_l {
  opacity: 0.8;
  width: 250px;
  height: 40px;
  margin: 280px 0 0 0;
  color: #ff6dc3;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  white-space: nowrap;
  text-shadow:
    0 0 3px #ff6dc3,
    0 0 6px #ff6dc3,
    0 0 10px #ff6dc3;
}

#info_box {
  opacity: 0.8;
  width: 580px;
  height: 145px;
  overflow: auto;
  background-color: #fbf1f6;
  border-radius: 5px;
}

#info_box dl {
  padding: 0px 10px;
  border-bottom: dashed 1px #ff6dc3;
}

#info_box dt {
  float: left;
  clear: both;
  width: 65px;
  margin-right: 15px;
  font-weight: bold;
}
#info_box dt.hid {
  visibility: hidden;
}
#info_box dd {
  margin: 6px 0;
}

/*------------------------------ story ------------------------------*/
#story_fp .story,
#story_lp .story {
  transition-delay: 0.7s;
}
.story {
  opacity: 0;
  transform: translateX(30px);
}
.st_on {
  opacity: 1;
  transform: translateX(0);
}

#st_fp {
  position: relative;
  width: 970px;
  height: 610px;
  background: url(../img/st_fp.png) no-repeat;
}

#st_lp {
  width: 920px;
  min-height: 800px;
}

.story_text {
  font-weight: bold;
}

.story_text p {
  margin: 0 0 22px;
}

.story_text .gold {
  color: #e8ad26;
}

.story_text .pink {
  color: #ff2f9f;
}

.story_text_fp {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 920px;
  height: 610px;
  padding: 0 20px;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  pointer-events: none;
  text-shadow:
    0 0 4px #58423c,
    0 0 8px #58423c,
    0 0 14px rgba(88, 66, 60, 0.8);
}

.story_text_fp p {
  margin-bottom: 22px;
}

.story_text_fp .story_lead {
  margin: 0 0 30px;
  padding-left: 105px;
  font-size: 30px;
  line-height: 1.25;
}

.story_text_lp {
  box-sizing: border-box;
  padding-top: 4px;
  color: #ff8dc8;
  font-size: 19px;
  line-height: 1.72;
  text-align: right;
  text-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 0 10px #fff,
    0 0 16px #fff,
    0 0 24px #fff;
}

.story_text_lp .spring {
  margin-bottom: 38px;
  font-size: 22px;
}

.story_text_lp .season {
  margin-bottom: 30px;
}

.story_text_lp .prologue {
  margin-bottom: 36px;
  text-align: left;
}

.story_text_lp .day,
.story_text_lp .encounter {
  margin-bottom: 26px;
}

.story_text_lp .request {
  margin-bottom: 26px;
  color: #dca434;
  font-size: 32px;
  line-height: 1.45;
}

.story_text_lp .night {
  color: #58423c;
}

/*---------------------------- character ----------------------------*/
#ch_info {
  margin: 0 auto 275px;
  transition-delay: 0.8s;
}

.swiper-container {
  width: 1010px;
  height: 1100px;
  opacity: 0;
  transform: translateY(30px);
}
.swiper_on {
  opacity: 1;
  transform: translateY(0);
}

.ch_txt {
  width: 850px;
  height: 1050px;
  margin: 0 auto;
  padding: 50px 30px 0;
}

.ch_txt p {
  margin: 14px 0 0 21px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.ch_txt p e {
  font-size: 18px;
}

.ch_txt p i {
  display: inline-block;
  margin: 0 10px 10px -1em;
  padding: 3px 10px 1px 8px;
  border-left: 7px solid #fff;
  border-radius: 1px;
  background-color: #ff8bbf;
  color: #fff;
  letter-spacing: 3px;
}

.profile_info {
  margin: 14px 0 0 21px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.profile_title,
.profile_row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.profile_row + .profile_row {
  margin-top: 4px;
}

.profile_info i {
  display: inline-block;
  margin: 0 0 6px -1em;
  padding: 3px 10px 1px 8px;
  border-left: 7px solid #fff;
  border-radius: 1px;
  background-color: #ff8bbf;
  color: #fff;
  letter-spacing: 3px;
}

.profile_row span {
  min-width: 0;
}

.ch_name {
  position: relative;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  padding: 0 18px 0 22px;
  border-left: 7px solid #fff;
  background-color: #ff8bbf;
  color: #fff;
  overflow: hidden;
}

.ch_name:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.name_main,
.name_roman {
  position: relative;
  z-index: 1;
}

.name_main {
  flex: 0 0 auto;
  margin-right: 22px;
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 3px;
}

.name_roman {
  display: grid;
  grid-template-rows: 25px 25px;
  min-width: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 10px;
}

.name_roman span {
  position: relative;
  display: block;
  height: 25px;
}

#ch01 {
  background: url(../img/ch_01.png) no-repeat;
}
#ch02 {
  background: url(../img/ch_02.png) no-repeat;
}
#ch03 {
  background: url(../img/ch_03.png) no-repeat;
}
#ch04 {
  background: url(../img/ch_04.png) no-repeat;
}
#ch05 {
  background: url(../img/ch_05.png) no-repeat;
}
#ch06 {
  background: url(../img/ch_06.png) no-repeat;
}
#ch07 {
  background: url(../img/ch_07.png) no-repeat;
}
#ch08 {
  background: url(../img/ch_08.png) no-repeat;
}
#ch09 {
  background: url(../img/ch_09.png) no-repeat;
}

.ch_vo {
  display: inline-block;
  margin-left: 15px;
  padding: 6px 20px 4px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ff8bbf;
  color: #ff8bbf;
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: 4px;
  cursor: pointer;
}

.ch_vo:hover,
.ch_vo.is_playing {
  background-color: #ff8bbf;
  border-radius: 2px;
  border: 1px solid #ff8bbf;
  color: #ffffff;
  font-weight: bold;
}

/*------------------------------ event ------------------------------*/
#graph,
.cg,
.cg img {
  border-radius: 2px;
}
#graph {
  min-height: 600px;
  margin: 0 auto 275px;
  padding: 20px 0 30px;
  overflow: auto;
  background: url(../img/s_bg.png);
}
#graph li {
  transition: 1.1s;
  transition-delay: 0.7s;
}

.cg {
  float: left;
  width: 240px;
  height: 135px;
  margin: 25px 0 25px 45px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(30px);
}

.cg a,
.cg img {
  display: block;
  width: 240px;
  height: 135px;
}

.cg img {
  object-fit: cover;
}

.cg_on {
  opacity: 1;
  transform: translateY(0);
}

.cg a:hover img {
  opacity: 0.5;
}
.cg img {
  transition: 0.4s;
  -mox-transition: 0.4s;
  -webkit-transition: 0.4s;
}

/*------------------------------ spec ------------------------------*/
#spec {
  padding: 25px 0 5px;
  border-radius: 2px;
  background: url(../img/s_bg.png);
}

#spec .sc_txt {
  transition-delay: 0.7s;
}
.sc_txt {
  opacity: 0;
  transform: translateY(20px);
}
.sc_on {
  opacity: 1;
  transform: translateY(0);
}

#spec p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 1px;
  text-shadow:
    0px 0px 2px #fff,
    0px 0px 2px #fff;
}

#spec p b {
  display: inline-block;
  width: 100px;
  margin: 0 10px 10px 200px;
  border-radius: 2px;
  background-color: #ff8bbf;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}

/*--------------------------- special ---------------------------*/
#special {
  min-height: 1020px;
  animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#special li {
  transition: 1.1s;
  transition-delay: 0.7s;
}

.sp_list {
  float: left;
  width: 430px;
  height: 150px;
  margin: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(30px);
}
.sp_on {
  opacity: 1;
  transform: translateY(0);
}

.sp_list img {
  border-radius: 4px;
  transition: 0.4s;
  -mox-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.sp_list a img:hover {
  opacity: 0.5;
}

#sc_head,
#sp_head {
  width: 900px;
  margin: 90px 0 20px;
}

#sc_head img,
#pri_head img {
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

/*------------------------- sup_ban -------------------------*/
#sc_head p {
  letter-spacing: 1px;
  line-height: 18px;
}

#sc_list li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding: 7px 12px;
  background-color: #ff5cca;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.5s;
  -mox-transition: 0.5s;
  -webkit-transition: 0.5s;
}
#sc_list li a {
  color: #ffffff;
}
#sc_list li:hover {
  background-color: #ff9000;
}
#sc_list:after {
  content: "";
  clear: both;
  display: block;
}

.sc_tw {
  width: 900px;
  height: 520px;
  background: url(../banner/twi_parts.png) no-repeat;
}

.sc_box {
  margin-top: 30px;
}
.sc_box:after {
  content: "";
  clear: both;
  display: block;
}
.sc_box img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.sc_box h1 {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sc_box h1 span {
  font-size: 14px;
}

.sc_box hr {
  margin: 5px 0 10px;
  border-top: dotted 4px #ff8bbf;
}

.sc_box dd {
  line-height: 1.3em;
  word-break: break-all;
}

.sc_s dt {
  width: 720px;
  margin: 0 auto;
}

.sc_s dd {
  width: 720px;
  margin: 5px auto 25px;
  padding: 5px 0;
  border-top: dashed 1px #ff8bbf;
}

.sc_l dl,
.sc_i dl {
  float: left;
  width: 225px;
}
.sc_l dt,
.sc_i dt {
  text-align: center;
}
.sc_l dd,
.sc_i dd {
  margin: 5px auto 0;
  padding: 5px;
  width: 190px;
  border-top: dashed 1px #ff8bbf;
}

.sc_box .add_cam {
  margin-bottom: 50px;
}
.sc_box .add_cam p {
  margin: 0 0 1em 28px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.sc_box .add_cam img {
  box-shadow: none;
}

/*---------------------------- pri ----------------------------*/
.pri_box,
.dis_box,
.mov_box,
.tri_box,
.col_box,
.cdv_box,
.ann_box {
  width: 900px;
  margin-bottom: 40px;
  padding: 25px 0;
  border-top: dotted 4px #ff8bbf;
  border-bottom: dotted 4px #ff8bbf;
  border-radius: 2px;
  background: url(../img/s_bg.png);
}
.pri_box:after,
.dis_box:after,
.tri_box:after,
.cdv_box:after {
  content: "";
  clear: both;
  display: block;
}

.pri_box dt {
  float: left;
  width: 338px;
  margin-left: 45px;
  padding: 225px 5px;
  border-width: 0 1px;
  border-color: #ff8bbf;
  border-style: dashed;
  background: url(../img/sp_pri_box.png) no-repeat;
  background-color: #fff9fc;
  text-align: center;
}

.pri_box dt h1,
.ori_box h1 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 50px;
  border-radius: 5px;
  background-color: #ff8bbf;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 3px;
}

.pri_box dt p,
.ori_box p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.pri_box dt p m {
  font-size: 16px;
  line-height: 0px;
}

.pri_box dt .btn,
.ori_box .btn {
  display: inline-block;
  padding: 7px 25px 3px;
  border-radius: 5px;
  border: 1px solid #ff8bbf;
  background-color: #fff;
  color: #ff8bbf;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.pri_box dt .btn:hover,
.ori_box .btn:hover {
  background-color: #ff8bbf;
  color: #ffffff;
}

.pri_box dd {
  float: left;
  width: 505px;
  text-align: center;
}
.pri_box dd img {
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.ori_box {
  float: left;
  width: 390px;
  margin: 0 5px 40px;
  padding: 25px;
  border-top: dotted 4px #ff8bbf;
  border-bottom: dotted 4px #ff8bbf;
  border-radius: 2px;
  background: url(../img/s_bg.png);
  text-align: center;
}

/*---------------------------- spo ----------------------------*/
.spo_box {
  margin-top: 75px;
  text-align: center;
}
.spo_box h1 {
  margin-left: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.spo_box hr {
  margin: 5px 0 10px;
  border-top: dotted 4px #ff8bbf;
}

/*---------------------------- dis ----------------------------*/
.dis_box dt {
  float: left;
  width: 400px;
  padding: 25px 0px 25px 50px;
}
.dis_box dt img,
.ori_box img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.dis_box dt h1 {
  font-size: 24px;
  letter-spacing: 1px;
}

.dis_box dt h2 {
  margin: 18px 0 0 12px;
  font-size: 20px;
  letter-spacing: 1px;
}

.dis_box dt p {
  margin-left: 24px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
}

.dis_box dd {
  float: left;
  width: 400px;
  padding: 25px 50px 25px 0px;
}

.dis_box dd h1 {
  font-size: 20px;
  letter-spacing: 1px;
}

.dis_box dd h2 {
  margin: 18px 0 0 12px;
  font-size: 18px;
  letter-spacing: 1px;
}

.dis_box dd p {
  margin: 0 0 1em 24px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

/*---------------------------- mov ----------------------------*/
.mov_box .info,
.tri_box .info {
  margin-top: 20px;
  text-align: center;
}
.mov_box .info h1 {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.3em;
}
.mov_box .info p {
  margin-bottom: 1em;
}

/*---------------------------- tri ----------------------------*/
.tri_box .cam {
  margin: 20px 50px 0 50px;
}
.tri_box h1 {
  margin-bottom: 1em;
  font-size: 22px;
}
.tri_box p {
  margin-bottom: 1em;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
.tri_box p.btn {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 12px;
  background-color: #ff5cca;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.5s;
  -mox-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tri_box p.btn a {
  color: #ffffff;
}
.tri_box p.btn:hover {
  background-color: #ff9000;
}

/*---------------------------- col ----------------------------*/
.col_box .info {
  padding: 30px;
}
.col_box .info h1 {
  font-size: 24px;
  margin-bottom: 1em;
}
.col_box .info p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 36px;
}
.col_box .ss {
  padding: 50px 100px;
}
.col_box .ss p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 32px;
}

/*---------------------------- cdv ----------------------------*/
.cdv_box .mov {
  float: left;
  width: 420px;
  padding: 20px 15px;
}
.cdv_box .mov h1 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.cdv_box .mov hr {
  margin: 5px 0 10px;
  border-top: dotted 4px #ff8bbf;
}

/*---------------------------- ann ----------------------------*/
.ann_box {
  text-align: center;
}
.ann_box h1 {
  margin-top: 20px;
  font-size: 28px;
}
.ann_box h2 {
  margin-top: 15px;
  font-size: 20px;
}
.ann_box p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}

.ann_box dl {
  width: 700px;
  margin: 5px auto 0;
  font-size: 16px;
}
.ann_box dl:after {
  content: "";
  clear: both;
  display: block;
}

.ann_box dl dt {
  float: left;
  clear: left;
  width: 190px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #ff5cca;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
}

.ann_box dl dd {
  float: left;
  width: 490px;
  padding: 5px;
  background-color: #ffeefa;
  border-radius: 3px;
}
