
/*.{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}*/
.nomal .hikki{
  font-family: scriptorama-tradeshow-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.midasi{
  font-family: ab-lineboard-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #207970;
}
/*ここから*/
*{
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: scriptorama-tradeshow-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.topview{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10px;
  color: #fff;
  background-color: #24847c;
}
.topview::before{
  content: "";
  position: absolute;
  top: -1%;
  left: -1%;
  border: #AB9582 5px solid;
  width: 20%;
  max-width: 400px;
  height: 25%;
  max-height: 340px;
  z-index: 1;
}
.topview::after{
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  border: #24847c 5px solid;
  width: 10%;
  max-width: 200px;
  height: 16%;
  max-height: 340px;
}
.menu{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
}
.menu ul{
  display: flex;
  list-style: none;
  max-width: 600px;
  margin: 0 20px 0 auto;
  line-height: 70px;
  font-size: 14px;
}
.menu ul li{
  width: 100%;
  text-align: center;
}
.menu ul li a{
  display: block;
  padding: 0;
  color: #E6E047;
  text-decoration: none;
}
.menu ul li a:hover{
  background-color: rgba(235,235,235,0.5);
  border:  rgba(235,235,235,0.5) solid .5px;
  border-radius: 0 0 50% 50%;
}

/*ヘッダーここから*/
.top-img{
  position: relative;
  margin: 50px 10% 0;
}
.top-img:first-of-type img{
  width: 100%;
}
h1{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 230px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/top-title.png);
  background-size: contain;
  background-position: top center;
  z-index: 10;
}
h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
  word-break: keep-all;
  z-index: 10;
}
h2, .yellow{
  font-family: ab-lineboard-bold, sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}
.yellow{
  color: #E6E047;
  font-size: 40px;
}
.top-img .img-contain{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
.img-contain img{
  width:100%;
}
.brown{
  position: relative;
  width: 100%;
  height: 55px;
  margin-top: -5px;
  background-color: #AB9582;
  z-index: 1;
  text-align: center;
}
.scroll{
  position: relative;
  top: 10px;
  display: inline-block;
  width: 90px;
}
.scroll img{
  width: 100%;
  animation: img-rotation 5s infinite normal linear;
}
@keyframes img-rotation{
  0%{transform: rotate(0deg);}
  45%{transform: rotate(40deg);}
  55%{transform: rotate(320deg);}
  100%{transform: rotate(360deg);}
}
.scroll p{
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.concept{
  display: flex;
  gap: 50px;
  height: 100%;
  margin: 20px 10%;
  padding-top: 50px;
  padding-bottom: 100px;
  justify-content: space-between;
}
.concept p{
  position: relative;
  width: 350px;
  margin: auto 0 auto 10%;
}
.concept p::before{
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  width: 200px;
  height: 200px;
  border: rgba(235,235,235,0.5) solid .5px;
  border-radius: 50%;
}
.concept p::after{
  content: "";
  position: absolute;
  top: -200px;
  right: -700px;
  width: 300px;
  height: 300px;
  border: rgba(235,235,235,0.5) solid 0.5px;
  border-radius: 50%;
}
.concept img{
  width: 50%;
  max-width: 450px;
  margin-right: 10%;
  padding: 30px 0;
  z-index: 1;
}
.car{
  position: relative;
  width: 30%;
  max-width: 300px;
  height: 200px;
  max-height: 240px;
  margin: -100px 10% -140px auto;
}
.car::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: #AB9582 5px solid;
  width: 85%;
  height: 80%;
}
.car::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: #24847C 5px solid;
  width: 35%;
  height: 40%;
}
main{
  width: 100%;
  color: #363636;
  background-color: #FFFEF8;
  text-align: center;
  overflow: hidden;
}
/*見出しタイトル部分ここから*/
.title{
  position: relative;
  height: 200px;
  margin-bottom: 100px;
}

