@charset "utf-8";
* {
  box-sizing: border-box;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overview {
  line-height: 1.9;
}
/* lazyloadedになったらfadeアニメーションを実行 */
a img {
  transition: all 0.5s ease 0s;
}
body {
  margin: 0;
  padding: 0;
}
#photo a img:hover, #exhibition a img:hover {
  opacity: 0.7;
}
#admt {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
    
}
#admt.bk_image {
  background-image: url('../img/bk.jpg');
  background-position:top left;
  background-size:100% auto;
  background-repeat: repeat-y;
    
z-index: -100;
    
}
.top-visual {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 120px;
  text-align: center;
  overflow: hidden;
}
.top-visual .top-image {
  width: 98%;
  max-width: 1740px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
    box-sizing: border-box;
}

.top-visual .top-image span.square {
  width: 100%;
  position: relative;
  display: block;
      padding: 0 1% 9px 0;
    z-index: 1;
    
}


.top-visual .top-image span.square::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
    right: -0.1%;
  background-image: url('../img/top_blue_square_line.png');
  background-position: bottom right;
  background-size:98% auto;
  background-repeat: no-repeat;
  z-index: -5;
    animation-name: topAnime1;
  animation-fill-mode: backwards;
  animation-duration: 1.0s;
  animation-timing-function: ease;
  animation-delay: 1.6s;
  animation-direction: normal;
}
@keyframes topAnime1 {
  0% {
     position: absolute;
      width: 90%;
  height: 90%;
  bottom: 20px;
    right: 20px;
      opacity: 0;
  }
 
  100% {
    position: absolute;
      width: 100%;
  height: 100%;
  bottom: -1px;
    right: -0.1%;
      opacity: 1;
  }
}
.top-visual .top-image .square img {
  max-width: none;
  width: 100%;
  height: auto;
}

.top-visual .top-h1 {
  position: absolute;
  max-width: 811px;
    width: 46%;
  margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  
  text-align: center;
  z-index: 10;
  animation-name: topAnime2;
  animation-fill-mode: backwards;
  animation-duration: 1.0s;
  animation-timing-function: ease;
  animation-delay: 2.6s;
  animation-direction: normal;
}
@keyframes topAnime2 {
  0% {
    opacity: 0;
        top: 60%;
  }
  10% {
    opacity: 0
  }
  100% {
    opacity: 10;
      top: 50%;
  }
}
.top-visual img {
  width: 100%;
  height: auto;
}
.top-visual .square {
  max-width: 1680px;
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 0;
  animation-name: topAnime3;
  animation-fill-mode: backwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 1.6s;
  animation-direction: normal;
}

@keyframes topAnime3 {
  0% {
  transform: translateX(3000px);
  }

  100% {
  transform: translateX(0px);
  }
}
/*.top-visual:before {
  animation: img-top 1s linear 3s forwards;
  background: #fff;
  bottom: 0;
    height: 120%;
    width: 120%;
    
  content: '';
  pointer-events: none;
  position: absolute;
    right: 0;
  top: 0;
  z-index: 1;
     background-image: url('../img/bk.jpg');
  background-position:top left;
  background-size: 100% auto;
  background-repeat: repeat;
    overflow: hidden;
    
}

@keyframes img-top {
   0% {
       width: 120%
  }
  100% {
      width: 0;
  }
}*/
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
.top-visual .circle_1 {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 11.5%;
  animation-name: moveAnime1;
    animation-fill-mode: backwards;
    animation-iteration-count:1;
  animation-duration: 1.2s;
  animation-delay: 3.0s;
  animation-direction: normal;
  z-index: 1000;
}
.top-visual .circle_2 {
  position: absolute;
  top: 90px;
  right: -60px;
  z-index: 0;
  animation-name: moveAnime;
  animation-fill-mode: backwards;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 2.9s;
  animation-direction: normal;
}
.top-visual .circle_3 {
  position: absolute;
  bottom: -100px;
  left: -80px;
  z-index: 0;
  animation-name: moveAnime;
  animation-fill-mode: backwards;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 1.9s;
  animation-direction: normal;
}
.top-visual .circle_4 {
  position: absolute;
  bottom: -80px;
  left: 80px;
  z-index: 9;
  animation-name: moveAnime;
  animation-fill-mode: backwards;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay:3.4s;
  animation-direction: normal;
}
.top-visual .circle_5 {
  position: absolute;
  bottom: 90px;
  right: -30px;
  z-index: 0;
  animation-name: moveAnime;
  animation-fill-mode: backwards;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 2.7s;
  animation-direction: normal;
}
@keyframes moveAnime {
  0% {
    opacity: 0;
    padding-top: 20px;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
  }
}
@keyframes moveAnime1 {
  0% {
    opacity: 0;
    padding-top: 10px;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
  }
}

