@media screen and (min-width: 0px) {
  body #ui {
    /*
    .floorBtn{
    	display:none;
    }
    */
  }
  body #ui #main {
    transform: rotate(0deg);
  }
  body #about {
    scroll-snap-align: start;
    transition: 1s opacity;
  }
  body #about .aboutClose {
    display: none;
    background-color: #fff;
  }
  body #about .aboutContainer {
    background-color: rgba(240, 233, 218, 0.99);
  }
  body #about .aboutContainer .aboutInfo .basicData {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body #about .aboutContainer .aboutInfo .basicData > div {
    margin-bottom: 0.3em;
  }
  body #about .aboutContainer .aboutInfo .basicData > div:nth-child(odd) {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #about .aboutContainer .aboutInfo .basicData > div:nth-child(even) {
    line-height: 1.4;
  }
  body #about .aboutContainer .aboutInfo .basicData > div:nth-child(even) span {
    line-height: 1.4;
  }
  body #about .aboutContainer .aboutInfo .basicData > div span.small {
    font-size: 80%;
  }
  body #about .aboutContainer .aboutInfo .basicData .sns {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  body #about .aboutContainer .aboutInfo .basicData .sns * {
    line-height: 1;
  }
  body #about .aboutContainer .aboutInfo .basicData .sns p {
    padding-right: 20rem;
  }
  body #about .aboutContainer .aboutInfo .basicData .sns img {
    width: 40rem;
    margin-left: 15rem;
    margin-bottom: 3rem;
  }
  body #about .aboutContainer .aboutInfo .basicData .sns img.insta {
    margin-left: 5rem;
  }
  body #about .aboutContainer .photoContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body #about .aboutContainer .photoContainer > div {
    width: 48%;
    background-color: #fff;
    aspect-ratio: 1/1;
    background-size: cover;
  }
  body #about .aboutContainer .photoContainer > div:nth-child(1) {
    background-image: url("../../images/photo/about01.webp");
  }
  body #about .aboutContainer .photoContainer > div:nth-child(2) {
    background-image: url("../../images/photo/about02.webp");
  }
  body #about .aboutMap .mapContainer {
    border-radius: 10rem;
    overflow: hidden;
    filter: sepia(20%) saturate(80%);
  }
  .content {
    scroll-snap-align: start;
    transition: 2s opacity;
    position: relative;
    min-height: 100vh;
  }
  .content .mainContent {
    position: relative;
  }
  .content .mainContent .textContent .text {
    opacity: 0.9;
  }
  .content .mainContent .textContent .shoulder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    background-color: #da0576;
    color: #000;
  }
  .content .mainContent .textContent .heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .mainContent .textContent .contact {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 700;
  }
  .content .mainContent .textContent .contact span.mh {
    display: inline-flex;
    align-items: center;
    color: #000;
    background-color: #fff;
  }
  .content .mainContent .imageContent {
    pointer-events: none;
  }
  .content .mainContent .imageContent .slick-slider .slick-dots {
    bottom: auto;
    top: -65rem;
  }
  .content .mainContent .imageContent .slick-slider .slick-dots li button:before {
    color: #fff;
    font-size: 12px;
    opacity: 1;
  }
  .content .mainContent .imageContent .slick-slider .slick-dots li.slick-active button:before {
    color: #da0576;
  }
  .content .mainContent .floatImage {
    display: block;
    position: absolute;
  }
  .content .contentClose {
    width: 96rem;
    border-radius: 96rem;
    display: block;
    position: absolute;
    top: 20rem;
    right: 30rem;
    background-color: #000;
  }
  #f1Content .mainContent .textContent .shoulder {
    background-color: #000;
    color: #da0576;
  }
  #f1Content .mainContent .textContent .contact span.mh {
    color: #da0576;
  }
  #f1Content .imageContent {
    position: relative;
    z-index: 102;
  }
  #f1Content .imageContent .slick-slider .slick-dots li.slick-active button:before {
    color: #000;
  }
  #f1Content .floatImage {
    z-index: 101;
  }
  #f1Content .contentClose {
    background-color: #da0576;
  }
  window {
    scroll-snap-type: y mandatory;
  }
  a, .hoverTarget {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: block;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    background-color: #1e1e1e;
  }
  * {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    box-sizing: border-box;
  }
  .en {
    font-family: "Paytone One", sans-serif;
  }
  .panda01 {
    width: 1000rem;
  }
  .img {
    width: 100%;
    filter: drop-shadow(5px 0px 0 #FFFFFF) drop-shadow(-5px 0px 0 #FFFFFF) drop-shadow(0px 5px 0 #FFFFFF) drop-shadow(0px -5px 0 #FFFFFF) drop-shadow(20px 2px 5px rgba(0, 0, 0, 0.4));
  }
  #wrapper {
    position: relative;
    width: 100%;
    min-height: 100lvh;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  #wrapper.loaded {
    opacity: 1;
  }
  .charactor {
    will-change: transform;
    position: absolute;
    top: -50vh;
    height: 45vh;
  }
  .charactor img {
    height: 100%;
    width: auto;
    will-change: transform;
  }
  .charactor .entity {
    position: relative;
    z-index: 100;
  }
  .charactor .shadow {
    filter: brightness(0) blur(10rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translate3d(20rem, 20rem, 0) scale(1.07);
    opacity: 0.3;
  }
  #charactorConteainer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
  }
  .fit {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #main, #btn1f, #btn2f {
    opacity: 0;
  }
  .transparent {
    opacity: 0;
    transition: 0s opacity !important;
  }
  .hoverTarget {
    cursor: pointer;
    transition: 0.5s all;
  }
  .hoverTarget:hover {
    transition: 0.2s all;
    transform: scale(1.07);
  }
  body.home #main, body.home #btn1f, body.home #btn2f {
    opacity: 1;
  }
  body.home #bgBlack {
    opacity: 0;
  }
  body.home #ui {
    pointer-events: auto;
  }
  body.home #ui #main {
    transform: rotate(-10deg);
  }
  body.home #ui #main .fb, body.home #ui #main .insta {
    display: block;
  }
  body.about #main {
    opacity: 1;
  }
  body.about #about .aboutClose {
    display: block;
    z-index: 100;
  }
  body.f2Content {
    background-color: #000;
  }
  body.f2Content #charactorConteainer {
    opacity: 0;
  }
  body.f2Content #bgBlack {
    opacity: 1;
  }
  body.f2Content #btn2f {
    opacity: 1;
  }
  body.f2Content #ui #main {
    transition: 0s all;
  }
  body.f2Content #contentsWrapper .f2close {
    display: block;
    opacity: 1;
    transition: 2s all;
  }
  body.f1Content {
    background-color: #000;
  }
  body.f1Content #charactorConteainer {
    opacity: 0;
  }
  body.f1Content #btn1f {
    opacity: 1;
    filter: drop-shadow(3rem 3rem 0rem #da0576) drop-shadow(-3rem -3rem 0rem #da0576) drop-shadow(3rem -3rem 0rem #da0576) drop-shadow(-3rem 3rem 0rem #da0576);
    transition: 2s all;
  }
  body.f1Content #ui #main {
    transition: 0s all;
  }
  body.f1Content #contentsWrapper .f1close {
    display: block;
    opacity: 1;
    transition: 2s all;
    z-index: 103;
  }
  #ui {
    pointer-events: none;
    position: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1000;
  }
  #ui #main {
    position: absolute;
    transition: 1s all;
  }
  #ui #main img {
    display: block;
    position: absolute;
  }
  #ui #main .main {
    z-index: 1030;
    width: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #ui #main .hibiscus1 {
    width: 15%;
    left: 2%;
    z-index: 1020;
  }
  #ui #main .hibiscus2 {
    width: 14%;
    z-index: 1052;
    right: 43%;
    bottom: 3%;
    transform: rotate(20deg);
  }
  #ui #main .aboutus {
    width: 30%;
    z-index: 1051;
    bottom: 13%;
    right: 16%;
  }
  #ui #main .fb, #ui #main .insta {
    width: 8%;
    z-index: 1050;
    right: 15%;
    top: 10%;
    display: none;
  }
  #ui #main .fb {
    right: 22%;
    z-index: 1049;
  }
  #ui .floorBtn {
    position: absolute;
  }
  #charactorConteainer {
    z-index: 11;
  }
  #bg {
    background-color: #da0576;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
  #bgBlack {
    display: none;
    z-index: 9;
    opacity: 0;
    background-color: #000;
    transition: all 5s cubic-bezier(1, 0, 1, 0.12);
  }
  #contentsWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 901;
  }
  #contentsDammy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100rem;
    z-index: 900;
  }
  #contentsDammy > div {
    width: 100%;
  }
  #home {
    width: 100%;
    height: 100lvh;
  }
  /*
  .content{
  	scroll-snap-align: start;
  	position:relative;
  	min-height:100vh;
  	.mainContent{
  		position:relative;
  		.textContent{
  			.text{
  				opacity:0.9;
  			}
  			.shoulder{
  				width:100%;
  				display:flex;
  				justify-content:center;
  				align-items:center;
  				font-weight:900;
  			}
  			.heading{
  				width:100%;
  				display:flex;
  				justify-content:space-between;
  				align-items:center;
  			}
  			.contact{
  				width:100%;
  				display:flex;
  				justify-content:left;
  				align-items:center;
  				font-weight:700;
  				span{
  					display:inline-flex;
  					align-items:center;
  					color:#000;
  					background-color:#fff;
  				}
  			}
  		}
  		.imageContent{
  			.slick-slider {
  				.slick-dots{
  					bottom:auto;
  					top:-65rem;
  					li{
  						button{
  						 &:before{
  						 	color:#fff;
  						 	font-size:12px;
  						 	opacity:1;
  						 }
  						}
  					}
  				}
  			}
  		}
  		.floatImage{
  			display:block;
  			position:absolute;
  		}
  	}
  	.close{
  		width:96rem;
  		display:block;
  		position:absolute;
  		top:20rem;
  		right:30rem;
  	}
  }
  #f2Content{
  	.mainContent{
  		.textContent{
  			.shoulder{
  				background-color:#da0576;
  				color:#000;
  			}
  		}
  	}
  	.imageContent{
  		.slick-slider {
  			.slick-dots{
  				li{
  					&.slick-active{
  						button{
  							&:before{
  							 	color:#da0576;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  body.about #ui #main {
    width: 360rem;
    height: 120rem;
    top: -10rem;
    left: -10rem;
  }
  body.about #ui #main .fb, body.about #ui #main .insta {
    display: none;
  }
  body #about {
    width: 100%;
    padding-top: 50rem;
    padding-bottom: 150rem;
  }
  body #about .aboutClose {
    position: fixed;
    width: 60rem;
    padding: 7rem;
    border-radius: 70rem;
    right: 5rem;
    top: 10rem;
  }
  body #about .aboutContainer {
    width: 90%;
    margin-left: 5%;
    min-height: 50vw;
    border: #fff 10rem solid;
    border-radius: 10rem;
    box-shadow: 0rem 0rem 10rem 10rem rgba(0, 0, 0, 0.2);
  }
  body #about .aboutContainer .aboutContent {
    padding: 0rem 10rem;
    margin-top: 60rem;
  }
  body #about .aboutContainer .aboutContent > div {
    width: 100%;
  }
  body #about .aboutContainer .aboutContent .aboutInfo {
    font-size: 14rem;
    padding: 0;
    overflow: hidden;
  }
  body #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(odd) {
    font-size: 80%;
    width: 5em;
  }
  body #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(even) {
    width: calc(100% - 5em);
  }
  body #about .aboutContainer .aboutContent .aboutInfo .photoContainer {
    padding-top: 10rem;
  }
  body #about .aboutContainer .aboutContent .aboutInfo .photoContainer > div {
    border-radius: 4rem;
  }
  body #about .aboutContainer .aboutContent .aboutInfo .photoContainer .sns img {
    width: 36rem;
    margin-left: 8rem;
    margin-bottom: 3rem;
  }
  body #about .aboutContainer .aboutContent .aboutMap {
    height: 40vh;
    padding: 40rem 0 10rem;
  }
  body #about .aboutContainer .aboutContent .aboutMap .mapContainer {
    width: 100%;
    height: 100%;
  }
  #contentsWrapper .content {
    width: 100%;
    min-height: 100%;
    padding-top: 120rem;
    padding-bottom: 150rem;
    overflow: hidden;
  }
  #contentsWrapper .content#f1Content {
    padding-top: 40rem;
  }
  #contentsWrapper .mainContent {
    width: 360rem;
    color: #fff;
    margin: 0 auto;
    font-size: 14rem;
    padding-bottom: 80rem;
  }
  #contentsWrapper .mainContent .textContent {
    width: 100%;
  }
  #contentsWrapper .mainContent .textContent .text {
    padding: 16rem 0;
  }
  #contentsWrapper .mainContent .textContent .heading {
    margin-top: 6rem;
    border-bottom: 1rem #fff solid;
  }
  #contentsWrapper .mainContent .textContent .heading .en {
    font-size: 22rem;
  }
  #contentsWrapper .mainContent .textContent .heading .jp {
    font-size: 14rem;
    font-weight: 700;
    opacity: 0.7;
  }
  #contentsWrapper .mainContent .textContent .contact {
    display: block;
  }
  #contentsWrapper .mainContent .textContent .contact span {
    padding: 0 10rem;
    border-radius: 5rem;
    margin-right: 5rem;
    width: 4em;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #contentsWrapper .mainContent .textContent .contact span.tel {
    margin-left: 0rem;
  }
  #contentsWrapper .mainContent .textContent .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18rem;
    font-weight: 900;
    flex-wrap: wrap;
  }
  #contentsWrapper .mainContent .textContent .sns p {
    padding-right: 0rem;
    width: 100%;
    text-align: center;
  }
  #contentsWrapper .mainContent .textContent .sns img {
    width: 50rem;
    margin: 0 8rem;
  }
  #contentsWrapper .mainContent .imageContent {
    margin-top: 30rem;
    width: 360rem;
    height: 360rem;
    background-color: #fff;
    padding: 10rem;
  }
  #contentsWrapper .mainContent .imageContent .slick-slider .slick-dots {
    bottom: -50rem;
    top: auto;
    text-align: left;
  }
  #contentsWrapper .mainContent .imageContent .slick-slider .slick-dots li {
    width: 10rem;
  }
  #contentsWrapper .mainContent .imageContent .slick-slider .slick-dots li button:before {
    font-size: 10rem;
    opacity: 1;
  }
  #contentsWrapper .mainContent .floatImage.drum {
    width: 180rem;
    bottom: 20rem;
    right: 30rem;
  }
  #contentsWrapper .mainContent .floatImage.guitar {
    width: 180rem;
    bottom: 0rem;
    right: -50rem;
  }
  #contentsWrapper .mainContent .floatImage.takoyaki {
    width: 180rem;
    bottom: 360rem;
    right: calc(50% + 20rem);
  }
  #contentsWrapper .mainContent .floatImage.bottle {
    width: 180rem;
    bottom: 390rem;
    right: calc(50% - 90rem);
  }
  #contentsWrapper .mainContent .floatImage.beer {
    width: 180rem;
    bottom: 390rem;
    right: calc(50% - 200rem);
  }
  #contentsWrapper .contentClose {
    display: none;
    width: 40rem;
    border-radius: 40rem;
    padding: 0rem;
    position: fixed;
    top: 15rem;
    right: 15rem;
    opacity: 0;
    transition: 2s all;
  }
  #contentsWrapper #f1Content .imageContent {
    margin-top: 100rem;
  }
  #contentsWrapper #f1Content .contentClose {
    top: auto;
    right: auto;
    bottom: 20rem;
    left: 20rem;
  }
  .pc {
    display: none;
  }
  html {
    font-size: 0.25vw;
  }
  .charactor {
    top: -50vh;
    height: 20vh;
  }
  #bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 35%);
    will-change: clip-path;
    transition: all 0.8s;
  }
  body.f2Content #bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  body.f1Content #bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  body.home .bigShadow {
    filter: drop-shadow(10rem 15rem 0 rgba(0, 0, 0, 0.5));
  }
  body.home #ui #main {
    width: 450rem;
    height: 150rem;
    left: calc(50% - 215rem);
    top: calc(50% - 75rem);
  }
  /*
  #main{
  	width:450rem;
  	height:150rem;
  	left:calc(50% - 215rem);
  	top:calc(50% - 75rem);
  }
  */
  .floorBtn {
    width: 230rem;
  }
  #btn1f {
    bottom: 20rem;
    right: 20rem;
  }
  #btn2f {
    top: 20rem;
    left: 20rem;
  }
  #ui {
    pointer-events: none;
    position: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1000;
  }
  #ui #main .fb, #ui #main .insta {
    width: 10%;
    z-index: 1050;
    right: 15%;
    top: -8%;
  }
  #ui #main .fb {
    right: 25%;
    z-index: 1049;
  }
  #ui #main {
    width: 360rem;
    height: 120rem;
    top: -10rem;
    left: -10rem;
  }
  #ui #main .fb, #ui #main .insta {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  html {
    font-size: 0.0520833333vw;
  }
  #bg {
    clip-path: polygon(0% 0%, 65% 0%, 35% 100%, 0% 100%);
    will-change: clip-path;
    transition: all 0.5s;
  }
  body.f2Content #bg {
    clip-path: polygon(-100% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  body.f1Content {
    background-color: #000;
  }
  body.f1Content #bg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  body.home .bigShadow {
    filter: drop-shadow(40rem 40rem 0 rgba(0, 0, 0, 0.5));
  }
  body.home .bigShadow.floorBtn:hover {
    filter: drop-shadow(36rem 36rem 3rem rgba(0, 0, 0, 0.4));
  }
  body.home #ui #main {
    width: 1500rem;
    height: 500rem;
    top: calc(50% - 250rem);
    left: calc(50% - 800rem);
  }
  .floorBtn {
    width: 400rem;
  }
  #btn1f {
    bottom: 30rem;
    right: 30rem;
  }
  #btn2f {
    top: 20rem;
    left: 20rem;
  }
  .fixedContent {
    position: fixed;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  body #ui #main {
    width: 900rem;
    height: 300rem;
    top: calc(50% - 520rem);
    left: calc(50% - 420rem);
  }
  body #ui #main .fb, body #ui #main .insta {
    display: none;
  }
  #about {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .aboutClose {
    position: fixed;
    width: 80rem;
    padding: 10rem;
    border-radius: 70rem;
    right: calc(50% - 900rem);
    top: 60rem;
  }
  #about .aboutContainer {
    width: 90%;
    min-height: 50vw;
    border: #fff 20rem solid;
    border-radius: 20rem;
    box-shadow: 0rem 0rem 10rem 10rem rgba(0, 0, 0, 0.2);
  }
  #about .aboutContainer .aboutContent {
    padding: 20rem;
    height: 34vw;
    margin-top: 17vh;
    display: flex;
    justify-content: space-between;
  }
  #about .aboutContainer .aboutContent > div {
    width: 45%;
    width: 100%;
  }
  #about .aboutContainer .aboutContent .aboutInfo {
    font-size: 18rem;
    padding: 0;
    padding-left: 30rem;
    padding-right: 50rem;
    overflow: hidden;
  }
  #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(odd) {
    width: 7em;
  }
  #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(even) {
    width: calc(100% - 8em);
  }
  #about .aboutContainer .aboutContent .aboutInfo .photoContainer {
    padding-top: 10rem;
  }
  #about .aboutContainer .aboutContent .aboutInfo .photoContainer > div {
    border-radius: 4rem;
  }
  #about .aboutContainer .aboutContent .mapContainer {
    width: 100%;
    height: 100%;
  }
  #contentsWrapper .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contentsWrapper .mainContent {
    width: 1800rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 20rem;
  }
  #contentsWrapper .mainContent .textContent {
    width: 960rem;
  }
  #contentsWrapper .mainContent .textContent .text {
    padding: 26rem 0;
  }
  #contentsWrapper .mainContent .textContent .heading {
    margin-top: 20rem;
    border-bottom: 1rem #fff solid;
  }
  #contentsWrapper .mainContent .textContent .heading .en {
    font-size: 36rem;
  }
  #contentsWrapper .mainContent .textContent .heading .jp {
    font-size: 24rem;
    font-weight: 700;
    opacity: 0.7;
  }
  #contentsWrapper .mainContent .textContent .contact span {
    padding: 0 10rem;
    border-radius: 5rem;
    margin-right: 5rem;
  }
  #contentsWrapper .mainContent .textContent .contact span.tel {
    margin-left: 30rem;
  }
  #contentsWrapper .mainContent .textContent .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34rem;
    font-weight: 900;
  }
  #contentsWrapper .mainContent .textContent .sns p {
    padding-right: 15rem;
  }
  #contentsWrapper .mainContent .textContent .sns img {
    width: 70rem;
    margin: 0 8rem;
  }
  #contentsWrapper .mainContent .imageContent {
    width: 800rem;
    height: 800rem;
    background-color: #fff;
    padding: 20rem;
  }
  #contentsWrapper .mainContent .floatImage.drum {
    width: 320rem;
    top: 550rem;
    right: 80rem;
  }
  #contentsWrapper .mainContent .floatImage.guitar {
    width: 320rem;
    top: 600rem;
    right: -80rem;
  }
  #contentsWrapper .mainContent .floatImage.takoyaki {
    width: 340rem;
    top: -150rem;
    right: calc(50% + 520rem);
  }
  #contentsWrapper .mainContent .floatImage.bottle {
    width: 340rem;
    top: -180rem;
    right: calc(50% + 310rem);
  }
  #contentsWrapper .mainContent .floatImage.beer {
    width: 340rem;
    top: -180rem;
    right: calc(50% + 90rem);
  }
  #contentsWrapper #f1Content .mainContent {
    flex-direction: row-reverse;
  }
  #contentsWrapper #f1Content .mainContent .textContent .sns {
    position: absolute;
    top: -124rem;
    right: 30rem;
  }
  #contentsWrapper #f1Content .mainContent .imageContent .slick-slider .slick-dots {
    top: auto;
    bottom: -65rem;
  }
}
@media screen and (min-width: 1440px) {
  body #ui #main {
    width: 840px;
    height: 280px;
    top: calc(50% - 440px);
    left: calc(50% - 420px);
  }
  body #ui #main .fb, body #ui #main .insta {
    display: none;
  }
  #about {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .aboutClose {
    position: fixed;
    width: 80px;
    padding: 10px;
    border-radius: 70px;
    right: calc(50% - 720px);
    top: 60px;
  }
  #about .aboutContainer {
    width: 1400px;
    min-height: 80vh;
    border: #fff 20rem solid;
    border-radius: 20px;
    box-shadow: 0rem 0rem 10rem 10rem rgba(0, 0, 0, 0.2);
  }
  #about .aboutContainer .aboutContent {
    padding: 20px;
    height: 60vh;
    margin-top: 17vh;
    display: flex;
    justify-content: space-between;
  }
  #about .aboutContainer .aboutContent > div {
    width: 45%;
    width: 100%;
  }
  #about .aboutContainer .aboutContent .aboutInfo {
    font-size: 18px;
    padding: 0;
    padding-left: 30px;
    padding-right: 50px;
    overflow: hidden;
  }
  #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(odd) {
    width: 7em;
  }
  #about .aboutContainer .aboutContent .aboutInfo .basicData > div:nth-child(even) {
    width: calc(100% - 8em);
  }
  #about .aboutContainer .aboutContent .aboutInfo .photoContainer {
    padding-top: 10px;
  }
  #about .aboutContainer .aboutContent .aboutInfo .photoContainer > div {
    border-radius: 4px;
  }
  #about .aboutContainer .aboutContent .mapContainer {
    width: 100%;
    height: 100%;
  }
  #contentsWrapper .content {
    width: 100%;
    height: 100%;
    padding-top: 180px;
    overflow: hidden;
  }
  #contentsWrapper .mainContent {
    width: 1450px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 16px;
  }
  #contentsWrapper .mainContent .textContent {
    width: 814px;
  }
  #contentsWrapper .mainContent .textContent .text {
    padding: 26rem 0;
  }
  #contentsWrapper .mainContent .textContent .heading {
    margin-top: 20px;
    border-bottom: 1rem #fff solid;
  }
  #contentsWrapper .mainContent .textContent .heading .en {
    font-size: 30px;
  }
  #contentsWrapper .mainContent .textContent .heading .jp {
    font-size: 20px;
    font-weight: 700;
    opacity: 0.7;
  }
  #contentsWrapper .mainContent .textContent .contact span {
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 5px;
  }
  #contentsWrapper .mainContent .textContent .contact span.tel {
    margin-left: 30px;
  }
  #contentsWrapper .mainContent .textContent .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
  }
  #contentsWrapper .mainContent .textContent .sns p {
    padding-right: 15px;
  }
  #contentsWrapper .mainContent .textContent .sns img {
    width: 60px;
    margin: 0 5px;
  }
  #contentsWrapper .mainContent .imageContent {
    width: 588px;
    height: 588px;
    background-color: #fff;
    padding: 20px;
  }
  #contentsWrapper .mainContent .floatImage.drum {
    width: 260px;
    top: 400px;
    right: 30px;
  }
  #contentsWrapper .mainContent .floatImage.guitar {
    width: 260px;
    top: 450px;
    right: -100px;
  }
  #contentsWrapper .mainContent .floatImage.takoyaki {
    width: 260px;
    top: -100px;
    right: calc(50% + 450px);
  }
  #contentsWrapper .mainContent .floatImage.bottle {
    width: 260px;
    top: -130px;
    right: calc(50% + 290px);
  }
  #contentsWrapper .mainContent .floatImage.beer {
    width: 260px;
    top: -130px;
    right: calc(50% + 130px);
  }
  #contentsWrapper #f1Content .mainContent {
    flex-direction: row-reverse;
  }
  #contentsWrapper #f1Content .mainContent .textContent .sns {
    position: absolute;
    top: -124px;
    right: 30px;
  }
  #contentsWrapper #f1Content .mainContent .imageContent .slick-slider .slick-dots {
    top: auto;
    bottom: -65px;
  }
}

/*# sourceMappingURL=style.css.map */