.container .title h3{
  position: absolute;
  top: 50%;
  display: inline;
  color: #AB9582;
  font-family: ab-lineboard-bold, sans-serif;
  font-size: 24px;
  transform: translate(-30%, -50%);
}
.container .title p{
  position: absolute;
  top: 50%;
  display: inline;
  color: rgba(32,121,112,0.2) !important;
  font-size: 150px !important;
  transform: translate(-50%, -50%);
}
/*見出しタイトル部分ここまで*/
/*メインコンテンツ部分余白ここ*/
.container{
  margin: 100px 10%;
}
#sorriso-concept .big{
  font-size: 50px;
  margin-bottom: 200px;
}
#sorriso-concept .contents-wrapper p:first-child{
  font-size: 30px;
  margin-bottom: 100px;
}
.contents-item{
  display: flex;
  justify-content: center;
  gap: 5%;
  text-align: left;
}
.contents-item img{
  width: 300px;
  max-height: 260px;
}
.contents-item p{
  width: 40%;
  margin: auto 0;
}
.reverse{
  flex-direction: row-reverse;
  margin-top: 100px;
  margin-bottom: 100px;
}
/*リンクボタンここから*/
.contents-wrapper .btn{
  display: inline-block;
  width: 380px;
  height: 70px;
  margin: 50px auto 200px;
  background-color: #AB9582;
}
.contents-wrapper .btn a{
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 ;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.btn a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: #fff solid .5px;
  border-radius: 50%;
}
.btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: #AB9582 solid .5px;
  border-radius: 50%;
}
#sorriso-concept .contents-wrapper .btn a .btn-text, .contents-wrapper .btn a .btn-text{
  width: 100%;
  font-size: 16px;
}
.contents-wrapper .btn-item{
  padding-right: 13%;
  margin-left: -13%;
}
#sorriso-concept .contents-wrapper .btn-item p, .contents-wrapper .btn-item p{
  font-size: 16px;
}
.contents-wrapper .btn:hover a{
  color: #AB9582;
  border: #AB9582 .5px solid;
  background-color: #FFFEF8;
  transition: .3s;
}
.contents-wrapper .btn a:hover .btn a::before{
  display: none;
}
.contents-wrapper .btn a:hover .btn a::after{
  display: block;
}
.contents-wrapper .btn a:hover .btn-item{
  /*transform: translateX(9px);*/
  color: #AB9582;
  animation: migi .9s infinite linear;
  transition: .3s;
}
@keyframes migi{
  0%{}
  100%{transform: translateX(9px);}
}
.concept2{
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 50px;
  background-color: #24847c;
  text-align: right;
}
.concept2 .midasi{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 50px 10% 0 auto;
  margin-bottom: 0 !important;
  color: #fff;
  z-index: 2;
}

.concept2 video{
  position: relative;
  width: 100%;
  margin: calc(50vw-50vw);
  padding-top: 50px;
  padding-bottom: 400px;
  z-index: 1;
}
.concept2-item-container{
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.concept2 .concept2-item{
  margin: 100px 20%;
}
.concept2 .concept2-item .subtitle{
  display: flex;
  text-align: left;
  align-items: center;
}
.concept2 .concept2-item .subtitle img{
  width: 60px;
  height: 60px;
}
.concept2 .concept2-item .subtitle h4{
  font-size: 30px;
  line-height: 1.6em;
  color: #AB9582;
  font-family: ab-lineboard-bold, sans-serif;
  background: linear-gradient(transparent 80%, rgba(242,237,119,0.7) 80%);
}
.concept2 .concept2-item p{
  width: 80%;
  margin: 20px auto 0 10%;
  text-align: left;
  color: #fff;
}
/*メニュー部分ここから*/
#sorriso-menu .contents-wrapper .contents-container {
  display: block;
  margin: 0 10%;
}
#sorriso-menu .contents-wrapper .contents-container .subtitle{
  display: flex;
  margin-bottom: 50px;
}
#sorriso-menu .contents-wrapper .contents-container .subtitle img{
  width: 60px;
  height: 60px;
}
#sorriso-menu .contents-wrapper .contents-container .subtitle h4{
  font-size: 30px;
  line-height: 1.6em;
  color: #AB9582;
  font-family: ab-lineboard-bold, sans-serif;
  background: linear-gradient(transparent 80%, rgba(242,237,119,0.7) 80%);
}
#sorriso-menu .contents-wrapper .contents-container .contents-item{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 15%;
  row-gap: 10%;
  margin-bottom: 70px;
}
#sorriso-menu .contents-wrapper .contents-container .contents-item img{
  width: 100%;
  filter: drop-shadow(2px 5px 5px #aaa);
}
#sorriso-menu .contents-wrapper .contents-container .contents-item img:hover{
  transform: scale(1.1);
  filter: drop-shadow(2px 2px 10px #aaa);
  transition: .6s;
}
#sorriso-menu .contents-wrapper .contents-container .contents-item caption{
  display: inline;
}
.item-ichido{
  background-image: url(../img/1.png);
  background-position: right top;
  background-size: 70%;
  margin: -35px -20px 0 0;
  padding: 35px 20px 0 0;
}
.tyuui{
  display: block;
  text-align: right;
  color: #AB9582;
  font-size: small;
}
#sorriso-menu .contents-wrapper .sweets{
  padding: 50px 0;
}
#sorriso-menu .contents-wrapper .sweets .contents-item{
  grid-template-rows: 1fr;  
  margin-bottom: 20px;
}
/*インフォ部分ここから*/
#sorriso-info{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../img/link-instagram.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sorriso-info{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#sorriso-info a{
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#sorriso-info a:hover .rink-instagram p{
  transition: .3s;
  animation: link 1s infinite normal linear;
}
@keyframes link{
  0%{transform: translate(-20%, -50%);}
  50%{transform: translate(0, -50%);}
  100%{transform: translate(-20%, -50%);}
}
#sorriso-info .contents-item{
  position: relative;
  display: block;
  height: 400px;
  color: #fff;
  text-align: right;
}

