body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F3EFE4;
}

.view_pc {
    display: block;
}
.view_sp {
    display: none;
}

a {
    text-decoration: none;
    color: #F0F0F0;
}

h5 {
    margin: 0;
    padding: 0;
    text-align: center;
}

p {
    margin: 0;
    padding:0;
}


nav {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-around;
    z-index: 9999;
}

#logo {
    margin: 30px;
    display: flex;
    align-items: center;
}

.nav_pc ul {
    display: flex;
    margin: 40px 50px 0px auto;   
}

nav li {
    list-style-type: none;
    padding: 10px;
}

nav a{
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 499;
    font-size: 12px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.nav_sp {
    display: none;
}

#mv {
    width: 100vw;
    margin: 0;
    padding: 0;
}

#mv .view_pc {
  width: 100%;
  height: 100%;
}
#mv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section1 {
    background-color: #F3EFE4;
    padding: 100px 0;
    width: 85%;
    margin: 0 auto;
    max-width:1120px;
    position: relative;
    z-index:3;
}
#section1 .backlogo {
  position: absolute;
  top: -30px;
  left: -20%;
  z-index: 1;
}
.buy {
    display: flex;
    justify-content: center;
}

.buytext {
    margin: 60px 0 60px 30px;
    padding: 20px 0;
}


.buytext h2 {
    margin: 0;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 134.5%;
    letter-spacing: 0.05em;
    color: #000000;
}

.buytext p {
    margin: 40px 0;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
    text-align: left;
}

/* ボタン */
:root {
    --bg: #f3f8fa;
    --white: #fff;
    --black: #282936;
    --transition-duration: 0.45s;
    --transition-ease: cubic-bezier(0.65, 0, 0.076, 1);
  }
  
button {
    width: 215px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}


.buybtn .circle {
    position: relative;
    
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--black);
    border-radius: 1.625rem;
    transition: all var(--transition-duration) var(--transition-ease);
}

.buybtn .circle .icon {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--white);
    transition: all var(--transition-duration) var(--transition-ease);
}

.buybtn .circle .icon.arrow {
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    transition: all var(--transition-duration) var(--transition-ease);
}

.buybtn .circle .icon.arrow::before {
    position: absolute;    
    z-index: 2;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--white);
    border-right: 0.125rem solid var(--white);
    transform: rotate(45deg);
}

.buybtn .button-text {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: var(--black);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all var(--transition-duration) var(--transition-ease);
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: var(--white);
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: var(--white);
}
/* ここまでボタン */

#feature {
    background-color: #F3EFE4;
    overflow: hidden;
}

#feature img{
    object-fit: contain;
    width: 100%;
}

#detail {
    min-width: 100%;
    margin: 0 -15%;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#detail .col {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: -70px auto;
  position: relative;
  z-index: 3;
}
#detail .tag {
    max-width: 246px;
    margin: 70px  auto 0;
    z-index: 3;
}
#detail .tag p {
    margin-left: 3px;
    padding: 10px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: start;
}

#detail .icon {
    max-width: 400px;
    min-width: 200px;
    z-index: 3;
}
#detail .coffee_img{
  z-index: 3;
}
#detail .coffee_top{
  margin-right: 450px;
}
#detail .coffee_right{
  margin-left: 800px;
}
#detail .coffee_left{
  margin-right: 800px;
}
#detail .bg_liquid {
  position: absolute;
  z-index: 1;
}
#detail .bg_liquid01 {
  left: -60%;
  bottom: 0;
  z-index: 1;
}
#detail .bg_liquid02 {
  left: -100%;
  top: 0;
  z-index: 1;
}
#detail .bg_liquid03 {
  right: -90%;
  bottom: 30px;
  z-index: 1;
}

#voice {
  width: 80%;
  margin: 70px auto 0px;
}
#voice img {
  width: 100%;
}

/*#vcontent {
    padding: 10% 0;
    background-image: url(assets/images/voice_bg.png);
    width: 80%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

#vcontent h5 img{
    max-width: 350px;
}
.voice {
    width: 75%;
    display: flex;
    justify-content:start;
    margin: 0 auto;
}

.customer h6 {
    margin: 5px 0;
    width: 75px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}


.voice p {
    margin: 5px 3%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
}
*/

#flavor {
    width: 75%;
    margin: 30px auto;
}

#flavor h5 {
    margin-top: 50px;
}
#flavor h5 img {
    width: auto;
}

#flavor p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
}

#regular {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.regular {
    background: #EBECEC;
    border-radius: 14px;
    aspect-ratio: 246/249;
}
.regular img {
  width: 100%;
}
.regular h6 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    align-items: center;
    text-align: center;
}
.regular h4 {
    margin:0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #3A8A64;
    border-radius: 0px 0px 14px 14px;
    width:100%;
    height: 40px;
    line-height: 40px;
}

#section3 .buy {
    padding: 50px 10%;
}
#section3 .buy img { 
    object-fit: contain;
    width: 50%;
}
#instagram {
  margin-top: 30px;
}
#instagram p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
}
#instagram h5 img {
    width: auto;
}
#instapi {
  width: 75%;
  margin: 50px auto;
  display:flex;
  justify-content:space-between;
}
#instapi .item {
  width: 30%;
}
#instapi .item img {
  width: 100%;
}

