body {
  color: #353535;
  font-family: 'Noto Sans JP', sans-serif;
}

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

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

@media screen and (min-width:768px){
  .sp-only {
    display: none;
  }
}

.main {
  position: relative;
  padding: min(calc(86vw / 14),86px) 0 0;
  display: flex;
  justify-content: center;
  width: auto;
}
@media screen and (max-width:767px){
  .main{
  padding: 44px 0 0;
 }
}

.main-picture-box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.main-img {
  width: 100%;
}

@media screen and (max-width:767px){
  .main{
   margin-bottom: -10px;
 }
}

.main-text {
  position: absolute;
  left: min(calc(224vw / 14),224px);
  top: min(calc(420vw / 14),420px);
  width: min(calc(400vw / 14),400px);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: min(calc(15vw / 14),15px);
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px){
  .main-text {
    left: 0;
    top: calc(295vw / 3.75);
    width: 100%;
    font-size: calc(12vw / 3.75);
  }
}

.midashi{
  font-size: 22px;
  text-align: center;
  background-image: url(../images/water/mizutama.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 0px;
  line-height: 1.6;
}

@media screen and (max-width:767px){
   .midashi{
    margin-top: 60px;
    font-size: 18px;
  }

  .midashi-scene{
    margin-top: 0px;
  }
}

.midashi-price {
  margin-bottom: 40px;
}

@media screen and (max-width:767px){
  .midashi-price {
    margin-bottom: 50px;
  }
}

.midashi-white{
  color: #ffffff;    
  background-image: url(../images/water/mizutama_white.png);
}

.midashi-white-noimage{
  color: #ffffff;    
}

@media screen and (max-width:767px){
  .midashi-white-noimage{
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .main-picture{
    width: 100%;
  }
  .main-img{
    width: 100%;
  }
}

.scene{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 50px auto 0px;
  align-items: flex-start;
}

.scene img {
  width: 100%;
}

@media screen and (max-width:767px){
  .scene{
    flex-wrap: wrap;
    width: auto;
    margin: 30px 24px 0px;
  }
  .scene li{
    width: 47%;
  }
  .scene li:nth-child(n + 3){
    margin-top: 16px;
  }
}

.original{
  font-size: 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 0px;
  line-height: 1.3;
}

@media screen and (max-width:767px){
  .original{
    font-size: 18px;
    padding-top: 45px;
  }
}

.jisseki{
  display: block;
  font-size: 24px;
  color: #fff !important;
  text-align: center;
  background-color: #4ec3d7;
  width: 400px;
  padding: 20px 0;
  margin: 20px auto 0px;
}

@media screen and (max-width:767px){
  .jisseki{
    width: 90%;
    font-size: 20px;
    margin-top: 20px;
  }
}

.sample{
  display: block;
  max-width: 753px;
  margin: 80px auto 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width:767px){
  .sample{
    width: 85.6%;
    margin-top: 30px;
  }
}

.sample:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sample img {
  width: 100%;
}

.branding{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 100px auto 0px;
}

.branding img{
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width:767px){
  .branding-wrapper{
    padding: 0px 20px;
  }
  .branding{
    position: relative;
    width: 100%;
    margin-top: 40px;
    z-index: -2;
  }
}

.comment-wrapper{
display: flex;
justify-content: center;
margin-bottom: 100px;
}

@media screen and (max-width:767px){
  .comment-wrapper{
    margin-bottom: 0px;
  }
}

.comment{
  font-size: 27px;
  line-height: 2;
  font-weight: 700;
  color: #00ade0;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width:767px){
  .comment{
    font-size: 24px;
    margin-top: 30px;
  }
}

.comment span{
  background: linear-gradient(transparent 60%, #fffa00 60%)
}

.white{
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.white::after{
  content: "";
  background-image: url(../images/water/kinami_top.png);
  display: block;
  width: 100%;
  height:79px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  z-index: -2;
}

.yellow {
  background-color: rgba(255, 244, 137, 0.3);
  padding-top: 1px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: -2;
}

.yellow::after{
  content: "";
  background-image: url(../images/water/nami_top.png);
  display: block;
  width: 100%;
  height:79px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  z-index: -2;
}

.work {
  margin: 80px 0 60px;
  color: #00ade0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:767px){
  .work {
    margin: 45px 0 0;
    font-size: 24px;
  }
}

.work-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 46px;
  margin: 0 auto 120px;
  width: 100%;
}
@media screen and (max-width:767px){
  .work-list {
    display: block;
    margin: 0 auto 65px;
    width: auto;
  }
}

.work-content {
  margin: 0;
  width: 22.8%;
}
@media screen and (max-width:767px){
  .work-content {
    margin-bottom: 35px;
    width: 100%;
  }
}

.work-content img {
  width: 100%;
}

.work-content dd {
  margin: 15px 0 0;
}
@media screen and (max-width:767px){
  .work-content dd {
    margin: 20px 0 0;
  }
}

.work-name {
  padding-bottom: 15px;
  margin: 0 0 15px !important;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

.work-description {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.8;
}

.work-link {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 25px auto 0;
  max-width: 240px;
  height: 46px;
  background-color: #00ade0;
}

.work-link:hover {
  text-decoration: none;
}

.work-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 25px;
  height: 25px;
  background-image: url(../images/water/magnifier.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-link span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.lightblue{
  background-color: #d8edf0;
  padding-top: 1px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: -2;
}

.question{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.58;
  color: #00ade0;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:767px){
  .question{
    font-size: 24px; 
  }
  .question br{
    display: inline;
  }
}

.nayami-wrapper{
  display: flex;
  justify-content: space-between;
  width: 610px;
  margin: 40px auto 0px;
}

@media screen and (max-width:767px){
  .nayami-wrapper{
    width: 94%;
    margin:30px auto 0px;
  }

  .nayami-wrapper picture{
    width: 30%;
  }

  .nayami{
    width: 100%;
  }
}

.comment-red-wrapper{
  display: flex;
  justify-content: center;
}
  
.comment-red{
  font-size: 27px;
  line-height: 2;
  font-weight: 700;
  color: #f5497a;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width:767px){
  .comment-red{
    font-size: 24px;
  }
}

.comment-red span{
  background: linear-gradient(transparent 60%, #fffa00 60%)
}

.bunnou{
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 20px;
}

@media screen and (max-width:767px){
  .bunnou{
    margin-bottom: 0px;
  }
}

.bunnou-text-wrapper{
  width: 380px;
}

.bunnou-text{
  font-size: 16px;
  line-height: 1.875;
}

.bunnou-text2{
  font-size: 14px;
  margin-top: 24px;
}

@media screen and (max-width:767px){
  .bunnou-text-wrapper{
    width: 100%;
  }
  
  .bunnou{
    display: block;
    padding: 0px 20px;
    width: 100%;
  }

  .bunnou-text{
    font-size: 14px;
  }

  .bunnou-text2{
    font-size: 13px;
    margin-top: 0px;
  }

  .bunnou-img{
    margin-top: 24px;
    width: 100%;
  }
}

.lightblue::after{
  content: "";
  background-image: url(../images/water/aonami_top.png);
  display: block;
  width: 100%;
  height:79px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  z-index: -2;
}

.blue{
  background-color: #4ec3d7;
  padding-top: 1px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: -2;
}

.bottlesize{
  font-size: 27px;
  color: #ffff00;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  line-height: 1.56;
}
  
@media screen and (max-width:767px){
  .bottlesize{
    font-size: 24px;
  }
}

.bottlelist{
  margin: 40px auto 0;
    width: 100%;
}
/* @media screen and (max-width:767px){
  .bottlelist{

  }
} */

.water-container {
  width: min(100%,1040px);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width:767px){
  .water-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
}

ol.bottlelist-item {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12.5px;
  width: 100%;
  max-width: 950px;
  height: max-content;
  min-height: 0vw;
  list-style: none;
  margin-bottom: clamp(20px,calc(40vw / 10),40px);
  padding: 0;
}
@media screen and (max-width:767px){
  ol.bottlelist-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
  }
}

ol.bottlelist-item li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
}
@media screen and (max-width:767px){
  ol.bottlelist-item li {
    width: calc(33% - 15px);
    margin: 0 7.5px;
    margin-bottom: 20px;
  }
}

ol.bottlelist-item li div {
  width: 100%;
  height: 100%;
}

ol.bottlelist-item li img ,.bottlelist-text-name span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ol.bottlelist-item li span {
  padding-top: 20px;
  width: calc(32% / 1.8);
}

.bottlelist-text {
  width: 100%;
  height: max-content;
  min-height: 0vw;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  justify-content: center;
  gap: 7px min(calc(60vw / 10),60px);
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 30px;
}
@media screen and (max-width:767px){
  .bottlelist-text {
    grid-template-rows: repeat(5, auto);
  }
}

.bottlelist-text-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bottlelist-text-name span {
  width: clamp(25px,calc(35vw / 10),35px);
  height: clamp(25px,calc(35vw / 10),35px);
  margin-right: 12px;
}

.bottlelist-text p {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 !important;
  font-size: clamp(15px,calc(20vw / 10),20px);
}

.osusumesize{
  width: 100%;
  max-width: 1000px;
  height: max-content;
  min-height: 0vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 435px));
  justify-content: center;
  grid-auto-rows: auto;
  gap: min(calc(130vw / 14),130px);
  margin: 0 auto 95px;
}
@media screen and (max-width:767px){
  .osusumesize{
    grid-template-columns: 1fr;
    gap: min(calc(130vw / 10),130px);
  }
}

/* .osusumesize img{
  width: 435px;
  margin-top: 12px;
} */

.osusumesize-item {
  position: relative;
  height: max-content;
  margin-top: 12px;
}

.osusumesize-item img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.osusumesize-item-text {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(180% / 4.35);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0vw;
}

.osusumesize-item-text h3 {
  color: #00AADD;
  font-size: clamp(15px,calc(20vw / 10),20px);
  font-weight: 500;
  min-height: 0vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.osusumesize-item-text h3 span {
  color: #fff;
  font-size: clamp(12px,calc(16vw / 10),16px);
  background-color: #00AADD;
  display: flex;
  align-self: center;
  justify-content: center;
  width: clamp(24px,calc(24vw / 10),32px);
  height: clamp(24px,calc(24vw / 10),32px);
  min-height: 0vw;
  border-radius: 50%;
  padding: 0;
  line-height: 1.65;
  margin: 0 5px 0 0;
}

.osusumesize-item-text small {
  font-size: clamp(12px,calc(16vw / 10),16px);
  font-weight: 400;
  min-height: 0vw;
}

.osusumesize-item-text p {
  font-size: clamp(12px,calc(16vw / 10),16px);
  font-weight: 400;
  min-height: 0vw;
  line-height: 1.45;
  margin: 0 !important;
}

@media screen and (max-width:767px){
  .osusumesize{
    display: block;
    width: 80%;
    margin-bottom: 30px;
  }

  .osusumesize img{
    width: 100%;
    margin-top: 12px;
  }
}

.colorcap{
  font-size: 27px;
  color: #ffff00;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  line-height: 1.56;
}

@media screen and (max-width:767px){
  .colorcap{
    font-size: 20px;
    text-align: left;
  }
}

.colorcap-white{
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.colorcap-white span{
  border-bottom: 2px solid #ffff00;
}

@media screen and (max-width:767px){
  .colorcap-white{
    font-size: 14px;
    text-align: left;
  }

  .colorcap-wrapper{
    padding:0px 20px;
  }

  .colorcap-group{
    display: flex;
    justify-content: center;
  }

  .colorcap-white span{
    letter-spacing: -0.04em;
  }
}

.cap-color{
  display: flex;
  justify-content: center;
  margin: 26px auto 0px;
}

@media screen and (max-width:767px){
  .cap-color-wrapper{
    padding: 0px 20px;
  }
  .cap-color{
    width: 100%;
  }
}

.cap-color-text{
  width: 769px;
  margin: auto;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 60px !important;
}

@media screen and (max-width:767px){
  .cap-color-text{
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    padding: 0px 20px;
    margin-bottom: 0px !important;
  }
}

.blue::after{
  content: "";
  background-image: url(../images/water/shironami_top.png);
  display: block;
  width: 100%;
  height:79px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: relative;
  z-index: -3;
}

.white2{
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.price{
  width: 1000px;
  margin:auto;
  table-layout: fixed;
  border-spacing: 0px;
  border: 1px solid #e0e0e0;
}

.price th,.price td{
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  height: 64px;
  padding: 0px;
}

.price th{
  font-size: 18px;
  color: #ffffff;
  background-color: #4ec3d7;
  background-image: none;
  width: auto;
  line-height: 1.1;
}

.price th span{
  font-size: 14px;
}

.price td{
  font-size: 16px;
}

td{
  background-color: #fff;
}

.price-top-yellow{
  font-size: 18px;
  background: #ffec00;
}

.price-top-blue{
  font-size: 18px;
  background: #79d6ff;
}

.price-yellow{
  font-size: 18px;
  font-weight: 700;
  background-color: #fffac1;
}

.price-blue{
  font-size: 18px;
  font-weight: 700;
  background-color: #d7f3ff;
}

@media screen and (max-width:767px){
  .price-wrapper{
    width: 94%;
    margin: auto;
  }

  .price{
    display: table;
  }

  .price tr{
    display: table-row;
  }

  .price th,.price td{
    display: table-cell;
    width: 142px;
  }
}

.lot {
  display: block;
  margin: 10px auto;
  width: 1000px;
  font-size: 14px;
  text-align: right;
}

.lot span {
  letter-spacing: -0.7em;
}

@media screen and (max-width:767px){
  .lot {
    margin: 20px auto;
    width: 94%;
    letter-spacing: -0.01em;
    text-align: left;
  }
}

.hosoku{
  width: 800px;
  margin: 30px auto 110px;
  padding-left: 0px;
}

.hosoku li{
  font-size: 16px;
  line-height: 1.71;
}

.hosoku li::before{
  content: "●";
  margin-right: .5em;
  color: #4ec3d7;
}

.hosoku br{
  display: none;
}
  
@media screen and (max-width:767px){
  .hosoku{
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .hosoku li{
    font-size: 14px;
  }
  
  .hosoku br{
    display: inline;
  }
}

.box{
  box-sizing: border-box;
  background-color: #4ec3d7;
  border-radius: 10px;
  width: 1000px;
  padding: 70px 150px;
  margin: 54px auto 40px;
  position: relative;
}

@media screen and (max-width:767px){
  .box{
    margin-bottom: 30px;
  }
}

.rendo-img{
  display: block;
  position: absolute;
  right: 0px;
  top: -34px;
}

.rendo-img-sp{
  display: none;
}

@media screen and (max-width:767px){
  .rendo-img{
    display: none;
  }

  .rendo-img-sp{
    display: block;
    width: 54%;
    margin: auto;
  }
}

.rendo{
  font-size: 27px;
  color: #ffff00;
  font-weight: 700;
  line-height: 1.6;
}

.rendo-honbun{
  color: #ffffff;
}

@media screen and (max-width:767px){
  .rendo{
    margin-top: 0px;
  }

  .rendo-honbun{
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width:767px){
  .box{
    width: 100%;
    border-radius: 0px;
    padding: 34px 20px 60px;
  } 

  .rendo{
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }

  .rendo-honbun{
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .rendo-honbun br{
    display: none;
  }
}

.yudo{
  display: block;
  width: 252.5px;
  margin: 45px auto 0px;
}

@media screen and (max-width:767px){
  .yudo{
    width: 65%;
  } 
}

.link{
  display: block;
  width: 700px;
  margin: 14px auto 0px;
}

@media screen and (max-width:767px){
  .link{
    width: 100%;
  } 
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.haikei1{
  position: absolute;
  left: 0px;
  top: -67px;
  z-index: -1;
}

.haikei2{
  position: absolute;
  right: 0px;
  top: 128px;
  z-index: -1;
}

@media screen and (max-width:767px){
  .haikei1{
    top: -45px;
  } 

  .haikei2{
    top: -72px;
  } 
}

.haikei3{
  position: absolute;
  left: 0px;
  top: -34px;
  z-index: -1;
}

.haikei4{
  position: absolute;
  right: 0px;
  top: -190px;
  z-index: -1;
}

@media screen and (max-width:767px){
  .haikei3{
    top: -71px;
  } 

  .haikei4{
    top: -88px;
  } 
}

.haikei5{
  position: absolute;
  left: 50%;
  top: 221px;
  z-index: -1;
  transform: translateX(calc(-50% - 550px));
}
@media screen and (max-width:767px){
  .haikei5{
    left: 0;
    transform: translateX(0);
  }
}

.haikei6{
  position: absolute;
  right: 0px;
  top: 84px;
  z-index: -1;
}

@media screen and (max-width:767px){
  .haikei5{
    top: -60px;
  } 

  .haikei6{
    top: 135px;
  } 
}

.haikei9{
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: -1;
}

.haikei10{
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
}

@media screen and (max-width:767px){
  .haikei9{
    top: 0;
  } 

  .haikei10{
    top: -84px;
  } 
}

.topics ul {
  padding: 0;
}

.haikei11{
  position: absolute;
  left: 0px;
  top: -160px;
  z-index: -1;
}

@media screen and (max-width:767px){
  .haikei11{
    top: -60px;
  } 
}

.topics ul {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topics ul {
    margin-bottom: 13.4%;
  }
}

.contactWrap {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    text-align: center;
  }
}

.mordal {
  position: relative;
  padding: 100px;
  margin: 209px auto 337px;
  max-width: 900px;
  background-color: #fff;
  border: 2px solid #00b7e3;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .mordal {
    padding: 80px 25px 60px;
    margin: auto;
    width: 89%;
    border-radius: 30px;
  }
}

.mordal-image {
  display: block;
  margin: auto;
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .mordal-image {
    width: 100%;
  }
}

.mordal-image img {
  width: 100%;
}

.mordal-text {
  margin: 40px 0 !important;
  color: #00b7e3;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .mordal-text {
    margin: 30px 0 !important;
    font-size: 18px;
  }
}

.mordal-date {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .mordal-date {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}

.mordal-date dt {
  flex-shrink: 0;
  padding: 15px 0 15px 25px;
  margin-right: 25px;
  width: 220px;
  background-color: #00b7e3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mordal-date dt {
    padding: 15px 0;
    margin-right: 0;
    width: 100%;
  }
}

.mordal-date dd {
  padding-top: 15px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mordal-date dd {
    padding: 15px 0;
  }
}

.mordal-date--detail dd {
  text-align: justify;
}

.mordal-pic {
  display: block;
  width: 64.3%;
  margin: 0 auto 10px 0;
}

@media screen and (max-width: 767px) {
  .mordal-pic {
    width: 100%;
    margin: 15px 0;
  }
}

.mordal-pic img {
  width: 100%;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background-color: #00ade0;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close-btn {
    width: 40px;
    height: 40px;
  }
}

.close-btn span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .close-btn span {
    width: 16.7px;
    height: 1px;
  }
}

.close-btn span:nth-child(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.close-btn span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hanbouki-text {
  text-align: center;
  margin: 0 0 40px !important;
  color: #f5497a;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hanbouki-text {
    font-size: 16px;
  }
}


/* 追従リンク */

.water-fixed-link {
  z-index: 333;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  min-height: 0vw;
  display: grid;
  place-items: center;
  justify-content: center;
  gap: clamp(10px,calc(15vw / 10),15px);
  background-image: linear-gradient(to bottom,#FFB600,#FF4537 75%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  text-decoration: none;
}
@media screen and (min-width:768px){
  .water-fixed-link {
    grid-auto-flow: row;
    border-radius: 10px 0 0 10px;
    padding: 15px 0 25px;
    filter: drop-shadow(0 8px 0 #AD1600);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
    transition: .2s;
  }
  .water-fixed-link:hover {
    transform: translateY(calc(-50% + 7.8px));
    filter: drop-shadow(0 0.2px 0 #AD1600);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    text-decoration: none;
  }
}
@media screen and (max-width:767px){
.water-fixed-link {
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0 0;
    grid-template-columns: auto auto auto;
  }
}

.water-fixed-link * {
  min-height: 0vw;
  color: #fff;
  fill: #fff;
  pointer-events: none;
}

.water-fixed-link svg {
  width: 100%;
  height: 100%;
}

.fixed-link-p {
  font-size: clamp(19px,calc(19vw / 10),28px);
  font-weight: 900;
}
@media screen and (min-width:768px){
  .fixed-link-p {
    writing-mode: vertical-lr;
  }
}

.fixed-link-svg {
  height: auto;
  display: grid;
  place-items: center;
}

.fixed-link-svg__1 {
  width: clamp(17.1876px,calc(26.0137vw / 10),26.0137px);
  aspect-ratio: 1 / 1.308;
}

.fixed-link-svg__2 {
  width: clamp(12.7847px,calc(16.2038vw / 10),16.2038px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

section.contactWrap {
  width: 100%;
}

footer.footer {
  min-width: 100%;
  width: 100%;
}
