@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");





/* 背景 ==================================================================*/
.allWrap {
  /* 共通  ==================================================================*/
  /* メインタイトル ==================================================================*/
  /*--- ページ内リンク ---*/
  /*--- about ---*/
  /* menu  ==================================================================*/
  /* other  ==================================================================*/
  /* footer  ==================================================================*/
  /* item  ==================================================================*/
  /*ふわっと現れる＝==========================================================================*/
  /* 上から */
  /* 左から */
  /* 右から */
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  /*--------------------------------------goTOP------------------------------------------------*/
  /*リンクの形状*/
  /*
  #page-top a:hover{
  	opacity: 0.8;
  }*/
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
  /*
  .slick-dots {
  	display: none!important;
  }
  */
  /*
  .slick-dots .slick-active button{
      background:#333;ドットボタンの現在地表示の色

  }
  */
  /* Loading背景画面設定　*/
  /* Loading画像中央配置　*/
  /* Loading アイコンの大きさ設定　*/
  /* fadeUpをするアイコンの動き */
}

.allWrap .gheader {
  background: #fff;
}

.allWrap .main_ctn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #422d16;
}

.allWrap .main_ctn::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .allWrap .main_ctn::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-image: url("../img/bg_sp.jpg");
    background-size: cover;
    background-repeat: repeat-y;
  }
}

.allWrap .main_ctn nav,
.allWrap .font_s {
  font-size: 60%;
  font-weight: bold;
}

.allWrap .font_L,
.allWrap .directCall__number {
  font-size: 170% !important;
}

.allWrap #about .info {
  width: 1000px;
  margin: 4rem auto 0;
  text-align: center;
  font-weight: bold;
}

.allWrap h2 {
  text-align: center;
  font-size: 2rem;
}

.allWrap .main_ctn h3 {
  text-align: center;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #fff;
  padding: 5px 0 !important;
  margin-bottom: 1rem !important;
  background-color: #b31d1a !important;
  border-radius: 10px 10px 0 0;
}

.allWrap h4 {
  font-size: 120% !important;
  font-weight: bold !important;
}

.allWrap .line {
  display: block;
  margin: 1rem auto;
  text-align: center;
}

.allWrap .flx {
  display: flex;
}

.allWrap .copy {
  display: block;
  width: 15%;
  height: auto;
  margin: 0 auto 4rem !important;
}

.allWrap .ctnBtm {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .allWrap .img_area img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {

  .allWrap .font_L,
  .allWrap .directCall__number {
    font-size: 155% !important;
  }

  .allWrap .main_ctn h3 {
    font-size: 16px !important;
  }

  .allWrap .copy {
    width: 30%;
  }
}

.allWrap .main_title {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.allWrap .main_title img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .allWrap .main_title {
    width: 100%;
    position: absolute;
  }
}

.allWrap .gnav ul {
  display: flex;
  width: 800px;
  margin: 2rem auto 4rem;
  align-items: center;
  justify-content: space-between;
}

.allWrap .gnav ul li a {
  display: inline-block;
  height: 92px;
}

@media screen and (max-width: 820px) {
  .allWrap .gnav ul {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .allWrap .gnav ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 2rem auto 2rem;
  }

  .allWrap .gnav ul li {
    margin: 1rem auto;
    text-align: center;
  }

  .allWrap .gnav ul li a img {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .allWrap .gnav ul li {
    width: 50%;
  }
}

.allWrap #about {
  position: relative;
  width: 1200px;
  background-color: #fffbc7;
  padding-top: 47%;
  margin: 0 auto;
  z-index: 1;
}

.allWrap .w1000 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #fffbc7;
}

.allWrap .read {
  width: 80%;
  margin: 4rem auto;
  padding: 20px;
  border: 4px solid #af1521;
  background-color: #efe5a8;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
}

.allWrap .flex_c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.allWrap .bnr_area {
  width: 700px;
  margin: auto;
}

.allWrap .bnr_area a {
  display: inline-block;
  transition: 0.3s all linear;
}

