@charset "utf-8" ;

/*----------------------------------------------
共通
----------------------------------------------*/
body {
  background-image: url(image/background_tile.png);
  background-size: 50px;
  background-repeat: local;
  font-family: 'Noto Sans JP','Meiryo',sans-serif;
  font-size: 17px;
  font-weight: 500;
  color:#3A6100;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
.padding_wrapper {
  padding: 0 6%;
}

.h2_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.zenmaru {
  font-family: 'Zen Maru Gothic';
  font-size: clamp(36px, 5vw, 46px);
  letter-spacing: 0.14em;
  width: fit-content;
  margin-right: 20px;
}
.h2_title img {
  width: clamp(50px, 5vw, 60px);
  margin-right: 2%;
}
@media (max-width: 768px) {
  .h2_title p {
  margin: 0 auto;
}
}
.btn_more,.btn_send,.WORKS_btn,.BtH {
  background-color: #3A6100;
  color:white;
  width: 280px;
  height: 45px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  border-radius: 5px;
  transition: all 150ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_center {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.btn_more:hover,.btn_send:hover,.WORKS_btn:hover,.BtH:hover {
  background-color: #DB7D7F;
  transform: scale(0.96);
}
/*影*/
.topNav_item1 .topNav_item3 {
  box-shadow: 2px 2px #462200;
}
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(58, 97, 0, 0.7);
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 2px 2px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 1000;
}
.back-to-top:hover {
  background-color: #3A6100;
  transform: scale(0.9);
}
html {
  scroll-behavior: smooth;
}
/*------------------------------------------------
ヘッダー
------------------------------------------------*/
.ribbon_top {
  margin-top: -3.8vw; /*TOPのナビゲーションと重ねる*/
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  font-size: clamp(22px, 3vw, 27px);
  font-weight: 900;
}
.header_wrap {
  padding: 2% 4%;
  background-image: url(image/ribbon.webp);
  background-repeat: repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_bottom {
  background-image: url(image/edge_h.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 4vw;
}
.header_title {
  margin-right: auto;
  position: relative;
}
.header_icon {
  margin-left: 12px;
}
.header_icon img{
  transition: filter 100ms ease;
}
.header_icon img:hover {
    filter: brightness(0) invert(1);
}
/*-----------------------------------------------
フッター
-----------------------------------------------*/
.footer_pn {
  margin-top: 70px;
  width: 100%;
  height: 100px;
  display: flex;
  background-image: url(image/ribbon.webp);
  border-top: 2px solid #3A6100;
}
.next_box,
.prev_box {
  padding: 0 2%;
  width: 50%;
  display: flex;
  justify-content:center;
  align-items: center;
}
.prev_box {
  border-right: 2px solid #3A6100;
}
.next_content,
.prev_content {
  height: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  width: 70%;
  margin: auto;
}
.zenmaru_footer {
  font-family: 'Zen Maru Gothic';
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.14em;
  transition: all 150ms ease;
}
.f_icon{
  margin-right: 5%;
  width: clamp(30%, 3vw, 50%);
  max-width: 60px;
  max-height: 60px;
  transition: all 150ms ease;
}
.arrow_right,.arrow_left {
  width: 30%;
  margin: auto;
  width: clamp(12%, 3vw, 18%);
  max-width: 50px;
  max-height: 50px;
  transition: all 150ms ease;
}
.next_box:hover .next_content span,
.prev_box:hover .prev_content span{
  color:white;
}
.next_box:hover img,
.prev_box:hover img{
 filter: brightness(0) invert(1);
}
.footer_home{
  width: 100%;
  height: auto;
  background-image: url(image/ribbon.webp);
  background-repeat: repeat;
  padding: 3% 3% 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fotter_top {
  width: 100%;
  height:8vw;
  background-image: url(image/edge_f.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer_title {
  font-size: 20px;
  font-weight: 900;
}
.footer_p {
  font-size: 14px;
  margin-bottom: 5px;
}
.footer_a {
  font-size: 13px;
  margin-bottom: 5px;
  color: #d55759;
  font-style: italic;
  align-self: flex-end;
}
.footer_a a {
  color: #3A6100;
  font-weight: 700;
  border-bottom: 1px solid #3A6100;
  display: inline-block;
  margin-left: 5px;
}
.footer_a a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.footer_small {
  margin: 0 auto 3px;
  align-self: flex-end;
  font-weight: 400;
}
/*---------------------------------------------
WORKS共通
---------------------------------------------*/
.WORKS_ribbon {
  width: 100%;
  background-image: url(image/ribbon.webp);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 6%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2% 5%;
}
.WORKS_ribbon img {
  width: 100%;
}
.WORKS_h3 {
  font-size:clamp(24px, 2vw, 28px);
  font-weight: 700;
  margin-top: 10px;
}
.WORKS_overview {
  margin-top:10px;
  font-size: 18px;
  font-weight: 700;
}
.WORKS_btn {
  margin:20px 0;
}
.WORKS_sub {
  margin:10% 0 5%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.W_sub_left {
  flex-basis:40%;
}
.W_sub_right {
  flex-basis:50%;
}
.W_sub_right > iframe,
.WORKS_ribbon > iframe {
  width: 100%;
  aspect-ratio: 5 / 3;
}
.W_sub_right > img {
  width: 100%;
  height: auto;
}
.WORKS_sub h4{
  margin-bottom: 3%;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
    border-bottom: solid 5px #DB7D7F;
   display: inline-block;
}
.WORKS_sub p {
  margin-bottom: 6%;
}
@media (max-width:1000px) {
    .W_sub_left,
    .W_sub_right {
    flex-basis: 90%;
    margin: 0 auto;
}
}
.WORKS_point {
  margin: 0 2% 30px 2%;
}
.P1 {
  font-family: 'Zen Maru Gothic';
  font-size: clamp(24px, 3vw, 30px);
  color:#DB7D7F;
}
.P2 {
  font-family: 'Zen Maru Gothic';
  font-size: clamp(46px, 4vw, 60px);
  color: #DB7D7F;
}
.WORKS_point h4 {
  margin-bottom: 20px;
  font-size: clamp(20px, 2vw, 23px);
  font-weight: 700;
}
.WORKS_point p {
  margin: 15px 0 30px 0;
  line-height: 1.3em;
}
.point_image_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 3%;
}
.point_image_box img {
  width: 100%;
}

.W_overall summary{
  padding: 50px 0 30px 2%;
  font-size: 18px;
  font-weight: 600;
}
.overall_wrap {
  background-image: url(image/ribbon.webp);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 50px 6%;
}
@media (max-width:800px) {
.overall_wrap {
  grid-template-columns: 1fr;
}
}
.W_image {
  border: #3A6100 1px solid;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*-------------------------------------------------
index
-------------------------------------------------*/
/*TOPのナビゲーション～*/
.ribbon_top {
  width: 100%;
  height: 500px;
  background-image: url(image/ribbon.webp);
  display: grid;
  grid-template-rows: 40% 25% 30%;
  grid-template-columns: 20% 30% 22% 22%;
  gap:3%;
  padding: 3% 6%;
  margin-bottom: 80px;
}
.topNav_item1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  height: 90%;
  margin: auto;
  background-color: white;
  border: 2px solid #3A6100;
  border-radius: 6px;
  box-shadow: 4px 4px 0px rgba(48, 15, 0, 0.25);
  position: relative;
} 
.title1 {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Zen Maru Gothic';
  font-size: clamp(36px, 5vw, 60px);
  color: #DB7D7F;
  -webkit-text-stroke: 1px #3A6100;
  letter-spacing: 0.06em; 
}
.title2 {
  position: absolute;
  top: calc(50% + 20%);
  right: 4%;
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 900;
}
.topNav_item2 {
  overflow-y: scroll;  
  width: 95%;
  height: 90%;
  margin: auto;
  padding: 3px 10px;
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
} 
.topNav_item2 h3 {
  font-size: 15px;
  color: #3B9480;
  text-align: center;
  margin-bottom: 5px;
}
.topNav_item3 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(image/ashirai.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  white-space: nowrap;
  font-family: "Homemade Apple";
  box-shadow: 4px 4px 0px rgba(48, 15, 0, 0.25);
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 5% 0 7%;
} 
.topNav_item3 .ashirai1 {
  align-self: flex-start; 
  line-height: 2em;
  font-size: clamp(15px, 5vw, 25px);
}
.topNav_item3 .ashirai2 {
  align-self: flex-end; 
  line-height: 2em;
  font-size: clamp(15px, 5vw, 25px);
}
.topNav_item4 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  font-size: clamp(20px, 3.7vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 6px;
  transition: all 0.s ease;

  position: relative;
  display:flex;
  justify-content: space-evenly;
  align-items: center;
} 
.topNav_item4::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: #E6DD76;
  mix-blend-mode: multiply;
  transition: all 0.1s ease;
}
.topNav_item4 p,
.topNav_item4 img {
  position: relative;
  transition: all 0.1s ease, 
}
.topNav_item4:hover::before {
  background-color: #d8ce66;
  mix-blend-mode: multiply;
}
.topNav_item4:hover p {
  color: #fff;
}
.topNav_item4:hover img {
  filter: brightness(0) invert(1);
} 
.topNav_item5 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
  font-size: clamp(20px, 3.7vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 6px;
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    gap: 8%;
} 
.topNav_item5::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: #B4DB7A;
  mix-blend-mode: multiply;
  transition: all 0.1s ease;
}
.topNav_item5 p,
.topNav_item5 img {
  position: relative;
  transition: all 0.1s ease, 
}
.topNav_item5:hover::before {
  background-color: #a5cc6c;
  mix-blend-mode: multiply;
}
.topNav_item5:hover p {
  color: #fff;
}
.topNav_item5:hover img {
  filter: brightness(0) invert(1);
}
.topNav_item6 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 4;
  grid-column-end: 5;
  font-size: clamp(18px, 3.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 6px;
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8%;
} 
.topNav_item6::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: #b8a3b3;
  mix-blend-mode: multiply;
  transition: all 0.1s ease;
}
.topNav_item6 p,
.topNav_item6 img {
  position: relative;
  transition: all 0.1s ease, 
}
.topNav_item6:hover::before {
  background-color: #a493a1;
  mix-blend-mode: multiply;
}
.topNav_item6:hover p {
  color: #fff;
}
.topNav_item6:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px){
   /*縦に一列増やす*/
  .ribbon_top {
  grid-template-columns: 31% 31% 31%;
  grid-template-rows: 29% 27% 38%;
  }
 .topNav_item1{
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  }
 .topNav_item2{
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
 .topNav_item3{
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 4;
  font-size: 27px;
}
 .topNav_item4{
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 .topNav_item5{
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}
 .topNav_item6{
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
}  
.topNav_item4 img,
.topNav_item5 img,
.topNav_item6 img {
  padding: 7.5px;
  min-width: 85px;
  min-height: 85px;
}
}
/*～TOPのナビゲーション*/

#ABOUTArea,
#WORKSArea,
#CONTACTArea,
#home_top {
  scroll-margin-top: 100px;
}
.about_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_center > .left {
  align-self: flex-start;
  width: 100%;
  padding: 0 9.5%;
}
.left img {
  margin-bottom:10px;
}
.myname {
  margin-bottom: 20px;
}
.about_center > img {
  filter: drop-shadow(1px 1px rgba(48, 15, 0, 0.25));
}
.about_bottom {
  margin: 25px 0 35px 0;
  font-size: 16px;
  font-weight: 900;
}
.strong_1 {
  font-size: 22px;
  font-weight: 700;
}
.strong_2 {
  font-size: 18px;
  font-weight: 700;
}
.WORKSSec {
  margin: 80px 0;
}
.WORKSSec h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin: 20px 0 8px;
}
.banner {
  aspect-ratio: 4 / 1;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 4px 4px rgba(48, 15, 0, 0.25);
}
.banner:hover {
  filter: saturate(120%);
  opacity: 0.8;
  transform: translateX(5px);
}
.back_white{
  background-color: white;/*背景透け防止*/
  border-radius: 5px;
  display:block;
}
.banners {
  margin-bottom: 30px;
}
.WORKSSec > .btn_more {
  margin-top: 45px;
}
.form {
  width: 75%;
  min-width: fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 6%;
  background-image: url(image/ribbon.webp);
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 4px 4px 0px rgba(48, 15, 0, 0.25);
}
.input {
  width: 80%;
  min-width: 280px;
  height: 40px;
  background-color: white;
  border: 1.5px solid #3A6100;
  border-radius: 5px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
  overflow: scroll;
}
.message {
width: 100%;
height: 180px;
margin-bottom: 25px;
overflow: scroll;
}
.star {
color: #DB7D7F;
font-size: 16px;
}
/*--------------------------------------------------
ABOUT
--------------------------------------------------*/
.A_container {
  margin: 0 10%;
}
.ABOUT_h3 {
  margin: 50px 0 8px;
  font-size: clamp(25px, 2.5vw, 32px);
  font-weight: 700;
  border-bottom: solid 8px #DB7D7F;
  display: inline-block;
}
.Profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  margin-bottom:20px;
  font-size: clamp(21px, 2.5vw, 24px);
  font-weight: 700;
}
.smaller {
  font-size: 15px;
}
.A_container strong {
  color: #d55759;
}
.A_card_box {
  margin-top: 30px;
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px 1%;
}
.A_card {
  background-image: url(image/ribbon.webp);
  height: 360px;
  text-align: center;
  padding: 0px 25px;
  border: 2px solid #3A6100;
  border-radius: 5px;
  position: relative;
}
.A_card_icon {
  margin-top:40px;
}
.ABOUT_h4 {
  margin-top:25px;
  font-size: 26px;
  font-weight: 700;
}
.A_card_sub {
  margin-top:25px;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  text-align: left;
}
.A_card_bottom {
  position: absolute;
   bottom: 20px;
   left: 0;
   right: 0;
   margin: auto;
  font-size: clamp(14px, 1.3vw, 16px);
}
/*-----------------------------------------
w_illust
-----------------------------------------*/
.gallery {
  margin-bottom: 3%;
}
.gallery h4{
  margin-bottom: 1%;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
}
.slider {
  margin-top: 10px;
}
.swiper-wrapper {
  display:flex;
  align-items: center;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 9);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper {
  max-width: 1200px;
  width: 100%;
  background-color: white;
}
.swiper-slide img {
   display: flex;
  max-height: 200px;
  width: 100%;
  object-fit:contain;
}
.swiper-button-prev,
.swiper-button-next {
--swiper-navigation-color: #3A6100;
}