#bottom .view_pc {
    width: 90%;
    margin: 90px auto  0px;
    display: flex;
    justify-content: center;
    gap: 55px;
}

#map {
    width: 50%;
    min-height: 471px;
}

#map iframe {
    width:100%;
    height:100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#bottom {
    background: #565656;
    color: #F0F0F0;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.05em;
}

#bottom table {
    padding: 50px 0 75px;
}

#bottom th {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 116.5%;
    text-align: left;

}

#bottom tr {
    vertical-align: text-bottom;
}
#bottom td {
  padding-left: 15px;
}

#bottom td a img{
  width: auto;
  height: 15px;
}
#bottom p {
    padding-bottom: 5px;
}

#bottom a {
    padding-right: 5px;
}

footer h4 {
    color: #585858;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
}


    
/* スマホ用 */
@media screen and (max-width: 767px) {

    body {
        width: 100%;
    }
    /* 共通パーツ */
    .view_pc {
      display: none;
    }
    .view_sp {
      display: block;
    }
    .nav_pc {
        display: none;
    }
    .nav_sp {
        width: 100%;
        position: fixed;
        display: flex;
        justify-content: space-between;
        z-index: 9999;
    }

    #sp_nav{
        margin:0;
        position: fixed;
        z-index: 998;
        top:0;
        right: -120%;
        height: 100svh;
        width:100%;
        background:#F3EFE4;
        transition: all 0.6s;
    }
    #sp_nav.panelactive{
        right: 0;
    }
    #sp_nav ul {
        z-index: 999;
        flex-direction: column;
        margin-top: 100px;
        margin-left: 14%;
        gap: 40px;
    }
    #sp_nav li a {
        color: #000000;
        font-size: 24px;
    }

    /* ハンバーガーメニュー */
    .openbtn1{
        margin: 30px;
        position: relative;/*ボタン内側の基点となるためrelativeを指定*/
        z-index: 999;
        border: 2px solid #000000;
        cursor: pointer;
        width: 50px;
        height:50px;
        border-radius: 5px;
    }

    .openbtn1 span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #000000;
        width: 45%;
    }
    .openbtn1 span:nth-of-type(1) {
        top:15px; 
    }
    
    .openbtn1 span:nth-of-type(2) {
        top:23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top:31px;
    }
    
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #section1 {
      padding: 30px 0;
    }
    #section1 img {
        width: 100%;
    }
    #section1 .backlogo {
      top: 0;
      left:-15%;
    }
    .buytext h2 {
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }
    .buytext p {
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        margin: 25px auto;
    }
    #mv {
      height: auto;
    }
    #section1 .buytext {
        margin: auto;
        padding: 0px 0;
    }
    button {
        margin: 0 auto;
    }
    #feature {
    }

    #detail {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    #detail .col {
      width:90%;
      margin: 0 auto;
      gap: 0px;
    }
    #detail .tag {
      width: 45%;
      margin-top: 0;
    }
    #detail .icon {
      width: 47%;
      min-width: auto;
    }
    #detail .coffee_top {
      margin-right: 160px;
      width: 100px;
      margin-bottom: -50px;
    }
    #detail .coffee_right {
      margin-left: auto;
      width: 100px;
      margin-top: -70px;
      z-index: 2;
    }
    #detail .coffee_left {
      margin-right: 200px;
      width: 100px;
      margin-top: -50px;
    }
    #detail .bg_liquid01 {
      left: -45%;
    }
    #detail .bg_liquid02 {
      left: auto;
      right: -50%;
    }
    #detail .bg_liquid03 {
      display: none;
    }
    
    #section3 {
        background-image: url(assets/images/sec2_bg6.png);
        background-repeat: no-repeat;
        background-position: right -304px bottom 20%;
        padding-bottom: 50px;
    }

    #flavor h5 img,
    #instagram h5 img{
      width: 100%
    }
    #flavor p {
      margin: 0 -10%;
    }
    #section3 .buytext {
        margin: 50px auto 0 auto;
        padding: 0;
    }    
    #voice {
        width: 100%;
    }
    #voice img {
      width: 100%;
    }
    #instagram h5{
      margin: 0 auto;
      width: 75%;
    }
    #instapi {
      justify-content: center;
      flex-direction: column;
      gap: 50px;
    }
    #instapi .item {
       width: 100%;
      }
    
    #giftbox {
      width:80%;
      margin: 25px auto;
    }

    #giftbox img {
        width:100%;
    }

    #bottom table: {
      width: 90%;
      margin: 0 auto;
    }
    #bottom .view_pc {
        display: none;
    }
    #bottom .view_sp table {
        margin: 10px auto;
        width: 90%;
        font-size: 12px;
    }
    #bottom th {
      font-size: 15px;
    }
    #map {
        width: 100%;
        aspect-ratio: 1/1;
        min-height: 300px;
    }
    
}

@media screen and (max-width: 1024px) {
    #regular {
        margin: 30px auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .regular {
        margin:0 auto;
        aspect-ratio: 246/41;
        width:100%;
        
    }
}
@media screen and (max-width: 375px)  {
  #detail .coffee_right {
    margin-top: -120px;
  }
  #detail .coffee_left {
    margin-top: -100px;
  }
}