.allWrap .bnr_area a:hover {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.allWrap .a_box01,
.allWrap .a_box02,
.allWrap .a_box03 {
  background-color: #fff;
  text-align: center;
  border: 4px solid #b31d1a;
  border-radius: 20px;
  padding: 0 0 20px;
  margin: 10px 10px 35px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.allWrap .a_box04 {
  width: 90%;
  margin: 0.5rem auto;
  text-align: center;
  color: #fff;
  background: url(../img/bg_red.png) no-repeat;
  background-size: contain;
  padding: 28px 0;
}

.allWrap .d_box01,
.allWrap .d_box02 {
  background-color: rgba(159, 255, 214, 0.2) !important;
}

.allWrap .d_box03 {
  text-align: center !important;
}

.allWrap .a_box01 {
  width: 300px !important;
  margin: auto;
}

.allWrap .a_box02 {
  width: 450px;
}

.allWrap .a_box03 {
  background-color: #fff !important;
  position: relative;
  text-align: left !important;
}

.allWrap .text_about2 {
  font-size: 1rem;
}

.allWrap .not {
  position: relative;
}

.allWrap .not::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.allWrap .web01 {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 18px;
  border-radius: 30px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #eb8b54;
}

.allWrap .web01:hover {
  opacity: 0.7;
}

.allWrap .slash_box .web01 {
  right: 8rem;
  top: 9.5rem;
  width: 270px;
  height: 40px;
}

.allWrap .all_img {
  margin-top: 30px;
}

.allWrap .y_btn a:link {
  width: 280px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5% 1%;
  border: 2px solid #FF151B;
  background-image: linear-gradient(180deg, rgb(255, 21, 27), rgb(255, 188, 133));
  border-radius: 25px;
  transition: 0.5s;
  color: #fff;
  font-size: 2rem;
  margin: 0 20px;
  line-height: 1.2;
  align-content: center;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.allWrap .y_btn a:active,
.allWrap .y_btn a:visited {
  border: 2px solid #FF151B;
  color: #fff;
}

.allWrap .y_btn a:hover {
  text-decoration: none;
  border: 2px solid #FF151B;
  background: #fff;
  transition: 0.5s;
  color: #FF151B;
}

.allWrap .flx.btn {
  width: 700px;
  justify-content: space-between;
  margin: 2rem auto;
}

.allWrap .flx.btn small {
  font-size: 1.4rem;
  margin: 1rem 0;
}

@media screen and (max-width: 1024px) {
  .allWrap .a_box02 {
    width: 370px;
  }

  .allWrap #about {
    width: 80%;
  }

  .allWrap #about .w1000 {
    width: 100%;
  }

  .allWrap #about .info {
    width: 100%;
  }

  .allWrap .img_area {
    width: 95%;
    margin: 0 auto;
  }

  .allWrap .w1000 {
    width: 100%;
    margin: 0 auto;
  }

  .allWrap .a_box01,
  .allWrap .a_box02,
  .allWrap .a_box03,
  .allWrap .d_box01,
  .allWrap .d_box02 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

  .allWrap .a_box03 {
    background-color: #fff !important;
    max-height: 28rem;
  }
}

@media screen and (max-width: 820px) {
  .allWrap #about {
    margin: 0 auto;
  }

  .allWrap .w1000 {
    width: 90%;
  }

  .allWrap .bnr_area {
    width: 90%;
  }

  .allWrap .bnr_area img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .allWrap #about {
    width: 90%;
    margin: 0 auto;
    padding-top: 135%;
  }

  .allWrap .w1000 {
    width: 90%;
    margin: 0 auto;
  }

  .allWrap h2 {
    margin: 10px auto;
  }

  .allWrap h2 .bold {
    font-size: 30px;
  }

  .allWrap .read {
    width: 95%;
    font-size: 98%;
  }

  .allWrap .a_box01,
  .allWrap .a_box02,
  .allWrap #other .a_box03 {
    padding: 0 0 30px;
    margin: 20px auto;
    width: 90% !important;
  }

  .allWrap .a_box03 {
    padding: 0 0 90px;
  }

  .allWrap .a_box03 .flx {
    flex-wrap: wrap;
  }

  .allWrap .a_box03 table {
    width: 70%;
  }

  .allWrap .a_box03 p {
    width: 100% !important;
    margin-top: 1rem;
  }

  .allWrap .a_box04 {
    width: 98%;
    margin: 3rem auto 0;
    text-align: center;
    color: #fff;
    background: url(../img/bg_red_sp.png) no-repeat;
    background-size: contain;
    padding: 50px 0;
    line-height: 1.4rem;
  }

  .allWrap .text_about2 {
    font-size: 0.8rem;
  }

  .allWrap .y_btn {
    flex-direction: column;
  }

  .allWrap .y_btn a {
    width: 250px;
    margin: auto;
  }

  .allWrap .y_btn a:nth-child(even) {
    width: 250px;
    margin: auto;
    line-height: 6.5rem;
  }

  .allWrap .y_btn a:link {
    width: 250px;
    font-size: 1.8rem;
    margin: 0.5rem auto;
    align-content: center;
    vertical-align: baseline;
  }

  .allWrap .slash_box .web01 {
    right: 2.2rem;
    top: 24.5rem;
  }
}

.allWrap #m_menu,
.allWrap #other {
  position: relative;
  width: 1200px;
  background-color: #fffbc7;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 6rem;
}

.allWrap #m_menu .fullImg {
  position: relative;
  width: 100%;
  height: 672px;
  background: url("../img/point01.png") no-repeat;
  /* background-image: url(../img/point01.png); */
  /* background-repeat: no-repeat; */
  background-position: center;
  margin-bottom: 4rem;
}

