@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}
body .cinderella h1, body .cinderella h2, body .cinderella h3, body .cinderella h4, body .cinderella h5, body .cinderella h6,
body .cinderella .h1, body .cinderella .h2, body .cinderella .h3, body .cinderella .h4, body .cinderella .h5, body .cinderella .h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.art-kobe {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #D9D9D9;
  background-image: url(/kobe/artartkobe2025/img/mv_pc.png);
  background-repeat: no-repeat;
  background-size: 1157px 826px;
  background-position: top 22px right 25px;
  /*&:after{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/umedamise/250715enjoysummer/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 80px center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;

    @include mq(md){
      background-image: url(/umedamise/250715enjoysummer/img/mv_background_sp.png);
      background-size: contain;
      background-position: top 40px center;
    }
   }

  /*****共通****/
  /************/
  /************/
}
@media screen and (max-width: 767px) {
  .art-kobe {
    background-image: none;
  }
}
.art-kobe p {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .art-kobe p {
    font-size: 1.3rem !important;
  }
}
.art-kobe ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}
.art-kobe ul.indent.attention li {
  font-size: 1.2rem;
}
.art-kobe a {
  text-decoration: none;
}
.art-kobe .orange {
  color: #C4491F;
}
.art-kobe .btn {
  width: 160px;
  margin: 25px auto 0;
}
.art-kobe .btn a {
  display: block;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #004B86;
  background: #004B86;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  position: relative;
}
.art-kobe .btn a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(/umedamise/250820sustainable/img/icon_arrow.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  /*position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
.art-kobe .btn a:hover {
  color: #004B86;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .art-kobe .btn a:hover {
    color: #fff;
    background: #004B86;
  }
}
.art-kobe .btn a:hover::after {
  background: url(/umedamise/250820sustainable/img/icon_arrow_b.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .btn a:hover::after {
    background: url(/umedamise/250820sustainable/img/icon_arrow.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .btn a.soon {
  pointer-events: none;
}
.art-kobe .mv {
  padding-bottom: 60px;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv {
    height: auto;
    width: 96%;
    margin: 0 auto;
    padding: 5px 0 60px;
    background: url(/kobe/artartkobe2025/img/mv_sp.png) no-repeat;
    background-size: 100%;
    background-position: top 5px left 0;
  }
}
.art-kobe .mv .mv-inner {
  width: 1090px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /*&.load-active{
    .mv-ttl{
      animation-name: fade-mv;
      animation-delay: 0.3s;
      animation-duration: 1.0s;
      animation-fill-mode: forwards;

      @keyframes fade-mv {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
    }

    .date{
      animation-name: fade-date;
      animation-delay: 1.0s;
      animation-duration: 1.0s;
      animation-fill-mode: forwards;

      @keyframes fade-date {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
    }

    .ttl-txt{
      animation-name: fade-txt;
      animation-delay: 1.5s;
      animation-duration: 1.0s;
      animation-fill-mode: forwards;

      @keyframes fade-txt {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .mv-wrap {
    padding-left: 7.5%;
    padding-top: 62%;
  }
}
.art-kobe .mv .mv-inner .mv-ttl {
  width: 650px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .mv-ttl {
    width: 40%;
  }
}
.art-kobe .mv .mv-inner .date-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .date-wrap {
    display: block;
  }
}
.art-kobe .mv .mv-inner .date-wrap .date {
  width: 338px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .date-wrap .date {
    width: 50%;
    margin-right: 0;
  }
}
.art-kobe .mv .mv-inner .date-wrap .time {
  width: calc(100% - 348px);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .date-wrap .time {
    width: 100%;
    font-size: 1.8rem !important;
  }
}
.art-kobe .mv .mv-inner .ttl-txt .place-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .ttl-txt .place-info {
    display: block;
  }
}
.art-kobe .mv .mv-inner .ttl-txt .place-info li {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .ttl-txt .place-info li {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
.art-kobe .mv .mv-inner .ttl-txt .attention {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .ttl-txt .attention {
    display: block;
  }
}
.art-kobe .mv .mv-inner .ttl-txt .attention li {
  font-size: 1.4rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .art-kobe .mv .mv-inner .ttl-txt .attention li {
    font-size: 1.2rem;
    margin-right: 0;
  }
}
.art-kobe .art-kobe-contents-wrap {
  display: flex;
  flex-wrap: wrap;
}
.art-kobe .pc-left {
  width: calc((100% - 500px) / 2);
  position: relative;
}
.art-kobe .pc-left.active:before {
  position: sticky;
  top: 95px !important;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-left {
    display: none;
  }
}
.art-kobe .pc-left .ttl-lp {
  max-width: 372px;
  margin: 0 auto 0 0;
  padding-right: 25px;
  aspect-ratio: 372/442;
  position: sticky;
  top: calc(80px + 10vh);
  left: 0;
  z-index: 5;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-left .ttl-lp {
    opacity: 1;
  }
}
.art-kobe .pc-left .ttl-lp.fade-show {
  animation-name: fade-show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.art-kobe .pc-left.page-bottom .ttl-lp {
  position: absolute;
  top: auto !important;
  left: 0;
  bottom: 100px;
}
.art-kobe .pc-right {
  width: calc((100% - 500px) / 2);
  position: relative;
  /*&:after{
    content: '';
    display: block;
    width: calc((100% - 375px) / 2);
    aspect-ratio: 531 / 520;
    background: url(/kobe/2025gotrip/img/background_r.png) no-repeat;
    background-size: contain;
    position: fixed;
    right: 0;
    bottom: 0;

    @include mq(md){
      content: none;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right {
    display: contents;
    /*width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 8888;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
  }
}
.art-kobe .pc-right.open {
  width: 100%;
}
.art-kobe .pc-right .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .sp-menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #000;
    position: fixed;
    right: 3%;
    top: 112px;
    z-index: 99999997;
  }
  .art-kobe .pc-right .sp-menu-btn .line {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: 0.5s all;
  }
  .art-kobe .pc-right .sp-menu-btn .line:nth-of-type(1) {
    top: 13px;
  }
  .art-kobe .pc-right .sp-menu-btn .line:nth-of-type(2) {
    top: 20px;
  }
  .art-kobe .pc-right .sp-menu-btn .line:nth-of-type(3) {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .sp-menu-btn.open .line:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  .art-kobe .pc-right .sp-menu-btn.open .line:nth-of-type(2) {
    display: none;
  }
  .art-kobe .pc-right .sp-menu-btn.open .line:nth-of-type(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
}
.art-kobe .pc-right .side-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 223px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav {
    display: none;
    opacity: 1;
    background-color: #D9D9D9;
    background-image: url(/kobe/artartkobe2025/img/nav_side01.png), url(/kobe/artartkobe2025/img/nav_side02.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 40px 157px, 45px 167px;
    background-position: left 10px top 50px, right 10px bottom 100px;
    padding: 70% calc((100% - 240px) / 2) 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    position: fixed;
    z-index: 8888;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav::before {
    content: "";
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
    background: url(/kobe/artartkobe2025/img/ttl_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: calc((100% - 240px) / 2);
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav::after {
    content: "";
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
  }
}
.art-kobe .pc-right .side-nav.page-bottom {
  position: absolute;
  top: auto !important;
  bottom: 50px;
  right: calc((100% - 260px) / 2);
}
.art-kobe .pc-right .side-nav li {
  margin-bottom: 2.8vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li {
    margin-bottom: 25px;
  }
}
.art-kobe .pc-right .side-nav li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li.sp {
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
    margin-bottom: 0;
    position: absolute;
    left: calc((100% - 240px) / 2);
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li.sp a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}
.art-kobe .pc-right .side-nav li a {
  display: block;
  background: #9A9A9A;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 20px;
  padding: 3px 15px 5px 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li a {
    background: #004B86;
    justify-content: center;
  }
}
.art-kobe .pc-right .side-nav li a::before {
  content: "";
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  left: 10px;
  bottom: 2px;
}
.art-kobe .pc-right .side-nav li a:hover {
  background: #004B86;
}
.art-kobe .pc-right .side-nav li.active a {
  background: #004B86;
}
.art-kobe .pc-right .side-nav li:nth-of-type(1) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(1) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav01_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(1) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav01_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(1).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav01_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(2) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(2) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav02_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(2) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav02_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(2).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav02_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(3) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(3) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav03_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(3) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav03_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(3).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav03_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(4) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(4) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav04_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(4) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav04_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(4).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav04_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(5) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(5) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav05_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(5) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav05_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(5).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav05_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(6) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav06.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(6) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav06_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(6) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav06_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(6).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav06_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(7) a::before {
  background: url(/kobe/artartkobe2025/img/num_nav07.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .art-kobe .pc-right .side-nav li:nth-of-type(7) a::before {
    background: url(/kobe/artartkobe2025/img/num_nav07_h.png) no-repeat;
    background-size: contain;
  }
}
.art-kobe .pc-right .side-nav li:nth-of-type(7) a:hover::before {
  background: url(/kobe/artartkobe2025/img/num_nav07_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav li:nth-of-type(7).active a::before {
  background: url(/kobe/artartkobe2025/img/num_nav07_h.png) no-repeat;
  background-size: contain;
}
.art-kobe .pc-right .side-nav.min-scroll {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 490px;
  padding-top: 10px;
  padding-bottom: 80px;
}
.art-kobe .pc-right .side-nav.fade-show {
  animation-name: fade-show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.art-kobe .pc-fixed.page-bottom:after {
  width: 100%;
  height: auto;
  position: absolute;
}
.art-kobe .art-kobe-sp-wrap {
  background: #fff;
  position: relative;
  z-index: 5;
  width: 500px;
  margin: 0 auto 100px;
  min-height: calc(100vh - 130px);
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap {
    width: 100%;
  }
}
.art-kobe .art-kobe-sp-wrap .section-block {
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .section-cate {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.art-kobe .art-kobe-sp-wrap .section-block .section-cate span {
  background: #004B86;
  border-radius: 0 50px 50px 0;
  padding: 5px 22px 5px 100px;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .section-cate span::before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner {
  padding: 20px 12.5% 25px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .section-block .inner {
    width: 100%;
    padding: 30px 7.5% 15px;
  }
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .section-head .cate-sub {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .section-head .cate-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .section-head .cate-ttl .jp {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: -1em;
  right: 17%;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .about-txt {
  font-weight: 500;
  margin-bottom: 30px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item {
  margin-bottom: 50px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-wrap img {
  width: 100%;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-txt {
  margin-top: 10px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-txt p {
  padding-left: 0.5em;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-txt .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-txt .item-ttl .info {
  font-size: 1.2rem;
  font-weight: normal;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .author {
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .section-block .inner .item .author {
    font-size: 2.3rem !important;
  }
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .brand {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-sub-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-info {
  margin: 0 20px 10px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-info li {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-info li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #004B86;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -20px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .item .item-name {
  margin-top: 5px;
  font-size: 1.5rem;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-btn {
  width: 133px;
  margin: 0 auto;
  background: #FFDEE3;
  color: #E25E6B;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  padding: 5px 20px 5px 45px;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #E25E6B;
  border-bottom: 0;
  position: absolute;
  left: 25px;
  bottom: 10px;
  transition: 0.5s ease;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-btn:hover {
  cursor: pointer;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-btn.open {
  border-radius: 5px 5px 0 0;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-btn.open::before {
  transform: rotate(180deg);
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box {
  border-radius: 5px;
  background: #FFDEE3;
  padding: 28px 25px;
  display: none;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn {
  width: 15px;
  height: 20px;
  /*position: sticky;
  left: calc(100% - 25px);
  top: 28px;*/
  position: absolute;
  top: 28px;
  right: 25px;
  display: none;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn .line {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #E25E6B;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn .line:nth-of-type(1) {
  transform: rotate(50deg);
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn .line:nth-of-type(2) {
  transform: rotate(-50deg);
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn.active {
  display: block;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .close-btn:hover {
  cursor: pointer;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close {
  color: #E25E6B;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close span {
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close span::before, .art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close span::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #E25E6B;
  border-radius: 5px;
  position: absolute;
  left: -18px;
  top: 6px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close span::before {
  transform: rotate(50deg);
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close span::after {
  transform: rotate(-50deg);
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .prof-close:hover {
  cursor: pointer;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .author-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .heading-ttl {
  color: #E25E6B;
  font-size: 1.2rem;
  font-weight: 500;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .works-list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .works-list dt {
  width: 35px;
  font-size: 1.2rem;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .works-list dd {
  width: calc(100% - 35px);
  font-size: 1.2rem;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box .indent {
  margin-bottom: 20px;
}
.art-kobe .art-kobe-sp-wrap .section-block .inner .prof .prof-box p {
  font-size: 1.2rem !important;
}
.art-kobe .art-kobe-sp-wrap .contemporary {
  padding: 60px 0;
  background-image: url(/kobe/artartkobe2025/img/contemporary_l01.png), url(/kobe/artartkobe2025/img/contemporary_l02.png), url(/kobe/artartkobe2025/img/contemporary_r01.png), url(/kobe/artartkobe2025/img/contemporary_r02.png), url(/kobe/artartkobe2025/img/contemporary_r03.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 55px 271px, 55px 332px, 64px 220px, 54px 236px, 48px 283px;
  background-position: left 10px top 20%, left 10px top 62.5%, right 10px top 35px, right 10px top 43.5%, right 10px bottom 19.5%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .contemporary {
    background-size: 40px 197px, 40px 242px, 50px 172px, 45px 197px, 33px 195px;
  }
}
.art-kobe .art-kobe-sp-wrap .contemporary .section-cate span::before {
  width: 72px;
  height: 52px;
  background: url(/kobe/artartkobe2025/img/num01.png) no-repeat;
  background-size: contain;
  top: -10px;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item .item-wrap .item-img {
  width: 327px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .contemporary .item .item-wrap .item-img {
    width: 88%;
  }
}
.art-kobe .art-kobe-sp-wrap .contemporary .item .item-wrap .author {
  color: #004B86;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item .item-wrap .author .en {
  font-family: "Montserrat", sans-serif;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item:nth-of-type(even) .item-wrap {
  flex-direction: row;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item:nth-of-type(2) .item-wrap .author {
  color: #026A5D;
  letter-spacing: 0.01em;
  position: relative;
  top: -8px;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item:nth-of-type(3) .item-wrap .author {
  color: #C4491F;
  letter-spacing: 0.01em;
}
.art-kobe .art-kobe-sp-wrap .contemporary .item:nth-of-type(4) .item-wrap .author {
  color: #BE1A27;
  letter-spacing: 0;
}
.art-kobe .art-kobe-sp-wrap .pickup {
  background-color: #FCB0BB;
  background-image: url(/kobe/artartkobe2025/img/pickup_r.png);
  background-repeat: no-repeat;
  background-size: 147px 533px;
  background-position: right 0 top 60px;
  border-radius: 30px 30px 0 0;
  padding: 65px 0 50px;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .pickup::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #FCB0BB;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
.art-kobe .art-kobe-sp-wrap .pickup .section-cate span {
  background: #F07B87;
}
.art-kobe .art-kobe-sp-wrap .pickup .section-cate span::before {
  width: 78px;
  height: 49px;
  background: url(/kobe/artartkobe2025/img/num02.png) no-repeat;
  background-size: contain;
  top: -10px;
  left: 24px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner {
  padding-left: 16%;
  padding-right: 16%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .pickup-contents {
  position: relative;
  margin-bottom: 140px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .pickup-contents .author {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .pickup-contents .author {
    font-size: 2.3rem !important;
    left: 16%;
  }
}
@media only screen and (max-width: 410px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .pickup-contents .author {
    left: 12%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item .item-wrap .item-txt .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item .item-wrap .item-txt p {
  padding-left: 1em;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) {
  margin-bottom: 0;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) .item-wrap {
  flex-direction: row-reverse;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) .item-wrap .item-img {
  width: 142px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) .item-wrap .item-img {
    width: 45%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) .item-wrap .item-txt {
  width: 155px;
  position: absolute;
  right: 105px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(1) .item-wrap .item-txt {
    right: 24%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) {
  position: absolute;
  bottom: -105px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) .item-wrap {
  align-items: flex-end;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) .item-wrap .item-img {
  width: 118px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) .item-wrap .item-img {
    width: 37%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) .item-wrap .item-txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner .item:nth-of-type(2) .item-wrap .item-txt {
    position: absolute;
    right: 18%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(1) dt {
  width: 45px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(1) dd {
  width: calc(100% - 45px);
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dt.date01 {
  width: 45px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dt.date02 {
  width: 65px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dt.date03 {
  width: 80px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dt.date04 {
  width: 90px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dd.date01 {
  width: calc(100% - 45px);
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dd.date02 {
  width: calc(100% - 65px);
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dd.date03 {
  width: calc(100% - 80px);
}
.art-kobe .art-kobe-sp-wrap .pickup .inner .prof.yamada .works-list:nth-of-type(3) dd.date04 {
  width: calc(100% - 90px);
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 {
  padding: 60px 12% 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner02 {
    padding: 60px 7% 35px;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02::before {
  content: "";
  display: block;
  width: 115px;
  height: 381px;
  background: url(/kobe/artartkobe2025/img/pickup_l.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -42px;
  left: 0;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(1) {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(1) {
    width: 49%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(1) .item-txt {
  width: 164px;
  position: absolute;
  top: 93px;
  right: -120px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(1) .item-txt {
    width: 180px;
    right: -130px;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(2) {
  width: 170px;
  margin-top: 185px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(2) {
    width: 45%;
  }
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item:nth-of-type(2) .item-txt {
  width: 175px;
  position: absolute;
  left: -173px;
  bottom: 78px;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .item p {
  padding-left: 1em;
}
.art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .author {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .pickup .inner02 .pickup-contents .author {
    font-size: 2.3rem !important;
  }
}
.art-kobe .art-kobe-sp-wrap .crafts {
  background-color: #7ECCB1;
  background-image: url(/kobe/artartkobe2025/img/crafts_r.png), url(/kobe/artartkobe2025/img/crafts_l.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 131px 241px, 67px 192px;
  background-position: right 10px top 225px, left 0 bottom 235px;
  border-radius: 30px;
  padding: 60px 0 55px;
}
.art-kobe .art-kobe-sp-wrap .crafts .section-cate span {
  background: #4AAC88;
}
.art-kobe .art-kobe-sp-wrap .crafts .section-cate span::before {
  width: 84px;
  height: 52px;
  background: url(/kobe/artartkobe2025/img/num03.png) no-repeat;
  background-size: contain;
  top: -10px;
  left: 17px;
}
.art-kobe .art-kobe-sp-wrap .crafts .inner {
  padding-left: 15.5%;
  padding-right: 15.5%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .crafts .inner {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}
.art-kobe .art-kobe-sp-wrap .crafts .inner .item .item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.art-kobe .art-kobe-sp-wrap .crafts .inner .item .item-wrap .item-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .crafts .inner .item .item-wrap .item-img {
    width: 87%;
  }
}
.art-kobe .art-kobe-sp-wrap .crafts .inner .item .item-wrap .author {
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.art-kobe .art-kobe-sp-wrap .crafts .inner .item:nth-of-type(2) {
  margin-top: -70px;
}
.art-kobe .art-kobe-sp-wrap .painting {
  background-color: #767572;
  background-image: url(/kobe/artartkobe2025/img/painting.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .painting::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #767572;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.art-kobe .art-kobe-sp-wrap .painting .inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block {
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .section-cate {
  position: absolute;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .painting .section-block .section-cate {
    left: 4%;
  }
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .about {
  padding: 0 12.5% 0 20%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .painting .section-block .about {
    padding: 0 10% 0 20%;
  }
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .about p {
  color: #fff;
  font-weight: 500;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .about .example {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .about .example dt {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .painting .section-block .about .example dt {
    width: 100%;
  }
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .about .example dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .painting .section-block .about .example dd {
    width: 100%;
  }
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .item {
  padding: 0 12.5%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .painting .section-block .item {
    padding: 0 10%;
  }
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .item .item-txt p {
  color: #fff;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .item .item-txt .author {
  padding-left: 0;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .item:nth-of-type(1) {
  padding-left: 20%;
}
.art-kobe .art-kobe-sp-wrap .painting .section-block .item:nth-of-type(2) {
  padding-right: 0;
}
.art-kobe .art-kobe-sp-wrap .popular .section-cate {
  color: #000;
  margin-bottom: 20px;
}
.art-kobe .art-kobe-sp-wrap .popular .section-cate span {
  background: #fff;
}
.art-kobe .art-kobe-sp-wrap .popular .section-cate span::before {
  width: 82px;
  height: 52px;
  background: url(/kobe/artartkobe2025/img/num05.png) no-repeat;
  background-size: contain;
  top: -10px;
  left: 17px;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item {
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item p {
  color: #fff;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item p.author small {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 7px;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item .copy-right {
  position: absolute;
  bottom: -30px;
  right: -6%;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item.popular-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item.popular-head .author {
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .item.popular-head .item-wrap {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .popular .section-block .item.popular-head .item-wrap {
    width: 87%;
  }
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-btn {
  color: #000;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-btn::before {
  border-top: 9px solid #000;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-box .close-btn .line {
  background: #000;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-box .prof-close {
  color: #000;
}
.art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-box .prof-close span::before, .art-kobe .art-kobe-sp-wrap .popular .section-block .prof .prof-box .prof-close span::after {
  background: #000;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n01 {
  padding-top: 65px;
  padding-bottom: 20px;
  background: #000;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n01 .item .author {
  color: #E8B975;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n01 .prof .prof-btn {
  background: #E8B975;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n01 .prof .prof-box {
  background: #E8B975;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 {
  padding-top: 65px;
  padding-bottom: 55px;
  background: #617395;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 {
    padding-top: 45px;
  }
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .item .author {
  color: #EBE3B3;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .item.n04 {
    margin-top: 30px;
  }
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .item.n04 .item-txt {
  padding: 0 12.5%;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .item.n04 .item-txt .item-ttl {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .item.n04 .item-txt .item-ttl .info {
  font-size: 1.2rem;
  font-weight: normal;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .prof .prof-btn {
  background: #EBE3B3;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .prof .prof-box {
  background: #EBE3B3;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .event {
  color: #fff;
  width: 94%;
  margin: 0 auto 35px;
  border-left: 2px solid #EBE3B3;
  padding-left: 8px;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .event .event-ttl {
  color: #EBE3B3;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .event .event-ttl span {
  border: 2px solid #EBE3B3;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  padding: 0 3px;
  margin-right: 4px;
}
.art-kobe .art-kobe-sp-wrap .popular .popular-contents.n02 .event p {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents .section-block {
  position: relative;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents .section-block .inner {
  padding-left: 8%;
  padding-right: 8%;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents .section-block .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents .section-block .item .item-txt .author {
  padding-left: 0;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents .section-block .item:nth-of-type(even) {
  flex-direction: row;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 {
  padding: 55px 0 50px;
  background: url(/kobe/artartkobe2025/img/industrial-arts01.png) #F2ECDF;
  background-repeat: no-repeat;
  background-size: cover;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .section-cate {
  position: absolute;
  top: -5px;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .section-cate {
    left: 4%;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .about {
  padding: 0 20%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .about {
    margin-bottom: 10px;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .about p {
  font-weight: 500;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .item .author {
  color: #AFA08A;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .item.n01 .item-img {
    width: 45%;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .item.n01 .item-txt {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .item.n02 .item-img {
    width: 48%;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n01 .item.n02 .item-txt {
  margin-left: 25px;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 {
  background-color: #C1C5D1;
  background-image: url(/kobe/artartkobe2025/img/industrial-arts02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 {
    padding: 15px 0 55px;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item .author {
  color: #5F5E79;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n01 {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n01 .item-img {
    width: 60%;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n02 {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n02 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n02 .item-img {
    width: 55%;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n02 .item.n02 .item-txt {
  margin-left: 12px;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 {
  background-color: #E5E5E5;
  background-image: url(/kobe/artartkobe2025/img/industrial-arts03.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 70px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 {
    padding: 15px 0 35px;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item .author {
  color: #898989;
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n01 {
  align-items: flex-start;
  padding-right: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n01 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n01 .item-img {
    width: 55%;
    margin-left: 10px;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n02 {
  margin-top: -50px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n02 {
    margin-top: -20px;
    padding-left: 20px;
  }
}
.art-kobe .art-kobe-sp-wrap .industrial-arts .industrial-arts-contents.n03 .item.n02 .item-txt {
  margin-bottom: 40px;
}
.art-kobe .art-kobe-sp-wrap .toart {
  background-image: url(/kobe/artartkobe2025/img/toart.png);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 50px 0 65px;
  color: #000;
}
.art-kobe .art-kobe-sp-wrap .toart .section-head {
  width: 68%;
  margin: 0 auto 25px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-head .sub-txt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 10px -5px #858585;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .inner {
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .inner {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition {
  padding-top: 20px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl span {
  position: relative;
  padding: 0 23px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl span::before, .art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl span::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl span::before {
  left: 0;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .sub-ttl span::after {
  right: 0;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .exhibition-ttl {
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .exhibition-ttl {
    font-size: 2.8rem;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .exhibition-sub {
  font-size: 1.8rem;
  font-weight: bold;
  color: #B79554;
  margin-bottom: 1em;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .exhibition-sub span {
  font-size: 1.5rem;
  border: 1px solid #B79554;
  padding: 0 5px;
  margin-right: 5px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .date {
  font-size: 1.7rem !important;
  font-weight: bold;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .place {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin-bottom: 1em;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .event {
  margin: 20px 0 45px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .event .event-ttl {
  color: #B79554;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .event .event-ttl span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  background: #B79554;
  padding: 2px 5px 1px;
  margin-right: 5px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .exhibition .event p {
  font-size: 1.3rem;
  font-weight: 500;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents {
  margin-bottom: 50px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item {
  margin-bottom: 35px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item img {
  width: 100%;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 .item-wrap {
  width: 294px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 .item-wrap {
    width: 85%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 .author {
  color: #B79554;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 .author span {
  position: relative;
  padding: 5px 0;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .item.n01 .author span::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #B79554;
  position: absolute;
  top: 0;
  left: -8px;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n01 .item.n03 {
  width: 248px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n01 .item.n03 {
    width: 80%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n01 .item-wrap {
  width: 287px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n01 .item-wrap {
    width: 85%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n02 {
  width: 237px;
  margin-left: auto;
  margin-right: 53px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n02 {
    width: 70%;
    margin-right: 15%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n03 {
  width: 287px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n02 .item.n03 {
    width: 85%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n01 .item-wrap {
  width: 251px;
  margin-right: 13%;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n01 .item-wrap {
    width: 80%;
    margin-right: 5%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n02, .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n03 {
  width: 251px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n02, .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents.n03 .item.n03 {
    width: 78%;
  }
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-btn {
  color: #fff;
  background: #B79554;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-btn::before {
  border-top: 9px solid #fff;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box {
  background: #B79554;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .close-btn .line {
  background: #fff;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .prof-close {
  margin-top: 20px;
  color: #fff;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .prof-close span::before, .art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .prof-close span::after {
  background: #fff;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .heading-ttl {
  color: #604208;
}
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .works-list,
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box .author-name,
.art-kobe .art-kobe-sp-wrap .toart .section-block .toart-contents .prof .prof-box p {
  color: #fff;
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

/******************************/
.Pagetop {
  background: #004B86;
  right: 10px !important;
  z-index: 999999999 !important;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */