@charset "utf-8";

html {
  max-width: 100%;
  min-height: 100%;
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@font-face {
  font-family: "M PLUS 1p";
  src: url("../MPLUS1p-Medium_subset.woff") format("woff");
}



/* ヘッダー */
header {
  height: 10vh;
  max-width: 100%;
}

/* リリックロゴ */
.logo_content {
  position: absolute;
  top: 30px;
  left: calc(100% - 88%);
}

@media all and (max-width: 700px) {
  .logo_content {
    width: 30vw;
    min-width: 140px;
  }
  header {
    height: 1vh;
  }
}

a:hover {
  color: #feb600;
}

#sp_menu {
  position: relative;
  top: 50px;
  display: flex;
  gap: 14px;
  width: 500px;
  color: #6a3906;
  margin-left: 50%;
}

.page_link_c-content,
.page_link_client,
.page_link_access {
  display: none;
}

#input {
  display: none;
}

.page_link {
  width: 80px;
}

.sp_btn_text {
  display: none;
}

.sp_sns {
  display: none;
}

.sp_sns_text,
.sp_sns_s_text {
  display: none;
}

.sp_sns_text,
.sp_sns_p_text {
  display: none;
}

/* ------------------------------------------------- */
/* ハンバーガーメニュー */
/* HBメニュー内メニューリンク */
@media all and (max-width: 1000px) {
  #sp_menu {
    display: grid;
    grid-template-columns: 80px 80px;
    gap: 40px;
    margin: 50px 0 0 50px;
  }
  /* HBメニュー内SNSボタン */
  .sp_sns_text {
    display: block;
    color: #ee8236;
    margin-top: 80px;
    text-align: center;
  }
  .sp_sns_s_text {
    display: block;
    color: #d53428;
    margin-top: 20px;
    text-align: center;
  }
  .sp_sns_p_text {
    display: block;
    color: #ff8dea;
    margin-top: 20px;
    text-align: center;
  }
  .sp_sns_menu {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 20px;
  }
  .page_link_c-content,
  .page_link_client,
  .page_link_access {
    display: block;
  }
  /* HBメニュー OP三本線全て */
  #nav_open {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 10000;
  }
  /* HBメニュー三本線１本ずつ */
  .sp_btn {
    display: block;
    width: 31px;
    height: 2px;
    background-color: #6a3906;
    margin-top: 7px;
    border-radius: 5px;
    transition: .40s ease-in;
  }
  /* 三本線の下のMENU部分 */
  .sp_btn_text {
    display: block;
    font-size: 11px;
    padding-top: 5px;
  }
  /* HBメニュー内span */
  .sp_menu_under {
    border-bottom: solid 1px;
  }
  #nav_open:after {
    content: "";
  }
  /* HBメニューの中身 */
  #nav_content {
    background-color: #ffccde;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translateX(19rem);
  }
  .sp_sns {
    display: block;
    list-style-type: none;
    width: 45px;
    height: 45px;
  }
  /* HBメニュー 背景のアニメーション部分 */
  #nav_close {
    width: 100%;
    height: 100%;
    background: #8D6A30;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    opacity: 0.5;
    transform: translateX(100%);
  }
  #input:checked ~ #nav_content {
    transform: translateX(0);
    transition: .40s ease-in;
  }
  /* ハンバーガーメニューボタンのアニメーション部分 */
  #input:checked ~ #nav_open .sp_btn:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
    transition: .40s ease-in;
  }
  #input:checked ~ #nav_open .sp_btn:nth-of-type(2) {
    opacity: 0;
  }
  #input:checked ~ #nav_open .sp_btn:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
    transition: .40s ease-in;
  }
  #input:checked ~ #nav_close {
    transform: translateX(0);
  }
}

/* ---------ハンバーガーメニュー終了------------ */

main {
  margin-top: 50px;
}