.allWrap #m_menu .fullImg dl {
  position: absolute;
  top: 56rem;
  left: 16rem;
}

.allWrap #m_menu dl {
  width: 90%;
  margin-top: 1rem;
}

.allWrap #m_menu dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1700px) {

  .allWrap #m_menu,
  .allWrap #other,
  .allWrap .footer-info {
    width: 1200px;
  }
}

@media screen and (max-width: 1040px) {

  .allWrap #m_menu,
  .allWrap #other,
  .allWrap .footer-info {
    max-width: 1040px;
    width: 100%;
  }
}

@media screen and (max-width: 820px) {

  .allWrap #m_menu,
  .allWrap #other {
    width: 80%;
  }

  .allWrap #m_menu .fullImg {
    background-size: 109%;
  }

  .allWrap #m_menu .fullImg dl {
    position: absolute;
    top: 32rem;
    left: 5rem;
  }

  .allWrap #other .flx:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
}

@media screen and (max-width: 768px) {

  .allWrap #m_menu,
  .allWrap #other {
    width: 90%;
    margin: 0 auto;
  }

  .allWrap #other {
    padding-bottom: 0;
  }

  .allWrap #m_menu .fullImg {
    position: relative;
    width: 100%;
    height: 524px;
    background: url(../img/point01_sp.png) no-repeat;
    background-position: center;
    margin-bottom: 4rem;
    background-size: contain;
  }

  .allWrap #m_menu .fullImg dl {
    position: absolute;
    top: 38rem;
    left: 1rem;
  }

  .allWrap #m_menu dl {
    width: 98%;
  }
}

.allWrap #other .flx {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
}

.allWrap #other figure {
  margin: 0 0 1rem;
}

.allWrap #other figcption {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
}

.allWrap .iconList1 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem 21%;
}

.allWrap .iconList1 li {
  width: 400px;
  list-style-image: url("../img/list_icon.png");
  margin-bottom: 1rem;
}

.allWrap .iconList2 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.allWrap .iconList2 li {
  font-weight: bold;
  list-style-image: url("../img/nav_icon01.png");
}

.allWrap .clm_box {
  width: 80%;
  margin: 1rem auto;
}

.allWrap .fullImg2 {
  text-align: center;
  background-image: url("../img/bg_gold.png");
}

@media screen and (max-width: 820px) {
  .allWrap .fullImg2 img {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .allWrap .clm_box {
    width: 100%;
    margin: 1rem auto;
  }

  .allWrap #other .flx {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 0;
  }

  .allWrap #other .flx ul {
    padding: 0.4rem;
  }

  .allWrap #other figure {
    width: 45%;
  }

  .allWrap #other figure img {
    width: 100%;
  }

  .allWrap .fullImg2 {
    width: 100%;
    background-size: 100%;
  }

  .allWrap .iconList1 {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .allWrap .iconList2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .allWrap .iconList2 li {
    margin-bottom: 0.5rem;
  }

  .allWrap #other .flx .clm_box {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2rem 0;
  }
}

.allWrap .footer_info {
  width: 100%;
  margin: 0 auto;
  background-color: #fffbc7;
}

.allWrap .footer_info .flx {
  position: relative;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 3rem;
  width: 700px;
}

.allWrap .footer_info .flx a small {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.allWrap .tel,
.allWrap .web {
  width: 333px;
  border: 4px solid #ebd272;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.allWrap a.tel {
  background: linear-gradient(146deg, rgb(196, 148, 12) 0%, rgb(255, 245, 202) 17%, rgb(236, 218, 132) 37%, rgb(255, 245, 202) 63%, rgb(196, 148, 12) 81%);
}

.allWrap a.web {
  padding: 50px 0;
  border-color: #9ba0a5;
  background: linear-gradient(146deg, rgb(76, 83, 85) 3%, rgb(236, 236, 236) 27%, rgb(155, 160, 165) 51%, rgb(181, 181, 182) 74%, rgb(76, 83, 85) 96%);
}

.allWrap #about a:link,
.allWrap #about a:visited {
  color: #422d16;
}

.allWrap a.tel,
.allWrap a.web {
  transition: 0.3s all linear;
}

