
/*chi_lp_style_sp.css*/

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  margin-bottom: 20px;
  margin-right: 20px;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

/***トップへ戻るボタンここまで***/
/* 横幅が768px以下の場合に適用するスタイル */
.img-logo {
  width: 30%;
  height: auto;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* ----------------------------------------------- 共通 */
body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}

/* common */

.lp_text01 {
  font-size: 40px;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
  text-align: center;
}

.lp_text02 {
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
  font-size: 30px;
  margin-top: 0;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

.lp_text03 {
  padding: 0.1em 10px;
  color: yellow;
  font-size: 200%;
  font-weight: 900;
  text-shadow: 0.05em 0.05em 0.05em #000, -0.05em -0.05em 0.05em #000, -0.05em 0.05em 0.05em #000, 0.05em -0.05em 0.05em #000, 0.08em 0.08em 0.08em #000;
  text-align: center;
  letter-spacing: 0.06em;
}

.lp_text04 {
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
  padding: 0.5em 10px;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  text-shadow: 0.05em 0.05em 0.05em #000, -0.05em -0.05em 0.05em #000, -0.05em 0.05em 0.05em #000, 0.05em -0.05em 0.05em #000, 0px 0px 0.3em yellow, 0px 0px 0.3em #ff8367, 0px 0px 0.3em #ff8367
}

.lp_text201 {
  font-size: 40px;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
  text-align: center;
}

.lp_text202 {
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
  font-size: 26px;
  margin-top: 0;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

.lp_text203 {
  padding: 0.1em 10px;
  color: yellow;
  font-size: 200%;
  font-weight: 900;
  text-shadow: 0.05em 0.05em 0.05em #000, -0.05em -0.05em 0.05em #000, -0.05em 0.05em 0.05em #000, 0.05em -0.05em 0.05em #000, 0.08em 0.08em 0.08em #000;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

.lp_text204 {
  font-size: 26px;
  margin-top: 0;
  line-height: 1.7;
  font-weight: bold;
  color: red;
  text-align: center;
  letter-spacing: 0.08em;
}

.lp_text205 {
  font-size: 26px;
  margin-top: 0;
  line-height: 1.7;
}

.text-strong {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e23425;
}

.text-strong:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 75px;
  transform: rotate(150deg);
  border-right: 3px solid #e23425;
  position: relative;
  top: 20px;
}

.text-strong:after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 75px;
  transform: rotate(-150deg);
  border-left: 3px solid #e23425;
  position: relative;
  top: 16px;
}

/*-- common */

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
  border-top: 2px solid #828282;
  width: 120px;
}

#menu,
#spf,
#food,
#team {
  padding-top: 60px;
  padding-bottom: 60px;
}

#menu,
#spf {
  background: #FCF5A0
}

/*
.parallax-section {
background-attachment: fixed !important;
background-size: cover !important;
}
*/

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* start navigation */
.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}

.navbar-brand,
.navbar-nav li a {
  line-height: 28px;
}

.navbar-default .navbar-brand {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav li a {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

/* home section */
#home {
  background: url('https://www.chimney.co.jp/chimney_lp_39/chi_lp_images/01main_home-bg_sp.jpg') 100% 0 repeat-y fixed;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-color: #FCF5A0;
}

#home h1 {
  font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
}

#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 260px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #cd0004;
  color: #fff;
}

/* team section */
#spf {
  padding-top: 60px;
  padding-bottom: 10px;
}

#spf .col-md-6 {
  padding-top: 5px;
  padding-bottom: 18px;
}

/* team section */
#team {
  text-align: center;
}

#team h3 {
  font-size: 18px;
  line-height: 4px;
}

#team h4 {
  color: #5C5C5C;
  padding-top: 24px;
}

#team .col-md-4 {
  padding-top: 42px;
}

#team .col-md-12 {
  padding-top: 60px;
}

/* 019 */
.button019 a {
  background: #FCF5A0;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 360px;
  padding: 30px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: .2em;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
  background: #cd0004;
  color: #FFF;
}

.button019 a:hover:after {
  right: 1.4rem;
}

/**/
.tooltip5 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.tooltip5 img {
  width: 20px;
}

.description5 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 100px;
}

.description5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
}

.tooltip5:hover .description5 {
  display: inline-block;
  top: -75px;
  left: -50px;
}

/* menu section */
#menu {
  padding-top: 60px;
  padding-bottom: 10px;
}

