@charset "UTF-8";
/* CSS Document */
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#000;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:375px;
}

/* fadeUpをするアイコンの動き */
.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);
  }
}
.main_illust {
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/topimage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  justify-content: center;
  align-items: center;
}
.main_illust_wrap {
  max-width: 1440px;
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
.main_logo {
  position: absolute;
  width: 27.013888888888886vw;
  bottom: 20px;
  left: 2.7777777777777777vw;
}
.main_logo img {
  width: 100%;
   filter:drop-shadow(0px 10px 5px #000);
}
@media screen and (max-width: 768px){
.main_logo {
  position: absolute;
 left: 50%;
  transform: translateX(-50%);
  width:72.8vw;
}  
}
.inner_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px){
  .inner_wrap {
  padding: 70px 0;
  }}
.new_title:before {
  content: '';
  display: inline-block;
  background-image: url("../images/top/new_l.png");
  background-size: contain;
  width: 28px;
  height: 80px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 18px 0 0;
}
.new_title:after {
  content: '';
  display: inline-block;
  background-image: url("../images/top/new_r.png");
  background-size: contain;
  width: 28px;
  height: 80px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 0 18px;
}
.new_line {
  width: 100%;
}
.new_list {
  margin: 24px 0 24px 74px;
  text-align: left;
}
.new_list p {
  margin-top: 20px;
}
.new_list a{
  color: #fff;
	text-decoration: none;
}
.view_all {
  width: 238px;
}
.new_list_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px){
  .new_list_wrap ul{
padding: 0 20px;    
  }
  .new_list {
  margin: 20px 0 20px 20px;
  text-align: left;
}
   .view_all {
  width: 180px;
}
  .new_list p {
    margin-top: 15px;
}
  .new_list_wrap {
  margin-bottom: 30px;
}
  .new_title:before {
  width: 26px;
  height: 57px;
  margin: 0 0 10px;
}
.new_title:after {
  width: 26px;
  height: 57px;
  margin:0 0 10px;
} 
}

/*
.inner_wrap_about{
  background: url("../images/top/line_top2.png"),url("../images/top/line_under2.png"),url("../images/top/line_side2.png");
  background-position: center top,center bottom, center center;
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-size: 100% auto,100% auto,100% auto;
  padding: 120px 0; 
  margin:0 auto 100px ;
  max-width: 1000px;
}
*/

