@charset "utf-8";
/*----- 
01.牡蠣についてページ
----- */
#onooyster .top-parts{
  padding: 105px 0 0;
  background-color: #E3F6FC;
  position: relative;
  
}
#onooyster .top-parts h2{
  font-size: 48px;
  font-weight: 700;
  color: #005C92;
  text-align: center;
  margin-bottom: 30px;
}
#onooyster .top-parts .text-wrap{
  text-align: center;
}
#onooyster .top-parts .text-wrap p{
  margin-bottom: 20px;
}
#onooyster h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #005C92;
}
#onooyster .cnt-right .img-wrap{
  border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#onooyster .cnt-right .img-wrap img{
 border-radius: 50%;
  background-color: #fff;
border: 15px solid #AEDDE6;
}
#onooyster .flex-box1{
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
      max-width: 1200px;
}
#onooyster .flex-box2{
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 30px;
      max-width: 1200px;
}
#onooyster .cnt-left{
width: 60%;
    position: relative;
    z-index: 10;
}
#onooyster .cnt-right{
 
      position: relative;
}
#onooyster .arrow1{
    position: absolute;
    top: -50%;
    left: -100%;
    width: 470px;
    overflow: hidden;
}
#onooyster .arrow-img1{
transform: rotate(-55deg);
}
#onooyster .fune{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
      width: 180px;
          top: 20%;
          z-index: 5;
}
#onooyster .onoseto{
  position: absolute;
    top: 50%;
}

#onooyster .big-wrapper{
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  margin-top: -60px;
}
#onooyster .bg{
width: 257%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 975px;
    object-fit: cover;
}
#onooyster h2{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #005C92;
  position: relative;
}
#onooyster .box-wrap{
  position: relative;
  z-index: 10;
}
#onooyster .box-wrap1{
max-width: 1216px;
margin: 50px 0 0 72px;
}
#onooyster .box-wrap2{
max-width: 1216px;
margin-left: auto;
    padding-bottom: 50px;
}
#onooyster .text-box{
  max-width: 500px;
}
#onooyster .text-box1{
  margin-top: 32px;
  margin-left: 218px;
  margin-bottom: 50px;
  position: relative;
}
#onooyster .text-box2{
  margin-left: 200px;
  margin-top: -50px;
  
}
#onooyster .text-box p:first-of-type{
  margin-bottom: 16px;
}
#onooyster .cnt-img{
position: relative;
z-index: 10;
}
#onooyster .cnt-img1{
margin-top: 72px;
}
#onooyster .cnt-img2{
margin-top: 100px;
}
#onooyster .arrow2 {
    position: absolute;
    bottom: -50%;
    left: -100%;
    width: 470px;
    overflow: hidden;
}
#onooyster .arrow2 .arrow-img2{
  transform: rotate(-305deg);
}
#onooyster .bottom-parts{
background-color: #FCF8F4;
padding: 95px 0 65px;
}
#onooyster .hakobu {
    position: absolute;
left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    width: 100px;
}
#onooyster .teraiwa{
  margin: 0 auto 10px;
}
#onooyster .teraiwa{
  margin: 0 auto 10px;
}
#onooyster .movie{
  padding: 45px 0 120px;
}
#onooyster .movie .text-center{
  margin-bottom: 30px;
}
#onooyster .movie-wrap-wrap{
max-width: 800px;
margin: 0 auto;
}
#onooyster .movie-wrap{
  	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}
#onooyster .movie-wrap iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
    height: 100%;
}
@media screen and (max-width: 1180px){
/*----- 
01牡蠣についてページ 1180px
----- */
#onooyster .arrow-img1 {
    transform: rotate(-40deg);
}
#onooyster .arrow1 {
    left: -50%;
}
#onooyster .arrow2 .arrow-img2 {
    transform: rotate(-325deg);
}
#onooyster .arrow2 {
    left: -50%;
}
#onooyster .fune {
    left: 30%;
    top: 30%;
}
#onooyster .flex-box2{
  gap: 20px;
}
}
@media screen and (max-width: 1080px){
/*----- 
01牡蠣についてページ 1080px
----- */
#onooyster .top-parts h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
#onooyster h2{
  font-size: 34px;
}
#onooyster .ikada {
margin: 0 auto;
}
#onooyster .flex-box1{
  margin-top: 100px;
}
#onooyster .top-parts {
    padding: 105px 0 50px;
}
#onooyster .arrow1 .fune{
        left: auto;
        top: 15%;
        right: 0;
}
#onooyster .onoseto {
    top: 25%;
}
#onooyster .arrow2 .fune {
        top: 45%;
    }
}
@media screen and (max-width: 768px){
/*----- 
01.牡蠣についてページ 768px
----- */
#onooyster .top-parts {
        padding: 50px 0 50px;
    }
    #onooyster .top-parts h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #onooyster .flex-box1{
      flex-direction: column-reverse;
      margin-top: 30px;
    }
    #onooyster .cnt-left {
    width: 100%;
}
#onooyster .cnt-img{
  margin-bottom: 50px;
}
    #onooyster .flex-box2 {
flex-direction: column-reverse;
    }
        #onooyster .arrow1 {
        left: auto;
        right: 0;
        top: -35%;
        width: 250px;
    }
    #onooyster .arrow-img1 {
        transform: rotate(-20deg);
    }
        #onooyster .arrow1 .fune {
        right: -45px;
        width: 100px;
    }
#onooyster .arrow2 {
width: 250px;
        left: auto;
        right: 0;
        bottom: auto;
        top: -40%;
    }
        #onooyster .arrow2 .fune {
        top: 0;
        width: 100px;
        left: auto;
                right: -35px;
    }
    #onooyster .hakobu {
        width: 75px;
        bottom: 40%;
}
#onooyster h3 {
    line-height: 1.5;
}
#onooyster .cnt-right .img-wrap{
  margin-bottom: 10px;
}
}