.updown1{
  animation-name:UpDown1;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
  /* アニメーションの設定 */
@keyframes UpDown1{

  0%{
  transform: translateY(0);
  }

  100%{
  transform: translateY(10px);
  }
}
.updown2{
  animation-name:UpDown2;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
  /* アニメーションの設定 */
@keyframes UpDown2{

  0%{
  transform: translateY(10px);
  }

  100%{
  transform: translateY(0px);
  }
}

.scroll_a {
  height: 20px;
  width: 50px;
  margin: -20px auto 30px;
  text-align: center;
}
.scroll_a span img {
  display: block;
  animation-name: arrowAnime;
  animation-fill-mode: backwards;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 2.2s;
  animation-direction: normal;
  text-align: center;
}
.scroll_a span img {
  width: 100%;
}
@keyframes arrowAnime {
  0% {
    opacity: 1;
    width: 50px;
    padding-top: 0;
  }
  100% {
    opacity: 0;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 80px;
  }
}
/*#to_admt*/
.container {
  margin: auto;
    position: relative;
}
.container #to_admt, .container #spot {
  overflow: hidden;
  clear: both;
  float: none;
}
.container .inner {
  position: relative;
  width: 100%;
  padding: 10px 0 110px;
}
.to_admt01 {
  min-width: 100%;
  max-width: 1710px;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  clear: both;
  text-align: center;
    display: flex;
justify-content: center;
}

.to_admt02 {
  width: 100%;
  min-width: 100%;
  max-width: 1100px;
  margin: 0 auto 0px;
  padding-bottom: 70px;
  overflow: hidden;
  clear: both;
  text-align: center;
  display: flex;
justify-content: center;
}

.lazyload {
  opacity: 0;
}
.lazyloaded {
  animation: fade01_ff 2.5s backwards;
  animation-delay: 1.5s;
}
@keyframes fade01_ff {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sub_img .lazyloaded {
  animation: fade01_ff 4.5s backwards;
  animation-delay: 3s;
}
.main_img {
  padding: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}

.lazyloaded.circle_img {
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  animation-name: fade_shadow;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -50;
}
.to_admt01 .lazyloaded.circle_img {
  content: url('../img/to_admt/admt_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: -10px;
    right: -30px;
}
.to_admt02 .lazyloaded.circle_img {
  content: url('../img/to_admt/admt_photo03_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spot01_1 .lazyloaded.circle_img {
  content: url('../img/spot_01/spot01_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: -40px;
}
.spot01_2 .lazyloaded.circle_img {
  content: url('../img/spot_01/spot01_photo03_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 98%;
}
.spot01_3 .lazyloaded.circle_img {
  content: url('../img/spot_01/spot01_photo04_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 50px;
    left: -60px;
    width: 104.5%;
}
.spot02 .lazyloaded.circle_img {
  content: url('../img/spot_02/spot02_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 5px;
  right: -30px;
  width: 100%;
}
.spot03 .lazyloaded.circle_img {
  content: url('../img/spot_03/spot03_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: -10px;
  left: -80px;
}
.spot04_1 .lazyloaded.circle_img {
  content: url('../img/spot_04/spot04_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: -70px;
}
.spot04_2 .lazyloaded.circle_img {
  content: url('../img/spot_04/spot04_photo03_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -40px;
}
.spot04_3 .lazyloaded.circle_img {
  content: url('../img/spot_04/spot04_photo04_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -40px;
}
.goods_1 .lazyloaded.circle_img {
  content: url('../img/goods/goods_photo01_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: -65px;
}
.goods_2 .lazyloaded.circle_img {
  content: url('../img/goods/goods_photo03_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -30px;
}
@keyframes fade_shadow {
  0% {
    opacity: 0;
    background-size: 80% auto;
  }
  100% {
    opacity: 1;
    background-size: 90% auto;
  }
}
.shape img {
  width: 100%;
}
.to_text {
    position: relative;
    z-index: 1;
}
.to_admt01 .to_text {
  padding-top: 16%;
  z-index: 100;
  padding-left:0px;
  line-height: 1.8em;
  text-align: right;
}
.to_admt02 .to_text {
  padding-top: 0px;
  z-index: 100;
  padding-right: 100px;
    padding-bottom: 0;
  line-height: 1.8em;
  text-align: left;
}
.to_admt02 .to_text:nth-child(1) {
  text-align: center;
    padding-right: 0;
}
.to_admt02 .to_text:nth-child(1) p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.to_admt02 .to_text.sub_text {
  padding-top: 240px;
  z-index: 100;
  padding-left: 51%;
  line-height: 1.8em;
  text-align: left;
  padding-bottom: 70px;
}
.to_admt02 .to_text.sub_text p:nth-child(1) {
  text-align: left;
    padding-left: 5px;
    padding-bottom: 40px;
}
.spot01 .spot01_1 .to_text {
  padding-top: 35px;
  text-align: left;
  line-height: 1.8em;
}
.spot01 .spot01_2 .to_text {
  padding-top: 28%;
  text-align: right;
  line-height: 1.8em;
}
.spot01 .spot01_3 .to_text {
  padding-top: 160px;
  text-align: left;
  line-height: 1.8em;
}
.spot02 .to_text {
  padding-top: 0px;
  z-index: 100;
  line-height: 1.8em;
  text-align: right;
}
.spot03 .to_text {
  padding-top: 10px;
  text-align: left;
}
.spot04 .spot04_1 .to_text {
  padding-top: 0px;
  text-align: right;
}
.spot04 .spot04_2 .to_text {
  padding-top: 150px;
  text-align: left;
}
.spot04 .spot04_3 .to_text {
  padding-top: 270px;
  text-align: right;
}
.goods .goods_1 .to_text {
  padding-top: 10px;
  text-align: left;
}
.goods .goods_2 .to_text {
  padding-top: 160px;
  text-align: left;
}
.goods .goods_3 .to_text {
  padding-top: 160px;
  text-align: center;
}
.goods .goods_1 .to_text.sub_text {
  padding-top: 24px;
  z-index: 100;
  padding-left: 60%;
  line-height: 1.8em;
  text-align: left;
  text-indent:-1em;
}
.to_text p,.to_text_sp p {
  font-size: clamp(16px,1.41vw,18px);
   font-family:  'M PLUS Rounded 1c', sans-serif; 
  transform: rotate(0.03deg);
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 1em;
  line-height: 1.8em;
}
.to_admt01 .sub_img {
  position: absolute;
  bottom: 15px;
  right: 36%;
  z-index: 1;
  width: 435px;
  /*background-image: url('../img/to_admt/admt_photo02_shadow.png');
    background-position: bottom left;
    background-size: 90% auto;
    background-repeat: no-repeat;*/
}
.to_admt01 .sub_img .lazyloaded.circle_img {
  content: url('../img/to_admt/admt_photo02_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.to_admt02 .sub_img {
  position: absolute;
  bottom: 0;
  left: 28%;
  z-index: 1;
  width: 245px;
  float: left;
}
.to_admt02 .shape.sub_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/to_admt/admt_photo04.png');
  shape-image-threshold: 0.1;
  width: 245px;
  shape-margin: 10px;
  padding-top: 7em;
  padding-left: 10px;
  padding-bottom: 10px;
}
.to_admt02 .sub_img .lazyloaded.circle_img {
  content: url('../img/to_admt/admt_photo04_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.spot01_1, .spot01_2, .spot01_3, .spot02, .spot03, .spot04_2, .spot04_3 {
  position: relative;
}
.left_m {
  padding-left: 4em;
}
.spot01_1 .shape.sub_img {
  display: inline;
  float: left;
  position: absolute;
  bottom: -44%;
  left: 20%;
  z-index: 100;
  shape-outside:
    url('../img/spot_01/spot01_photo02.png');
  shape-image-threshold: 0.1;
  width: 359px;
  shape-margin: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.spot01_1 .sub_img .lazyloaded.circle_img {
  content: url('../img/spot_01/spot01_photo02_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spot02 .shape.sub_img {
  display: inline;
  float: left;
  position: absolute;
  bottom: -180px;
  left: 20%;
  z-index: 100;
  shape-outside:
    url('../img/spot_02/spot02_photo02.png');
  shape-image-threshold: 0.1;
  width: 464px;
  shape-margin: 10px;
  padding-left: 10px;
  padding-bottom: 80px;
}
.spot02 .sub_img {
  position: absolute;
  bottom: 0;
  left: 38%;
  z-index: 1;
  width: 435px;
}
.spot02 .sub_img .lazyloaded.circle_img {
  content: url('../img/spot_02/spot02_photo02_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  left: 50px;
  bottom: 80px;
}
.spot03 .shape.sub_img {
  display: inline;
  float: left;
  position: absolute;
  top: 650px;
  left: 17%;
  z-index: 100;
  shape-outside:
    url('../img/spot_03/spot03_photo02.png');
  shape-image-threshold: 0.1;
  width: 946px;
  shape-margin: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
}
.spot03 .sub_img .lazyloaded.circle_img {
  content: url('../img/spot_03/spot03_photo02_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.spot04_1 .shape.sub_img {
  display: inline;
    width: 600px;
    float: left;
    position: absolute;
    top: 700px;
    bottom: 0px;
    left: 34%;
    z-index: 100;
    padding-right: 20px;
    padding-bottom: 0px;
}
.spot04_1 .shape.sub_img .posi-re {
  position: absolute;
  top: 0px;
  bottom: 30px;
  left: -226px;
  width: 622px;
}


.spot04_1 .sub_img .lazyloaded.circle_img {
  content: url('../img/spot_04/spot04_photo02_shadow.png');
  display: block;
    height: auto;
    position: absolute;
    bottom: -90px;
    right: -30px;
    top: 30px;
    left: auto;
}
.goods_1 .sub_img {
  position: absolute;
  bottom: -150px;
  left: 40%;
  z-index: 1;
  width: 267px;
  float: left;
}
.goods_1 .shape.sub_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/goods/goods_photo02.png');
  shape-image-threshold: 0.1;
  width: 267px;
  shape-margin: 10px;
  margin-left: 10px;
  padding-top: 7em;
  padding-left: 10px;
  padding-bottom: 20px;
}
.goods_1 .sub_img .lazyloaded.circle_img {
  content: url('../img/goods/goods_photo02_shadow.png');
  display: block;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.posi-re {
  position: relative;
}
.to_text .mark {
  position: relative;
  margin: 0 auto;
  display: inline;
    font-weight: 800;
    
}
.to_text .mark svg {
    position: absolute;
    top:0px;
    left: -5px;
    z-index: -1;
    width: 100%;
    max-height: 2em;
    }
.to_text.fadeUp .mark path {
      fill: none;
      stroke:#fff997;
      stroke-linejoin: round;
      stroke-linecap: round;
    stroke-dasharray: 2000px;
 /* stroke-dashoffset: 1000px;*/
      animation: line_animation 10s both;
    animation-delay: 2s;
    }

    @keyframes line_animation {
      0% {
        stroke-dashoffset: 2000px; 
      }
      100% {
        stroke-dashoffset: 0px;
      }
    }
/*.to_text.fadeUp .mark::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url('../img/mark_line.png');
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  padding: 10px 0em 10px;
  z-index: -2;
}*/
/*.to_text.fadeUp .mark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  padding: 10px 0em 10px;
  animation: img-wrap 2s;
  z-index: -1;
  transform: scale(1);
  animation-delay: 3s;
  transform-origin: right top; 
  animation-fill-mode: forwards;
}*/
@keyframes img-wrap {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 4.5s;
  animation-fill-mode: forwards;
  opacity: 0.5;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(55px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.to_admt01 .bg_img01 {
  position: absolute;
    top: 170px;
    left: -20px;
    width: 400px;
    z-index: 0;
}
.to_admt01 .bg_img02 {
  position: absolute;
  top: 40px;
  left: 30%;
  width: 259px;
  z-index: 0;
}
.bg_img00 {
  position: absolute;
  top: 0px;
  right: 130px;
  z-index: 0;
  width: 115px;
}
.bg_img00 img {
  width: 100%;
}
.to_admt01 .bg_img04 {
  position: absolute;
  bottom: 60px;
  left: 10%;
  z-index: 0;
}
.to_admt02 .bg_img01 {
  position: absolute;
  top: 20px;
  left: 25%;
  width: 506px;
  z-index: 0;
  animation-delay: 1.5s;
}
.to_admt02 .bg_img02 {
  position: absolute;
  top: 340px;
  left: 43%;
  width: 506px;
  z-index: 0;
}
.to_admt02 .bg_img03 {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 240px;
  z-index: 0;
}
.to_admt02 .bg_img03 img{
  width: 100%;
}
.to_admt02 .bg_img04 {
  position: absolute;
  left: 44%;
    width: 195px;
    top: 490px;
  z-index: 0;
  animation-duration: 4.5s;
}
.to_admt02 .bg_img05 {
  position: absolute;
  top: 60px;
    left: 22%;
  z-index: 0;
  animation-duration: 4.5s;
}
.spot01_1 .bg_img01 {
  position: absolute;
  top: 52%;
  left: 35%;
  z-index: 0;
    clear: both;
}
.spot01_1 .bg_img02 {
  position: absolute;
  bottom: -180px;
  right: 30px;
  z-index: -10;
  top: auto;
  left: auto;
}
.spot01_2 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -200px;
}
.spot01_2 .bg_img02 {
  position: absolute;
  z-index: 0;
  top: 260px;
  left: 14%;
}
.spot01_2 .bg_img03 {
  position: absolute;
  bottom: -180px;
  z-index: 0;
  left: 0;
}
.spot01_3 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 80px;
  right: 10%;
}
.spot01_3 .bg_img02 {
  position: absolute;
  z-index: 0;
  top: 140%;
  left: 58%;
    width: 31%;
}
.spot01_3 .bg_img02 img {
    width: 100%;
}
.spot02 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 350px;
  left: 15%;
}
.spot02 .bg_img02 {
  position: absolute;
  z-index: 0;
  bottom: 80px;
  left: 10%;
}
.spot02 .bg_img03 {
  position: absolute;
  z-index: 0;
  top: 180px;
  right: 0;
}
.spot03 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 340px;
  left: 40%;
}
.spot03 .bg_img02 {
  position: absolute;
  z-index: 0;
  top: 580px;
  left: -8%;
}
.spot03 .bg_img03 {
  position: absolute;
  z-index: 0;
  bottom: -350px;
  right: 20%;
}
.spot04_1 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 325px;
  left: 15%;
}
.spot04_2 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 30px;
  right: 0;
}
.spot04_2 .bg_img02 {
  position: absolute;
  z-index: 0;
  top: 160px;
  left: 38%;
}
.spot04_3 .bg_img01 {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 5%;
}
.goods_1 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 39%;
}
.goods_1 .bg_img02 {
  position: absolute;
  z-index: 0;
  top: 300px;
  left: 40%;
}
.goods_1 .bg_img03 {
  position: absolute;
  z-index: 0;
  top: 430px;
  right: 5%;
}
.goods_2 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 60px;
  right: -10%;
}
.goods_2 .bg_img02 {
  position: absolute;
    z-index: 0;
    top: 290px;
    left: 43%;
}

.goods_3 .bg_img01 {
  position: absolute;
  z-index: 0;
  bottom: -90px;
  left: 23%;
}
.goods_3 .bg_img02 {
  position: absolute;
  z-index: 0;
  bottom: -60px;
  right: 24%;
}




/*photo*/
#photo {
  width: 100%;
  position: relative;
  margin: 50px 0;
}
#photo .photo-title {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin-bottom: 50px;
}
#photo .photo-title h2.h2-ttl {
  margin: 0 auto;
  padding: 0;
  max-width: 835px;
}
#photo .photo-title .add-text {
  margin: 0;
  padding: 0;
}
.bg_photo {
  width: 100%;
  background-image: url('../img/photopickup/photopickup_bk.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 90px 0 5px;
  margin-bottom: 110px;
}
.photo_insta {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  margin: 35px auto;
}
.photo_insta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 4px;
}
.photo_insta ul li {
  width: 24.72%;
  box-sizing: border-box;
    margin-bottom: 3px;
}

.photo_insta ul li a img{
  width: 100%;
    vertical-align: bottom;
}
#photo .link-add ul {
  width: 882px;
  margin: 90px auto 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#photo .link-add ul a {
    -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;

}
#photo .link-add ul a:hover img {
    opacity: 0.5;

}
/*exhibition*/
#exhibition {
  width: 100%;
  position: relative;
  margin: 50px 0 50px;
  font-family:  'M PLUS Rounded 1c', sans-serif; 
  transform: rotate(0.03deg);
  font-weight: 500;
}
#exhibition h2.h2-ttl {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin-bottom: 10px;
}
#exhibition h2.h2-ttl img{
  max-width: 830px;
}
#exhibition .bg_exhibition {
  width: 100%;
  background-image: url('../img/exhibition/exhibition_bk.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 50px 0 18px;
  margin-bottom: 30px;
}
#exhibition .slider {
  width: 100%;
  max-width: 972px;
    height: auto;
  margin: 15px auto 0;
  
padding: 2px;
}
.slick-slider .slick-list{
  border-radius: 16px;
  overflow: hidden;
background: linear-gradient(180deg, rgba(255,143,196,1) 0%, rgba(116,188,255,1) 100%);
padding: 2px;
box-sizing: border-box;
position: relative;

}
.slick-slider .slick-list::before{
  content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 15px;
    background: #fff;
    padding: 20px;

}
.slick-slider .slick-track{
  border-radius: 16px;
}
.slick-slide {
  display: block;
}

.footer-text {
  text-align: center;
}


.slick-next:before {
  content: '';
  background-image: url('../img/btn_arrow_right.svg');
  background-position: center right;
    background-size: 28px auto;
    background-repeat: no-repeat;
    padding: 17px 22px;
}
.slick-prev:before {
  content: '';
  background-image: url('../img/btn_arrow_left.svg');
  background-position: center left;
    background-size: 28px auto;
    background-repeat: no-repeat;
    padding: 17px 22px;
}
.slick-dots {
    position: inherit;
    bottom: 0;
    padding: 20px 0 0;
}
.slick-dots li {
  width: 60px;
  height: 5px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
}
.slick-dots li button::before {
  line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 1px;
    content: '';
    border-top: 10px solid #fff;
    border-radius: 30px;
}
.slick-dots li.slick-active button::before {
  border-top: 10px solid #75BAFD;
}
.slick-slide{
  width: 100%;
  

margin-bottom: 0;
}
.slick-box{
 
      padding: 35px 2px 30px;
  border-radius: 13px;

}
.slick-slide .banner-item{
    max-width: 908px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;

}
.slick-slide .banner-image{
    width: 29%;

}

.slick-slide .banner-text{
    width: 71%;
    padding-left: 3%;
    padding-right: 1%;
    text-align: left;
    transform: rotate(0.03deg);

}

.slick-slide .text-date{
    font-size: 16px;
    display: block;
    margin-top: 0;
}
.slick-slide .text-date span{
    display: inline-block;
    width: 120px;
    font-size: 18px;
    color: #fff;
    background-color:#FE8FC4;
    padding: 5px 0 4px;
    text-align: center;
    margin-right: 20px;
    
}
.slick-slide .text-date span.yotei{
  background-color:#8DC9FF;
  
}
.slick-slide .title{
    font-size: 20px;
    display: block;
    margin: 35px 0;
}
.slick-slide .btn-link{
    display: block;
    max-width: 256px;
    border: 1px solid #8DC9FF;
    border-radius: 15px;
    padding: 5px;
    margin: auto auto 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.slick-slide .btn-link a{
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
    color: #69B0FD;
    padding-left: 30px;
    position: relative;
}
.slick-slide .btn-link a::before{
  content: '▼';
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform: rotate(-90deg);

}
.slick-slide .btn-link:hover{
    background: #69B0FD;
}
.slick-slide .btn-link:hover a{
    color: #fff;
}
/*--768px----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:768px) {
  body {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  .only_sp, .to_text_sp {
    display: none !important;
  }
  .btn-exhibition {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
  }
    .container .to_admt01 .inner {
  position: relative;
  max-width: 1320px;
  width: 97%;
  margin: 0 auto;
  padding: 49px 0 130px;
   
}
    .container .to_admt02 .inner {
  position: relative;
  max-width: 1300px;
  padding: 50px 0 0;

}
.spot01_1 {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto 140px;
  text-align: center;
  position: relative;
  
}
.spot01_2, .spot01_3 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto -60px;
  clear: both;
  position: relative;
}
    
.container .spot01 .inner {
  position: relative;
  padding: 0 0 8%;
}

.spot02 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 8%;
    /*display: flex;
justify-content: center;*/
}

/*.container .spot02 .inner {
  display: flex;
  justify-content: center;
}*/
.spot03 {
  width: 100%;
  margin: 0 auto 360px;
  clear: both;
  text-align: center;
  /*display: flex;*/
/*justify-content: center;*/
}
.container .spot03 .inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 10px 0 110px;
  /*display: flex;
  justify-content: center;*/
}
.spot04_1 {
  width: 1430px;
  margin: 0 auto 0px;
  clear: both;
  position: relative;
}
.spot04_2 {
  width: 1360px;
  margin: 0 auto 0;
  padding-top: 60px;
  clear: both;
}
.spot04_3 {
  width: 1376px;
  display: inline-block;
  margin: -150px auto 50px;
}
.container .spot04 .inner {
  position: relative;
  width: 100%;
  padding: 10px 0 10px;
}


.goods_1 {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto 0px;
  clear: both;
  position: relative;
}
.goods_2 {
  width: 892px;
  margin: 0 auto 0px;
  clear: both;
  position: relative;
}
.goods_3 {
  min-width: 1237px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
    .to_admt01 .shape.main_img {
  display: inline;
  float: right;
  shape-outside:
    url('../img/to_admt/admt_photo01.png');
  shape-image-threshold: 0.1;
  width: 694px;
  shape-margin: 1.2%;
  margin: -19px 0 0 0;
  padding: 0;
}
.to_admt02 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/to_admt/admt_photo03.png');
  shape-image-threshold: 0.1;
  width: 565px;
  shape-margin: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}
    
.spot01 .h2-ttl, .spot03 .h2-ttl, .goods .h2-ttl {
  background-image: url('../img/title_circle_r.png');
  background-position: right top;
  background-repeat: no-repeat;
  padding: 90px 0 30px 0;
  display: flex;

}
.spot02 .h2-ttl, .spot04 .h2-ttl {
  /*display: inline-block;
  width: 705px;*/
  background-image: url('../img/title_circle_l.png');
  background-position: 8% top;
  background-repeat: no-repeat;
  padding: 110px 0 30px 0;
  display: flex;
  justify-content: flex-end;
}
.h2-ttl img{
  width: 100%;
}

.spot01_1 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/spot_01/spot01_photo01m.png');
  shape-image-threshold: 0.1;
  width: 692px;
  shape-margin: 1.1%;
  padding-top: 40px;
  padding-left: 0px;
  padding-bottom: 20px;
}
.spot01_2 .shape.main_img {
  display: inline;
  float: right;
  shape-outside:
    url('../img/spot_01/spot01_photo03m.png');
  shape-image-threshold: 0.1;
  width: 691px;
  shape-margin: 1.2%;
  padding-top: 8%;
  padding-right: 10px;
  padding-bottom: 0;
  margin-left: 20px;
}

.spot01_3 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/spot_01/spot01_photo04.png');
  shape-image-threshold: 0.1;
  width: 748px;
  shape-margin: 1.2%;
  margin-top: -50px;
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 20px;
  margin-right: 10px;
}
.spot02 .shape.main_img {
  display: inline;
  float: right;
  shape-outside:
    url('../img/spot_02/spot02_photo01.png');
  shape-image-threshold: 0.1;
  width: 786px;
  shape-margin: 1.2%;
  padding-top: 80px;
  padding-left: 10px;
  padding-bottom: 20px;
  order: 2;
}
.spot03 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/spot_03/spot03_photo01m.png');
  shape-image-threshold: 0.1;
  width: 687px;
  shape-margin: 20px;
  padding-top: 110px;
  padding-left: 10px;
  padding-bottom: 0px;
}
.spot04_1 .shape.main_img {
  display: inline;
  float: right;
  shape-outside:
    url('../img/spot_04/spot04_photo01.png');
  shape-image-threshold: 0.1;
  width: 748px;
  shape-margin: 1.2%;
  margin-left: 0;
  padding-top: 110px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.spot04_2 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/spot_04/spot04_photo03.png');
  shape-image-threshold: 0.1;
  width: 655px;
  shape-margin: 1.5%;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-right: 30px;
}
.spot04_3 .shape.main_img {
  display: inline;
  float: right;
  shape-outside:
    url('../img/spot_04/spot04_photo04.png');
  shape-image-threshold: 0.1;
  width: 716px;
  shape-margin: 1.1%;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-left: 20px;
}
.goods_1 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/goods/goods_photo01m.png');
  shape-image-threshold: 0.1;
  width: 732px;
  shape-margin: 1.2%;
  padding-top: 50px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.goods_2 .shape.main_img {
  display: inline;
  float: left;
  shape-outside:
    url('../img/goods/goods_photo03m.png');
  shape-image-threshold: 0.1;
  width: 416px;
  shape-margin: 1.5%;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 20px;
}
    
}
/*--1024px----------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:1100px) {
  body {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  
}
/*--1100px----------------------------------------------------------------------------------------------------------------*/


