@charset "UTF-8";
@media (max-width: 1024px) {
  .pc_only {
    display: block !important;
  }
}
@media (max-width: 749px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 749px) {
  .sp_only {
    display: block !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-style: normal;
}

dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 200;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

h2 {
  font-size: 3.1rem;
}
h2 span {
  background: linear-gradient(transparent 70%, #e1e4cb 70%);
}

/* =======================================
 base style
======================================= */
body {
  background: #333;
  line-height: 1.6;
  margin: auto;
  max-width: 2000px;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat top center fixed, rgb(4, 4, 66);
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .main-wrapper {
    background-image: url("../img/sp_main-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.contents {
  background: rgba(0, 0, 0, 0.5);
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top .hidden {
  display: none;
}

.top__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.top__icon img {
  width: 80px;
}

.top__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: rgba(66, 53, 48, 0.95);
}

.top__menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95px;
}

.top__menu ul li img {
  width: 582px;
}

.top__menu ul li::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 660px;
  position: relative;
  top: 16px;
}

.top__menu ul li:last-child:after {
  content: none;
}

.kv {
  width: 100%;
}

/* おつたえしたいことがあります　*/
.prologue {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
}
.prologue h2 span {
  background: linear-gradient(transparent 90%, #c4ad63 20%);
  font-size: 2rem;
  display: block;
  width: 66%;
  margin: 10px auto;
  padding-bottom: 10px;
}
.prologue_lead {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  padding: 50px 20px;
}
.prologue_lead span {
  font-size: 2.3rem;
  color: #ecda9f;
}
.prologue_txt {
  padding: 20px;
  line-height: 1.8;
}
.prologue_txtL {
  padding: 20px;
  line-height: 1.8;
  font-size: 1.3rem;
  color: #ecda9f;
}

.point li {
  width: 100%;
  margin: 20px 1.5%;
  text-align: center;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
}
.point_icon {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 50%;
}
.point_detail {
  width: calc(100% - 150px);
  text-align: left;
  padding: 10px;
}
.point h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #ecda9f;
  padding: 10px 0;
}
.point p {
  line-height: 1.6;
}

/* 見込める効果　*/
.effect {
  width: 100%;
  padding: 30px 10px 50px;
  text-align: center;
}
.effect_lead {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  padding: 50px 20px 30px;
  color: #ecda9f;
}
.effect_img {
  margin: 30px auto;
  width: 90%;
}
.effect_txt {
  font-size: 1.2rem;
  padding: 10px 20px;
  text-align: left;
}
.effect_txt span {
  color: #ecda9f;
  font-size: 1.6rem;
}

/* takarush BLACK LABEL　*/
.aboutTakarush {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
}
.aboutTakarush h2 span {
  background: linear-gradient(transparent 90%, #c4ad63 20%);
  font-size: 2rem;
  display: block;
  width: 46%;
  margin: 10px auto;
  padding-bottom: 10px;
}
.aboutTakarush h3 {
  font-size: 1.6rem;
  color: #ecda9f;
  padding-top: 50px;
}
.aboutTakarush_lead {
  padding: 50px 20px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}
.aboutTakarush_txt {
  padding: 20px 10px;
}
.aboutTakarush_img {
  width: 90%;
  margin: 20px auto;
}

/* 毎年の恒例行事としてシリーズ */
.series {
  width: 100%;
  padding: 40px 10px;
  text-align: center;
}
.series h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.series_lead {
  padding: 20px;
}
.series_img {
  width: 80%;
  margin: 20px auto;
}

/* お客様の声 */
.voiceWrap {
  width: 100%;
  padding: 80px 10px 50px;
  text-align: center;
}
.voiceWrap h2 {
  margin-bottom: 50px;
}
.voiceWrap h3 {
  color: #ecda9f;
  font-size: 1.8rem;
  margin-top: 50px;
}

.voice {
  width: 96%;
  display: flex;
  margin: 50px auto;
}
.voice_img {
  width: 27%;
  padding: 3%;
}
.voice_detail_ {
  width: 70%;
  padding: 24px;
  margin: 0 20px;
  text-align: left;
  border-radius: 20px;
  background: #e1e4cb;
  position: relative;
  display: inline-block;
}
.voice_detail_right:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e1e4cb;
}
.voice_detail_left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e1e4cb;
}
.voice_detail_ h3 {
  font-size: 1.58rem;
  padding-bottom: 20px;
  color: rgb(54, 6, 6);
}
.voice_txt {
  color: #444;
  font-size: 1.2rem;
}
.voice_name {
  color: #564747;
  margin-top: 20px;
}

/* 参加者の体験の流れ */
.flow01 {
  width: 100%;
  padding: 80px 10px;
  text-align: center;
}
.flow01_lead {
  padding: 50px 20px;
}

.flowList {
  width: 90%;
  margin: 30px auto;
}
.flowList li {
  padding: 50px 0 0 20px;
  border-left: 1px dotted #fff;
}
.flowList li:first-child {
  padding-top: 20px;
}

.flowFlex {
  display: flex;
}

.flow_img {
  width: 160px;
  text-align: center;
  position: relative;
}
.flow_img span {
  display: block;
  position: absolute;
  background: rgb(205, 82, 37);
  padding: 3px 7px 7px 7px;
  width: 140px;
  text-align: center;
  top: -27px;
  left: -25px;
  font-weight: bold;
  z-index: 10;
}
.flow_detail {
  width: calc(100% - 160px);
  text-align: left;
  padding-left: 30px;
}
.flow_detail h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #ecda9f;
  border-bottom: 1px dotted #ecda9f;
}
.flow_txt {
  padding: 20px 0;
  line-height: 1.6;
}

