@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* 共通パーツの編集
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #cocomi-gelee header {
    margin-bottom: 20px;
  }
}
#cocomi-gelee header h1 a {
  display: block;
  height: 100%;
}
#cocomi-gelee header h1 img {
  position: relative;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #cocomi-gelee header h1 img {
    top: calc(50% - 10px);
    width: auto;
    height: 40%;
  }
}
#cocomi-gelee header nav {
  margin-left: 50px;
}
@media screen and (max-width: 999px) {
  #cocomi-gelee header nav {
    margin-left: 20px;
  }
}
#cocomi-gelee .brand_bnr {
  position: relative;
}
#cocomi-gelee .brand_bnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  display: block;
  width: 100%;
  height: 215px;
  background-image: url(../img/sub/cocomi_bg_pattern.webp);
  background-repeat: repeat;
  background-size: 700px auto;
  background-position: bottom left;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #cocomi-gelee .brand_bnr::before {
    height: 184px;
  }
}
#cocomi-gelee a.btn_top {
  margin: 0px auto 100px;
  padding-top: 95px;
  background-image: url(../img/sub/cocomi_pagetop.webp);
  background-size: 120px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: #3E2D01;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #cocomi-gelee a.btn_top {
    font-size: 14px;
  }
}

/* 共通
--------------------------------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

span.word {
  display: inline-block;
}

.page_cocomi {
  font-family: "Zen Maru Gothic", sans-serif;
  background-image: url(../img/sub/cocomi_bg_pattern.webp);
  background-repeat: repeat;
  background-size: 700px auto;
  background-position: top left;
}
.page_cocomi p {
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #3E2D01;
}

/* KV
--------------------------------------------------*/
#kv {
  margin-bottom: 0 !important;
  height: auto !important;
  display: flex;
  align-items: center;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kv {
    padding: 40px 0;
  }
}
#kv .kv_inner {
  position: relative;
  max-width: 1200px;
  width: 85.7%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #kv .kv_inner {
    width: 90%;
  }
}
#kv .kv_img {
  width: 100%;
  box-shadow: 0 0 18px 20px rgba(255, 255, 255, 0.8);
  border-radius: 12%;
}
#kv .kv_img .img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kv .kv_img {
    box-shadow: 0 0 10px 12px rgba(255, 255, 255, 0.7);
    border-radius: 8%;
  }
}
#kv .kv_logo {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(300px, 35.07vw, 600px);
}
@media screen and (max-width: 768px) {
  #kv .kv_logo {
    width: 450px;
    right: 0;
    left: 50%;
    top: auto;
    bottom: 6%;
    transform: translateY(0) translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  #kv .kv_logo {
    width: 340px;
  }
}
@media screen and (max-width: 380px) {
  #kv .kv_logo {
    width: 280px;
  }
}

/* Products
--------------------------------------------------*/
#products {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #products {
    padding: 40px 0;
  }
}
#products .wrapper_products {
  max-width: 1000px;
  width: 71.43%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #products .wrapper_products {
    width: 90%;
  }
}
#products .title_lineup {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #products .title_lineup {
    margin-bottom: 40px;
  }
}
#products .title_lineup .ttl {
  width: 172px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #products .title_lineup .ttl {
    width: 150px;
  }
}
#products .tag_banner {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #products .tag_banner {
    margin-bottom: 35px;
  }
}
#products .tag_banner .img {
  width: 290px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #products .tag_banner .img {
    width: 250px;
  }
}
#products .list_products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 70px 50px;
}
@media screen and (max-width: 999px) {
  #products .list_products {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #products .list_products {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 320px;
    margin: 0 auto;
  }
}
#products .list_products .item {
  grid-column: span 2;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