/*about section*/
.about-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.about-wrapper::before{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/top_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
    top: -20px;
}
.about-wrapper::after{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/top_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
    top: -20px;
}
.aboutlogo2 {
  width: 142px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.inner_wrap_about {
  max-width: 94.6%;
  margin: 5px auto 100px;
border: solid 1px #B3AE72;
  outline:solid 1px #B3AE72;
  outline-offset: 4px;
  box-sizing: border-box;
}
.inner_wrap_about::before{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/under_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
    bottom:-20px;
}
.inner_wrap_about::after{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/under_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
    bottom:-20px;
}
.about_container {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.about_title {
  display: inline-grid;
  justify-items: center;
}

.about_t {
  width: 116px;
  height: 46px;
}
.about_b {
  width: 138px;
  height: 63px;
}
.about_image {
  width: 35%;
  height: 35%;
  border-radius: 50%;
}
.about_container_text {
  text-align: left;
  width: 36%;
}
.about_container_text p {
  padding: 42px 0 0;
}

@media screen and (max-width: 768px){
  .aboutlogo2 {
 width: 93px;
        margin-bottom: -60px;
  }
  .about_container {
  display: flex;
    flex-direction: column;
  gap: 5%;
  align-items: center;
  justify-content: center;
        padding: 50px 0;
  }
  .about_image {
    margin-top: 50px;
    
}
  .about_container_text {
  text-align: center;
  width: 83.06709265175719%;
}
.about_container_text p {
  padding: 10px 0 0;
}
  .about_container_text h3{
  padding-top:20px;  
  }
 .inner_wrap_about {
  max-width: 84%;
  }
.about-wrapper::before{
  left: 30px;
    top: -20px;
}
  .about-wrapper::after{
  right: 30px;
    top: -20px;
}
.inner_wrap_about::before{
  left: 30px;
    bottom:-20px;
}
.inner_wrap_about::after{
  right: 30px;
    bottom:-20px;
}}
@media screen and (max-width: 673px){
  .about_image {
  width: 275px;/*235px*/
    margin-top: 50px;    
}
}
@media screen and (max-width: 560px){
 
  .about-wrapper::before{
    width: 2.8em;
    height: 2.8em;
        left: 15px;
    top: -15px;
}
  .about-wrapper::after{
    width: 2.8em;
    height: 2.8em;
        right: 15px;
    top: -15px;
}
  .inner_wrap_about::before{
    width: 2.8em;
    height: 2.8em;
  left: 15px;
    bottom:-15px;
}
  .inner_wrap_about::after{
    width: 2.8em;
    height: 2.8em;
  right: 15px;
    bottom:-15px;
}
}
@media screen and (max-width: 440px){
 .inner_wrap_about {
  outline-offset: 2px;
  }
}
/*gellery-section*/

.section_gallery {
  background-color: #E6E7CE;
}
.gallery_title {
  margin-bottom: 0px;
}
.sub_text {
  color: #000000;
  margin-bottom: 70px;
}
.gallery_title:before {
  content: '';
  display: inline-block;
  background-image: url("../images/top/gallery_l.png");
  background-size: contain;
  width: 68px;
  height: 54px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  bottom: 10px;
}
.gallery_title:after {
  content: '';
  display: inline-block;
  background-image: url("../images/top/gallery_r.png");
  background-size: contain;
  width: 68px;
  height: 54px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 0 16px;
  bottom: 10px;
}
.inner_wrap_gallery {
  background-image: url("../images/top/hashira@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  background-position: center;
}
@media screen and (max-width: 768px){
  .inner_wrap_gallery {
  padding: 70px 0;
}
  .gallery_title:before {
  width: 53px;
  height: 42px;
    margin-right:5px;
}
.gallery_title:after {
  width: 53px;
  height: 42px;
  margin-left: 5px;
}
  .sub_text {
  margin-bottom: 50px;
}
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height:303px;
  object-fit: cover;
  box-shadow: 8px 7px 12px 2px rgba(0, 0, 0, .3);
  margin:10px auto 20px;
}
.g_sam {
  border-radius: 15em 15em 0 0;
}
.slider {
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
  min-height: 0;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
@media screen and (max-width:768px){
  .slick-prev { /*戻る矢印の位置と形状*/
  display: none !important;
}
  .slick-next { /*次へ矢印の位置と形状*/
  display: none !important;
  }
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
a {
  color: #333;
}
a:hover, a:active {
  text-decoration: none;
}
.works_title {
  margin-bottom: 0px;
}
.works_title_logo {
  width: 346px;
}
.inner_wrap_works {
  background-color: #D3D4B4;
  max-width: 1000px;
  margin: -50px auto;
  margin-bottom: 100px;
  padding: 100px 0;
  border-radius: 500px 500px 0px 0px;
}
.view_all_2 {
  width: 238px;
  padding-top: 50px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .2));
}
@media screen and (max-width: 768px){
  .inner_wrap_works {
  margin: -50px auto;
  margin-bottom: 100px;
  padding: 70px 0;
  border-radius: 500px 500px 0px 0px;
}
  .works_title_logo {
  width: 200px;
}
.view_all_2 {
  width: 180px;
  padding-top: 30px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .2));
}
  
}
@media screen and (max-width: 430px){
  .slider img {
    width: auto;
  height: 450px;
    margin:0px auto 20px;
  }
}
/*contact section*/

.contact-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inner_wrap_contact {
   max-width: 94.6%;
  margin: 5px auto 100px;
border: solid 1px #B3AE72;
  outline:solid 1px #B3AE72;
  outline-offset: 4px;
  box-sizing: border-box;
}
.contact-wrapper::before{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/top_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
    top: -20px;
}
.contact-wrapper::after{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/top_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
    top: -20px;
}
.inner_wrap_contact::before{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/under_l.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
    bottom:-20px;
}
.inner_wrap_contact::after{
  content: "";
    width: 3.9em;
    height: 3.9em;
    position: absolute;
    display: inline-block;
  background-image: url("../images/top/under_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
    bottom:-20px;
}
/*.inner_wrap_contact {
  max-width: 1000px;
  margin: 0 auto 100px;
  background-image: url("../images/top/contact_flame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}*/
/*
.about_container{
  display: flex;
  gap:5%;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
*/
.contactlogo {
  width: 380px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.contact_txt {
  padding: 174px 0 70px;
}
.form-wrapper {
  max-width: 70%;
  margin: 0 auto;
  text-align: left;
}
input {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 4rem;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #000;
}
select {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 45%;
  height: 4rem;
  color: #000;
  margin-top: 5px;
  margin-bottom: 30px;
}
textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 40rem;
  color: #000;
  margin-top: 5px;
  margin-bottom: 60px;
}
.sendimg {
  width: 238px;
  margin-top: 70px;
  margin-bottom: 80px;
}
label:before {
  content: '';
  display: inline-block;
  background-image: url("../images/top/star_gold.png");
  background-size: contain;
  width: 22px;
  height: 25px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
}
.contact {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px){
  .inner_wrap_contact{
    max-width: 84%;
}
  .contact-wrapper::before{
  left: 30px;
    top: -20px;
}
  .contact-wrapper::after{
  right: 30px;
    top: -20px;
}
.inner_wrap_contact::before{
  left: 30px;
    bottom:-20px;
}
.inner_wrap_contact::after{
  right: 30px;
    bottom:-20px;
}
  .contact {
    margin-bottom: 70px;
}
  .contactlogo {
  width: 245px;
  margin-bottom: -70px;
  }
.contact_txt {
      padding:132px 0 50px;
}
.sendimg {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 60px;
}
  input{
  height: 4rem;
    margin-bottom: 20px;
  }
  
  select{
  height: 4rem; 
    width: 60%;
    margin-bottom: 20px;
  }
  textarea {
  height: 30rem;
    margin-bottom: 20px;
  color: #000;
}
}
@media screen and (max-width: 560px){
 
  .contact-wrapper::before{
    width: 2.8em;
    height: 2.8em;
        left: 15px;
    top: -15px;
}
  .contact-wrapper::after{
    width: 2.8em;
    height: 2.8em;
        right: 15px;
    top: -15px;
}
  .inner_wrap_contact::before{
    width: 2.8em;
    height: 2.8em;
  left: 15px;
    bottom:-15px;
}
  .inner_wrap_contact::after{
    width: 2.8em;
    height: 2.8em;
  right: 15px;
    bottom:-15px;
}
}
@media screen and (max-width: 440px){
 .inner_wrap_contact {
  outline-offset: 2px;
  }
    .contact_txt {
  width: 94.28571428571428%;
  margin: 0 auto;
      padding:96px 0 50px;
}
  .contact_text_send {
   width: 79.5%;
    margin: 0 auto;
}
  .form-wrapper {
  max-width: 82.53968253968253%;
  margin: 0 auto;
  text-align: left;
}
  label{
    margin: auto 10px;
  }
   input{
  height: 4rem;
  }
  
  select{
  height: 4rem; 
    width: 100%;
  }
  textarea {
  height: 30rem;
  color: #000;
}
}