.attention {
  text-align: left;
  font-size: 1.1rem;
  padding: 0 10px;
}

/* 導入事例 */
.case {
  width: 100%;
  padding: 80px 10px 50px;
  text-align: center;
}
.case h3 {
  font-size: 1.6rem;
  color: #ecda9f;
  padding: 50px 0 10px;
  border-bottom: #ecda9f 1px dotted;
}
.case h4 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.case h4 span {
  color: #ecda9f;
  font-size: 1.4rem;
  display: block;
}
.case_img {
  width: 50%;
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
}
.case_detail {
  width: 96%;
  padding: 10px;
  margin: 10px auto;
  text-align: left;
  display: flex;
}
.case_ttl {
  margin: 10px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 0 5px;
  width: 120px;
}
.case_ttl span {
  display: block;
  background: rgba(241, 240, 217, 0.3);
  width: 100px;
  text-align: center;
}
.case_txt {
  width: calc(100% - 120px);
  padding: 5px 20px;
}

/* 京王プラザホテル作品事例　*/
.program_list {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.program_list li {
  width: 32%;
  margin: 0.5%;
  background: linear-gradient(to bottom right, #00050c, #2a3655);
  border: 1px solid #999;
  text-align: center;
}
.program_list li img {
  max-width: 50px;
  margin: 20px auto 10px;
}
.program_list li h5 {
  font-size: 1.2rem;
}

.program_list li h5 span {
  display: block;
  color: #ddbc7c;
  font-size: 1rem;
  margin-bottom: 5px;
}

.program_list li h5 span.font_G {
  display: inline-block;
  color: #eee;
  margin-right: 2px;
}

.program_list_txt {
  padding: 10px 15px 20px;
  color: #ccc;
  line-height: 1.6;
}

#story h3 {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 330px;
}

.story {
  background: #ececec;
  width: 90%;
  margin: 50px auto;
  padding: 20px 50px 50px;
  position: relative;
}
.story h3 {
  margin: 0 auto;
  padding: 30px 0;
  color: #444;
}

.story_txt {
  margin: 20px auto;
  padding: 10px;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  color: #444;
  font-family: "Zen Old Mincho", serif;
}

.case_keio {
  width: 100%;
}
.case_keio_ttl {
  border-bottom: none;
}
.case_keio_List {
  padding: 20px 10px 20px 30px;
}
.case_keio_List li {
  list-style-type: disc;
  text-align: left;
  line-height: 1.4;
  margin: 10px;
}
.case_keio_List li span {
  font-size: 1.5rem;
  color: #e1e4cb;
}
.case_keio_txt {
  width: 96%;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin: 30px auto 100px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #999;
}

.story_badge {
  position: absolute;
  top: -70px;
  right: -40px;
}

.story_badge img {
  max-width: 250px;
}

/* 導入時の販売例 */
.sell {
  width: 100%;
  padding: 80px 10px;
  text-align: center;
}
.sellFlex {
  display: flex;
  margin: 50px 10px 20px;
  justify-content: center;
  align-items: center;
}
.sell_img {
  width: 40%;
  text-align: center;
  padding: 10px;
}
.sell_detail {
  width: 50%;
  margin: 20px 5%;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 20px;
  border-radius: 5px;
}
.sell h4 {
  color: #ecda9f;
  font-size: 1.6rem;
  padding: 10px 10px 20px;
  border-bottom: 1px solid #e1e4cb;
}
.sell_txt {
  font-size: 1.2rem;
  padding: 10px;
}
.sell_txt span {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  color: #e1e4cb;
}
.sell_kigo {
  font-weight: bold;
}
.sell_amount {
  font-size: 1.4rem;
}
.sell_amount span {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #e1e4cb;
}
.sell_txt02 {
  font-size: 1rem;
  text-align: left;
  padding: 10px 25px;
}

/* ご実施までの流れ */
.flow02 {
  width: 100%;
  padding: 80px 10px;
  text-align: center;
}
.flow02_lead {
  padding: 50px 20px;
}

.flowList02 {
  width: 90%;
  margin: 80px auto 20px;
}
.flowList02 li {
  padding: 50px 0 0 20px;
  border-left: 1px dotted #fff;
}
.flowList02 li:first-child {
  padding-top: 10px;
}
.flowList02 .flowFlex {
  display: flex;
}

.flowList02 .flow_img {
  width: 160px;
  text-align: center;
  position: relative;
}
.flowList02 .flow_img span {
  display: block;
  position: absolute;
  background: rgb(205, 82, 37);
  padding: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  top: -25px;
  left: -30px;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  z-index: 10;
}
.flowList02 .flow_detail {
  width: calc(100% - 160px);
  text-align: left;
  padding-left: 30px;
}
.flowList02 .flow_detail h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
  color: #ecda9f;
  border-bottom: 1px dotted #ecda9f;
}
.flowList02 .flow_txt {
  padding: 20px 0;
  line-height: 1.6;
}