/* ティにピンページトップ */
.copy_ctp_index {
  text-align: center;
  margin-bottom: 5px;
  display: block;
  color: #8D6A30;
  font-size: 1rem;
     position: relative;
  z-index: 10; /* header-decor より大きい値に */
    

}

/* ティにピンYoutube */
.youtube_ctp_container {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.ctp_youtube {
  margin: 0 5px;
}

.ctp_youtube iframe {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}



/* samバナー */
.sam_banner {
  max-width: 1000px;
  text-align: center;
  margin: 4vh auto;
}

.sam_banner img {
  width: 100%;
}

.banner_container {
  max-width: 1000px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 4vh auto;
}

/* catchteeniepingバナー */
.catchteenieping_banner {
  max-width: 1000px;
  text-align: center;
  margin: 4vh auto;
}

.catchteenieping_banner img {
  width: 100%;
}

/* rakutenバナー */
.rakuten_banner {
  max-width: 1000px;
  text-align: center;
  margin: 4vh auto;
}

.rakuten_banner img {
  width: 100%;
}

/* バナー */
.banner {
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

@media all and (max-width: 800px) {
  .banner_container {
    display: block;
  }
  .sam_banner,
  .banner {
    margin-bottom: 20px;
  }
}

/* youtube_slider */
.youtube_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fff;
  line-height: 0;
}

.youtube {
  margin: 0 5px;
}

.youtube iframe {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.slick-prev {
  left: 15px;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.slick-next {
  right: 15px;
  width: 40px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1;
  /* デフォルトは .75 が指定されている */
  font-size: 40px;
}

/* 企業理念 */
.philosophy_box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 8vh;
}

.philosophy_text {
  line-height: 2;
  text-align: left;
}

.philosophy_text h2,
.philosophy_text p {
  width: 300px;
}

.philosophy_heading {
  font-family: "Comic Sans MS", "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
}

.philosophy_img {
  width: clamp(320px, 35vw, 450px);
}

.philosophy_img img {
  max-width: 100%;
}

@media all and (max-width: 800px) {
  .philosophy_box {
    flex-direction: column;
  }
  .philosophy_heading {
    text-align: center;
  }
}

/* 商品情報 円アイコン */
.merchandise_heading {
  font-family: "Comic Sans MS", "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  margin: 8vh 0 2vh 0;
}

.merchandise_container {
  display: grid;
  gap: 4rem;
  grid-template-columns: 210px 210px 210px;
  justify-content: center;
  margin-bottom: 8vh;
}

@media all and (max-width: 800px) {
  .merchandise_container {
    gap: 3rem;
    grid-template-columns: 150px 150px;
  }
}

.md-item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

/* 会社概要 */
.company_box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 8vh;
}

.company_text {
  width: 300px;
  line-height: 2;
  text-align: left;
}

.company_heading {
  font-family: "Comic Sans MS", "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
}

.company_img {
  width: clamp(320px, 35vw, 450px);
}

.company_img img {
  max-width: 100%;
}

@media all and (max-width: 800px) {
  .company_box {
    flex-direction: column;
  }
  .company_heading {
    text-align: center;
  }
}

/* フッター */
footer {
  background: url("../images/footer.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 280px;
  position: relative;
}

.footer_list {
  display: flex;
  margin-left: 60px;
  align-items: center;
  min-height: 280px;
}

.footer_list li {
  margin-left: 20px;
  margin-top: 50px;
  color: #6a3906;
}

@media all and (max-width: 1000px) {
  .footer_list {
    margin: 0;
    display: none;
  }
}

.footer_list a:hover {
  color: white;
}

.sns {
  display: flex;
  width: 800px;
  margin: 8vh auto 0;
  flex-wrap: wrap;
}

.sns_title_l {
  text-align: center;
  color: #ee8236;
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  margin-bottom: 15px;
}

.sns_title_s {
  text-align: center;
  color: #d53428;
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  margin-bottom: 15px;
}

/* キャッチティニピン */
.sns_title_p {
  text-align: center;
  color: #ff8dea;
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  margin-bottom: 15px;
}

.sns-item_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 50%;
  z-index: 100;
}

.sns-item_s_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 50%;
  z-index: 100;
}

.sns-item_container .sns-item a img {
  width: 50px;
}

.sns-item_s_container .sns-item a img {
  width: 50px;
}

@media all and (max-width: 800px) {
  .sns {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 5vh auto 0;
    width: fit-content;
  }
  .sns_title_l {
    order: 1;
    width: 100%;
  }
  .sns_title_s {
    order: 3;
    width: 100%;
  }
  /* キャッチティニピン */
  .sns_title_p {
    order: 3;
    width: 100%;
  }
  .sns-item_container {
    order: 2;
    width: 100%;
    margin-bottom: 50px;
  }
  .sns-item_s_container {
    order: 4;
    width: 100%;
  }
}

/* ------------------------ */
/* コピーライト */
.copyright {
  color: #5C3A21;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

/* ページトップボタン */
.page-top {
  position: fixed;
  right: 8%;
  bottom: 160px;
  z-index: 101;
}

/* フッター終了 */

/* カンパニーページ */
/* カンパニーページ共通 */
@media all and (max-width: 800px) {
  .main_company th,
  td {
    display: block;
  }
}

/* ------------------- */
/* info_container */
.info_inner {
  width: 46vw;
  min-width: 320px;
  margin: 10vh auto 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

.info_container th {
  color: #6a3906;
  min-width: 200px;
  font-weight: normal;
  padding-top: 33px;
  padding-right: 50px;
}

.info_container h2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.info_container td {
  min-width: 40vw;
  padding: 33px 0 33px 0;
}

@media all and (max-width: 800px) {
  .info_container td {
    padding: 15px 0 15px 0;
  }
}

/* business_container */
.business_inner {
  width: 46vw;
  min-width: 320px;
  margin: 10vh auto 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

.business_container th {
  color: #6a3906;
  width: 200px;
  min-width: 200px;
  font-weight: normal;
  padding-top: 33px;
  padding-right: 25px;
}

.business_container h2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.business_container td {
  min-width: 40vw;
  padding: 33px 0 33px 0;
}

@media all and (max-width: 800px) {
  .business_container td {
    padding: 15px 0 15px 0;
  }
}

/* client_container */
.client_inner {
  width: 46vw;
  min-width: 320px;
  margin: 10vh auto 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

.client_container h2 {
  font-size: 1.6rem;
  margin: 100px 0 0 0;
}

.client_container td {
  padding: 60px 0 0 200px;
}

@media all and (max-width: 800px) {
  .client_container h2 {
    margin: 100px 0 30px 0;
  }
  .client_container td {
    padding: 30px 0 0 0;
  }
}

/* partners_container */
.partners_inner {
  width: 46vw;
  min-width: 320px;
  margin: 10vh auto 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

.partners_container h2 {
  font-size: 1.6rem;
  margin: 100px 0 0 0;
}

.partners_container td {
  min-width: 50vw;
  padding: 60px 0 0 200px;
}

@media all and (max-width: 800px) {
  .partners_container h2 {
    margin: 100px 0 30px 0;
  }
  .partners_container td {
    padding: 30px 0 0 0;
  }
}

/* アクセス */
.access_container {
  max-width: 1000px;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
}

#access iframe {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  margin-top: 3vh;
}

/* フォーム */
.Form {
  max-width: 600px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .Form {
    width: 350px;
  }
}

.Form h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20vh;
  margin-bottom: 5vh;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 750px) {
  .Form-Item {
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 350px;
  min-width: 200px;
  letter-spacing: 0.05em;
}

.Form-Item-Label.isMsg {
  width: 350px;
  min-width: 200px;
  margin-top: 8px;
}

@media all and (max-width: 750px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding: 8px;
  width: 50px;
  text-align: center;
  background: #eb6100;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1rem;
  width: 350px;
  height: 48px;
  background: #eaedf2;
  color: #000;
}

@media all and (max-width: 750px) {
  .Form-Item-Input {
    min-width: 350px;
    margin-left: 0;
    margin-top: 18px;
    max-width: 350px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 350px;
  height: 216px;
  background: #eaedf2;
  color: #000;
}

@media all and (max-width: 750px) {
  .Form-Item-Textarea {
    margin-top: 15px;
    min-width: 340px;
    margin-left: 0;
    height: 150px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin: 35px 0 35px 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 240px;
  letter-spacing: 0.05em;
  background: #eb6100;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 750px) {
  .Form-Btn {
    margin: 0 0 0 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
  }
}

/* プライバシーポリシー */
.policy_container h2 {
  font-size: 1.6rem;
  margin: 100px 0 30px 0;
}

.policy_container h3 {
  font-size: 1rem;
  margin: 30px 0 20px 0;
}

.policy_inner {
  width: clamp(350px, 50vw, 900px);
  display: block;
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

.tel {
  padding: 50px 0 0 0;
  color: #6a3906;
  line-height: 1.5em;
  letter-spacing: 0.07em;
}

/* スプラトゥーン特設ページ */
.spl_container {
  text-align: center;
}

/* スプラトゥーンロゴ */
.spl_logo {
  margin: -30px 0 25px 0;
  width: clamp(350px, 65vw, 65vw);
}

.spl_heading {
  display: block;
  width: clamp(350px, 65vw, 61vw);
  font-size: clamp(1.5rem, 1.5rem, 1.9rem);
  letter-spacing: 0.07em;
  font-family: "M PLUS 1p", "Comic Sans MS", "M+A1 regular 30/2.0", sans-serif;
  margin: 0 auto 10px auto;
  padding: clamp(23px, 1vw, 15px);
  text-align: center;
  font-weight: 500;
}

.spl_main1 {
  display: block;
  width: clamp(350px, 65vw, 65vw);
  margin: 0 auto 100px auto;
}

/* SAM&WINKEYページ */
.sam_container {
  text-align: center;
}

.sam_logo {
  width: clamp(360px, 40vw, 45vw);
}

.sub_title {
  width: clamp(360px, 90vw, 1025px);
  height: auto;
  font-size: clamp(0.85rem, 1.7rem, 1.75rem);
  color: #FFF;
  padding: clamp(10px, 1vw, 15px);
  background: #D7342E;
  font-family: "M PLUS 1p", "Comic Sans MS", "M+A1 regular 30/2.0", sans-serif;
  margin: 3vh auto 3vh auto;
  letter-spacing: 0.07em;
}

.sub_title span {
  font-size: 17px;
}

.img-introduction {
  max-width: 1025px;
  margin: 3vh auto 0 auto;
  border-radius: 15px;
}

.img-introduction img {
  width: 100%;
}

.sam_subtitle {
  color: #D7372E;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}

.synopsis {
  width: clamp(360px, 90vw, 1025px);
  font-size: clamp(14.5px, 2vw, 17px);
  line-height: 3rem;
  letter-spacing: 0.10em;
  font-family: "M PLUS 1p", "Comic Sans MS", "M+A1 regular 30/2.0", sans-serif;
  text-align: left;
  margin: 0 auto 50px auto;
}

.youtube_sw_container {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.sw_youtube {
  margin: 0 5px;
}

.sw_youtube iframe {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.sam_small_subtitle {
  max-width: 1025px;
  padding: clamp(10px, 1vw, 17px);
  color: #fff;
  text-align: left;
  background: #eb962f;
  border-left: #D7342E 30px solid;
  margin: 30px auto 30px auto;
}

.sam_book_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sam_book {
  width: clamp(360px, 90vh, 500px);
}

.sam_book img {
  width: 100%;
}

.sam_text {
  width: clamp(360px, 80vw, 500px);
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "M PLUS 1p", "Comic Sans MS", "M+A1 regular 30/2.0", sans-serif;
  letter-spacing: 0.07em;
}

@media all and (max-width: 800px) {
  .sam_book_container {
    flex-direction: column;
  }
  .sam_book {
    width: clamp(360px, 90vw, 500px);
    margin-bottom: 10px;
  }
  .sam_text {
    width: fit-content;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.inquiry_container p {
  text-align: center;
  margin: 0 auto 10px;
}

.license {
  display: block;
  max-width: 360px;
  border: 2px solid #1B274E;
  padding: 0.7em 1em;
  background: #fff;
  color: #6a3906;
  margin: 0 auto 10px auto;
}

.inquiry {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #6a3906;
}

.inquiry_text {
  color: #6a3906;
}

.inquiry_text span {
  background: #f2c391;
  border-radius: 1rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  font-size: 90%;
}

.sam_address {
  color: #6a3906;
}

.ctp_heading {
  display: block;
  width: clamp(350px, 65vw, 61vw);
  font-size: clamp(1.5rem, 1.5rem, 1.9rem);
  letter-spacing: 0.07em;
  font-family: "M PLUS 1p", "Comic Sans MS", "M+A1 regular 30/2.0", sans-serif;
  margin: 0 auto 10px auto;
  padding: clamp(23px, 1vw, 15px);
  text-align: center;
  font-weight: 500;
}

.ctp_main1 {
  display: block;
  width: clamp(350px, 65vw, 65vw);
  margin: 0 auto 100px auto;
}

.ctp_title {
  display: block;
  width: clamp(350px, 65vw, 65vw);
  margin: 0 auto 30px auto;
}

.bg_ctp {
  background-image: url("../images/ctp/ctp-bg.png");
  background-size: contain;
}

.ctp_product {
  margin-bottom: 50px;
}

.purchase_ctp {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.purchase_ctp a {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(115, 255, 101, 1), rgba(0, 255, 70, 1));
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-radius: 2vh;
}

.purchase_ctp a:hover {
  background-image: linear-gradient(90deg, rgba(175, 255, 101, 1), rgba(4, 218, 255, 1));
}

.purchase_ctp a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-left: 0.5rem;
}

.shadow_ctp {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}



ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.fixed-banner-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.banner-preview {
  display: block;
  width: 100%;
  max-width: 480px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-preview img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.banner-preview p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 768px) {
  .banner-preview {
    width: 45%;
  }
}





.scroll-banner {
  overflow-x: auto;
  padding: 20px 0;
}

.banner-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-list li {
  flex: 0 0 auto;
  width: 280px;
}

.banner-list img {
  width: 100%;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-list figcaption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 767px) {
  .banner-list {
    flex-direction: column;
    align-items: center;
  }

  .banner-list li {
    width: 90%;
  }
}






.merchandise_heading {
  text-align: center;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.merchandise_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  max-width: 1000px; /* 最大幅指定 */
}

.md-item {
  flex: 0 0 130px;
  text-align: center;
}

.md-item img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 0px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.);
  transition: transform 0.3s ease;
}

.md-item img:hover {
  transform: rotate(10deg); /* ホバー時に10度右回転 */
}

@media screen and (max-width: 768px) {
  .md-item {
    flex: 0 0 40%;
  }
}











/* ヘッダー全体の背景色を白に */
header {
  background-color: none;
  color: #5c4033; /* 文字色：こげちゃ */
  position: relative;
  z-index: 10;
}

/* ロゴ周りも調整 */
.logo_container img {
  max-height: 60px;
}

/* メニュー内のテキストカラーも変更 */
#sp_menu a,
#sp_menu a span,
.sp_menu_under {
  color: #5c4033;
}

/* ハンバーガーメニューのテキストカラー */
.sp_btn_text {
  color: #5c4033;
}

/* SNSテキストも同じくこげちゃに */
.sp_sns_text,
.sp_sns_p_text,
.sp_sns_s_text {
  color: #5c4033;
}







footer {
  background-color: ; /* 必要なら背景も薄めに */
  color: #5c4033; /* こげちゃ文字色 */
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

footer a {
  color: #5c4033;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.footer_list li {
  display: inline-block;
  margin: 0 10px;
}

.copyright {
  display: block;
  margin-top: 10px;
  color: #5c4033;
}







header {
  background-color: none; /* ヘッダー自体は白背景 */
  padding: 0px 0;
  margin: 0;
  border-bottom: 0px solid #ddd; /* 任意：区切り線 */
}

/* ヘッダーの上下に余白がある場合を防止 */
header::before,
header::after {
  content: none;
  display: none;
}








.scroll-banner figcaption {
  color: #5c4033;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}





/* NEWSセクション全体 */
#news {
  background-color: #ffffff;
  padding: 30px 20px; /* ← 上下の余白を60px→30pxに */
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 見出し */
.news_heading {
  font-family: "Comic Sans MS", "M PLUS 1p", sans-serif;
  font-size: 1.6rem; /* 少しだけ小さく */
  text-align: center;
  margin-bottom: 20px; /* ← 40px→20pxに圧縮 */
  color: #5c4033;
}

/* ニュースリスト全体 */
.news-list {
  width: clamp(360px, 90vw, 700px);
  margin: 0 auto;
  list-style: none;
  padding: 0;
  overflow: visible;
  height: auto;
}

/* 各ニュースアイテム */
.news_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px; /* ← 10px→6pxに縮小 */
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
}

.news_item:last-child {
  border-bottom: none;
}

/* 日付 */
.date {
  font-size: 13px;
  color: #888;
  margin-right: 10px;
  white-space: nowrap;
}

/* タイトル */
.news_title {
  font-size: 13px;
  line-height: 1.3;
  color: #5c4033;
  margin: 0;
}

.news_title a {
  color: #5c4033;
  text-decoration: none;
}

.news_title a:hover {
  text-decoration: underline;
}



body {
  margin: 0;
  padding: 0;
  color: #5C3A21; /* こげちゃ色 */
  font-family: "M PLUS 1p", "Comic Sans MS", "Noto Sans JP", sans-serif;
  line-height: 1.6;

  /* 複雑な縦横グラデーション背景 */
  background-image: 
    linear-gradient(
      180deg,
     
      rgba(171, 185, 248, 1) 5%,
      rgba(136, 214, 255, 1) 9%,
      rgba(198, 227, 251, 1) 13%,
      rgba(255, 181, 243, 1) 49%,
      rgba(174, 218, 255, 1) 75%,
      rgba(226, 242, 255, 1) 90%
    ),
    linear-gradient(
      90deg,
      rgba(255, 0, 165, 1),
      rgba(191, 233, 255, 1)
    );
  background-blend-mode: lighten;
  background-attachment: fixed;
  background-size: cover;
}



body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 全画面に表示 */
  background: url("../images/ctp-bg.png") repeat;
  background-position: top center;
  background-size: auto;
  z-index: -1;
  pointer-events: none;
}


body a {
  text-decoration: none;
  transition: 0.5s;
}

body h2,
body h3 {
  color: #6a3906; /* 濃いめのこげちゃ */
}




@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#news {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0; /* 初期状態を透明に */
}


.philosophy-box {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.5); /* 白背景50% */
  box-shadow: 0 8px 20px rgba(255, 192, 203, 0.8); /* ピンクのドロップシャドウ */
  border-radius: 20px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  color: #5c4033; /* こげちゃ文字色 */
  line-height: 1.8;
}




/* スライダー全体のレイアウト調整 */
.slider {
  max-width: 800px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

/* スライド画像の見た目調整 */
.slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ドットナビの色や位置調整 */
.slick-dots {
  bottom: -25px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #888;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

/* 矢印のスタイル調整（デフォルトアイコン） */
.slick-prev,
.slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #333;
  opacity: 0.8;
}

/* ホバー時に矢印を強調 */
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #000;
  opacity: 1;
}









/* ドットナビゲーション */
.slick-dots li button:before {
  color: pink; /* 未選択時 */
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: pink; /* 選択中 */
  opacity: 1;
}

/* 左右の矢印ボタン */
.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: pink; /* 矢印の色 */
  font-size: 30px; /* 必要ならサイズ調整も可能 */
}


/* ドットナビゲーション */
.slick-dots li button:before {
  color: pink; /* 通常時 */
  opacity: 0.5;
  transition: color 0.3s, opacity 0.3s;
}

.slick-dots li:hover button:before {
  color: #ff1493; /* ホバー時：濃いピンク */
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #ff69b4; /* アクティブ：中間ピンク */
  opacity: 1;
}

/* 矢印ボタン */
.slick-prev:before,
.slick-next:before {
  color: pink;
  font-size: 30px;
  transition: color 0.3s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ff1493; /* ホバー時：濃いピンク */
}















.banner-preview p {
  margin: 5px 0 0; /* 上に詰める */
  font-size: 14px;
  color: #5C3A21; /* こげちゃ */
  font-weight: bold;
}






.merchandise-section {
  background-color: #ffffff;
  padding: 40px 20px; /* 上下の余白。お好みで調整可能 */
  box-sizing: border-box;
}


.merchandise-section {
  background-color: rgba(255, 255, 255, 0.5); /* 白50% */
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px auto;
  max-width: 1000px; /* 中央寄せで幅制限 */
  box-shadow: 0 4px 20px rgba(255, 105, 180, 0.4); /* ピンクのドロップシャドー */
  box-sizing: border-box;
}





.fixed-banner-container {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  padding: 00px;
}

.banner-preview {
  text-align: center;
  transition: transform 0.3s ease;
}

.banner-preview img {
  width: 420px;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-preview:hover img {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}








.sns {
  background-color: rgba(255, 255, 255, 0.5); /* 半透明白 */
  padding: 20px 10px;
  margin: 0;
  width: 100%;
  box-shadow: 0 4px 20px rgba(255, 105, 180, 0.4); /* ピンクのドロップシャドー */
  box-sizing: border-box;
  border-radius: 0; /* 角丸なし */
}

/* タイトル（小さめ） */
.sns_title_l,
.sns_title_p {
  font-size: 1rem;
  font-weight: bold;
  color: #5C3A21; /* 焦げ茶 */
  margin-bottom: 10px;
}

/* SNSアイコンコンテナ */
.sns-item_container,
.sns-item_s_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* SNSアイコン */
.sns-item img {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease;
  box-shadow: none;
}

.sns-item img:hover {
  transform: scale(1.1);
}





.slider-section {
  background-color: rgba(255, 255, 255, 0.5); /* 白50% */
  box-shadow: 0 4px 20px rgba(255, 105, 180, 0.4); /* ピンクのドロップシャドー */
  padding: 30px 10px;
  margin: 0 auto 40px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0; /* 帯っぽく角丸なし */
}




.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.page-top.show {
  opacity: 1;
  visibility: visible;
}



html, body {
  margin: 0;
  padding: 0;
}




html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横スクロール防止 */
}

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





     
    
}


header {
  height: 30px; /* 高さを指定（お好みで調整） */
 
  background-color: #fff; /* 必要に応じて背景 */
  display: flex;
  align-items: center; /* 中央寄せ */
}


header {
  margin-top: -40px; /* 30px上にずれる */
}




.youtube_ctp_container {
  margin-top: 80px; /* 任意の数値で調整 */
}
