@charset "UTF-8";
/* CSS Document */
/* 変数 */ :root {
  --mainColor-blackGrey: #310304;
--mainColor-Grey: #4d2a11;
  --mainColor-red: #9c4e62;
}

.header .global-navOrg a, .firstview--area__link--button a, .main--contents--all--list--area a, .footer_contents_menu a {
  display: block;
}
h1,h2,h3,h4,div,p,button{font-kerning:normal;font-variant-east-asian:proportional-width;font-feature-settings:"palt" 1;letter-spacing: -0.03em;}

/* 1) まず全体で横スクロールを禁止 */
html, body {
  overflow-x: visible; /* ここは殺さない */
}

.page-wrap{
  overflow-x: clip;
  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: 17px;
	color:var(--mainColor-Grey);
}
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 Serif JP", serif; font-weight: 300;
  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 0 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 Serif JP", serif; font-weight: 300;
  font-size: 17px;
  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;
	  row-gap: 15px;
    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:var(--mainColor-blackGrey);
  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-blackGrey)
}
.navbarOrg button:link {
  color: var(--mainColor-blackGrey)
}
.navbarOrg button:visited {
  color: var(--mainColor-blackGrey)
}
.navbarOrg button:hover {
  color: var(--mainColor-SRC_red)
}
.navbarOrg button:active {
  color: var(--mainColor-SRC_red)
}
.navbarOrg ul a:link {
  color: var(--mainColor-blackGrey)
}
.navbarOrg ul a:visited {
  color: var(--mainColor-blackGrey)
}
.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)
}

li[class="nav-itemOrg"] {
  margin: 0 30px 25px;
  list-style: none;
  font-family: "Noto Serif JP", serif; font-weight: 400;
  align-items: center;
  color: #FFF
}
.accordionBtnOrg {
  list-style: none;
  font-family: "Noto Serif JP", serif; font-weight: 400;
  font-size: 20px
}
@media screen and (min-width:992px) {
  li[class="nav-itemOrg"] {
    margin: 0;
    list-style: none;
    font-family: "Noto Serif JP", serif; font-weight: 400;
    font-size: 18px;
    align-items: center;
    color: var(--mainColor-blackGrey)
  }
  .accordionBtnOrg {
    list-style: none;
    font-family: "Noto Serif JP", serif; font-weight: 400;
    font-size: 18px;
  }
}
li[class="nav-itemOrg is-active"] {
  margin: 0 30px;
  list-style: none;
  font-family: "Noto Serif JP", serif; font-weight: 400;
  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: var(--mainColor-blackGrey);
  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-blackGrey); 
  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 Serif JP", serif; font-weight: 400;
  align-items: center;
  color: #FFF; /* SP表示時の文字色 */
}
ul.contents-accordionOrg.is-active li { font-weight: 300;
  font-size: 16px;
}
/* PC（992px以上）でのスタイル調整 */
@media screen and (min-width: 992px) {
  ul.include-accordionOrg > li {
    margin: auto 0;
    font-size: 18px;
    color: var(--mainColor-blackGrey); /* 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-blackGrey);
  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);
}
.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;
  height: auto;
  background-color: #220001;
  padding: 50px;
  margin-top: 0px;
}
.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 Serif JP", serif; font-weight: 300;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  display: block;
  margin-top: 30px
}
.footer_inyou_contents {
  font-family: "Noto Serif JP", serif; font-weight: 300;
  line-height: 25px;
  color: #fff;
  margin: 25px 0 30px
}
.footer_inyou_contents_tytle {
  font-family: "Noto Serif JP", serif; font-weight: 400;
  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 Serif JP", serif; font-weight: 300;
  font-size: 14px
}
.footer_unei {
  font-family: "Noto Serif JP", serif; font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.nav-itemOrg-1200 {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", 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-blackGrey);
}
.contents-accordionOrg.is-active > li {
	border: solid 0.5px  var(--mainColor-blackGrey);
}
}

.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-blackGrey);
  }
}

.header_shindan_button a {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(45deg, #ff5e62 40%, #ff9963 100%);
  font-weight: 400;
  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 {
	  background-color: #f0e9e7;

  background-size: 10px 10px;
  font-family: "Noto Serif JP", serif;
  width: auto;
  margin: 0;
  color: var(--mainColor-blackGrey);
}

/*----------------------------------
これより上がヘッダー
----------------------------------*/
.secondVeiw--area p {
    text-align: justify;
}
.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-blackGrey);
  border-radius: 50vh
}
.nav-hyouji a {
  color: var(--mainColor-blackGrey) !important;
}
.nav-hyouji a:visited {
  color: var(--mainColor-blackGrey)
}
.nav-hyouji a:active {
  color: var(--mainColor-blackGrey)
}
main cite {
  color: var(--mainColor-blackGrey)
}
.social-buttons_copy {
  font-family: "Noto Serif JP", serif; font-weight: 300;
  font-size: 14px;
  color: var(--mainColor-blackGrey);
  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%;
}
.SpOnly,
.TbOnly,
.PcOnly,
.SpTbOnly,
.TbPcOnly {
  display: none;
}