/* 私たちが作ります */
.producer {
  width: 100%;
  padding: 80px 10px 50px;
  text-align: center;
}
.producer_p {
  display: flex;
  margin: 40px auto;
}
.producer_p_img {
  width: 30%;
  padding: 0 25px;
}
.producer_p_detail {
  width: 70%;
  text-align: left;
  border-left: #999 dotted 1px;
  padding-left: 20px;
}
.producer_p_detail h3 {
  color: #ecda9f;
  font-size: 1.4rem;
  padding-bottom: 20px;
}
.producer_p_detail h3 span {
  font-size: 1rem;
}
.producer_p_detail p {
  padding: 10px 0;
}

.producerWrap {
  margin: 50px 5%;
  width: 90%;
}

.producerEx h2 {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  padding: 80px;
  background: url("../img/fukidashi_bg.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.producerEx h2 span {
  color: #ecda9f;
  background: none;
}
.producerEx h3 {
  font-size: 1.6rem;
  color: #ecda9f;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: 66%;
  margin: 20px auto;
}
.producerEx_txt {
  padding: 10px 20px 30px;
  font-size: 1.2rem;
}
.producerEx_img {
  width: 80%;
  margin: 30px auto;
}

/* お問い合わせ */
.colabWrap {
  width: 100%;
  background: url("../img/corab_l.png"), url("../img/corab_r.png"), rgba(255, 255, 255, 0.1);
  background-position: 4% 14%, 90% 94%;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 80px;
  padding: 40px 0;
  text-align: center;
}

.colab_txt {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 20px;
}

/* プランの概要 */
.planWrap {
  width: 100%;
  background: #e1e4cb;
  padding: 80px 10px;
  text-align: center;
}
.planWrap h2 {
  padding-bottom: 50px;
}

.planList {
  margin: 10px 10px 10px 50px;
}
.planList li {
  margin: 14px 20px;
  font-size: 1.44rem;
  text-align: left;
  line-height: 1.3;
  display: flex;
}
.planList_icon {
  width: 50px;
}
.planList_icon img {
  width: 32px;
}

.plan_txt {
  font-size: 1.2rem;
}

.price_kit {
  text-align: center;
}
.price_kit img {
  width: 60%;
  margin: 20px auto;
}
.price_kit_lead {
  font-size: 0.9rem;
}
.price_lead {
  font-size: 1.2rem;
}

.tel_wrap {
  padding: 30px 0 300px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.tel_txt {
  font-size: 1.2rem;
  color: #fff;
}
.tel_num {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  padding-bottom: 7px;
  border-bottom: 1px sol_time;
  border-bottom-font-size: 1rem;
  border-bottom-margin-top: 10px;
}

/* CTA　*/
.fixed-nav {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  padding: 10px 20px 10px;
} 
.ctaBlock {
  width: 98%;
  margin: 0 20px;
}

.cta_lead {
  font-size: 1.3rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin: 8px auto;
}
.cta_area {
  display: flex;
  align-items: center;
}

.btn_item {
  width: 48%;
  text-align: center;
}
.btn_item_txt {
  color: #eee;
  font-size: 0.9rem;
  padding: 7px 0 5px;
}

.cta_btn {
  display: block;
  width: 98%;
  max-width: 280px;
  background: #ecda9f;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.4rem;
  margin: 5px auto 10px;
  border-radius: 5px;
}
.cta_btn_02 {
  background: #f15507;
  color: #fff;
}/*# sourceMappingURL=styles.css.map */