#menu .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu .col-md-12 {
  padding-bottom: 18px;
}

#menu span {
  color: #5C5C5C;
}

.lp_text301 {
  font-size: 26px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: space-around;
}

.lp_text302 {
  font-size: 26px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: space-around;
}

/*
.text3 {
margin-top: 60px;
}
*/

/* food section */
#food {
  padding-top: 60px;
  padding-bottom: 10px;
}

#food .col-md-4 {
  padding-top: 52px;
}

#food img {
  width: 100%;
  padding-bottom: 18px;
}

#food .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}

#food h3 {
  font-size: 18px;
  line-height: 8px;
}

/* footer section */
footer {
  /*background-position: center;*/
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 80px;
  background: no-repeat center/100% url("https://www.chimney.co.jp/chimney_lp_39/chi_lp_images/footer-bg_sp.jpg");
}

footer h2 {
  padding-bottom: 14px;
}

footer h3 {
  padding-top: 8px;
}

footer p {
  color: #ffffff;
}

footer span {
  font-weight: bold;
  padding-left: 24px;
}

footer .ph,
footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}

footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

/* social icon */
.social-icon {
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}

.social-icon li a:hover {
  background: #F6D76B;
  top: 5px;
}

/* copyright section */
#copyright {
  background: #cd0004;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#copyright p {
  color: #ffffff;
  font-size: 14px;
}

#copyright a {
  color: #ffffff;
}

#copyright a:hover {
  color: #FF0;
}



.sns-t {
  height: 420px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  flex-direction: row;
}


/* ボタン全体 */
.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  transition: .5s;
}

/* アイコンをど真ん中に*/
.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
  list-style-type: none;
  margin-bottom: 0;
  border: none;
  width: 50%;

}

/* ボタン全体の位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 33%;
  text-align: center !important;
}

/* ボタンにマウスを乗せた時 */
.flowbtn7:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Twitter */
.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram {
  font-size: 35px;
}

/* Instagram紫グラデ背景 */
.insta_btn7 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

/* Instagramオレンジグラデ背景 */
.insta_btn7:before {
  content: '';
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* Facebook */
.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

/* Feedly */
.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

/* Pocket */
.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブ */
.fl_hb7 {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

/* YouTube */
.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
  font-size: 26px;
}

/* LINE */
.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* メールボタン */
.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  font-size: 26px;
}



.double {
  width: 100%;
  text-align: center;
}

.double h2 {
  position: relative;
  display: inline-block;
}

.double h2:before,
.double h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.double h2:before {
  left: -224px;
}

.double h2:after {
  right: -224px;
}

section#chi_sns {
  padding-bottom: 60px;
}

.circle {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: yellow;
  float: left;
  color: red;
  font-weight: bold;
  padding: 18px 20px 0px 23px;
  font-size: 18px;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}

.circle2 {
  display: inline-block;
  float: right;
}

.lp_f-text-g1 {
  font-size: 26px;
  font-weight: bold;
  color: red;
  line-height: 1.5;
}

.lp_f-text-g2 {
  font-size: 20px;
  font-weight: bold;
  color: red;
  line-height: 1.5;
}

.lp_f-text-t-g3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_f-text-n-g4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: space-around;
  color: #e23425;
}

.lp_f-text-t {
  font-size: 26px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_f-text-n {
  font-size: 26px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: space-around;
  color: #e23425;
}

.balloon {
  background-color: #eee;
  padding: 18px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin: 0 26px;
}

.balloon::before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #eee;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #cd0004;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #cd0004;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.balloon2 p {
  color: #cd0004;
  font-size: 30px;
  font-weight: bold;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #cd0004;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/* ボタン全体 */
.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  transition: .5s;
}

/* アイコンをど真ん中に*/
.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
}

/* ボタン全体の位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 33%;
  text-align: center !important;
}

/* ボタンにマウスを乗せた時 */
.flowbtn7:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Twitter */
.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram {
  font-size: 35px;
}

/* Instagram紫グラデ背景 */
.insta_btn7 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

/* Instagramオレンジグラデ背景 */
.insta_btn7:before {
  content: '';
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* Facebook */
.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

/* Feedly */
.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

/* Pocket */
.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブ */
.fl_hb7 {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

/* YouTube */
.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
  font-size: 26px;
}

/* LINE */
.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* メールボタン */
.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  font-size: 26px;
}



