@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}


a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol{
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

html {
  scroll-padding-top: 80px;
}
/*20240719  変更・追加*/
main {
	background-color: #fff1e5;
	padding-bottom: 0px;
margin-bottom: 0px!important;

}


a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

p {
  font-size: 16px;
  font-weight: 400;
}

p small {
  font-size: 17px;
  font-weight: 300;
}
.indent{
 text-indent: -1em;
  padding-left: 1em;
	}
.pink{
	color: #ff9ab2;
}
.sky_blue{
	color: #32d2ff;
}
.logo_bnr{
	max-width: 100px;
}

.txt_l{ word-break: keep-all;
	white-space: normal;  
	
    } 

.md-show {
  display: none;
}
.text_mgn {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
  .md-show {
    display: block;
  }
	.text_mgn {
  height: auto;
}
}
/*ここまで20240719  変更・追加*/

.inner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}




.mv {
  width: 100%;
	    max-height: 674px;
  background: url(../img/top_bg.jpg);
}
.mv__inner {
  max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .mv {
    margin-top: 0px;
  }
}

.mv__inner {
  width: 100%;
  position: relative;
}

.mv__logo {
  width: 100%;
  margin: 0 auto;
}

.mv__text_bg {
  position: relative;
  width: 100%;
  height: 150px;
  background-position: 30% 0%;
  background-size: 200px auto;
  margin-top: -250px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  .mv__text_bg {
    height: 260px;
  }
}


