@charset "UTF-8";
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
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;
}

/******************************/
.sustainable {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #0A295A;
  z-index: 1;
  /*&: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;
    }
   }

  /*****共通****/
  /************/
  /************/
}
.sustainable p {
  font-weight: 500;
  line-height: 1.7;
}
.sustainable ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: 500;
}
.sustainable ul.indent.attention li {
  font-size: 1.2rem;
}
.sustainable a {
  text-decoration: none;
}
.sustainable .orange {
  color: #EF851D;
}
.sustainable .btn {
  width: 160px;
  margin: 25px auto 0;
}
.sustainable .btn a {
  display: block;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #193E77;
  background: #193E77;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  position: relative;
}
.sustainable .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%);*/
}
.sustainable .btn a:hover {
  color: #193E77;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sustainable .btn a:hover {
    color: #fff;
    background: #193E77;
  }
}
.sustainable .btn a:hover::after {
  background: url(/umedamise/250820sustainable/img/icon_arrow_b.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sustainable .btn a:hover::after {
    background: url(/umedamise/250820sustainable/img/icon_arrow.png) no-repeat;
    background-size: contain;
  }
}
.sustainable .btn a.soon {
  pointer-events: none;
}
.sustainable .mv {
  background: #335995;
  background: linear-gradient(180deg, rgb(51, 89, 149) 0%, rgb(10, 41, 90) 100%);
  padding-bottom: 75px;
}
.sustainable .mv .mv-inner {
  width: 800px;
  margin: 0 auto;
  /*background: url(/umedamise/250820sustainable/img/mv_right_pc.png) no-repeat;
  background-size: 576px 413px;
  background-position: top 0, left 0;*/
}
@media screen and (max-width: 767px) {
  .sustainable .mv .mv-inner {
    width: 100%;
    /*background: url(/umedamise/250820sustainable/img/mv_right_sp.png) no-repeat;
    background-size: contain;*/
  }
}
.sustainable .mv .mv-inner.load-active {
  background: url(/umedamise/250820sustainable/img/mv_right_pc.png) no-repeat;
  background-size: 576px 413px;
  background-position: top 0, left 0;
}
@media screen and (max-width: 767px) {
  .sustainable .mv .mv-inner.load-active {
    background: url(/umedamise/250820sustainable/img/mv_right_sp.png) no-repeat;
    background-size: contain;
  }
}
.sustainable .mv .mv-inner .mv-ttl {
  width: 427px;
  margin: 0 auto;
  padding: 80px 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sustainable .mv .mv-inner .mv-ttl {
    width: 80%;
    max-width: 320px;
    padding-top: 38%;
  }
}
.sustainable .mv .mv-inner .date {
  text-align: center;
  margin-bottom: 25px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sustainable .mv .mv-inner .date {
    width: 57%;
    max-width: 230px;
    margin: 0 auto 25px;
  }
}
.sustainable .mv .mv-inner .ttl-txt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem !important;
  opacity: 0;
}
.sustainable .mv .mv-inner.load-active .mv-ttl {
  animation-name: fade-mv;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sustainable .mv .mv-inner.load-active .date {
  animation-name: fade-date;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-date {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sustainable .mv .mv-inner.load-active .ttl-txt {
  animation-name: fade-txt;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sustainable .sustainable-contents-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sustainable .pc-left {
  width: calc((100% - 410px) / 2);
  position: relative;
}
.sustainable .pc-left.active:before {
  position: sticky;
  top: 95px !important;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-left {
    display: none;
  }
}
.sustainable .pc-left .ttl-lp {
  width: 80%;
  margin: 0 auto 0 0;
  aspect-ratio: 402/468;
  position: sticky;
  top: 50px;
  left: 0;
  z-index: 5;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-left .ttl-lp {
    opacity: 1;
  }
}
.sustainable .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;
  }
}
.sustainable .pc-left.page-bottom .ttl-lp {
  position: absolute;
  top: auto !important;
  left: 0;
  bottom: 100px;
}
.sustainable .pc-right {
  width: calc((100% - 410px) / 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) {
  .sustainable .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;*/
  }
}
.sustainable .pc-right.open {
  width: 100%;
}
.sustainable .pc-right .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .sp-menu-btn {
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #193E77;
    position: fixed;
    right: 3%;
    top: 112px;
    z-index: 99999997;
  }
  .sustainable .pc-right .sp-menu-btn .line {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #193E77;
    position: absolute;
    left: 9px;
    transition: 0.5s all;
  }
  .sustainable .pc-right .sp-menu-btn .line:nth-of-type(1) {
    top: 13px;
  }
  .sustainable .pc-right .sp-menu-btn .line:nth-of-type(2) {
    top: 17px;
  }
  .sustainable .pc-right .sp-menu-btn .line:nth-of-type(3) {
    top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .sp-menu-btn.open .line:nth-of-type(1) {
    top: 17px;
    transform: rotate(30deg);
  }
  .sustainable .pc-right .sp-menu-btn.open .line:nth-of-type(2) {
    display: none;
  }
  .sustainable .pc-right .sp-menu-btn.open .line:nth-of-type(3) {
    top: 17px;
    transform: rotate(-30deg);
  }
}
.sustainable .pc-right .side-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 260px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav {
    display: none;
    opacity: 1;
    background: #335995;
    background: linear-gradient(180deg, rgb(51, 89, 149) 0%, rgb(10, 41, 90) 100%);
    padding: 58% 0 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) {
  .sustainable .pc-right .side-nav::before {
    content: "";
    display: block;
    aspect-ratio: 310/219;
    width: 77.5%;
    background: url(/umedamise/250820sustainable/img/sp-menu-ttl.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav::after {
    content: "";
    display: block;
    aspect-ratio: 310/219;
    width: 77.5%;
  }
}
.sustainable .pc-right .side-nav.page-bottom {
  position: absolute;
  top: auto !important;
  bottom: 50px;
  right: calc((100% - 260px) / 2);
}
.sustainable .pc-right .side-nav li {
  display: flex;
  justify-content: center;
  margin-bottom: 2.8vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li {
    margin-bottom: 25px;
  }
}
.sustainable .pc-right .side-nav li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li.sp {
    display: block;
    aspect-ratio: 310/219;
    width: 77.5%;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li.sp a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.sustainable .pc-right .side-nav li a {
  width: 100%;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li a {
    color: white;
    justify-content: center;
  }
}
.sustainable .pc-right .side-nav li a .nav-txt {
  width: 110px;
  text-align: right;
  /*.cate-ttl{
    font-weight: bold;
    position: relative;

    @include mq(md){
      color: #F8D540;
    }

    &::after{
      content: '';
      display: block;
      width: 35px;
      height: 1px;
      background: rgba($color: $bg-color, $alpha: 0.5);
      position: absolute;
      right: 0;
      bottom: -7px;

      @include mq(md){
        background: rgba($color: $bg-color, $alpha: 1.0);
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li a .nav-txt {
    margin-right: 25px;
  }
}
.sustainable .pc-right .side-nav li a .nav-txt .cate-copy {
  position: relative;
}
.sustainable .pc-right .side-nav li a .nav-txt .cate-copy::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: rgba(255, 254, 240, 0.5);
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .sustainable .pc-right .side-nav li a .nav-txt .cate-copy::after {
    background: #fffef0;
  }
}
.sustainable .pc-right .side-nav li a .cate-en {
  width: 120px;
}
.sustainable .pc-right .side-nav li a:hover {
  color: white;
}
.sustainable .pc-right .side-nav li.active a {
  color: white;
}
.sustainable .pc-right .side-nav li.active a .nav-txt .cate-ttl {
  color: #F8D540;
}
.sustainable .pc-right .side-nav li.active a .nav-txt .cate-ttl::after {
  background: #fffef0;
}
.sustainable .pc-right .side-nav.min-scroll {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 490px;
  padding-bottom: 80px;
}
.sustainable .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;
  }
}
.sustainable .pc-fixed.page-bottom:after {
  width: 100%;
  height: auto;
  position: absolute;
}
.sustainable .sustainable-sp-wrap {
  background: #FFFEF0;
  position: relative;
  z-index: 5;
  width: 410px;
  border: 5px solid #FFFEF0;
  margin: 0 auto 100px;
  border-radius: 20px;
  min-height: calc(100vh - 130px);
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap {
    width: 100%;
  }
}
.sustainable .sustainable-sp-wrap .section-block {
  border-radius: 20px;
  position: relative;
}
.sustainable .sustainable-sp-wrap .section-block .inner {
  padding: 60px 9.5% 75px;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .section-block .inner {
    width: 100%;
    padding: 60px 7.5% 75px;
  }
}
.sustainable .sustainable-sp-wrap .section-block .inner .section-head .cate-sub {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.sustainable .sustainable-sp-wrap .section-block .inner .section-head .cate-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .section-head .cate-ttl .jp {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: -1em;
  right: 17%;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item {
  margin-bottom: 60px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-img {
  width: 300px;
  margin: 0 auto 20px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .brand {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-sub-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-info {
  margin: 0 20px 10px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-info li {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-info li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #193E77;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -20px;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item p {
  font-size: 1.3rem;
  font-weight: 500;
}
.sustainable .sustainable-sp-wrap .section-block .inner .item .item-name {
  margin-top: 5px;
  font-size: 1.5rem;
}
.sustainable .sustainable-sp-wrap .present {
  background: url(/umedamise/250820sustainable/img/head_cate.png) no-repeat;
  aspect-ratio: 400/415;
  background-size: contain;
  background-position: top 0 left 0;
  padding-top: 25px;
}
.sustainable .sustainable-sp-wrap .present .inner:has(.section-head) {
  padding-bottom: 0;
}
.sustainable .sustainable-sp-wrap .present .item .brand {
  color: #193E77;
}
.sustainable .sustainable-sp-wrap .present .item.morozoff {
  margin-bottom: 0;
}
.sustainable .sustainable-sp-wrap .present .item.morozoff .item-img {
  width: 325px;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .present .item.morozoff .item-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .present .item.morozoff .item-img img {
    width: 100%;
  }
}
.sustainable .sustainable-sp-wrap .present .about-flower {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sustainable .sustainable-sp-wrap .present .about-flower dt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #193E77;
  line-height: 2;
  border-radius: 30px 30px 0 0;
  padding: 5px 0 3px 0;
}
.sustainable .sustainable-sp-wrap .present .about-flower dd {
  background: rgba(255, 246, 167, 0.5);
  border-radius: 0 0 30px 30px;
  padding: 17px 23px;
  font-size: 1.2rem;
  font-weight: 500;
}
.sustainable .sustainable-sp-wrap .present .campaign {
  background-color: #FFFCE2;
  background-image: repeating-linear-gradient(90deg, #193E77, #193E77 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, #193E77, #193E77 4px, transparent 4px, transparent 8px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 2px, 100% 2px;
}
.sustainable .sustainable-sp-wrap .present .campaign .inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
.sustainable .sustainable-sp-wrap .present .campaign h3 {
  color: #193E77;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #193E77;
  margin-bottom: 15px;
}
.sustainable .sustainable-sp-wrap .present .campaign .copy {
  color: #EF851D;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .present .campaign p {
  font-size: 1.4rem;
  text-align: center;
}
.sustainable .sustainable-sp-wrap .present .campaign .attention {
  width: 290px;
  margin: 10px auto 20px;
}
.sustainable .sustainable-sp-wrap .present .campaign .btn {
  width: 210px;
  margin-top: 15px;
}
.sustainable .sustainable-sp-wrap .fashion {
  background-color: #005E4A;
  border-radius: 50px;
  background-image: url(/umedamise/250820sustainable/img/section-head.png);
  background-repeat: no-repeat;
  background-size: 400px 265px;
  background-position: left 0 top 0;
}
.sustainable .sustainable-sp-wrap .fashion .section-head {
  margin-bottom: 50px;
}
.sustainable .sustainable-sp-wrap .fashion .section-head .cate-sub {
  color: #fff;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .fashion .section-head .cate-ttl {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item {
  margin-bottom: 60px;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .item-img {
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .item-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .item-img img {
    width: 100%;
  }
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .brand {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .item-info li {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .item-info li::before {
  background: #F8D540;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item p {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .btn a {
  color: #fff;
  border: 1px solid #fff;
  background: #005E4A;
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .btn a:hover {
  color: #005E4A;
  border: 1px solid #FFFEF0;
  background: #FFFEF0;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .btn a:hover {
    color: #fff;
    background: #005E4A;
  }
}
.sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .btn a:hover::after {
  background: url(/umedamise/250820sustainable/img/icon_arrow_g.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .fashion .section-block .inner .item .btn a:hover::after {
    background: url(/umedamise/250820sustainable/img/icon_arrow.png) no-repeat;
    background-size: contain;
  }
}
.sustainable .sustainable-sp-wrap .art {
  background: url(/umedamise/250820sustainable/img/head_cate.png) no-repeat;
  aspect-ratio: 400/415;
  background-size: contain;
  background-position: top 0 left 0;
  padding: 25px 0 10px;
  position: relative;
}
.sustainable .sustainable-sp-wrap .art::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #FFF9BF;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -50px;
}
.sustainable .sustainable-sp-wrap .art::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #FFF9BF;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -50px;
}
.sustainable .sustainable-sp-wrap .art .section-block .section-head .cate-sub {
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .art .section-block .section-head .cate-ttl .jp {
  right: 23%;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner {
  padding-bottom: 0;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .item-img {
  width: 320px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .art .section-block .inner .item .item-img {
    width: 100%;
    padding: 7% 0;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .art .section-block .inner .item .item-img img {
    width: 86%;
  }
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .brand {
  color: #005E4A;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .event-info {
  color: #005E4A;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #005E4A;
  border-radius: 30px;
  padding: 3px;
  margin-bottom: 1em;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .item-info li::before {
  background: #005E4A;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .attention {
  margin-top: 10px;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .attention li {
  font-weight: normal;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .nail-info {
  margin-top: 20px;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .nail-info dt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #005E4A;
  line-height: 2;
  border-radius: 25px 25px 0 0;
  padding: 5px 0 3px 0;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .nail-info dd {
  background: rgba(255, 246, 167, 0.5);
  border-radius: 0 0 25px 25px;
  padding: 17px 23px;
  font-size: 1.3rem;
  font-weight: 500;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .nail-info dd .attention {
  margin-top: 0;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn a {
  border: 1px solid #005E4A;
  background: #005E4A;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn a:hover {
  color: #005E4A;
  background: #FFFEF0;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn a:hover {
    background: #005E4A;
  }
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn a:hover::after {
  background: url(/umedamise/250820sustainable/img/icon_arrow_g.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn a:hover::after {
    background: url(/umedamise/250820sustainable/img/icon_arrow.png) no-repeat;
    background-size: contain;
  }
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn.online {
  width: 202px;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn.online a {
  text-align: left;
  padding: 5px 22px;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn.online a::before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  background: url(/umedamise/250820sustainable/img/icon_cart.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 45px;
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn.online a::after {
  margin-left: 0;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sustainable .sustainable-sp-wrap .art .section-block .inner .item .btn.online a:hover::before {
  background: url(/umedamise/250820sustainable/img/icon_cart_g.png) no-repeat;
  background-size: contain;
}
.sustainable .sustainable-sp-wrap .food {
  border-radius: 50px;
  background: #29629B;
  background: url(/umedamise/250820sustainable/img/section-head.png), linear-gradient(180deg, rgb(41, 98, 155) 0%, rgb(10, 50, 90) 100%);
  background-repeat: no-repeat;
  background-size: 400px 265px, 100% 100%;
  background-position: left 0 top 0;
}
.sustainable .sustainable-sp-wrap .food .section-head .cate-sub {
  color: #fff;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .food .section-head .cate-ttl {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .food .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.sustainable .sustainable-sp-wrap .food .section-block .inner .item .item-img {
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .food .section-block .inner .item .item-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .food .section-block .inner .item .item-img img {
    width: 100%;
  }
}
.sustainable .sustainable-sp-wrap .food .section-block .inner .item .brand,
.sustainable .sustainable-sp-wrap .food .section-block .inner .item p {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .food .section-block .inner .item .item-info li {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .food .section-block .inner .item .item-info li::before {
  background: #F8D540;
}
.sustainable .sustainable-sp-wrap .accessories {
  background: url(/umedamise/250820sustainable/img/head_cate.png) no-repeat;
  aspect-ratio: 400/415;
  background-size: contain;
  background-position: top 0 left 0;
  padding-top: 25px;
  position: relative;
}
.sustainable .sustainable-sp-wrap .accessories::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #FFF9BF;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -50px;
}
.sustainable .sustainable-sp-wrap .accessories::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #FFF9BF;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -50px;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .item-img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .item-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .item-img img {
    width: 100%;
  }
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .item-name .color {
  display: block;
  color: #193E77;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .accessories-txt {
  margin: 30px 0 10px;
  font-size: 1.3rem;
  position: relative;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item .accessories-txt::before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 1px;
  background: #193E77;
  position: absolute;
  top: -15px;
  left: -6px;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item.aidect .item-img {
  width: 279px;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item.aidect .item-sub-copy {
  color: #ED6614;
}
.sustainable .sustainable-sp-wrap .accessories .section-block .inner .item.aidect .item-info li::before {
  background: #ED6614;
}
.sustainable .sustainable-sp-wrap .event {
  background-color: #005E4A;
  border-radius: 50px;
  background-image: url(/umedamise/250820sustainable/img/section-head.png);
  background-repeat: no-repeat;
  background-size: 400px 265px;
  background-size: contain;
  background-position: left 0 top 0;
}
.sustainable .sustainable-sp-wrap .event .section-head {
  margin-bottom: 50px;
}
.sustainable .sustainable-sp-wrap .event .section-head .cate-sub {
  color: #fff;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .event .section-head .cate-ttl {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item {
  margin-bottom: 60px;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-img {
  width: 320px;
  padding: 20px 0;
  text-align: center;
  background: #FFFEF0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-img {
    width: 100%;
    padding: 6% 0;
  }
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-img img {
    width: 88%;
  }
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .brand {
  color: #fff;
  line-height: 1.5;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-info li {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .item-info li::before {
  background: #F8D540;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item p {
  color: #fff;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .attention {
  margin-top: 5px;
}
.sustainable .sustainable-sp-wrap .event .section-block .inner .item .attention li {
  color: #fff;
  font-weight: normal;
}
.sustainable .sustainable-sp-wrap .bnr-area {
  padding: 45px 0 50px;
}
.sustainable .sustainable-sp-wrap .bnr-area h3 {
  color: #189442;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.sustainable .sustainable-sp-wrap .bnr-area .item {
  width: 280px;
  margin: 0 auto;
}
.sustainable .sustainable-sp-wrap .bnr-area .item a {
  display: block;
}

/***電話リンク***/
@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: rgb(10, 41, 90);
  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 */