@charset "UTF-8";
:root {
  --mainColor-blue: #006ea2;
  --mainColor-SRC_red: #c92c00;
}
.header .global-navOrg a, .firstview--area__link--button a, .main--contents--all--list--area a, .footer_contents_menu a {
  display: block;
}
/* 1) まず全体で横スクロールを禁止 */
html, body {
  overflow-x: visible; /* ここは殺さない */
}

.page-wrap{
  overflow-x: hidden;      /* 横スクロール殺すのはここ */
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

/* 2) ボタンやモーダル等で横方向ジェスチャーが欲しい所だけ上書き */
.modal, .slider {
  touch-action: auto; /* 部分的に横パンを許可 */
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
.breadcrumb {
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777
}
.header_global-navOrg {
  display: flex;
  width: 100%;
  height: 80px;
  z-index: 50;
}
.global-navOrg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 5px 0 15px
}
.nav_logo_createMarketer {
  width: auto;
  height: 45px
}
.navbarOrg_headsp {
  display: flex;
  z-index: 1200;
}
.nav_logo {
  width: 200px;
  margin-left: 5px
}
.navbar-navOrg {
  display: none
}
.header_shindan_button {
  display: flex;
  align-items: center
}
.header_shindan_button p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin: auto
}
@media screen and (min-width:768px) {
  .header_shindan_button p {
    font-size: 20px;
    line-height: 28px
  }
  .header_global-navOrg {
    display: flex;
    width: 100%;
    height: 100px
  }
  .global-navOrg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto
  }
  .header_shindan_button {
    margin: 0 0 0 10px;
    width: 100px;
    height: 100px;
    background-color: var(--mainColor-SRC_red)
  }
  .navbarOrg_headsp {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  .nav_logo {
    width: 200px;
    margin-left: 30px;
    margin-right: 30px
  }
}
@media screen and (min-width:992px) {
  .navbar-navOrg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.header_hamburgerOrg {
  width: 50px;
  height: 100%;
  margin: auto 10px
}
.hamburgerOrg {
  background-color: transparent;
  border-color: transparent;
  z-index: 200
}
.hamburgerOrg span {
  width: 100%;
  height: 1px;
  background-color: #006ea2;
  position: relative;
  transition: ease .4s;
  display: block
}
.hamburgerOrg.is-active span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block
}
.hamburgerOrg span:nth-child(2) {
  margin: 12px 0
}
.navbarOrg.is-active {
  transform: translateX(0)
}
.hamburgerOrg.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg)
}
.hamburgerOrg.is-active span:nth-child(2) {
  opacity: 0
}
.hamburgerOrg.is-active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg)
}
@media screen and (min-width:768px) {
  .header_hamburgerOrg {
    width: 60px;
    margin-right: 20px
  }
  .hamburgerOrg span:nth-child(2) {
    margin: 15px 0
  }
  .hamburgerOrg.is-active span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg)
  }
  .hamburgerOrg.is-active span:nth-child(3) {
    top: -17px;
    transform: rotate(-45deg)
  }
}
@media screen and (min-width:992px) {
  .hamburgerOrg {
    display: none
  }
}
.navbarOrg button {
  color: var(--mainColor-blue)
}
.navbarOrg button:link {
  color: var(--mainColor-blue)
}
.navbarOrg button:visited {
  color: var(--mainColor-blue)
}
.navbarOrg button:hover {
  color: var(--mainColor-SRC_red)
}
.navbarOrg button:active {
  color: var(--mainColor-SRC_red)
}
.navbarOrg ul a:link {
  color: var(--mainColor-blue)
}
.navbarOrg ul a:visited {
  color: var(--mainColor-blue)
}
.navbarOrg ul a:hover {
  color: var(--mainColor-SRC_red)
}
.navbarOrg ul a:active {
  color: var(--mainColor-SRC_red)
}
ul.include-accordion, ul.include-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.include-accordion li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.accordionBtn {
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
}
/* アコーディオンの内容は初期状態で非表示 */
.contents-accordion {
  display: none;
  padding: 5px 15px;
  background-color: #f0f0f0;
}
/* li と内容の両方に is-active クラスが付くと表示 */
li.is-active > .contents-accordion, .contents-accordion.is-active {
  display: block;
}
/* スクロール制御用の例（必要に応じて調整） */
.scroll-control.is-active {
  /* 例：背景色を変更 */
  background-color: #e0e0e0;
}
ul[class="contents-accordionOrg is-active"] a:hover {
  color: var(--mainColor-SRC_red)
}
ul[class="contents-accordionOrg is-active"] a:active {
  color: var(--mainColor-SRC_red)
}
.navbarOrg.is-active {
  padding-top: 50px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 200vh;
  transform: translateX(0%);
  background-color: var(--mainColor-blue);
  z-index: 150;
  transition: ease .4s
}
li[class="nav-itemOrg"] {
  margin: 0 30px 25px;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  align-items: center;
  color: #FFF
}
.accordionBtnOrg {
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 20px
}
@media screen and (min-width:992px) {
  li[class="nav-itemOrg"] {
    margin: 0;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 18px;
    align-items: center;
    color: var(--mainColor-blue)
  }
  .accordionBtnOrg {
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 18px;
  }
}
li[class="nav-itemOrg is-active"] {
  margin: 0 30px;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 18px;
  align-items: center;
  color: #FFF
}
.navbarOrg.is-active button {
  color: #FFF
}
.navbarOrg.is-active ul li a :visited {
  color: #FFF
}
.navbarOrg.is-active ul li a:hover {
  color: var(--mainColor-SRC_red)
}
.navbarOrg.is-active ul li a :active {
  color: #FFF
}
.navbarOrg.is-active ul {
  display: block;
  z-index: 150
}
.navbarOrg.is-active ul li {
  text-align: center;
  font-size: 20px;
  z-index: 160;
  line-height: 22px
}
/************************************
  ハンバーガーメニューまわり
************************************/
.header_hamburgerOrg {
  width: 50px;
  height: 100%;
  margin: auto 10px;
}
.hamburgerOrg {
  background-color: transparent;
  border-color: transparent;
  z-index: 200;
}
.hamburgerOrg span {
  width: 100%;
  height: 1px;
  background-color: #006ea2;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburgerOrg.is-active span {
  background-color: #fff;
}
.hamburgerOrg span:nth-child(2) {
  margin: 9.5px 0;
}
.hamburgerOrg.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.hamburgerOrg.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburgerOrg.is-active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header_hamburgerOrg {
    width: 60px;
    margin-right: 20px;
  }
  .hamburgerOrg span:nth-child(2) {
    margin: 15px 0;
  }
  .hamburgerOrg.is-active span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .hamburgerOrg.is-active span:nth-child(3) {
    top: -17px;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 992px) {
  .hamburgerOrg {
    display: none;
  }
}
.navbarOrg {
  transition: ease 0.4s;
}
/* メニュー（開閉）のスタイル */
.navbarOrg.is-active {
  padding-top: 50px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 200vh;
  transform: translateX(0%);
  background-color: var(--mainColor-blue, #006ea2); /* 色の指定がなければ #006ea2 */
  z-index: 150;
}
/************************************
  アコーディオンメニューまわり
************************************/
/* アコーディオンリストの基本構造 */
ul.include-accordionOrg, ul.include-accordionOrg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* 1階層目 <li> の基本 */
ul.include-accordionOrg > li {
  margin: 0 0 25px;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  align-items: center;
  color: #FFF; /* SP表示時の文字色 */
}
ul.contents-accordionOrg.is-active li {
  font-weight: 400;
  font-size: 16px;
}
/* PC（992px以上）でのスタイル調整 */
@media screen and (min-width: 992px) {
  ul.include-accordionOrg > li {
    margin: auto 0;
    font-size: 18px;
    color: var(--mainColor-blue, #006ea2); /* PC表示時の文字色 */
  }
}
/* アコーディオンのボタン */
/* 子 UL（コンテンツ）を初期非表示に */
.contents-accordionOrg {
  display: none;
  padding: 5px 15px;
  background-color: #f0f0f0;
}
/* is-active が付いている場合に表示 */
li.is-active > .contents-accordionOrg, .contents-accordionOrg.is-active {
  display: block;
}
/************************************
  その他リンクホバーなど
************************************/
.navbarOrg ul li a, .navbarOrg button {
  color: var(--mainColor-blue, #006ea2);
  text-decoration: none;
  display: block;
	    margin: 0 20px;
}
.navbarOrg ul li a:hover, .navbarOrg button:hover {
  color: var(--mainColor-SRC_red, #f00);
}
/* .navbarOrg.is-active 時（SPメニュー展開時）のスタイル */
.navbarOrg.is-active ul li {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.navbarOrg.is-active button {
  color: #fff;
  margin: auto;
}
.navbarOrg.is-active ul li a {
  color: #fff;
}
.navbarOrg.is-active ul li a:hover {
  color: var(--mainColor-SRC_red, #f00);
}
.navbarOrg.is-active .contents-accordionOrg .nav-itemOrg {
  display: none;
}
.navbarOrg.is-active .contents-accordionOrg.is-active .nav-itemOrg {
  display: block;
  background-color: inherit;
	margin-top: 1em;
}
.navbarOrg .contents-accordionOrg.is-active {
  position: absolute;
  line-height: 3em;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.navbarOrg.is-active .contents-accordionOrg.is-active {
  position: static;
  background-color: inherit;
}
footer {
  width: auto;
  background-color: var(--mainColor-blue);
  padding: 50px
}
.footer_logo_createMarketer {
  width: 150px;
  margin: 20px 10px 20px 0
}
.footer_logo {
  display: flex
}
.footer_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 40px
}
.footer_contents_menu {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  display: block;
  margin-top: 30px
}
.footer_inyou_contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin: 25px 0 30px
}
.footer_inyou_contents_tytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #fff
}
.footer_inyou_contents_ul li {
  list-style: disc;
  margin: 13px 0 13px 15px;
  font-size: 14px
}
@media screen and (min-width:768px) {
  .footer_contents_menu li {
    margin: 20px 20px 0 0
  }
  .footer_contents_menu_child {
    margin-left: -30px
  }
}
.footer_contents_menu_link:link {
  color: #fff
}
.footer_contents_menu_link:visited {
  color: #fff
}
.footer_contents_menu_link:hover {
  color: var(--mainColor-SRC_red)
}
.footer_contents_menu_link:active {
  color: var(--mainColor-SRC_red)
}
.copyright {
  margin-top: 80px;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px
}
.footer_unei {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.nav-itemOrg-1200 {
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400
}
@media screen and (min-width:992px) {
  .nav-itemOrg-1200 {
    display: none
  }
  .navbarOrg .contents-accordionOrg.is-active {
    background-color: rgb(255, 255, 255, .95);
  }
	.contents-accordionOrg.is-active{
width: 280px;
}
}
.contents-accordionOrg.is-active{
	border: solid 0.5px  var(--mainColor-blue);
}
.contents-accordionOrg.is-active > li {
	border: solid 0.5px  var(--mainColor-blue);
}
.nav-itemOrg.is-active{
margin-bottom: 0;
}

/* スマホはスワイプ操作に任せる */
@media(pointer:coarse) {
  .carousel-btn {
    display: none;
  }
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--mainColor-SRC_red);
  outline-offset: 2px;
}
body.overlay {
  overflow: hidden;
}
.accordionBtnOrg {
  position: relative;
  padding-right: 0.8em
}
.accordionBtnOrg::after, .accordionBtnOrg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1.5px;
  background: #FFF;
  transition: transform 0.3s ease;
  transform-origin: center
}
.accordionBtnOrg::before {
  transform: rotate(90deg)
}
.accordionBtnOrg[aria-expanded="true"]::before {
  transform: rotate(180deg);
  opacity: 0
}
.accordionBtnOrg::after, .accordionBtnOrg::before {
  transition: transform 0.3s ease, opacity 0.2s ease
}
.accordionBtnOrg[aria-expanded="true"]::after {
  transform: rotate(180deg)
}
@media screen and (min-width: 992px) {
  .accordionBtnOrg::after, .accordionBtnOrg::before {
    background: var(--mainColor-blue);
  }
}

.header_shindan_button a {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(45deg, #ff5e62 40%, #ff9963 100%);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
@media screen and (min-width:768px) {
  .header_shindan_button a {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    width: 100px;
    height: 100px;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  width: auto;
  margin: 0;
  line-height: 2.1em;
  color: #333;
}

/*----------------------------------
これより上がヘッダー
----------------------------------*/

.nav-hyoujiTitle {
  font-size: 18px;
  padding: 1em 0 .5em;
  border-top-width: 1px
}
.nav-hyoujiArea {
  display: flex;
  gap: .5em;
  justify-content: center
}
.nav-hyouji {
  padding: .5em 1em;
  background-color: #FFF;
  font-size: 18px;
  line-height: 20px;
  color: var(--mainColor-blue);
  border-radius: 50vh
}
.nav-hyouji a {
  color: var(--mainColor-blue) !important;
}
.nav-hyouji a:visited {
  color: var(--mainColor-blue)
}
.nav-hyouji a:active {
  color: var(--mainColor-blue)
}
main blockquote {
  border-bottom: dashed 1px var(--mainColor-blue);
}
main cite {
  color: var(--mainColor-blue)
}
.social-buttons_copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  text-align: center;
  margin: 30px 0px 15px;
}
.social-buttons {
  margin: 30px 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.social-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.social-buttons .fb {
  background-color: #fff;
}
.social-buttons .fb path {
  fill: #3b5998;
}
.social-buttons .tw {
  background-color: #1da1f2;
}
.social-buttons .tw path {
  fill: #fff;
}
.social-buttons .ln {
  background-color: #00c300;
}
.social-buttons .ln path {
  fill: #fff;
}
.fab {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .social-buttons {
    gap: 40px;
  }
  .social-buttons a {
    width: 65px;
    height: 65px;
  }
}

.breadcrumb {
  padding: 5px 5%;
}
.PcOnly {
  display: none
}
.SpOnly {
  display: block
}
@media screen and (min-width:576px) {
  .PcOnly {
    display: block
  }
  .SpOnly {
    display: none
  }
}
a:hover {
  color: var(--mainColor-SRC_red);
}
main {
  background-color: #f5f5f5;
  text-align: justify;
}
h1,h2,h3,h4,div,p,button{ font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
}

.firstview--area__all {
  display: block;
  gap: 30px;
}
.firstview--area__img {
  text-align: center;
}
.firstview--area__img--visual {
  max-width: 84%;
  height: auto;
}
.firstview--area__text {
  text-align: center;
}
.firstview--area__text p {
  text-align: justify;
  margin-bottom: 2em;
}
.firstview--area__text--title {
  font-weight: 900;
  font-size: 21px;
  color: var(--mainColor-SRC_red);
  margin: 20px auto 10px;
  line-height: 1.5em;
}
.firstview--area__text--logo {
  width: 70%;
  max-width: 300px;
  margin: auto;
}
.contents--area__all {
  display: flex;
  height: auto;
  gap: 20px;
  padding-bottom: 100px;
  position: relative;
}
.contents--area__contents--title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.contents--area__contents--body {
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 922px) {
  .contents--area__contents--caption {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 1em;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.contents--area__contents--caption p {
  margin-top: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 35px;
  white-space: nowrap;
  color: var(--mainColor-blue);
}
.contents--area__contents--link {
  text-align: right;
  margin-right: 40px;
}
.contents--area__contents--a {}
.contents--area__contents--a a {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: var(--mainColor-SRC_red);
  font-weight: 400;
}
.contents--area__contents--a a img {
  margin-right: 1em;
}
.shindan--all--area__margin {
  padding: 10% 8% 10%;
  background-color: var(--mainColor-blue);
}
.shindan--area__all {
  display: block;
  height: auto;
  gap: 20px;
}
.shindan--area__contents--title {
  font-weight: 900;
  font-size: 18px;
  margin: 30px 0 10px;
  color: #FFF;
}
.shindan--area__contents--body {
  font-size: 18px;
  margin-bottom: 1em;
  color: #FFF;
}
.shindan--area__contents--caption--area {
  display: flex;
  justify-content: center;
  gap: 5%;
}
.shindan--area__contents--caption-title {
  font-size: 24px;
  font-weight: 800;
  color: #FFF;
  margin: auto 0;
  line-height: 2em;
}
.shindan--area__contents--caption img {
  width: 100px;
  height: auto;
}
.shindan--area__contents--link {
  text-align: right;
  margin-right: 40px;
}
.shindan--area__contents--a {
  margin: 20px 0;
  text-align: center;
  width: 100%;
  padding: 15px;
  background-image: linear-gradient(90deg, #ff5e62 40%, #ff9963 100%);
  font-size: 18px;
  border-radius: 50vh;
  font-weight: 600;
  color: #FFF;
}
.main--contents--all {
  background-color: #FFF;
  padding: 10% 6%;
  border-radius: 20px;
}
.main--contents--all h2 {
  font-size: 26px;
  font-weight: 900;
  color: var(--mainColor-blue);
  margin: 20px 0px 10px;
}
.main--contents--all h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--mainColor-blue);
  margin: 20px 0px 10px;
}
.main--contents--link {
  margin: 10px 0 50px 0;
  text-align: center;
  width: 100%;
  padding: 5px;
  background-image: linear-gradient(90deg, #ff5e62 40%, #ff9963 100%);
  font-size: 17px;
  border-radius: 50vh;
  font-weight: 600;
  color: #FFF;
}
.main--contents--all--white {
  background-color: inherit;
  padding: 0;
  margin: auto;
}
.wp-content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  justify-content: center;
}
p.wp-content--area__tag {
  padding-top: 15px;
}
.wp-content--area__tag a {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin: 0 .1em .6em 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  color: var(--mainColor-blue);
  background-color: #fff;
  border: 1px solid var(--mainColor-blue);
  border-left: 5px solid var(--mainColor-blue);
}
.wp-content--area__img {
  width: 100%;
}
.wp-content--area__title {
  margin: 10px;
}
.wp-content--area__body {
  font-size: 18px;
  margin: 0px;
}
.wp-content--area__contents {
  padding: 10px;
  background-color: #fff;
}
.wp-content--area__title {
  font-size: 18px;
  font-weight: 900;
  color: #333;
}
.main--contents--all--button {
  display: block;
  margin: 20px 0;
  padding: 0 20px;
  border: 1px solid var(--mainColor-blue);
  border-radius: 50vh;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
section.all--area__margin {
  padding: 0 5%;
}
@media screen and (min-width: 576px) {
  .firstview--area__img {
    margin: 0;
  }
  .firstview--area__text {
    margin: auto;
  }
  .all--area__margin {
    padding: 100px 8% 50px;
  }
  .contents--area__contents--title {
    font-size: 20px;
  }
  .shindan--area__all {
    display: flex;
    height: auto;
    gap: 20px;
    justify-content: center;
  }
  .shindan--area__contents--caption--area {
    display: block;
    gap: 5%;
    width: 300px;
    text-align: center;
  }
  .shindan--area__contents--all {
    width: 500px;
  }
  .shindan--area__contents--title {
    margin-top: 0;
  }
  .contents--area__all {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .firstview--area__all {
    display: flex;
    justify-content: center;
  }
  .main--contents--all--button-link {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 25px;
  }
  .main--contents--all--button {
    display: inline-block;
    margin: 0 0 0 2em;
    padding: 0 20px;
  }
  .contents--area__all {
    gap: 50px;
  }
  .firstview--area__text--title {
    font-size: 30px;
  }
}
@media screen and (min-width: 922px) {
  .all--area__margin {
    padding: 30px 15%;
  }
  .contents--area__contents--caption p {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .all--area__margin {
    padding: 30px 16%;
  }
}
@media screen and (min-width: 1600px) {
  .all--area__margin {
    padding: 30px 17%;
  }
}
@media screen and (min-width: 2000px) {
  .all--area__margin {
    padding: 30px 18%;
  }
}
.trip--main--visual {
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 500px;
}
.dog-breed_contents_tytle {
  text-align: center;
  font-weight: 200;
}
.ingredients_contents_tags_area {
  margin: auto;
}
.ingredients_contents_hyouka {
  display: block;
  margin: 15px auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: #333;
}
.ingredients_contents_tags {
  display: block;
  margin: 15px auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: #333;
}
.ingredients_tytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 36px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: var(--mainColor-blue);
  text-align: center;
  margin: 20px auto;
}
.hoshiHyouka {
  color: gold;
}
.hoshiHyouka_grey {
  color: #DDD;
}
@media screen and (min-width: 992px) {
  .dog-breed_tytle_area {
    display: flex;
    justify-content: center;
  }
  .ingredients_contents_tags_area {
    display: flex;
    margin: auto 20px 0px 20px;
  }
  .ingredients_contents_tags_area button {
    margin: 0px 20px;
  }
  .ingredients_tytle {
    display: flex;
    margin: auto 20px 0px 20px;
  }
  .ingredients_contents_tags {
    vertical-align: baseline;
    display: inline;
    margin: auto 30px auto 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
    color: #333;
  }
}
.dog-breed_contents_allMenu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  max-width: 1500px;
  margin: 0px auto 50px;
  justify-items: baseline;
  align-items: baseline;
}
.dog-breed_contents {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .dog-breed_contents_allMenu {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .dog-breed_contents {
    width: 200px;
  }
}
.ingredients_contents_tytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: #333;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.ingredients_contents_tytle_name {
  margin: auto 10px auto 10px;
}
.ingredients_contents_tytle_img {
  height: 30px;
  width: auto;
}
.dog-breed_img {
  width: 100%;
  min-width: 120px;
  max-width: 300px;
  height: auto;
}
.dog-breed_main_tytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 36px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: var(--mainColor-blue);
  text-align: center;
  margin: 0px auto 20px;
  line-height: 50px;
}
.dog-breed_main_subtytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 10px auto 0px;
}
@media screen and (min-width: 768px) {
  .dog-breed_contents_allMenu {
    gap: 50px;
    margin: 30px auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.ingredients_main_tytle_area {
  text-align: center;
}
.ingredients_main_tytle_area_img {
  width: 80px;
  height: auto;
}
.breadcrumb {
  padding: 5px 5%;
}
.dog-breed_main_img_area {
  width: 100%;
  height: 100%;
}
.dog-breed_main_img {
  width: 100%;
  height: 100%;
}
.dog-breed_products a {
  text-decoration: underline;
}
.dog-breed_products a:hover {
  color: #c92c00;
  text-decoration: underline;
}
.knowledge_kiji_bodyCopy_tytle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 18px;
 font-kerning: normal;
  font-variant-east-asian: proportional-width; /* 意味を宣言 */
  font-feature-settings: "palt" 1;   
  color: #c92c00;
  line-height: 32px;
  text-align: justify;
}
@media screen and (min-width: 576px) {
  .dog-breed_products {
    display: flex;
  }
  .ingredients_main_tytle_area_img {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .dog-breed_main_area {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
  .dog-breed_main_img_area {
    width: 400px;
  }
  .dog-breed_main_img {
    width: 400px;
  }
  .dog-breed_main_tytle_area {
    width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .dog-breed_main_img_area {
    width: 500px;
  }
  .dog-breed_main_img {
    width: 500px;
  }
  .dog-breed_main_tytle {
    font-size: 36px;
    margin: 10px auto 20px;
  }
  .dog-breed_main_subtytle {
    font-size: 21px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dog-breed_main_img_area {
    width: 600px;
  }
  .dog-breed_main_img {
    width: 600px;
  }
  .dog-breed_main_tytle {
    font-size: 40px;
    margin: 10px auto 20px;
  }
  .dog-breed_main_subtytle {
    font-size: 24px;
    line-height: 42px;
  }
}
.dog-breed_contents > a > img {
  width: 100%;
}
.dog-breed_contents {
  mix-blend-mode: darken;
}
.knowledge_contents_tagsArea {
  text-align: center;
}
.main--contents--all h4 {
  font-weight: 900;
}
.pillar-section--contents {
  display: block;
  border-top: 1px solid var(--mainColor-blue);
  margin: 20px 0;
}
.pillar-section--img img {
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pillar-section--img img {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .pillar-section--contents {
    display: flex;
    border-top: 1px solid var(--mainColor-blue);
    margin: 20px 0;
  }
}
.pillar-section--contents:last-child {
  border-bottom: 1px solid var(--mainColor-blue);
  margin: 20px 0;
}
.main--image--area {
  position: relative;
}
.main--image--dog {
  z-index: 50;
}
.main--image--dog img {
  display: block;
  margin: auto 0 auto auto;
  height: 300px;
  mix-blend-mode: multiply;
}
.main--text--dog {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: var(--mainColor-blue);
  line-height: 1em;
  font-feature-settings: palt;
  z-index: 60; /* 画像より手前に */
  width: 100%; /* 必要なら幅を指定 */
  text-align: left;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 470px) {
  .main--image--dog img {
    height: 400px;
  }
}
@media screen and (min-width: 615px) {
  .main--text--dog {
    font-size: 120px;
  }
  .main--image--dog img {
    height: 500px;
  }
}
@media screen and (min-width: 750px) {
  .main--text--dog {
    font-size: 130px;
  }
  .main--image--dog img {
    height: 600px;
  }
  .main--image--br {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .main--text--dog {
    font-size: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .main--text--dog {
    font-size: 180px;
  }
}
.main--contents--all--list--area {
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;

  /* 上下の線 */
  border-top: solid 1px var(--mainColor-blue);
  border-bottom: solid 1px var(--mainColor-blue);

  /* ✅ 縦線の内側だけ白（左右10pxは透明） */
  background: linear-gradient(
    to right,
    transparent 0,
    transparent 10px,
    #fff 10px,
    #fff calc(100% - 10px),
    transparent calc(100% - 10px),
    transparent 100%
  );
}

/* ✅ はみ出し10pxの縦線は疑似要素で描く（これが一番確実） */
.main--contents--all--list--area::before,
.main--contents--all--list--area::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: var(--mainColor-blue);
  z-index: 1;            /* 背景より前 */
  pointer-events: none;
}

.main--contents--all--list--area::before { left: 10px; }
.main--contents--all--list--area::after  { right: 10px; }

.main--contents--all--list--area li {
  font-weight: 800;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-feature-settings: palt;
  text-align: justify;
  list-style: square;
  margin: 1em 0 1em 20px;
}

.main--contents--all--list--title {
  text-align: center;
  font-weight: 200;
  font-size: 18px;
  color: #333;
}

@media screen and (min-width: 576px) {
  .main--contents--all--list--area {
    padding: 2em;
  }
  .main--contents--all--list--area li {
    font-size: 20px;
    margin: 1em 0 1em 20px;
  }
}

@media screen and (min-width: 768px) {
  .main--contents--all--list--area ul {
    padding: 20px 20px 20px 20%;
  }
}

body.overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 900;
}
/* サイドバー本体 */
/* サイドバー本体 */

.sitemap-drawer {
  position: fixed;
  top: 0;
  right: -320px; /* 初期は画面外 */
  width: 320px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1500;
  overflow-y: auto;
  background-color: var(--mainColor-blue);
  color: #FFF;
}
/* 開いた状態 */
.sitemap-drawer[aria-hidden="false"] {
  right: 0;
}
/* 閉じるボタン */
.sitemap-close {
  display: block;
  margin: 1rem;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
/* ナビメニュー */
.sitemap-nav {
  padding: 1rem;
}
.sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-list li + li {
  margin-top: 0.5rem;
}
.sitemap-list a {
  text-decoration: none;
  color: #FFF;
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.sitemap-list a:hover {
  text-decoration: underline;
}
/* 1) ラッパー要素：高さを 80px 確保 */
.sitemap-toggle-area {
  position: sticky;
  top: 0; /* 画面上端に達したら固定 */
  z-index: 900;
  display: flex; /* 横方向の右寄せを flex で制御 */
  justify-content: flex-end;
}
/* 2) ボタン本体 */
.sitemap-toggle {
  position: sticky;
  top: 0; /* 画面上端に達したら固定 */
  z-index: 1002;
  /* 以下は見た目用の装飾 */
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  background-image: linear-gradient(45deg, rgba(0, 78, 148, 1), rgba(0, 134, 153, 1));
  width: 80px;
  height: 80px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .sitemap-toggle {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
.main--contents--all--list--title--catchcopy {
  margin-left: 10px;
  font-weight: 400;
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(252, 81, 133, .5) 70%);
}
.wp-content--area__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  position: relative;
  border: 8px solid #eee;
  z-index: 0;
  background-color: #FFF;
}
.wp-content--area__contents:before {
  content: "";
  background-color: var(--mainColor-blue);
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.firstview--area__link--button {
  margin: 3em 0;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  gap: 16px;
}
.firstview--area__link--button div a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: var(--mainColor-blue);
  font-size: 16px;
  border-radius: 0px;
  height: 40px;
  font-weight: bold;
  border: 2px solid var(--mainColor-blue);
  transition: 0.3s;
  box-shadow: 5px 5px 0px 0px var(--mainColor-blue);
  background-color: #ffffff;
}
.firstview--area__link--button div a:hover {
  box-shadow: 0 0 var(--mainColor-blue);
  color: #fff;
  background-color: var(--mainColor-blue);
}
.dsss-site-search {
  margin: auto;
  text-align: center;
}
.dsss-site-search input {
  flex: 1;
  padding: .6rem 1rem;
  border: 1px solid #bbb;
  border-radius: 50vh 0 0 50vh;
  width: 70%;
  background-color: #FFF;
  height: 45px;
}
.dsss-site-search button {
  padding: 0 1.2rem;
  border: 1px solid var(--mainColor-SRC_red);
  cursor: pointer;
  background-color: var(--mainColor-SRC_red);
  color: #fff;
  border-radius: 0 50vh 50vh 0;
  transition: opacity .2s;
  height: 45px;
}
.dsss-site-search button:hover {
  opacity: .8;
}
.dsss-site-search-area {
  padding: 30px 0 50px;
  color: #333;
}
.dsss-site-search-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 60px;
}
@media screen and (min-width: 576px) {
  .dsss-site-search input {
    width: 350px;
  }
  .dsss-site-search-title {
    font-weight: 800;
    font-size: 20px;
    margin: 0 20px;
  }
}
html, body {
  scroll-behavior: smooth;
}
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  /* 初期表示 */
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s, transform 0.3s;
  cursor: pointer;
}
/* 矢印部分 */
#pagetop span {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(315deg);
}
/* ホバーで少し浮かせる */
#pagetop:hover {
  opacity: 0.9;
  transform: translateY(-4px);
} v
:root {
  --col-w: 270px; /* 1 列幅 */
  --col-h: 400px; /* 列高 */
  --col-gap: 50px; /* 列間 */
  --line: #e0e0e0;
}
/*==== 画面幅に応じて列幅・ギャップを縮小 ====*/
@media (max-width: 900px) {
  :root {
    --col-w: 220px;
    --col-gap: 32px;
  }
}
@media (max-width: 600px) {
  :root {
    --col-w: 70vw;
    --col-gap: 24px;
  }
} /* スマホ */
/*----------------------------------
  カルーセル本体
----------------------------------*/
.worry_feed--carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*----------------------------------
  トラック：常に段組み＋横スクロール
----------------------------------*/
.worry_feed--track {
  height: var(--col-h);
  overflow-x: auto;
  overflow-y: hidden;
  column-width: var(--col-w);
  column-gap: var(--col-gap);
  column-fill: auto;
  column-rule: 1px solid #ccc;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.worry_feed--track::-webkit-scrollbar {
  display: none;
} /* Chrome/Safari */
/*----------------------------------
  記事カード
----------------------------------*/
.worry_feed--area__contents {
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
}
.worry_feed--area__contents > a {
  display: block;
}
.worry_feed--area__contents > a:hover * {
  color: var(--mainColor-SRC_red);
}
.worry_feed--area__title {
  padding: .8em 0 .4em;
  border-top: 1px solid var(--line);
  font: 700 24px/1.5 sans-serif;
  text-align: justify;
  color: #333;
}
.worry_feed--area__body {
  padding: .4em 0 1.6em;
  font: 16px/1.8 sans-serif;
  text-align: justify;
  color: #333;
}
/*----------------------------------
  矢印ボタン（PC/タブレット）
----------------------------------*/
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='15 4 7 12 15 20' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/50% no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, .18);
  cursor: pointer;
  transition: box-shadow .2s;
}
.carousel-btn:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}
.carousel-btn.prev {
  left: 12px;
}
.carousel-btn.next {
  right: 12px;
  transform: translateY(-50%) rotate(180deg);
}/* カルーセル全体のラッパー */
.worry_feed--carousel {
  overflow: hidden; /* はみ出しはJSスクロールで動かす前提 */
}

/* 横スクロールするトラック */
#worry_feed {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;

  /* JS が columnGap を参照しているのでここで指定 */
  column-gap: 16px; /* お好みで */
}

/* カード共通：デフォルトは 1枚表示（スマホ） */
#worry_feed .worry_feed--area__contents {
  flex: 0 0 100%;
}

/* タブレット：2枚表示（例：768px〜） */
@media (min-width: 768px) {
  #worry_feed .worry_feed--area__contents {
    /* (100% - ギャップ1つ分) ÷ 2枚 */
    flex-basis: calc((100% - 16px) / 2);
  }
}

/* PC：4枚表示（例：1024px〜） */
@media (min-width: 1024px) {
  #worry_feed .worry_feed--area__contents {
    /* (100% - ギャップ3つ分) ÷ 4枚 */
    flex-basis: calc((100% - 16px * 3) / 4);
  }
}