.mv__text_inner {
  width: 100%;
  height: inherit;
  padding: 10px 0 0 10px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.mv__text_inner .ill02 {
  width: 100%;
  max-width: 450px;
}

@media screen and (max-width: 1050px) {
  .mv__text_bg {
    height: 300px;
    background-position: 5% 8%;
    background-size: 100px auto;
  }
	  .mv__text_inner {
    position: absolute;
    display: block;
	  padding: 0px 0 0 0px;
	  margin-top: -50px;
  }
}

@media screen and (max-width: 1340px) {
  .mv__text_inner .ill02 {
 position: absolute;
    top: 60%;
	 left: 30%;
  transform: translate(-50%, 40%);
	}
	.mv__text_inner .ill02 h2{
		 position: absolute;

	 left: 14%;
  transform: translate(-50%, -20%);
	}}


@media screen and (max-width: 1050px) {

  .mv__text_inner .ill02 {
    transform: none;
    top: 124%;
        left: auto;
        right: auto;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;position: static;

  }
	.mv__text_inner .ill02 h2{
		  transform: none;
  		  top: auto;
  		  left: auto;
		position: static;
		margin-left: auto;
	  margin-right: auto;
		margin-top: 340px;top: 60%;
	}
}

@media screen and (max-width: 1050px) {
  .mv__text {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 70px;
  }
}

.mv__text {
  max-width: 70%;
  width: 100%;
  height: inherit;
  padding-top: 45px;
  text-align: center;
}
.mv__text span {
  color: #e50012;
  background: linear-gradient(transparent 60%, #ffeb3f 60%);
}


.flex {
  display: flex;
}
.between {
  justify-content: space-between;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
.mv {
 background-image: none;
	margin-bottom: 28%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
	.between {
		width: 98%;
	}}
.post_img, .use {
	background-color: #fff;
    text-align: left;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0 8px #e1a87c;

}
.post_img {

    margin-top: 100px;


}
	  .post_img_illust {
	  }
	  .post_img-grid {
    display: flex;
    gap: 3%;
}
	  .post_img-item {
    width: 32%;
}
	  .post_img h2{
		  max-width: 420px;
		  margin-bottom: 30px;
	  }
	  .post_img p{
		  margin-top: 30px;
		  margin-bottom: 30px;
	  }
	  
	  	  .post_img_b{
		  max-width: 260px;
		  margin-right: auto;
		  margin-left: auto;
		  margin-bottom: 30px;
	  }
	   .post_img_illust{
		  max-width: 460px;
		  margin-right: 0;
		  margin-left: auto;
		   margin-top: -140px;
		  margin-bottom: 0px;
	  }
	  .catch_mitashi {
    font-size: 1.5rem;
    color: #db005a;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
	  .content_description {
	padding: 0px 0px 0px 0px;
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
	  	  .content_description-grid {
display: inline-block;
    gap: 3%;
			  text-align: left;
}
	  .content_description-item {
    width: 49%;
		  border-radius: 30px 30px 30px 30px;
		  padding: 30px 30px 10px 30px;
		  background-color: #fff;
		  box-shadow: 0 0 8px #e1a87c;  float: left;
}
	  .content_description-item2 {
    width: 49%;
		  border-radius: 30px 30px 30px 30px;
		  padding: 30px 30px 10px 30px;
		  background-color: #fff;
		  box-shadow: 0 0 8px #e1a87c;  
		  float: right;
		  margin-bottom: 26px;
}
	  	  .content_description h2{
		  max-width: 280px;
		  margin-bottom: 30px;
	  }
	  .content_description_h2s{
		  max-width: 240px!important;
		  margin-bottom: 30px;
	  }
	  .content_description_h2l{
		  max-width: 340px!important;
		  margin-bottom: 30px;
	  }
	  .content_description p{
		  margin-top: 20px;
		  margin-bottom: 20px;
		  overflow-wrap: break-word; /* 長い単語を途中で折り返す */
  word-break: break-all;     /* 単語の途中で強制的に折り返す */
	  }
	  	  	  .content_description_b{
		  max-width: 300px;
		  margin-right: auto;
		  margin-left: 0;
		  margin-top: 30px;			  
		  margin-bottom: 30px;
	  }
	  	   .content_description_img1{
		  max-width: 160px;
		  margin-right: 0;
		  margin-left: auto;
		   margin-top: -200px;
		  margin-bottom: 30px;
	  }
	   .content_description_img2{
		  max-width: 280px;
		  margin-right: 0;
		  margin-left: auto;
		   margin-top: -130px;
		  margin-bottom: 30px;
	  }
	  .content_description_img3{
		  max-width: 240px;
		  margin-right: 0;
		  margin-left: auto;
		   margin-top: -180px;
		  margin-bottom: 30px;
	  }
	  .tag_inner{
		   border-radius: 30px 30px 30px 30px;
		  padding: 15px 30px 40px 30px;
		  border: 1px solid #db005a;
		  background-color: #f0d7e2;
		  margin-bottom: 20px;
	  }
	  .content_description_img4{
		 max-width: 700px;
		   margin-top: -100px;
		  margin-bottom: -10px;
	  }
	  	  	  .logo-grid {
				  width: 100%;
display: flex;
    gap: 3%;

}
	  .logo-item {
    width: 48%;

}
	  .dl_b{
		  margin-top: 20px;
		  margin-bottom:  20px;
	  }
	  	  .dl_b2{
		  margin-top: 43px;
		  margin-bottom:  20px;
	  }
	  .dl_illust{

		  margin-bottom:  -10px;
	  }
	  
	  @media screen and (max-width: 1140px) {
		 .post_img_illust {
			 float: auto;
			 margin-top: 20px;
		  }
	  .content_description_img1 {
			 float: auto;
			 width: 100%;
			 margin-left: auto;
			 margin-right: auto;
			 margin-top: 15px;
        margin-bottom: -10px;
		  }
	  	  .content_description_img2 {
			  float: auto;
			  width: 100%;
			  margin-left: auto;
			  margin-right: auto;
			  margin-top: 10px;
			  margin-bottom: 10px;
		  }
		   .content_description_img3 {
			  float: auto;
			  width: 100%;
			  margin-left: auto;
			  margin-right: auto;
			  margin-top: 10px;
			  margin-bottom: 10px;
		  }
		   .content_description_img4 {
			  float: auto;
			  width: 100%;
			  margin-left: auto;
			  margin-right: auto;
			  margin-top: -30px;
		  } }

	  .use {
	padding: 0px 0px 0px 0px;
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
		  z-index: 10000!important;

}
	  	  .use-grid {
 display: flex;
    gap: 3%;

}
	  .use-item {
		  width: 30%;
padding: 10px 10px 10px 10px;
}
	  .use-item2 {
		  width: 50%;
		  padding: 10px 10px 10px 10px;
		  text-align: left;
		  margin-top: 30px;

}
	  .use-item3 {
		  width: 20%;
		  padding: 10px 10px 10px 10px;
		   margin-top: 50px;
}
	  	  .use-item img {
		  margin-bottom: -10px;
}
	  .sns {
	padding: 0px 0px 0px 0px;
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
	  	  .sns-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* 折り返しを許可しておく */
}
	  .sns-item {
		  width: 33%;

		  
}
	  .sns-item img {
		  max-width: 250px;

  bottom: 0;   /* 下にぴったりつける */
}
	  .sns-item2 {
		  width: 33%;

}
	  .sns-item2 img {
		  max-width: 320px;
		  
}
	 .camp_b {
		margin-left: auto;
		margin-right: auto;
		  
}
	  .sns-item3 {
		  width: 33%;


}
	  .sns-item3 img {
		  max-width: 250px;
		  margin-right: 0!important;
		  float: right;
}
	  .att_center{
		  margin-top: 50px;
		  margin-bottom: 30px;
		  max-width: 640px;
		  text-align: center;
		  margin-left: auto;
		  margin-right: auto;
	  }
.flex .image {
  width: 40px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
}
.flex .image img {
  width: 100%;
  height: auto;
}
.flex .text {
  margin: 0 0 0 0px;
  padding: 0;
}
@media screen and (max-width: 768px) {
	.contents{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 170px;
	}
	.post_img-grid, .content_description-grid {
    display: block;
}
	.use-grid {
    display: block;
}
	.post_img-item, .content_description-item, .content_description-item2, .use-item, .use-item2, .use-item3 {
    width: 100%;
		float: none;
}
	.logo-grid {
		display: block;
	}
	.logo-item {
    width: 100%;
}
	.hash{
		margin-top: 30px;
	}
	.use_margin{
		margin-top: 330px!important;
	}
	.use-item {

padding: 30px 30px 10px 30px;
}
		.use-item2 {

padding: 0px 30px 0px 30px;
}
		.use-item3 {

padding: 0px 30px 10px 30px;
}
	
	.use img{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.post_img_b, .content_description_b, .dl_b, .dl_b2{
max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
	} 

button {
  background: none;       /* 背景を透明にする */
  border: none;           /* 初期設定のグレーの枠線を消す */
  outline: none;          /* クリック・フォーカス時の枠線を消す */
  padding: 0;             /* 余計な余白を消す */
  cursor: pointer;        /* マウスを乗せたときに指マークにする */
  
  /* スマホ特有のタップ時の青/グレーのハイライトを消す（必要に応じて） */
  -webkit-tap-highlight-color: transparent; 
	
}
	  .img-copy-btn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.img-copy-btn img {
    display: block;
}
/* メッセージの共通スタイル */
.copy-msg {
    display: none;
    color: red;
    margin-left: 10px;
    vertical-align: middle;
}
		  .sns {
margin-top: 50px;
			  margin-bottom: 30px;

}
  .sns-item2 {
    order: 1;      /* 順番を一番最初にする */
    width: 100%!important;   /* フルワイドにする */
	  margin-bottom: 30px;
  }

  /* 2. 左の要素を2番目に配置し、左端に寄せる */
  .sns-item {
    order: 2;      /* 順番を2番目にする */
  }

  /* 3. 右の要素を3番目に配置し、右端に寄せる */
  .sns-item3 {
    order: 3;      /* 順番を3番目にする */
  }
.footer {
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__inner {
  text-align: center;
}

.footer__jata {
  width: 100%;
  max-width: 250px;
  margin: auto;
}

.footer__copy {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 95%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.footer__jata_logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__jata_logo {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}

.footer__jata_logo_in {
  margin-top: -70px;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .footer__jata_logo_in {
    margin-top: 0;
  }
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #0068b7;
  border-radius: 30px;
  z-index: 1000;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.mv p {
  letter-spacing: 0.05em;
  line-height: 1.85;
	font-size: 13px;
}




@media screen and (max-width: 640px) {
    .br-sp { display:none; }
	.attention{
	  margin-top: 40px;
}
}