@media all and (min-width: 768px) and (max-width: 1200px) {
  
.top-visual {
  padding: 5px 0 120px;
}
.container #to_admt, .container #spot {
    overflow: inherit;
}
.container .to_admt01 {
  min-width: 110%;
   
}
.container .to_admt01 .inner{
  min-width: 100%;
   
}
.container .to_admt02{
  min-width: 126%;
}
.container .to_admt02 .inner{
  min-width: 100%;
}

.h2-ttl img{width: 100%;}
.to_text p {
  font-size:clamp(10px,1.65vw,20px);
}
.container img{
  width: 100%;

}
.main_img img{
    width: 100%;

}
.sub_img img{
    width: 100%;

}
.spot01 .h2-ttl, .spot03 .h2-ttl, .goods .h2-ttl {
  background-image: url(../img/title_circle_r.png);
  background-size: 40% auto;
  padding: 40px 5% 30px 0;
}
.spot02 .h2-ttl, .spot04 .h2-ttl {
  background-image: url(../img/title_circle_l.png);
  background-size: 40% auto;
  background-position: 8% top;
  background-repeat: no-repeat;
  padding: 40px 0 30px 5%;
}
.goods .h2-ttl {
  width: 40%;
}
.to_admt01 .shape.main_img {
  shape-outside: polygon(4% 41%,10% 31%,17% 23%,23% 16%,29% 10%, 39% 5%, 45% 3%, 53% 2%, 67% 4%, 81% 12%, 93% 28%, 98% 48%, 100% 64%,  96% 77%,85% 90%,65% 95%, 35% 95%,19% 90%,8% 79%, 2% 70%, 1% 62%,1% 52%, 2% 47%);
  width: 55%;
 }
 .to_admt01 .sub_img {
  width: 33%;
  right: 39%;
}
.to_admt01 .bg_img01 {
  position: absolute;
  top: 17%;
  left: 0;
  width: 33%;
  z-index: 0;
}
.to_admt01 .bg_img02 {
  position: absolute;
  top: 40px;
  left: 35%;
  width: 14%;
  z-index: 0;
}
.to_admt01 .lazyloaded.circle_img {
  bottom: 0px;
  right: 0;
  width: 95%;
}
.bg_img00 {
  width: 6%;
}
 .to_admt02 .shape.main_img {
  shape-outside: polygon(21% 11%, 37% 4%, 53% 3%, 69% 6%,76% 9%,86% 18%,91% 26%, 96% 41%,96% 59%,91% 73%, 78% 88%,57% 93%, 36% 92%,26% 90%, 17% 85%,7% 71%, 3% 55%,4% 41%,9% 26%);
  width: 40%;
}
.to_admt02 .shape.sub_img {
  shape-outside:polygon(21% 11%, 37% 4%, 53% 3%, 69% 6%,76% 9%,86% 18%,91% 26%, 96% 41%,96% 59%,91% 73%, 78% 88%,57% 93%, 36% 92%,26% 90%, 17% 85%,7% 71%, 3% 55%,4% 41%,9% 26%);
  width: 18%;
  padding-top: auto;
  padding-bottom: 0;
    margin-bottom: 3em;
}
.to_admt02 .to_text:nth-child(1) {
  padding-right: 19%;
}
.to_admt02 .lazyloaded.circle_img {
  width: 94%;
}
.to_admt02 .bg_img02 {
  top: 56%;
    bottom: 46%;
    left: 39%;
    width: 34%;
}
.to_admt02 .to_text.sub_text {
  padding-top: 20%;
  padding-left: 48%;
  padding-bottom: 70px;
}
.to_admt02 .bg_img01 {
  left: 25%;
  width: 42%;
}
.to_admt02 .bg_img04 {
  left: 55%;
    width: 17%;
    top: 73%;
}
.to_admt02 .sub_img .lazyloaded.circle_img {
  width: 94%;
  left: -10px;
}