#sorriso-info .contents-item::before{
  content: "";
  position: absolute;
  top: 20%;
  left:10%;
  width: 300px;
  height: 300px;
  border: rgba(235,235,235,0.5) solid 0.5px;
  border-radius: 50%;
}
#sorriso-info .contents-item .p-container{
  position: relative;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

#sorriso-info .contents-item p{
  font-size: 30px;
  font-family: ab-lineboard-bold, sans-serif;
  line-height: 50px;
}
#sorriso-info .contents-item p:nth-child(2){
  font-size: 50px;
  font-family: scriptorama-tradeshow-jf, sans-serif;
}
.rink-instagram{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.rink-instagram p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: scriptorama-tradeshow-jf, sans-serif !important;
}
.rink-instagram img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: img-rotation2 20s infinite normal linear;
}
@keyframes img-rotation2{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

.access{
  background-color: #FFFEF8;
  padding: 100px 10% 0;
}
#sorriso-info .access .contents-container{
  width: 100%;
  padding: 0 10%;
}
#sorriso-info .access .contents-container:last-child{
  margin-top: 100px;
}
.contents-item-text{
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}
.event{
  margin-top: 50px;
}
.contents-item-text p:first-child{
  color: #AB9582;
  font-size: 24px;
  line-height: 50px;
}
#sorriso-info .access .contents-container .map{
  position: relative;
  padding-top: 56.25%;
}
#sorriso-info .access .contents-container .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .copy{
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  padding: 100px 10%;
  color: #24847C;
  font-size: 30px;
  background-image: url(../img/haikei.png);
  background-size: 10px;
  background-repeat: repeat;
  background-position: top left;
  font-family: ab-lineboard-bold, sans-serif;
}
/*フッターここから*/
footer{
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #AB9582;
  font-family: source-han-sans-japanese, sans-serif;
}
footer .logo{
  position: absolute;
  top:  -35%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 170px;
  background-color: #AB9582;
  border-radius: 50%;
}
footer .logo img:first-of-type{
  position:  absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
footer .logo img:last-of-type{
  position:  absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
}
footer .menu{
  position: relative;
  width: 40%;
  min-width: 500px;
  height: 70px;
  margin: 0 auto;
  padding: 80px 0;
  line-height: 70px;
  z-index: 10;
}
footer .menu ul li a:hover{
  color:#E6E047;
  transition: .2s;
  background-color: 
  inherit;
  border: none;
}
footer small{
  display: block;
  padding: 5px 0;
  text-align: center;
  background-color:#24847C;
  font-family: source-han-sans-japanese, sans-serif;
}

/*生産者ページここから*/
#farmers{
  width: 100%;
  overflow-x: hidden;
}
#farmers .topview{
  width: 100%;
  position: relative;
  background-image: url(../img/farmer-header.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#farmers .topview::before{
  display: none;
}
#farmers .topview::after{
  display: none;
}
#farmers .topview .top-img{
  width: 100%;
  height: 450px;
}
#farmers .topview .top-img::before{
  content: "";
  position: absolute;
  bottom: -10%;
  left: -12%;
  border: #24847c 5px solid;
  width: 20%;
  max-width: 200px;
  height: 25%;
  max-height: 100px;
}
#farmers .topview .top-img::after{
  content: "";
  position: absolute;
  bottom: -15%;
  right: 18%;
  border: #AB9582 5px solid;
  width: 7%;
  min-width: 70px;
  max-width: 110px;
  height: 45%;
  max-height: 200px;
}