/* スマホだけ（<576px） */
@media (max-width: 575.98px) {
  .SpOnly {
    display: block;
  }
}

/* タブレットだけ（576px〜991.98px） */
@media (min-width: 576px) and (max-width: 991.98px) {
  .TbOnly {
    display: block;
  }
}

/* PCだけ（992px以上） */
@media (min-width: 992px) {
  .PcOnly {
    display: block;
  }
}

/* スマホ＋タブレットだけ（<992px） */
@media (max-width: 991.98px) {
  .SpTbOnly {
    display: block;
  }
}

/* タブレット＋PCだけ（576px以上） */
@media (min-width: 576px) {
  .TbPcOnly {
    display: block;
  }
}


/*----------------------------------
ここから本文
----------------------------------*/

.hero-grid{display: flex;max-height: 500px;}
.hero-item{
  overflow: hidden;
  aspect-ratio: 1 / 1;   /* タブレット以上（PC画像 400x400） */
    width: 100%;
}

.hero-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px){
  .hero-item{
    aspect-ratio: 11 / 20; /* スマホ画像 220x400 */
  }
}
.firstVeiw--area__title{
	padding: 30px;
}
.firstVeiw--main__title{
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.firstVeiw--sub__title{
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 2;
}
.firstVeiw--main__bodycopy{
	font-weight: 200px;
	text-align: justify;
	line-height: 2;
		font-size: 17px;
}
@media screen and (min-width: 576px) {
	.firstVeiw--area__title{
	padding: 30px 10%;
}
	.firstVeiw--main__title{
	font-size: 30px;
}
.firstVeiw--sub__title{
	font-size: 24px;
}
}
@media screen and (min-width: 768px) {
	.firstVeiw--area__title{
	padding: 30px 12%;
}
}
@media screen and (min-width: 992px) {
	.firstVeiw--area__title{
	padding: 30px 5% 30px 15%;
}
}

.contents--Veiw{padding: 60px 10px;}
.contents--Veiw--title{  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
	font-size: 63px;
  font-style: normal;
mix-blend-mode: multiply;
color: var(--mainColor-red);}
.main__gohoubi--contentsArea picture img, .main__contents--contentsArea picture img{
	width: 100%;
	max-width: 500px;
	border-radius: 50%;
}
.main__contents--contentsArea picture img{
	width: 100%;
	max-width: 500px;
	border-radius: 20%;
}
.main__gohoubi--contentsArea, .main__contents--contentsArea {
  position: relative;
}

/* 重ねたい p */
.contents--Veiw--title {
  position: absolute;
  z-index: 2;
 top:-0.7em;          /* 下に重ねる場合 */
  pointer-events: none;      /* 画像クリック邪魔しない */
}

/* 念のため画像を下に */
.gohoubi-hero, .contents-hero{
  display: block;
  width: 100%;
  height: auto;
}
.main__gohoubi--smallArea, .main__contents--smallArea{padding: 30px;}
.main__contents--smallTitle{
	  font-weight: 400;
	font-size: 24px;
	margin-bottom: 1em;
}
.main__contents--small{
		font-weight: 200px;
	text-align: justify;
	line-height: 2;
		font-size: 17px;
}
.main__contents--btn{padding: 10px 30px;
	width: 300px;
	color: #FFF;
	background-color: var( --mainColor-blackGrey);
	border-radius: 10px;
}
.main__contents--btn:hover{padding: 10px 30px;
		width: 300px;
	color: var( --mainColor-red);
	background-color: var( --mainColor-blackGrey);
		border-radius: 10px;
}
.main__contents--buttonArea{margin: 40px 0;
}
@media screen and (min-width: 576px) {
.contents--Veiw{padding: 100px 5% 60px;}
	.contents--Veiw--title {

 top:-0.8em;          /* 下に重ねる場合 */
 
}
}
@media screen and (min-width: 768px) {
.contents--Veiw{padding: 100px 8% 60px;}
	.main__gohoubi--contentsArea, .main__contents--contentsArea{
		display: flex;gap:5%;
	}
	.gohoubi-heroWrap{width:50%}
	.contents-heroWrap{width:55%}
	.main__gohoubi--smallArea{width:45%;padding-top:80px;}
		.main__contents--smallArea{width:40%;padding-top:80px;}
	.contents--Veiw--title{
	font-size: 80px;}
}
@media screen and (min-width: 992px) {
.contents--Veiw{padding: 100px 10% 60px;}
		.gohoubi-heroWrap{width:30%}
	.contents-heroWrap{width:35%}
	.main__gohoubi--smallArea{width:65%;padding-top:100px;}
	.main__contents--smallArea{width:60%;padding-top:100px;}
	.contents--Veiw--title{
	font-size: 100px;}
}