.spot01_1 .shape.main_img {
  shape-outside:polygon(7% 29%,17% 18%, 29% 10%, 39% 6%, 53% 6%, 65% 9%, 76% 16%,84% 25%,89% 36%, 94% 46%, 96% 50%,96% 57%,95% 63%,90% 71%,83% 78%,72% 84%, 64% 89%, 58% 91%, 47% 92%, 27% 90%, 10% 84%, 0% 67%, 0% 46%);
  width: 62%;
  margin-left: -5%;
  padding-bottom: 50px;
}
.spot01_1 .shape.sub_img {
  bottom: -36%;
  left: 20%;
  shape-outside:polygon(6% 46%,12% 34%,21% 23%,27% 20%,35% 17%, 45% 17%, 56% 19%,69% 24%,79% 30%, 88% 38%, 94% 46%, 97% 55%, 97% 64%, 95% 76%, 92% 84%, 85% 91%, 79% 95%, 63% 97%, 39% 98%, 21% 94%, 11% 86%, 7% 81%, 3% 74%, 1% 64%, 3% 55%);
  width: 30%;
  shape-margin: 10px;
  padding-left: 10px;
  padding-bottom: 0;
}
.spot01_1 .lazyloaded.circle_img {
  bottom: 26px;
  left: -40px;
  width: 93%;
}
.spot01_1 .bg_img01 {
  top: 53%;
  left: 42%;
  width: 44%;
}
.spot01_2 .shape.main_img {
  shape-outside: polygon(5% 34%,6% 24%,9% 17%,15% 10%,22% 5%,37% 2%,48% 2%,63% 6%,73% 11%,88% 23%,94% 33%,97% 44%,98% 51%,98% 60%,98% 51%,98% 61%,94% 73%,87% 81%,71% 90%,52% 94%,36% 94%,25% 92%,11% 86%,5% 75%,2% 65%,3% 56%,5% 47%);
  width: 63%;
}
.spot01_2 .bg_img01 {
  width: 20%;
}

