@charset "UTF-8";
@font-face {
  font-family: 'SoDoSans';
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff2");
}

@font-face {
	font-family: 'SoDoSans SemiBold';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff");
}

.mod-en {
  font-family: 'SoDoSans';
  font-weight: 700;
}

.mod-en-semi {
  font-family: 'SoDoSans SemiBold';
  font-weight: 400;
}

body {
  height: 100%;
   overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.section_inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@media print, screen and (min-width: 1024px) {
  .mod-pc {
    display: block;
  }
  .mod-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .mod-pc {
    display: none;
  }
  .mod-sp {
    display: block;
  }
  .section_inner {
    max-width: 100%;
    padding: 0 calc(16/375*100vw);
  }

}

/* ----------------------------------
  mainContents
------------------------------------ */
.mainContents {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}
.mainContents p {
  margin: 0;
  color: #000000de;
}
.mainContents a {
  cursor: pointer;
  transition: .3s all;
}
.mainContents a:hover{
  opacity: .7;
}

/* ----------------------------------
  common_text_parts
------------------------------------ */
.ttl_h1 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(24/24);
    margin: 11.2rem auto 6rem;
}
.ttl_h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(41/24);
    margin-bottom: 4rem;
}
.ttl_h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: calc(41/20);
    margin-bottom: 1.6rem;
}
.ttl_h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(22/16);
}

.mainContents p.mod_text {
  font-size: 1.5rem;
  line-height: calc(24/15);
  margin-bottom: 8rem;
}

.section_line {
  width: 40px;
  height: 4px;
  background: #067149;
  margin: 10rem auto 6.6rem;
}

@media print, screen and (max-width: 1023px) {
  .ttl_h1 {
      font-size: calc(18/375*100vw);
      line-height: calc(28/18);
      margin: calc(39/375*100vw) auto calc(36/375*100vw);
  }
  .ttl_h2 {
      font-size: calc(18/375*100vw);
      line-height: calc(28/18);
      margin-bottom: calc(24/375*100vw);
  }
  .ttl_h3 {
      font-size: calc(17/375*100vw);
      line-height: calc(28/17);
      margin-bottom: calc(10/375*100vw);
  }
  .ttl_h4 {
      font-size: calc(16/375*100vw);
      line-height: calc(22/16);
  }

  .mainContents p.mod_text {
    font-size: calc(13/375*100vw);
    line-height: calc(22/13);
    margin-bottom: calc(60/375*100vw);
  }

  .section_line {
    width: calc(40/375*100vw);
    height: calc(4/375*100vw);
    margin: calc(80/375*100vw) auto calc(50/375*100vw);
  }
}

/* ----------------------------------
  section_lead
------------------------------------ */
.section_lead p.mod_text {
    margin-bottom: 5rem;
}

/* ----------------------------------
  index
------------------------------------ */

.index {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 2.5rem 6rem;
  margin-top: 5rem;
}
.mainContents p.index_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: calc(22/13);
  margin-bottom: 0.3rem;
}
.index_list li {
  padding: 0.8rem 0;
  /* margin-bottom: 0.6rem; */
}
.index_list li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #39664A;
  line-height: calc(22/14);
  letter-spacing: 0.02em;
}
.index_list li a::before {
  content: "";
  background: url(/howto/beverage_size/images/arrow.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1.4rem;
  height: 0.8rem;
  margin-right: 1.2rem;
}

@media print, screen and (max-width: 1023px) {
  .index {
    border-radius: calc(8/375*100vw);
    padding: calc(30/375*100vw) calc(37/375*100vw) calc(19/375*100vw) calc(17/375*100vw);
  }
  .mainContents p.index_ttl {
    font-size: calc(15/375*100vw);
    margin-bottom: calc(22/375*100vw);
  }
  .index_list li {
    padding: 0 calc(3/375*100vw);
    margin-bottom: calc(18/375*100vw);
  }
  .index_list li a {
    display: flex;
    align-items: center;
    font-size: calc(14/375*100vw);
  }
  .index_list li a::before {
    width: calc(14/375*100vw);
    height: calc(8/375*100vw);
    margin-right: calc(12/375*100vw);
    flex-shrink: 0;
  }
}


/* ----------------------------------
  section_size
------------------------------------ */
.section_size_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.1rem;
}
.section_size_item {
  width: 16.9rem;
  height: auto;
  flex-shrink: 0;
}
.section_size_item .item_name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-top: 0.8rem;
}
.section_size_item .item_name span {
  display: block;
  margin-top: 0.3rem;
}
#short {
  margin-top: 9.2rem;
}
@media print, screen and (max-width: 1023px) {
  .section_size_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px 0;
    margin-bottom: calc(56/375*100vw);
  }
  .section_size_item {
    width: 46%;
  }
  .section_size_item .item_name {
    font-size: calc(13/375*100vw);
    margin-top: calc(10/375*100vw);
  }
  .section_size_item .item_name span {
    margin-top: calc(5/375*100vw);
  }
  #short {
    margin-top: calc(60/375*100vw);
  }
}