#farmers .topview .top-img .top-title{
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  text-align: right;
}
#farmers .topview .top-img .top-title h1{
  position: static;
  top: 0;
  left: 0;
  transform: none;
  height: auto;
  text-indent: 0;
  line-height: 60px;
  background-image: none;
  z-index: 0;
  font-family: ab-lineboard-bold, sans-serif;
  font-size: 30px;
}
#farmers .topview .top-img .top-title h2{
  position: static;
  top: 0;
  left: 0;
  transform: none;
  z-index: 0;
  font-family: scriptorama-tradeshow-jf, sans-serif;
  font-size: 50px;
}
#farmers main{
  margin-top: -100px;
}

#farmers main .container{
  background-color: #FFFEF8;
}
#farmers main .container .contents-wrapper{
  margin: 0 10%;
  background-color: #FFFEF8
}
#farmers main .container .contents-wrapper .contents-item{
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10%;
  margin-bottom: 10px;
}
#farmers main .container .contents-wrapper .contents-item:first-child{
  margin-bottom: 140px;
}
#farmers main .container .contents-wrapper .contents-item .contents-item-img{
  position: relative;
  width: 100%;
  height: 100%;
}
#farmers main .container .contents-wrapper .contents-item .contents-item-img img{
  width: 100%;
  height: 100%;
  min-width: 250px;
  min-height: 100%;
}

#farmers main .container .contents-wrapper .contents-item .contents-item-img .tomato, .cheese, .honey{
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 40%;
  height: 40%;
  min-width: 100px;
  min-height: 90px;
  filter: drop-shadow(2px 5px 5px #ddd);
}
#farmers main  .container .contents-wrapper .contents-item .contents-item-img .cheese{
  bottom: 0;
  left: -40px;
  width: 40%;
  height: 40%;
  min-width: 100px;
  min-height: 90px;
}
#farmers main  .container .contents-wrapper .contents-item .contents-item-img .honey{
  bottom: 0;
  right: -40px;
  width: 40%;
  min-width: 70px;
  height: 40%;
  min-height: 80px;
}
#farmers main .contents-item p{
  width: 100%;
}
#farmers main .container .contents-wrapper .btn{
  margin-bottom: 150px;
}
#farmers main .container .contents-wrapper .btn:last-child{
  margin-bottom: 50px;
}
#farmers main .contents-item-container  h4, h4 span{
  display: inline;
  padding: 10px;
  line-height: 40px;
  font-size: 30px;
  font-family: ab-lineboard-bold, sans-serif;
}
#farmers main h4{
  background-color: #fff;
  filter: drop-shadow(2px 5px 5px #ddd);
  white-space: nowrap;
}
#farmers main .contents-item-container h4 span{
  font-size: 24px;
}
#farmers main .contents-item-container-text{
  margin: 30px 0;
  padding: 10px;
  background-color: #fff;
  filter: drop-shadow(2px 5px 5px #ddd);
}
#farmers main .contents-item-container .shop-info p{
  line-height: 30px;
  font-family: source-han-sans-japanese, sans-serif;
}
/*coming soon部分*/
.comingsoon{
  position: relative;
  text-align: left;
  width: fit-content;
  margin: 250px auto 100px;
}
.comingsoon p{
  padding: 100px 0;
  color: #AB9582;
  font-size: 24px;
  font-family: ab-lineboard-bold, sans-serif;
  line-height: 30px;
}
.comingsoon span{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(350deg);
  font-size: 150px;
  white-space: nowrap;
  color: rgba(32,121,112,0.2);
}
.comingsoon::before{
  content: "";
  position: absolute;
  top: -90%;
  left: -25%;
  border: #AB9582 5px solid;
  width: 20%;
  max-width: 400px;
  height: 50%;
  max-height: 340px;
  z-index: 1;
}
.comingsoon::after{
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  border: #24847c 5px solid;
  width: 25%;
  max-width: 200px;
  height: 30%;
  max-height: 340px;
}
/*下層ページインフォ部分*/
#farmers main #sorriso-info .p-container{
  top: 50%;
  left: -55%;
}
#farmers main .rink-instagram p{
  left: 20%;
}
#farmers main 
#sorriso-info a:hover .rink-instagram p{
  transition: .3s;
  animation: link2 1s infinite normal linear;
}
@keyframes link2{
  0%{transform: translate(-40%, -50%);}
  50%{transform: translate(-30%, -50%);}
  100%{transform: translate(-40%, -50%);}
}
/*下層ページインフォ部分ここまで*/
#farmers main .copy:last-child{
  margin-top: 0;
}