.spot01_2 .bg_img02 {
  position: absolute;
  top: 41%;
  left: 5%;
  width: 44%;
}
.spot01_2 .bg_img03 {
  position: absolute;
  bottom: -190px;
  left: -10%;
}
.spot01_3 .shape.main_img {
  display: inline;
  float: left;
  shape-outside: polygon(1% 23%,4% 14%,9% 7%,14% 0%,20% -3%,28% -4%,37% -3%,46% 1%,58% 8%,61% 10%,78% 14%,84% 17%,90% 23%,94% 32%,96% 43%,96% 56%,92% 72%,86% 81%,78% 87%,66% 91%,53% 92%,34% 89%,23% 84%,11% 74%,8% 69%,5% 63%,1% 49%,0% 26%);
  width:67%;
}
.spot01_3 .bg_img01 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 20%;
}
.spot02 .shape.main_img {
  shape-outside: polygon(3% 36%,6% 24%,10% 17%,15% 13%,24% 7%,33% 4%,43% 2%,53% 3%,63% 4%,77% 9%,87% 17%,93% 22%,100% 43%,100% 53%,100% 78%,93% 89%,80% 93%,71% 94%,59% 94%,44% 93%,36% 92%,22% 86%,19% 84%,14% 80%,7% 71%,5% 67%,3% 60%,1% 49%);
  width: 65%;
  margin-right: -10%;
  padding-top: 0;
}
.spot02 .shape.sub_img {
  width: 40%;
  left: 16%;
}
.spot02 .bg_img01 {
  position: absolute;
  top: 28%;
  right: 44%;
  left: 0;
  width: 56%;
}
.spot03 {
  margin: 0 auto 26%;
}
.spot03 .shape.main_img {
  shape-outside: polygon(0% 27%,13% 20%,19% 19%,26% 18%,34% 18%,45% 20%,56% 23%,69% 28%,79% 34%,88% 40%,94% 48%,96% 55%,96% 62%,94% 72%,89% 81%,84% 88%,76% 93%,63% 96%,40% 99%,23% 98%,4% 93%,0% 84%,0% 77%,0% 66%,0% 53%);
  width:60%;
  margin-left: -10%;
}