/* ----------------------------------
  section_product
------------------------------------ */
.section_product {
  margin: 8rem 0;
}
.section_product .ttl_h4 {
  text-align: center;
  margin-bottom: 3.2rem;
}

.section_product_item {
  width: 152px;
  max-width: 152px;
  margin-right: 4px;
  /* margin-bottom: 54px; */
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.section_product_item .card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.section_product_item__img {
  position: relative;
  height: 15.2rem;
  margin-bottom: 10px;
}
.section_product_item__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section_product_item_text {
  text-align: start;
  padding: 0 1rem 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.section_product_item_text ._title {
    font-size: 11px;
  font-weight: 600;
  line-height: calc(17/11);
  margin-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
}
.section_product_item_text ._text {
    font-size: 1.1rem;
  line-height: calc(16/11);
  font-weight: 400;
  margin-bottom: 3.7rem;
}
.section_product_item_text > .section_product_item_text-footer > .english {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-family: "SoDoSans";
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  letter-spacing: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.7rem;
}
.section_product_item_text-footer .button {
  display: inline-block;
  color: #fff;
  background: #00754A;
  border: solid 1px #00754A;
  font-size: 1.3rem;
  font-weight: 400;
  /* margin-bottom: 1rem;
  margin-top: 0.7rem; */
  line-height: 19px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  padding: 5px 0 6px 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.section_product_item_text-footer .button:hover {
  opacity: .7;
}
.article_btn {
  width: 18rem;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #00754a;
  margin: 3.2rem auto 0;
}
.article_btn a {
  display: block;
  text-align: center;
  color: #00754a;
  font-size: 1.6rem;
  line-height: calc(27/16);
  font-weight: bold;
  padding: 1.4rem 0;
}
@media print, screen and (min-width: 1024px) {
  .section_product_list {
    width: 50.5rem;
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .section_product {
    margin: calc(60/375*100vw) 0;
  }
  .section_product .ttl_h4 {
    margin-bottom: calc(30/375*100vw);
  }
  /* .section_product_item {
    max-width: 100%;
    width: calc(152/375*100vw);
    margin-right: calc(8/375*100vw);
    border-radius: calc(12/375*100vw);
  } */
  .section_product_item .card__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    height: 100%;
  }
  .section_product_item__img {
    position: relative;
    height: auto;
    margin-bottom: calc(14/375*100vw);
  }
  .section_product_item__img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .section_product_item_text {
    text-align: start;
    padding: 0 11px 14px 11px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }
  .pullDown {
    padding: 0;
  }

  /* .section_product_item_text-header {
    font-size: calc(11/375*100vw);
  }
  .section_product_item_text ._title {
    margin-bottom: calc(8/375*100vw);
  }
  .section_product_item_text ._text {
    margin-bottom: calc(37/375*100vw);
  }
  .section_product_item_text > .section_product_item_text-footer > .english {
    font-size: calc(14/375*100vw);
    line-height: calc(17/375*100vw);
  }
  .section_product_item_text-footer .button {
    border: solid calc(1/375*100vw) #00754a;
    font-size: calc(13/375*100vw);
    margin-bottom: calc(10/375*100vw);
    margin-top: calc(7/375*100vw);
    line-height: calc(19/375*100vw);
    border-radius: calc(50/375*100vw);
    padding: calc(5/375*100vw) 0 calc(6/375*100vw) 0;
  }
  .article_btn {
    width: calc(180/375*100vw);
    background: #fff;
    border-radius: calc(50/375*100vw);
    border: solid calc(1/375*100vw) #00754a;
    margin: calc(32/375*100vw) auto calc(60/375*100vw);
  }
  .article_btn a {
    font-size: calc(16/375*100vw);
    padding: calc(14/375*100vw) 0;
  }
  .section_product_item:last-child {
    margin-right: 0;
  } */
}

/* ----------------------------------
  section_tumbler
------------------------------------ */
.section_tumbler_img {
  margin-bottom: 4rem;
}
.section_tumbler p.mod_text {
  margin-bottom: 3.5rem;
}
.section_tumbler .mod_link a {
  display: block;
  color: #00754a;
  font-size: 1.3rem;
  line-height: calc(24/13);
  font-weight: 500;
}
@media print, screen and (max-width: 1023px) {
  .section_tumbler_img {
    margin-bottom: calc(24/375*100vw);
  }
  .section_tumbler p.mod_text {
    margin-bottom: calc(17/375*100vw);
  }
  .section_tumbler .mod_link a {
    font-size: calc(13/375*100vw);
  }
}

/* ----------------------------------
  section_summary
------------------------------------ */
.section_summary {
  margin-bottom: 10rem;
}
.section_summary .ttl_h2 {
    margin-bottom: 2rem;
}
@media print, screen and (max-width: 1023px) {
  .section_summary {
  margin-bottom: calc(76/375*100vw);
}
}

/* ----------------------------------
  section_mop
------------------------------------ */
.section_mop {
  border-top: 8px solid #EDEBE9;
  padding: 10rem 0;
}
.section_mop_img {
  position: relative;
}
.section_mop .section_mop_btn {
  position: absolute;
  top: 230px;
  left: 30px;
  width: 26rem;
  background: #026241;
  border-radius: 25px;
  border: solid 1px #026241;
}
.section_mop .section_mop_btn a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(41/14);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  .section_mop {
    border-top: calc(8/375*100vw) solid #EDEBE9;
    padding: calc(60/375*100vw) 0;
  }
  .section_mop .section_inner {
    padding: 0;
  }
  .section_mop_img img {
    width: 100%;
  }
  .section_mop .section_mop_btn {
    top: calc(400/375*100vw);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc(260/375*100vw);
    border-radius: calc(25/375*100vw);
    border: solid calc(1/375*100vw) #026241;
  }
  .section_mop .section_mop_btn a {
    font-size: calc(14/375*100vw);
  }
}

/* ----------------------------------
  section_bottom_link_wrap
------------------------------------ */
.section_bottom_link_wrap {
  border-top: 8px solid #EDEBE9;
  padding: 10rem 0;
}
.section_bottom_link {
  display: flex;
  flex-wrap: wrap;
  gap: 74px 60px;
}
.section_bottom_link_item {
  width: 37rem;
  display: flex;
  gap: 20px;
}
.section_bottom_link_img {
  width: 10.4rem;
  flex-shrink: 0;
}
.section_bottom_link_img img {
  border-radius: 65px;
}
.section_bottom_link_text ._ttl {
  font-size: 1.6rem;
  line-height: calc(22/16);
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.section_bottom_link_text ._text {
  font-size: 1.3rem;
  line-height: calc(22/13);
}
.section_bottom_link_text ._link {
  display: block;
  font-size: 1.3rem;
  line-height: calc(22/13);
  font-weight: 500;
  color: #00754A;
  margin-top: 1.8rem;
}

@media print, screen and (max-width: 1023px) {
  .section_bottom_link_wrap {
    border-top: calc(8/375*100vw) solid #EDEBE9;
    padding: calc(80/375*100vw) 0;
  }
  .section_bottom_link {
    flex-direction: column;
    gap: 51px 60px;
  }
  .section_bottom_link_item {
    width: 100%;
    gap: calc(20/375*100vw);
  }
  .section_bottom_link_img {
    width: calc(104/375*100vw);
    flex-shrink: 0;
  }
  .section_bottom_link_img img {
    border-radius: calc(65/375*100vw);
  }
  .section_bottom_link_text ._ttl {
    font-size: calc(16/375*100vw);
    margin-bottom: calc(18/375*100vw);
  }
  .section_bottom_link_text ._text {
    font-size: calc(13/375*100vw);
  }
  .section_bottom_link_text ._link {
    font-size: calc(13/375*100vw);
    margin-top: calc(18/375*100vw);
  }
}