.allWrap a.tel:hover,
.allWrap a.web:hover {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

@media screen and (max-width: 1800px) {
  .allWrap .tel.spfix {
    display: none;
  }
}

@media screen and (max-width: 1040px){
  .allWrap a.web{
    padding: 40px 0;
  }
}

@media screen and (max-width: 820px) {
  .allWrap .footer_info {
    width: 80%;
  }
}

@media screen and (max-width: 787px) {
  .allWrap {
    /*リンクを左下に固定*/
  }

  .allWrap .tel.spfix {
    /* display: inline-block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10; */
    display: none;
  }

  .allWrap .tel,
  .allWrap .web {
    border: 2px solid #ebd272;
  }

  .allWrap .tel {
    width: 211px;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3rem;
  }

  .allWrap .footer_info {
    width: 90%;
  }
}

.allWrap .item_l {
  position: absolute;
  top: 65%;
  left: -176px;
  animation: fuwafuwa 2s infinite;
  z-index: 2;
}

.allWrap .item_l img {
  width: 90%;
  height: auto;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 1400px) {
  .allWrap .item_l {
    position: absolute;
    left: -149px;
  }
}

@media screen and (max-width: 1024px) {
  .allWrap .item_l {
    position: absolute;
    left: -104px;
  }

  .allWrap .item_l img {
    width: 70%;
    height: auto;
  }
}

.allWrap .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.allWrap .fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.allWrap .fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.allWrap .fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.allWrap .fadeUpTrigger,
.allWrap .fadeLeftTrigger,
.allWrap .fadeRightTrigger {
  opacity: 0;
}

.allWrap #page-top img {
  width: 90%;
}

.allWrap #page-top a {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  transition: all 0.3s;
  z-index: 10;
  position: relative;
}

.allWrap #page-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

.allWrap #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.allWrap #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@media screen and (max-width: 1280px) {
  .allWrap #page-top {
    position: fixed;
    right: -25px;
    bottom: 15px;
  }

  .allWrap #page-top img {
    width: 70%;
  }
}

@media screen and (max-width: 1040px) {
  .allWrap #page-top {
    position: fixed;
    right: -57px;
    bottom: 15px;
  }

  .allWrap #page-top img {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .allWrap #page-top {
    position: fixed;
    right: 86px;
    bottom: -231px;
  }

  .allWrap #page-top img {
    width: 67%;
  }
}

.allWrap .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  max-width: 1000px;
  margin: 0 auto;
}

.allWrap .slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

.allWrap .slider .slick-slide {
  margin: 0 10px;
}

.allWrap .slick-prev.slick-arrow,
.allWrap .slick-next.slick-arrow {
  display: none !important;
}

.allWrap .slick-prev,
.allWrap .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.allWrap .slick-prev:before,
.allWrap .slick-next:before {
  color: #9b8a78 !important;
}

.allWrap .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.allWrap .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

.allWrap .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.allWrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.allWrap .slick-dots {
  top: auto;
  bottom: -36px !important;
}

.allWrap .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

@media screen and (max-width: 768px) {
  .allWrap .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -5px !important;
    z-index: 1;
  }

  .allWrap .slick-next {
    /*次へ矢印の位置と形状*/
    right: -5px !important;
  }
}

.allWrap #splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("../img/bg.jpg") no-repeat;
  background-position: 50% 60%;
}

.allWrap #splash_logo {
  position: absolute;
  top: 12%;
  left: 36%;
}

.allWrap #splash_logo img {
  width: 60%;
}

.allWrap .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1400px) {
  .allWrap {
    /* Loading画像中央配置　*/
    /* Loading アイコンの大きさ設定　*/
  }

  .allWrap #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url("../img/bg.jpg") no-repeat;
    background-position: 50% 70%;
    background-size: cover;
  }

  .allWrap #splash_logo {
    position: absolute;
    top: 12%;
    left: 37%;
  }

  .allWrap #splash_logo img {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .allWrap {
    /* Loading画像中央配置　*/
    /* Loading アイコンの大きさ設定　*/
  }

  .allWrap #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url("../img/bg.jpg") no-repeat;
    background-position: 50% 70%;
    background-size: cover;
  }

  .allWrap #splash_logo {
    position: absolute;
    top: 12%;
    left: 37%;
  }

  .allWrap #splash_logo img {
    width: 40%;
  }
}

@media screen and (max-width: 820px) {
  .allWrap {
    /* Loading画像中央配置　*/
    /* Loading アイコンの大きさ設定　*/
  }

  .allWrap #splash_logo {
    position: absolute;
    top: 32%;
    left: 32%;
  }

  .allWrap #splash_logo img {
    width: 55%;
  }
}

.allWrap {
  padding-top: 8.2rem;
}

@media screen and (max-width: 768px) {
  .allWrap {
    /* Loading画像中央配置　*/
    /* Loading アイコンの大きさ設定　*/
    padding-top: 6.4rem;
  }

  .allWrap #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url("../img/bg_sp.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .allWrap #splash_logo {
    position: absolute;
    top: 30%;
    left: 22%;
  }

  .allWrap #splash_logo img {
    width: 70%;
  }
}

/*# sourceMappingURL=main.css.map */


/* スマホ時にチャット消す */
@media screen and (max-width: 782px) {
  
  #tripla-chat-circle-icon{
    display: none !important;
  }
#tripla-icon-message{
  display: none !important;
}
 
}