.spot03 .shape.sub_img {
  width: 68%;
  top: 84%;
}
.spot03 .sub_img .lazyloaded.circle_img {
  width: 53%;
  bottom: 10px;
}
.spot03 .lazyloaded.circle_img {
  width: 100%;
}
.spot03 .bg_img01 {
  position: absolute;
    top: 36%;
    left: 37%;
    width: 38%;
}
.spot03 .bg_img03 {
  position: absolute;
  top: 120%;
  right: 20%;
  width: 10%;
}
.spot04_1 {
  max-width: 110%;
}
.spot04_1 .shape.main_img {
  shape-outside: polygon(3% 41%,4% 31%,6% 26%,10% 17%,20% 9%,31% 4%,45% 2%,55% 2%,69% 5%,79% 11%,98% 23%,90% 40%,94% 58%,94% 74%,90% 83%,80% 90%,66% 95%,53% 95%,38% 92%,23% 81%,18% 75%,14% 70%,11% 64%,7% 57%,5% 52%,4% 48%);
  width: 62%;
  padding-top: 0;
  padding-left: 2%;
}
.spot04_1 .shape.sub_img {
  width: 50%;
  top: 100%;
  bottom: 0px;
  left: 26%;
}
.spot04_1 .shape.sub_img .posi-re {
  position: absolute;
  left: -25%;
  width: 79%;
}
.spot04_1 .lazyloaded.circle_img {
  bottom: 0;
  right: -50px;
  width: 91%;
}
.spot04_1 .bg_img01 {
  top: 43%;
  left: 0%;
  width: 50%;
}
.spot04_1 .sub_img .lazyloaded.circle_img {
  width: 60%;
  bottom: -30px;
    right: -20px;
    top: 20px;
    left: auto;
}
.spot04_2 {
  width: 110%;
  margin: 0 auto 0;
  padding-top: 0px;
}
.spot04_2 .shape.main_img {
  shape-outside: polygon(0% 26%, 0% 12%,9% 7%,15% 5%,30% 3%,55% 5%, 75% 13%, 87% 28%, 92% 40%, 92% 52%, 91% 63%, 88% 74%, 81% 85%, 60% 94%, 41% 96%, 23% 95%,5% 87%, 0% 83%, 0% 63%);
  width: 52%;
  margin-left: -6%;

}
.spot04_2 .lazyloaded.circle_img {
  left: -40px;
  width: 90%;
}
.spot04_2 .bg_img01 {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 10%;
  width: 16%;
}
.spot04_2 .bg_img02 {
  top: 30%;
  left: 34%;
  width: 30%;
}
.spot04 .spot04_2 .to_text {
  padding-top: 14%;
  text-align: left;
}
.spot04_3 {
  max-width: 110%;
}
.spot04_3 .shape.main_img {
  shape-outside: polygon(6.5% 44%,7% 37%,11% 29%,17% 20%,23% 15%,33% 10%,42% 3%,49% -2%,62% -3%,73% 0%,83% 8%,91% 27%,95% 36%,96% 56%,90% 73%,83% 82%,72% 89%,54% 93%,37% 89%,24% 81%,16% 72%,12% 67%,7% 63%,6.5% 50%);
  width: 60%;
  margin-top: -41px;
  padding-left: 30px
}
.spot04_3 .lazyloaded.circle_img {
  bottom: 15px;
  right: -40px;
  width: 90%;
  padding-left: 5%;
}
.spot04_3 .bg_img01 {
  bottom: -40%;
    left: 5%;
    width: 30%;
}
.spot04 .spot04_3 .to_text {
  padding-top: 17%;
}
.goods_1 {
  min-width: 110%;
}
.goods_1 .shape.main_img {
  shape-outside: polygon(1% 51%,6% 32%,11% 23%,19% 17%,33% 12%,53% 12%,73% 12%,82% 16%,91% 28%,95% 38%,97% 52%,96% 61%,92% 68%,84% 77%,74% 85%,60% 91%,37% 94%,22% 90%,12% 84%,4% 71%,1% 60%);
  width: 49%;
}
.goods_1 .shape.sub_img {
  width: 20%;
  top: 86%;
  left: 35%;
  padding-top: 0;
}
.goods_1 .lazyloaded.circle_img {
  bottom: 25px;
  left: -50px;
  width: 97%;
}
.goods_1 .sub_img .lazyloaded.circle_img {
  bottom: 7%;
    left: 18%;
    width: 90%;
}
.goods .goods_1 .to_text.sub_text{
  padding-top: 5px;
  padding-left: 58%;
  text-indent: -2em;
}
.goods_1 .bg_img02 {
  top: 50%;
  left: 35%;
  width: 43%;
}
.goods_2 {
  width: 87%;
  margin: 0 auto 0px;
  clear: both;
  position: relative;
}
.goods_2 .shape.main_img {
  shape-outside:polygon(3% 31%, 7% 22%,14% 14%, 27% 7%,44% 4%,57% 6%, 68% 12%, 81% 18%,93% 30%, 97% 44%, 95% 58%, 88% 71%, 77% 82%, 57% 88%, 36% 88%, 23% 86%, 7% 74%, 2% 65%, 0% 50%);
  width: 48%;
}