#products .list_products .item:nth-child(4) {
  grid-column: 2/span 2;
}
#products .list_products .item:nth-child(5) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 999px) {
  #products .list_products .item {
    grid-column: auto;
  }
  #products .list_products .item:nth-child(4), #products .list_products .item:nth-child(5) {
    grid-column: auto;
  }
}
#products .list_products .thumb {
  margin: 0 auto 20px;
}
#products .list_products .thumb .img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
}
#products .list_products .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #3E2D01;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  width: auto;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  #products .list_products .name {
    font-size: 16px;
  }
}
#products .list_products .flavors {
  display: flex;
  width: fit-content;
  margin: 0 auto 5px;
  border-radius: 999px;
  overflow: hidden;
}
#products .list_products .flavors .flavor {
  padding: 1px 12px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #products .list_products .flavors .flavor {
    font-size: 12px;
  }
}
#products .list_products .flavors .flavor:first-child {
  color: #fff;
}
#products .list_products .flavors .flavor:first-child.flavor_ramune {
  color: #3E2D01;
}
#products .list_products .flavors .flavor:last-child {
  color: #3E2D01;
}
#products .list_products .flavors .flavor_cherry {
  background-color: #FD6B6B;
}
#products .list_products .flavors .flavor_apple {
  background-color: #FFBE96;
}
#products .list_products .flavors .flavor_ramune {
  background-color: #9EEDE9;
  color: #3E2D01;
}
#products .list_products .flavors .flavor_lemon {
  background-color: #FDFFB4;
}
#products .list_products .flavors .flavor_peach {
  background-color: #F98B6F;
}
#products .list_products .flavors .flavor_orange {
  background-color: #FFDE96;
}
#products .list_products .flavors .flavor_mango {
  background-color: #F89728;
}
#products .list_products .flavors .flavor_pineapple {
  background-color: #FFE065;
}
#products .list_products .flavors .flavor_lafrance {
  background-color: #CCB41D;
}
#products .list_products .flavors .flavor_muscat {
  background-color: #EDFD92;
}
#products .list_products .feature {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #products .list_products .feature {
    font-size: 12px;
  }
}
#products .list_products .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#products .list_products .feature.feature_cherry::before {
  background-color: #FD6B6B;
}
#products .list_products .feature.feature_lemon::before {
  background-color: #FDFFB4;
}
#products .list_products .feature.feature_peach::before {
  background-color: #F98B6F;
}
#products .list_products .feature.feature_pineapple::before {
  background-color: #FFE065;
}
#products .list_products .feature.feature_lafrance::before {
  background-color: #CCB41D;
}
#products .list_products .desc {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #products .list_products .desc {
    font-size: 14px;
  }
}

/* Set
--------------------------------------------------*/
#set {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #set {
    padding-bottom: 50px;
  }
}
#set .wrapper_set {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#set .contents {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #set .contents {
    padding: 35px 20px 25px;
    border-radius: 20px;
  }
}
#set .list_set {
  display: grid;
  max-width: 1000px;
  width: 71.43%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #set .list_set {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 30px;
    width: 100%;
  }
}
#set .list_set .item {
  text-align: center;
}
#set .list_set .thumb {
  width: 100%;
  max-width: 304px;
  margin: 0 auto 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#set .list_set .thumb .img {
  display: block;
  height: auto;
  mix-blend-mode: multiply;
}
#set .list_set .label {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #set .list_set .label {
    font-size: 16px;
  }
}
#set .list_set .flavors {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3E2D01;
}
#set .bnr_hiroshima {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 50px);
  width: 100%;
  box-sizing: border-box;
  padding: 30px clamp(20px, 5vw, 40px);
  background-color: #E8F5F3;
  border-radius: 60px;
}
@media screen and (max-width: 999px) {
  #set .bnr_hiroshima {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 25px clamp(16px, 5vw, 24px);
    gap: 15px;
    border-radius: 30px;
  }
}
#set .bnr_hiroshima .box {
  flex-shrink: 0;
  width: clamp(150px, 20vw, 250px);
}
@media screen and (max-width: 999px) {
  #set .bnr_hiroshima .box {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #set .bnr_hiroshima .box {
    width: 200px;
  }
}
#set .bnr_hiroshima .box .img {
  display: block;
  width: 100%;
  height: auto;
}
#set .bnr_hiroshima .cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: none;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #set .bnr_hiroshima .cont {
    flex-direction: column;
    gap: 12px;
  }
}
#set .bnr_hiroshima .logo {
  flex-shrink: 0;
  width: 70px;
}
#set .bnr_hiroshima .logo .img {
  display: block;
  width: 100%;
  height: auto;
}
#set .bnr_hiroshima .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #3E2D01;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #set .bnr_hiroshima .txt {
    font-size: 14px;
  }
}/*# sourceMappingURL=cocomi.css.map */