.goods_2 .bg_img01 {
  top: 60px;
  right: -10%;
  width: 40%;
}
.goods_2 .bg_img02 {
  top: 104%;
  left: 43%;
  width: 30%;
}
.goods_2 .lazyloaded.circle_img {
  bottom: -10px;
  left: -20px;
  width: 92%;
}

.goods_3 {
  min-width: 90%;
  width: 98%;
  margin: 0 auto 50px;
}
.goods_3 .bg_img01 {
  bottom: -90px;
  left: 3%;
}
.goods_3 .bg_img02 {
  bottom: -60px;
  right: 4%;
}
#photo .photo-title {
  margin-bottom: 50px;
  width: 70%;
  margin: 0 auto;
}
#photo .photo-title .pick-text{
  max-width: 79%;
  margin-left: auto;
  margin-right: auto;

}
#photo .photo-title .add-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.photo_insta {
  width: 96%;
  margin: 35px auto;
}
.photo_insta ul li {
  width: 24.58%;
}
#photo .link-add ul {
  width: 80%;
}
#photo .link-add li {
  width: 42%;
}
#exhibition .slider {
  width: 88%;
}
.slick-prev:before {
  background-image: url(../img/btn_arrow_left.svg);
  background-position: center center;
  background-size: 20px auto;
}
.slick-next:before {
  background-image: url(../img/btn_arrow_right.svg);
  background-position: center center;
  background-size: 20px auto;
}
#exhibition h2.h2-ttl img{
  width: 90%;
}
.btn-exhibition {
  text-align: right;
}
.btn-exhibition img{
  width: 90%;
}
}
