@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%;
}

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  color: #1e0f00;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  background: #fff;
}

body {
  margin: 0 auto;
}

p {
  line-height: 2;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

dt {
  font-weight: normal;
  letter-spacing: normal;
}

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%;
}

hr {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a img {
  border: none;
}

@media screen and (max-width: 812px) {
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
common parts
************************************************************/
/* flex *****************/
.flex_bet {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_stretch {
  display: flex;
  justify-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_center {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_rev_col {
  flex-direction: column-reverse;
}

.flex_rev_row {
  flex-direction: row-reverse;
}

@media screen and (max-width: 812px) {
  .sp_flex_bet {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_stretch {
    display: flex;
    justify-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_center {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_right {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_rev_col {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 812px) {
  .sp_flex_rev_row {
    flex-direction: row-reverse;
  }
}

.a_i_center {
  align-items: center;
}

.a_i_end {
  align-items: flex-end;
}

/* col *****************/
.col1 > * {
  width: 100%;
}

.col2 > * {
  width: 50%;
}

.col3 > * {
  width: 33.3%;
}

.col4 > * {
  width: 25%;
}

.col5 > * {
  width: 20%;
}

.col.child_p1 > * {
  padding: 0 1%;
}

.col.child_p2 > * {
  padding: 0 2%;
}

.col.child_p3 > * {
  padding: 0 3%;
}

.col.child_p4 > * {
  padding: 0 4%;
}

.col.child_p5 > * {
  padding: 0 5%;
}

/* indent ******************/
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* table ******************/
.tbl1 {
  width: calc(100% - 2px);
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 2px solid #4b3f33;
  border-bottom: 2px solid #4b3f33;
  background: #f8f8f8;
}
.tbl1 tr {
  border-bottom: 2px dashed #ccc;
}
.tbl1 tr th {
  color: #4b3f33;
  font-size: 22px;
  text-align: left;
  padding: 40px 40px;
  line-height: 1.3;
}
.tbl1 tr th span {
  display: block;
  font-size: 11px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.04em;
  padding-left: 1px;
}
@media screen and (max-width: 812px) {
  .tbl1 tr th span {
    font-size: 10px;
  }
}
@media screen and (max-width: 812px) {
  .tbl1 tr th {
    padding: 5% 4vw 5%;
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.tbl1 tr td {
  font-weight: 700;
  line-height: 1.3;
  padding: 40px 40px;
  font-size: 30px;
}
.tbl1 tr td strong {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 812px) {
  .tbl1 tr td strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 812px) {
  .tbl1 tr td {
    width: 100%;
    display: block;
    padding: 0 5vw 8% 6.5vw;
    font-size: 19px;
  }
}

table.td_center td {
  text-align: center;
}

table.td_right td {
  text-align: right;
}

table.th_center th {
  text-align: center;
}

.free_tbl {
  margin: 15px 0;
}
.free_tbl th, .free_tbl td {
  vertical-align: top;
}
.free_tbl td:first-child {
  padding-right: 3%;
}
.free_tbl td:last-chilld {
  padding-left: 3%;
}

/* list ******************/
.list1 {
  margin: 10px 0;
}
.list1 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.list1 li:before {
  position: absolute;
  top: 1px;
  left: 0;
}

.list_rec {
  list-style: square;
  margin: 15px 0 10px 1em;
}
.list_rec li {
  margin-bottom: 12px;
  line-height: 1.4;
}

.list_num {
  list-style: decimal;
  margin: 15px 0 10px 1em;
}
.list_num li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.dl1 {
  border-bottom: 1px dotted #4b3f33;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.dl1 dt {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  color: #4b3f33;
}
.dl1 dt:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
  background: #4b3f33;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.dl1 dt.f_orange:before {
  background: #ffa336 !important;
}
@media screen and (max-width: 812px) {
  .dl1 dt {
    font-size: 16px;
  }
}
.dl1 dd {
  font-size: 14px;
}
.dl1.pt2 {
  border-bottom: 1px dotted #fff;
}
.dl1.pt2 dt:before {
  background: #fff;
}
.dl1.pt2 dt, .dl1.pt2 dd {
  color: #fff;
}

.dl2 {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.dl2 dt {
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  color: #4b3f33;
}
.dl2 dt:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #4b3f33;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 812px) {
  .dl2 dt {
    font-size: 18px;
  }
}
.dl2 dd {
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 812px) {
  .dl2 {
    border-bottom: 1px dotted #4b3f33;
  }
}

/************************************************************
clear fix & other parts
************************************************************/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  　height: 1px;
  /*¥*/
                /*/
height: auto;
overflow: hidden;
/**/
}

.h_alpha a img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 812px) {
  .h_alpha a img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.h_alpha a:hover img {
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 812px) {
  .h_alpha a:hover img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1 !important;
  }
}

.bg_white {
  background-color: #fff !important;
}

.bg_none {
  background: none !important;
}

.v_m {
  vertical-align: middle !important;
}

.v_t {
  vertical-align: top !important;
}

.t_r {
  text-align: right !important;
}

.t_l {
  text-align: left !important;
}

.t_c {
  text-align: center !important;
}

.f_normal {
  font-weight: 500 !important;
}

.f_normal2 {
  font-style: normal !important;
}

.f_left {
  float: left !important;
  _display: inline !important;
}

.f_right {
  float: right !important;
  _display: inline !important;
}

.f_white {
  color: #fff !important;
}

.f_orange {
  color: #ffa336 !important;
}

.f_blue {
  color: #0083c8 !important;
}

.bold {
  font-weight: bold !important;
}

.cursol {
  cursor: pointer;
}

.d_b {
  display: block !important;
}

.d_n {
  display: none !important;
}

.caution {
  color: #eb0000 !important;
}

.l_h_14 {
  line-height: 1.4 !important;
}

.l_h_16 {
  line-height: 1.6 !important;
}

.l_h_20 {
  line-height: 2.0 !important;
}

.o_h {
  overflow: hidden !important;
}

.f_eng1 {
  font-family: 'Quicksand', sans-serif;
}

.f_gothic {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.txt_uchikeshi {
  text-decoration: line-through;
}

.size26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.size24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.size22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.size20 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}

.size18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.size16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.size15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.size14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.size13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.size12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.size11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

/************************************************************
common width
************************************************************/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.w10p {
  width: 10px !important;
}

.w50p {
  width: 50px !important;
}

.w100p {
  width: 100px !important;
}

.w150p {
  width: 150px !important;
}

.w200p {
  width: 200px !important;
}

.w250p {
  width: 250px !important;
}

.w300p {
  width: 300px !important;
}

.w350p {
  width: 350px !important;
}

.w400p {
  width: 400px !important;
}

.w450p {
  width: 450px !important;
}

.w500p {
  width: 500px !important;
}

.w550p {
  width: 550px !important;
}

.w600p {
  width: 600px !important;
}

.w700p {
  width: 700px !important;
}

.w800p {
  width: 800px !important;
}

.w700p_a {
  max-width: 700px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.w1000p_a {
  max-width: 1000px;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.w1100p_a {
  max-width: 1100px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w1200p_a {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w1300p_a {
  max-width: 1350px;
  min-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 812px) {
  .w1300p_a {
    min-width: 0;
    width: 88%;
    padding: 0;
  }
}
.w1300p_a.pt2 {
  width: 94%;
}

.m_w1220p {
  min-width: 1220px;
}
@media screen and (max-width: 812px) {
  .m_w1220p {
    min-width: 0;
  }
}

/************************************************************
common height
***********************************************************/
.h30p {
  height: 30px !important;
}

.h100p {
  height: 100px !important;
}

.h150p {
  height: 150px !important;
}

.h200p {
  height: 200px !important;
}

/************************************************************
common margin
************************************************************/
.m_0 {
  margin: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.m_100 {
  margin: 100px !important;
}

.m_l_0 {
  margin-left: 0px !important;
}

.m_l_5 {
  margin-left: 5px !important;
}

.m_l_10 {
  margin-left: 10px !important;
}

.m_l_15 {
  margin-left: 15px !important;
}

.m_l_20 {
  margin-left: 20px !important;
}

.m_l_25 {
  margin-left: 25px !important;
}

.m_l_30 {
  margin-left: 30px !important;
}

.m_l_35 {
  margin-left: 35px !important;
}

.m_l_40 {
  margin-left: 40px !important;
}

.m_l_45 {
  margin-left: 45px !important;
}

.m_l_50 {
  margin-left: 50px !important;
}

.m_l_100 {
  margin-left: 100px !important;
}

.m_r_0 {
  margin-right: 0px !important;
}

.m_r_5 {
  margin-right: 5px !important;
}

.m_r_10 {
  margin-right: 10px !important;
}

.m_r_15 {
  margin-right: 15px !important;
}

.m_r_20 {
  margin-right: 20px !important;
}

.m_r_25 {
  margin-right: 25px !important;
}

.m_r_30 {
  margin-right: 30px !important;
}

.m_r_30 {
  margin-right: 30px !important;
}

.m_r_35 {
  margin-right: 35px !important;
}

.m_r_40 {
  margin-right: 40px !important;
}

.m_r_45 {
  margin-right: 45px !important;
}

.m_r_50 {
  margin-right: 50px !important;
}

.m_r_100 {
  margin-right: 100px !important;
}

.m_t_0 {
  margin-top: 0px !important;
}

.m_t_5 {
  margin-top: 5px !important;
}

.m_t_10 {
  margin-top: 10px !important;
}

.m_t_15 {
  margin-top: 15px !important;
}

.m_t_20 {
  margin-top: 20px !important;
}

.m_t_25 {
  margin-top: 25px !important;
}

.m_t_30 {
  margin-top: 30px !important;
}

.m_t_35 {
  margin-top: 35px !important;
}

.m_t_40 {
  margin-top: 40px !important;
}

.m_t_45 {
  margin-top: 45px !important;
}

.m_t_50 {
  margin-top: 50px !important;
}

.m_t_100 {
  margin-top: 100px !important;
}

.m_b_0 {
  margin-bottom: 0px !important;
}

.m_b_5 {
  margin-bottom: 5px !important;
}

.m_b_10 {
  margin-bottom: 10px !important;
}

.m_b_15 {
  margin-bottom: 15px !important;
}

.m_b_20 {
  margin-bottom: 20px !important;
}

.m_b_25 {
  margin-bottom: 25px !important;
}

.m_b_30 {
  margin-bottom: 30px !important;
}

.m_b_35 {
  margin-bottom: 35px !important;
}

.m_b_40 {
  margin-bottom: 40px !important;
}

.m_b_45 {
  margin-bottom: 45px !important;
}

.m_b_50 {
  margin-bottom: 50px !important;
}

.m_b_100 {
  margin-bottom: 100px !important;
}

.m_a {
  margin: 0 auto;
}

.m_1v {
  margin: 1vw;
}

.m_2v {
  margin: 2vw;
}

.m_3v {
  margin: 3vw;
}

.m_4v {
  margin: 4vw;
}

.m_5v {
  margin: 5vw;
}

.m_6v {
  margin: 6vw;
}

.m_7v {
  margin: 7vw;
}

.m_8v {
  margin: 8vw;
}

.m_9v {
  margin: 9vw;
}

.m_10v {
  margin: 10vw;
}

.m_t_1v {
  margin-top: 1%;
}

.m_t_2v {
  margin-top: 2%;
}

.m_t_3v {
  margin-top: 3%;
}

.m_t_4v {
  margin-top: 4%;
}

.m_t_5v {
  margin-top: 5%;
}

.m_t_6v {
  margin-top: 6%;
}

.m_t_7v {
  margin-top: 7%;
}

.m_t_8v {
  margin-top: 8%;
}

.m_t_9v {
  margin-top: 9%;
}

.m_t_10v {
  margin-top: 10%;
}

.m_b_1v {
  margin-bottom: 1%;
}

.m_b_2v {
  margin-bottom: 2%;
}

.m_b_3v {
  margin-bottom: 3%;
}

.m_b_4v {
  margin-bottom: 4%;
}

.m_b_5v {
  margin-bottom: 5%;
}

.m_b_6v {
  margin-bottom: 6%;
}

.m_b_7v {
  margin-bottom: 7%;
}

.m_b_8v {
  margin-bottom: 8%;
}

.m_b_9v {
  margin-bottom: 9%;
}

.m_b_10v {
  margin-bottom: 10%;
}

.m_l_1v {
  margin-left: 1vw;
}

.m_l_2v {
  margin-left: 2vw;
}

.m_l_3v {
  margin-left: 3vw;
}

.m_l_4v {
  margin-left: 4vw;
}

.m_l_5v {
  margin-left: 5vw;
}

.m_l_6v {
  margin-left: 6vw;
}

.m_l_7v {
  margin-left: 7vw;
}

.m_l_8v {
  margin-left: 8vw;
}

.m_l_9v {
  margin-left: 9vw;
}

.m_l_10v {
  margin-left: 10vw;
}

.m_r_1v {
  margin-right: 1vw;
}

.m_r_2v {
  margin-right: 2vw;
}

.m_r_3v {
  margin-right: 3vw;
}

.m_r_4v {
  margin-right: 4vw;
}

.m_r_5v {
  margin-right: 5vw;
}

.m_r_6v {
  margin-right: 6vw;
}

.m_r_7v {
  margin-right: 7vw;
}

.m_r_8v {
  margin-right: 8vw;
}

.m_r_9v {
  margin-right: 9vw;
}

.m_r_10v {
  margin-right: 10vw;
}

/************************************************************
common padding
************************************************************/
.p_0 {
  padding: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

.p_100 {
  padding: 100px !important;
}

.p_l_0 {
  padding-left: 0px !important;
}

.p_l_5 {
  padding-left: 5px !important;
}

.p_l_10 {
  padding-left: 10px !important;
}

.p_l_15 {
  padding-left: 15px !important;
}

.p_l_20 {
  padding-left: 20px !important;
}

.p_l_25 {
  padding-left: 25px !important;
}

.p_l_30 {
  padding-left: 30px !important;
}

.p_l_35 {
  padding-left: 35px !important;
}

.p_l_40 {
  padding-left: 40px !important;
}

.p_l_45 {
  padding-left: 45px !important;
}

.p_l_50 {
  padding-left: 50px !important;
}

.p_l_100 {
  padding-left: 100px !important;
}

.p_r_0 {
  padding-right: 0px !important;
}

.p_r_5 {
  padding-right: 5px !important;
}

.p_r_10 {
  padding-right: 10px !important;
}

.p_r_15 {
  padding-right: 15px !important;
}

.p_r_20 {
  padding-right: 20px !important;
}

.p_r_25 {
  padding-right: 25px !important;
}

.p_r_30 {
  padding-right: 30px !important;
}

.p_r_35 {
  padding-right: 35px !important;
}

.p_r_40 {
  padding-right: 40px !important;
}

.p_r_45 {
  padding-right: 45px !important;
}

.p_r_50 {
  padding-right: 50px !important;
}

.p_r_100 {
  padding-right: 100px !important;
}

.p_t_0 {
  padding-top: 0px !important;
}

.p_t_5 {
  padding-top: 5px !important;
}

.p_t_10 {
  padding-top: 10px !important;
}

.p_t_15 {
  padding-top: 15px !important;
}

.p_t_20 {
  padding-top: 20px !important;
}

.p_t_25 {
  padding-top: 25px !important;
}

.p_t_30 {
  padding-top: 30px !important;
}

.p_t_35 {
  padding-top: 35px !important;
}

.p_t_40 {
  padding-top: 40px !important;
}

.p_t_45 {
  padding-top: 45px !important;
}

.p_t_50 {
  padding-top: 50px !important;
}

.p_t_90 {
  padding-top: 90px !important;
}

.p_t_100 {
  padding-top: 100px !important;
}

.p_b_0 {
  padding-bottom: 0px !important;
}

.p_b_5 {
  padding-bottom: 5px !important;
}

.p_b_10 {
  padding-bottom: 10px !important;
}

.p_b_15 {
  padding-bottom: 15px !important;
}

.p_b_20 {
  padding-bottom: 20px !important;
}

.p_b_25 {
  padding-bottom: 25px !important;
}

.p_b_30 {
  padding-bottom: 30px !important;
}

.p_b_35 {
  padding-bottom: 35px !important;
}

.p_b_40 {
  padding-bottom: 40px !important;
}

.p_b_45 {
  padding-bottom: 45px !important;
}

.p_b_50 {
  padding-bottom: 50px !important;
}

.p_b_100 {
  padding-bottom: 100px !important;
}

.p_r_1v {
  padding-right: 1vw;
}

.p_r_2v {
  padding-right: 2vw;
}

.p_r_3v {
  padding-right: 3vw;
}

.p_r_4v {
  padding-right: 4vw;
}

.p_r_5v {
  padding-right: 5vw;
}

.p_r_6v {
  padding-right: 6vw;
}

.p_r_7v {
  padding-right: 7vw;
}

.p_r_8v {
  padding-right: 8vw;
}

.p_r_9v {
  padding-right: 9vw;
}

.p_r_10v {
  padding-right: 10vw;
}

.p_t_1v {
  padding-top: 1%;
}

.p_t_2v {
  padding-top: 2%;
}

.p_t_3v {
  padding-top: 3%;
}

.p_t_4v {
  padding-top: 4%;
}

.p_t_5v {
  padding-top: 5%;
}

.p_t_6v {
  padding-top: 6%;
}

.p_t_7v {
  padding-top: 7%;
}

.p_t_8v {
  padding-top: 8%;
}

.p_t_9v {
  padding-top: 9%;
}

.p_t_10v {
  padding-top: 10%;
}

.p_b_1v {
  padding-bottom: 1%;
}

.p_b_2v {
  padding-bottom: 2%;
}

.p_b_3v {
  padding-bottom: 3%;
}

.p_b_4v {
  padding-bottom: 4%;
}

.p_b_5v {
  padding-bottom: 5%;
}

.p_b_6v {
  padding-bottom: 6%;
}

.p_b_7v {
  padding-bottom: 7%;
}

.p_b_8v {
  padding-bottom: 8%;
}

.p_b_9v {
  padding-bottom: 9%;
}

.p_b_10v {
  padding-bottom: 10%;
}

.p_l_1v {
  padding-left: 1vw;
}

.p_l_2v {
  padding-left: 2vw;
}

.p_l_3v {
  padding-left: 3vw;
}

.p_l_4v {
  padding-left: 4vw;
}

.p_l_5v {
  padding-left: 5vw;
}

.p_l_6v {
  padding-left: 6vw;
}

.p_l_7v {
  padding-left: 7vw;
}

.p_l_8v {
  padding-left: 8vw;
}

.p_l_9v {
  padding-left: 9vw;
}

.p_l_10v {
  padding-left: 10vw;
}

/************************************************************
border
************************************************************/
.b_t_none {
  border-top: none !important;
}

.b_r_none {
  border-right: none !important;
}

.b_b_none {
  border-bottom: none !important;
}

.b_l_none {
  border-left: none !important;
}

.b_none {
  border: none !important;
}

.b_1 {
  border: 1px solid #ccc !important;
}

.pc_block {
  display: block !important;
}

.pc_block_i_b {
  display: inline-block !important;
}

.pc_block_i {
  display: inline !important;
}

.sp_block {
  display: none !important;
}

.sp_block_i_b {
  display: none !important;
}

.sp_block_i {
  display: none !important;
}

/************************************************************************************************************************
sp 812
************************************************************************************************************************/
@media screen and (max-width: 812px) {
  .sp_none {
    display: none;
  }

  .sp_f_none {
    float: none !important;
  }

  .pc_block {
    display: none !important;
  }

  .pc_block_i_b {
    display: none !important;
  }

  .pc_block_i {
    display: none !important;
  }

  .sp_block {
    display: block !important;
  }

  .sp_block_only {
    display: block !important;
  }

  .sp_block_i_b {
    display: inline-block !important;
  }

  .sp_block_i {
    display: inline !important;
  }

  .mq_w92a {
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media screen and (max-width: 812px) and (max-width: 812px) {
  .mq_w92a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 812px) {
  .sp_t_l {
    text-align: left !important;
  }

  .sp_t_c {
    text-align: center !important;
  }

  .sp_t_r {
    text-align: right !important;
  }

  .sp_w100 {
    width: 100%;
  }

  .sp_w50 {
    width: 50%;
  }

  /************************************************************
  common margin
  ************************************************************/
  .sp_m_0 {
    margin: 0px !important;
  }

  .sp_m_5 {
    margin: 5px !important;
  }

  .sp_m_10 {
    margin: 10px !important;
  }

  .sp_m_15 {
    margin: 15px !important;
  }

  .sp_m_20 {
    margin: 20px !important;
  }

  .sp_m_25 {
    margin: 25px !important;
  }

  .sp_m_30 {
    margin: 30px !important;
  }

  .sp_m_35 {
    margin: 35px !important;
  }

  .sp_m_40 {
    margin: 40px !important;
  }

  .sp_m_45 {
    margin: 45px !important;
  }

  .sp_m_50 {
    margin: 50px !important;
  }

  .sp_m_100 {
    margin: 100px !important;
  }

  .sp_m_l_0 {
    margin-left: 0px !important;
  }

  .sp_m_l_5 {
    margin-left: 5px !important;
  }

  .sp_m_l_10 {
    margin-left: 10px !important;
  }

  .sp_m_l_15 {
    margin-left: 15px !important;
  }

  .sp_m_l_20 {
    margin-left: 20px !important;
  }

  .sp_m_l_25 {
    margin-left: 25px !important;
  }

  .sp_m_l_30 {
    margin-left: 30px !important;
  }

  .sp_m_l_35 {
    margin-left: 35px !important;
  }

  .sp_m_l_40 {
    margin-left: 40px !important;
  }

  .sp_m_l_45 {
    margin-left: 45px !important;
  }

  .sp_m_l_50 {
    margin-left: 50px !important;
  }

  .sp_m_l_100 {
    margin-left: 100px !important;
  }

  .sp_m_r_0 {
    margin-right: 0px !important;
  }

  .sp_m_r_5 {
    margin-right: 5px !important;
  }

  .sp_m_r_10 {
    margin-right: 10px !important;
  }

  .sp_m_r_15 {
    margin-right: 15px !important;
  }

  .sp_m_r_20 {
    margin-right: 20px !important;
  }

  .sp_m_r_25 {
    margin-right: 25px !important;
  }

  .sp_m_r_30 {
    margin-right: 30px !important;
  }

  .sp_m_r_30 {
    margin-right: 30px !important;
  }

  .sp_m_r_35 {
    margin-right: 35px !important;
  }

  .sp_m_r_40 {
    margin-right: 40px !important;
  }

  .sp_m_r_45 {
    margin-right: 45px !important;
  }

  .sp_m_r_50 {
    margin-right: 50px !important;
  }

  .sp_m_r_100 {
    margin-right: 100px !important;
  }

  .sp_m_t_0 {
    margin-top: 0px !important;
  }

  .sp_m_t_5 {
    margin-top: 5px !important;
  }

  .sp_m_t_10 {
    margin-top: 10px !important;
  }

  .sp_m_t_15 {
    margin-top: 15px !important;
  }

  .sp_m_t_20 {
    margin-top: 20px !important;
  }

  .sp_m_t_25 {
    margin-top: 25px !important;
  }

  .sp_m_t_30 {
    margin-top: 30px !important;
  }

  .sp_m_t_35 {
    margin-top: 35px !important;
  }

  .sp_m_t_40 {
    margin-top: 40px !important;
  }

  .sp_m_t_45 {
    margin-top: 45px !important;
  }

  .sp_m_t_50 {
    margin-top: 50px !important;
  }

  .sp_m_t_100 {
    margin-top: 100px !important;
  }

  .sp_m_b_0 {
    margin-bottom: 0px !important;
  }

  .sp_m_b_5 {
    margin-bottom: 5px !important;
  }

  .sp_m_b_10 {
    margin-bottom: 10px !important;
  }

  .sp_m_b_15 {
    margin-bottom: 15px !important;
  }

  .sp_m_b_20 {
    margin-bottom: 20px !important;
  }

  .sp_m_b_25 {
    margin-bottom: 25px !important;
  }

  .sp_m_b_30 {
    margin-bottom: 30px !important;
  }

  .sp_m_b_35 {
    margin-bottom: 35px !important;
  }

  .sp_m_b_40 {
    margin-bottom: 40px !important;
  }

  .sp_m_b_45 {
    margin-bottom: 45px !important;
  }

  .sp_m_b_50 {
    margin-bottom: 50px !important;
  }

  .sp_m_b_100 {
    margin-bottom: 100px !important;
  }

  .sp_m_a {
    margin: 0 auto;
  }

  /************************************************************
  common padding
  ************************************************************/
  .sp_p_0 {
    padding: 0px !important;
  }

  .sp_p_5 {
    padding: 5px !important;
  }

  .sp_p_10 {
    padding: 10px !important;
  }

  .sp_p_15 {
    padding: 15px !important;
  }

  .sp_p_20 {
    padding: 20px !important;
  }

  .sp_p_25 {
    padding: 25px !important;
  }

  .sp_p_30 {
    padding: 30px !important;
  }

  .sp_p_35 {
    padding: 35px !important;
  }

  .sp_p_40 {
    padding: 40px !important;
  }

  .sp_p_45 {
    padding: 45px !important;
  }

  .sp_p_50 {
    padding: 50px !important;
  }

  .sp_p_100 {
    padding: 100px !important;
  }

  .sp_p_l_0 {
    padding-left: 0px !important;
  }

  .sp_p_l_5 {
    padding-left: 5px !important;
  }

  .sp_p_l_10 {
    padding-left: 10px !important;
  }

  .sp_p_l_15 {
    padding-left: 15px !important;
  }

  .sp_p_l_20 {
    padding-left: 20px !important;
  }

  .sp_p_l_25 {
    padding-left: 25px !important;
  }

  .sp_p_l_30 {
    padding-left: 30px !important;
  }

  .sp_p_l_35 {
    padding-left: 35px !important;
  }

  .sp_p_l_40 {
    padding-left: 40px !important;
  }

  .sp_p_l_45 {
    padding-left: 45px !important;
  }

  .sp_p_l_50 {
    padding-left: 50px !important;
  }

  .sp_p_l_100 {
    padding-left: 100px !important;
  }

  .sp_p_r_0 {
    padding-right: 0px !important;
  }

  .sp_p_r_5 {
    padding-right: 5px !important;
  }

  .sp_p_r_10 {
    padding-right: 10px !important;
  }

  .sp_p_r_15 {
    padding-right: 15px !important;
  }

  .sp_p_r_20 {
    padding-right: 20px !important;
  }

  .sp_p_r_25 {
    padding-right: 25px !important;
  }

  .sp_p_r_30 {
    padding-right: 30px !important;
  }

  .sp_p_r_35 {
    padding-right: 35px !important;
  }

  .sp_p_r_40 {
    padding-right: 40px !important;
  }

  .sp_p_r_45 {
    padding-right: 45px !important;
  }

  .sp_p_r_50 {
    padding-right: 50px !important;
  }

  .sp_p_r_100 {
    padding-right: 100px !important;
  }

  .sp_p_t_0 {
    padding-top: 0px !important;
  }

  .sp_p_t_5 {
    padding-top: 5px !important;
  }

  .sp_p_t_10 {
    padding-top: 10px !important;
  }

  .sp_p_t_15 {
    padding-top: 15px !important;
  }

  .sp_p_t_20 {
    padding-top: 20px !important;
  }

  .sp_p_t_25 {
    padding-top: 25px !important;
  }

  .sp_p_t_30 {
    padding-top: 30px !important;
  }

  .sp_p_t_35 {
    padding-top: 35px !important;
  }

  .sp_p_t_40 {
    padding-top: 40px !important;
  }

  .sp_p_t_45 {
    padding-top: 45px !important;
  }

  .sp_p_t_50 {
    padding-top: 50px !important;
  }

  .sp_p_t_100 {
    padding-top: 100px !important;
  }

  .sp_p_b_0 {
    padding-bottom: 0px !important;
  }

  .sp_p_b_5 {
    padding-bottom: 5px !important;
  }

  .sp_p_b_10 {
    padding-bottom: 10px !important;
  }

  .sp_p_b_15 {
    padding-bottom: 15px !important;
  }

  .sp_p_b_20 {
    padding-bottom: 20px !important;
  }

  .sp_p_b_25 {
    padding-bottom: 25px !important;
  }

  .sp_p_b_30 {
    padding-bottom: 30px !important;
  }

  .sp_p_b_35 {
    padding-bottom: 35px !important;
  }

  .sp_p_b_40 {
    padding-bottom: 40px !important;
  }

  .sp_p_b_45 {
    padding-bottom: 45px !important;
  }

  .sp_p_b_50 {
    padding-bottom: 50px !important;
  }

  .sp_p_b_100 {
    padding-bottom: 100px !important;
  }

  .size26 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .size24 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .size22 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }

  .size20 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .size18 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }

  .size16 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }

  .size15 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }

  .size14 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

  .size13 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

  .size12 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }

  .size11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }

  .sp_w100 {
    width: 100% !important;
  }

  .sp_w90 {
    width: 90% !important;
  }

  .sp_w80 {
    width: 80% !important;
  }

  .sp_w70 {
    width: 70% !important;
  }

  .sp_w60 {
    width: 60% !important;
  }

  .sp_w50 {
    width: 50% !important;
  }

  .sp_w40 {
    width: 40% !important;
  }

  .sp_w30 {
    width: 30% !important;
  }

  .sp_w25 {
    width: 25% !important;
  }

  .sp_w20 {
    width: 20% !important;
  }

  .sp_w10 {
    width: 10% !important;
  }

  .sp_b_t_none {
    border-top: none !important;
  }

  .sp_b_r_none {
    border-right: none !important;
  }

  .sp_b_b_none {
    border-bottom: none !important;
  }

  .sp_b_l_none {
    border-left: none !important;
  }

  .sp_b_none {
    border: none !important;
  }

  .sp_b_1 {
    border: 1px solid #ccc !important;
  }

  .sp_b_t_1 {
    border-top: 1px solid #ccc !important;
  }
}
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
pagetop
************************************************************/
#topcontrol {
  z-index: 2;
}
#topcontrol a {
  display: block;
  width: 50px;
  height: 50px;
  background: #808585;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  border-radius: 100%;
  background-blend-mode: overlay;
}
@media screen and (max-width: 812px) {
  #topcontrol a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#topcontrol a:before {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 40%;
}
#topcontrol a:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
@media screen and (max-width: 812px) {
  #topcontrol a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 812px) {
  #topcontrol {
    transform: scale(0.85);
  }
}

/************************************************************
common bt
************************************************************/
.common_bt {
  text-align: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.common_bt a {
  width: 100%;
  display: block;
  padding: 20px 10px 20px;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
.common_bt a:hover {
  border: 1px solid #a59f99;
  opacity: 1;
  background: #a59f99;
  color: #1e0f00;
}
.common_bt a:hover:after {
  border-color: #1e0f00;
  right: 12px;
}
.common_bt a:after {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 812px) {
  .common_bt a:after {
    transition: none;
  }
}
@media screen and (max-width: 812px) {
  .common_bt a {
    transition: none;
    font-size: 15px;
    padding: 15px 7px;
  }
}

.common_bt2 {
  text-align: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.common_bt2 a {
  width: 80%;
  display: inline-block;
  padding: 15px 10px 15px;
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  color: #1e0f00;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.common_bt2 a:hover {
  opacity: 1;
  background: #a59f99;
  color: #fff;
}
@media screen and (max-width: 812px) {
  .common_bt2 a {
    transition: none;
    font-size: 14px;
    padding: 15px 5px;
  }
}

.more_bt {
  margin-top: 20px;
}
.more_bt a {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-right: 55px;
  color: #4b3f33;
  letter-spacing: 0.05em;
}
.more_bt a:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #4b3f33;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 812px) {
  .more_bt a:before {
    width: 35px;
  }
}
.more_bt a:after {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  content: '';
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background: #4b3f33;
}
@media screen and (max-width: 812px) {
  .more_bt a {
    padding-right: 40px;
    font-size: 14px;
  }
}

/* original */
.target1, .target2, .target3, .target4 {
  opacity: 0;
}

#cacao_cola_lp_wrap #mv_2023 h1 {
  margin: 0 !important;
}
#cacao_cola_lp_wrap #mv {
  position: relative;
}
#cacao_cola_lp_wrap #mv #mv_bg {
  background: url("/item/f/cola/img/mv2.jpg") center center no-repeat;
  background-size: cover;
  margin-left: 24%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #cacao_cola_lp_wrap #mv #mv_bg {
    margin-left: 16%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #mv_bg {
    margin-left: 0;
    background: url("/item/f/cola/img/mv_sp.jpg") 50% center no-repeat;
    background-size: cover;
  }
}
#cacao_cola_lp_wrap #mv #mv_catch {
  position: absolute;
  top: 50%;
  left: 5.5%;
  transform: translate(0, -50%);
  width: 29.5vw;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #mv_catch h1 {
    padding: 0;
    margin-left: 0;
    margin-right: 10%;
  }
}
@media screen and (max-width: 1100px) {
  #cacao_cola_lp_wrap #mv #mv_catch {
    width: 45vw;
    top: 10%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #mv_catch {
    max-width: 420px;
    width: 72vw;
    top: 2.5vw;
    left: 2vw;
    transform: none;
    padding: 9vw 3.5vw 7.5vw;
  }
}
#cacao_cola_lp_wrap #mv #sns_bt {
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  background: #07524b;
  color: #fff;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 80px;
}
#cacao_cola_lp_wrap #mv #sns_bt div {
  position: relative;
  height: 100%;
}
#cacao_cola_lp_wrap #mv #sns_bt div a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}
#cacao_cola_lp_wrap #mv #sns_bt div a img {
  display: block;
  width: 45px;
  margin: 10px auto 0;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #sns_bt div a img {
    width: 25px;
    margin-top: 5px;
  }
}
#cacao_cola_lp_wrap #mv #sns_bt div a:hover {
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #sns_bt div a {
    font-size: 10px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #mv #sns_bt {
    bottom: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
  }
}
#cacao_cola_lp_wrap #block1 {
  padding: 150px 0 50px;
}
#cacao_cola_lp_wrap #block1 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block1 h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
#cacao_cola_lp_wrap #block1 p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block1 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block1 {
    padding: 35px 0 40px;
  }
}
#cacao_cola_lp_wrap #block2 {
  margin-top: 185px;
  background: #eeedec;
  padding: 80px 0 120px;
}
#cacao_cola_lp_wrap #block2 .w1100p_a {
  position: relative;
}
#cacao_cola_lp_wrap #block2 .w1100p_a > img {
  position: absolute;
  top: -230px;
  left: 0;
  width: 280px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .w1100p_a > img {
    top: -150px;
    width: 165px;
  }
}
#cacao_cola_lp_wrap #block2 .w1100p_a > .flex_bet {
  padding: 0 35px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .w1100p_a > .flex_bet {
    padding: 0;
  }
}
#cacao_cola_lp_wrap #block2 h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_txt {
  width: 30%;
  color: #4b3f33;
  padding-top: 30px;
}
#cacao_cola_lp_wrap #block2 .block2_txt > span {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  display: block;
  letter-spacing: 0.05em;
}
#cacao_cola_lp_wrap #block2 .block2_txt > span > span {
  font-size: calc(1em*1.3);
  display: inline;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt > span {
    font-size: 18px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_txt h3 {
  font-size: 24px;
  border-top: 1px solid #4b3f33;
  padding-top: 22px;
  margin-bottom: 23px;
  margin-top: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt h3 {
    font-size: 20px;
    border: none;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 7px;
    line-height: 1.5;
  }
}
#cacao_cola_lp_wrap #block2 .block2_txt p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt p {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}
#cacao_cola_lp_wrap #block2 .block2_txt.left {
  padding-top: 50px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt.left {
    width: 100%;
    border-left: 1px solid #4b3f33;
    padding-left: 17px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_txt.right {
  padding-top: 195px;
}
#cacao_cola_lp_wrap #block2 .block2_txt.right > span {
  text-align: right;
}
#cacao_cola_lp_wrap #block2 .block2_txt.right h3, #cacao_cola_lp_wrap #block2 .block2_txt.right p {
  padding-left: 11%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt.right h3, #cacao_cola_lp_wrap #block2 .block2_txt.right p {
    padding-left: 0;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt.right p {
    text-align: left;
    padding-left: 2%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt.right {
    width: 100%;
    text-align: right;
    border-right: 1px solid #4b3f33;
    padding-right: 17px;
    margin-right: 10px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_txt {
    padding-top: 3px;
  }
}
#cacao_cola_lp_wrap #block2 figure {
  width: 40%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 figure {
    width: 100%;
    border-width: 2px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box {
  margin-top: 80px;
  background: #fff;
  padding: 6% 8%;
}
#cacao_cola_lp_wrap #block2 .block2_box figure {
  width: 37%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box figure {
    width: 100%;
    padding: 0 5%;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box dl {
  width: 57%;
}
#cacao_cola_lp_wrap #block2 .block2_box dl dt {
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box dl dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box dl dd {
  line-height: 1.7;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box dl {
    width: 100%;
    margin-top: 25px;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box.pt2 figure {
  width: 40%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box.pt2 figure {
    width: 100%;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box.pt2 dl {
  width: 50%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box.pt2 dl {
    width: 100%;
  }
}
#cacao_cola_lp_wrap #block2 .block2_box + .block2_box {
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box + .block2_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 .block2_box {
    margin-top: 50px;
    padding: 8%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block2 {
    padding: 50px 0;
    margin-top: 110px;
  }
}
#cacao_cola_lp_wrap #block3 {
  padding: 120px 0 100px;
}
#cacao_cola_lp_wrap #block3 .recipe_box {
  margin-top: 40px;
}
#cacao_cola_lp_wrap #block3 .recipe_box > div {
  width: 30%;
}
#cacao_cola_lp_wrap #block3 .recipe_box > div h3 {
  border-bottom: 1px solid #a59f99;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 2px 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box > div h3 {
    font-size: 20px;
    padding: 16px 2px 13px;
    margin-bottom: 15px;
  }
}
#cacao_cola_lp_wrap #block3 .recipe_box > div dl {
  position: relative;
}
#cacao_cola_lp_wrap #block3 .recipe_box > div dl dt {
  position: relative;
  font-size: 16px;
  background: #fff;
  padding-right: 10px;
}
#cacao_cola_lp_wrap #block3 .recipe_box > div dl dt:before {
  content: '●';
  font-size: calc(1em * 0.9);
  color: #786f66;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box > div dl dt {
    font-size: 14px;
  }
}
#cacao_cola_lp_wrap #block3 .recipe_box > div dl dd {
  position: relative;
  background: #fff;
  font-size: 16px;
  padding-left: 10px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box > div dl dd {
    font-size: 14px;
  }
}
#cacao_cola_lp_wrap #block3 .recipe_box > div dl:before {
  content: '';
  border-top: 1px dotted #1e0f00;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
#cacao_cola_lp_wrap #block3 .recipe_box > div p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 10px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box > div p {
    font-size: 13px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box > div {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 .recipe_box {
    margin: 30px 5% 0;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block3 {
    padding: 30px 0 15px;
  }
}
#cacao_cola_lp_wrap #block4 {
  padding-bottom: 120px;
}
#cacao_cola_lp_wrap #block4 .news_list li > a, #cacao_cola_lp_wrap #block4 .news_list li > span {
  padding: 12px 0;
  border-bottom: 1px solid #a59f99;
}
#cacao_cola_lp_wrap #block4 .news_list li > a time, #cacao_cola_lp_wrap #block4 .news_list li > span time {
  width: 130px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block4 .news_list li > a time, #cacao_cola_lp_wrap #block4 .news_list li > span time {
    width: 85px;
  }
}
#cacao_cola_lp_wrap #block4 .news_list li > a span, #cacao_cola_lp_wrap #block4 .news_list li > span span {
  width: calc(100% - 130px);
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block4 .news_list li > a span, #cacao_cola_lp_wrap #block4 .news_list li > span span {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block4 .news_list li > a, #cacao_cola_lp_wrap #block4 .news_list li > span {
    font-size: 12px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block4 {
    padding-bottom: 45px;
  }
  #cacao_cola_lp_wrap #block4 .t1 {
    margin-bottom: 10px;
  }
}
#cacao_cola_lp_wrap #block5 {
  background: #1e0f00;
  padding: 80px 0;
}
#cacao_cola_lp_wrap #block5 .flex_bet > figure {
  width: 45%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > figure {
    width: 100%;
  }
}
#cacao_cola_lp_wrap #block5 .flex_bet > div {
  width: 44%;
  padding-top: 25px;
  position: relative;
}
#cacao_cola_lp_wrap #block5 .flex_bet > div dl dt {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > div dl dt {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#cacao_cola_lp_wrap #block5 .flex_bet > div dl dt span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > div dl dt span {
    font-size: 17px;
    margin-top: 10px;
  }
}
#cacao_cola_lp_wrap #block5 .flex_bet > div dl dd {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > div dl dd {
    font-size: 13px;
  }
}
#cacao_cola_lp_wrap #block5 .flex_bet > div .common_bt {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > div .common_bt {
    position: static;
    margin-top: 22px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 .flex_bet > div {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block5 {
    padding: 40px 5%;
  }
}
#cacao_cola_lp_wrap #block_v2_1 {
  position: relative;
}
#cacao_cola_lp_wrap #block_v2_1 > img {
  position: absolute;
  top: -220px;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_1 > img {
    top: -11vw;
    width: 40%;
  }
}
#cacao_cola_lp_wrap #block_v2_1 .flex_bet {
  align-items: flex-end;
}
#cacao_cola_lp_wrap #block_v2_1 .flex_bet figure {
  width: 58%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_1 .flex_bet figure {
    width: 80%;
  }
}
#cacao_cola_lp_wrap #block_v2_1 .flex_bet div {
  width: 42%;
  padding-left: 3%;
  position: relative;
}
#cacao_cola_lp_wrap #block_v2_1 .flex_bet div p {
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_1 .flex_bet div p {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_1 .flex_bet div {
    width: 300px;
    margin-left: calc(100% - 300px);
    padding-left: 0;
  }
}
#cacao_cola_lp_wrap #block_v2_2 {
  margin-top: 130px;
}
#cacao_cola_lp_wrap #block_v2_2 .flex_bet {
  align-items: flex-end;
}
#cacao_cola_lp_wrap #block_v2_2 .flex_bet dl {
  width: 35%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_2 .flex_bet dl {
    width: 100%;
    margin-top: 20px;
  }
}
#cacao_cola_lp_wrap #block_v2_2 .flex_bet dl dt {
  padding-right: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_2 .flex_bet dl dt {
    padding: 0;
    max-width: 200px;
    width: 48%;
    margin-bottom: 25px;
  }
}
#cacao_cola_lp_wrap #block_v2_2 .flex_bet dl dd {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_2 .flex_bet dl dd {
    font-size: 14px;
  }
}
#cacao_cola_lp_wrap #block_v2_2 .flex_bet figure {
  width: 65%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_2 .flex_bet figure {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_2 {
    margin-top: 60px;
  }
}
#cacao_cola_lp_wrap #block_v2_3 {
  margin-top: 130px;
}
#cacao_cola_lp_wrap #block_v2_3 .w1000p_a {
  position: relative;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_3 {
    margin-top: 60px;
  }
}
#cacao_cola_lp_wrap #block_v2_4 {
  margin-top: 100px;
}
#cacao_cola_lp_wrap #block_v2_4 .w1000p_a {
  position: relative;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #block_v2_4 {
    margin-top: 50px;
  }
}
#cacao_cola_lp_wrap .slider_wrap {
  width: 760px;
  margin: 0 auto;
  padding: 90px 0 0;
}
#cacao_cola_lp_wrap .slider_wrap .slick-slide > div p {
  font-size: 18px;
  border-bottom: 1px solid #4b3f33;
  line-height: 1.6;
  padding: 15px 0;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .slider_wrap .slick-slide > div p {
    font-size: 14px;
    padding: 12px 0;
  }
}
#cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-prev, #cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-next {
  width: 30px;
  height: 30px;
}
#cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-next {
  right: -45px !important;
}
#cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-next:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(45deg);
  border-top: 2px solid #4b3f33;
  border-right: 2px solid #4b3f33;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-next {
    right: -32px !important;
  }
}
#cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-prev {
  left: -45px !important;
  padding-left: 8px;
}
#cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-prev:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(-45deg);
  border-top: 2px solid #4b3f33;
  border-left: 2px solid #4b3f33;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .slider_wrap .slick-arrow.slick-prev {
    left: -32px !important;
    padding-left: 12px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .slider_wrap {
    width: 92%;
    padding-top: 45px;
  }
}
#cacao_cola_lp_wrap .slider_h3 {
  background: #bbb7b2;
  width: 270px;
  color: #fff;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  padding: 35px 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: 270px;
  letter-spacing: 0.15em;
}
#cacao_cola_lp_wrap .slider_h3.pt2 {
  right: 0;
  left: auto;
  text-align: right;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .slider_h3 {
    font-size: 22px;
    padding: 12px 3vw;
    width: 40%;
    height: 40%;
  }
}
#cacao_cola_lp_wrap #index_block {
  padding: 120px 0 80px;
}
#cacao_cola_lp_wrap #index_block .index_box {
  margin-bottom: 80px;
  background: #e8e7e5;
}
#cacao_cola_lp_wrap #index_block .index_box > figure {
  width: 48%;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > figure {
    width: 100%;
  }
}
#cacao_cola_lp_wrap #index_block .index_box > div {
  width: 48%;
  padding-right: 3%;
}
#cacao_cola_lp_wrap #index_block .index_box > div h3 {
  width: 65%;
  margin-bottom: 25px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > div h3 {
    width: 70%;
    margin-bottom: 15px;
  }
}
#cacao_cola_lp_wrap #index_block .index_box > div dl dt {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > div dl dt {
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
  }
}
#cacao_cola_lp_wrap #index_block .index_box > div dl dd {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > div dl dd {
    font-size: 12px;
  }
}
#cacao_cola_lp_wrap #index_block .index_box > div .common_bt2 {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > div .common_bt2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box > div {
    width: 100%;
    padding: 7% 5.5% 8%;
  }
}
#cacao_cola_lp_wrap #index_block .index_box .sns_bt2 {
  margin-top: 15px;
}
#cacao_cola_lp_wrap #index_block .index_box .sns_bt2 li {
  width: 30px;
  margin: 0 10px;
}
#cacao_cola_lp_wrap #index_block .index_box .sns_bt2 li:first-child {
  width: 158px;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box .sns_bt2 li:first-child {
    width: 40%;
    max-width: 150px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box .sns_bt2 li {
    width: 10%;
    max-width: 30px;
    margin: 0 2%;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block .index_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap #index_block {
    padding: 40px 0 0;
  }
}
#cacao_cola_lp_wrap .t1 {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
#cacao_cola_lp_wrap .t1 > span {
  color: #4b3f33;
  font-family: 'Quicksand', sans-serif;
  font-size: 32px;
  display: inline-block;
  background: #fff;
  padding: 5px 40px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#cacao_cola_lp_wrap .t1 > span > span {
  font-size: 20px;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  letter-spacing: normal;
  margin-top: 15px;
  margin-left: -0.3em;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .t1 > span > span {
    font-size: 14px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .t1 > span {
    font-size: 28px;
    padding: 5px 20px;
  }
}
#cacao_cola_lp_wrap .t1:before {
  content: '';
  background: #1e0f00;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .t1 {
    margin-bottom: 20px;
  }
}
#cacao_cola_lp_wrap .copy {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #cacao_cola_lp_wrap .copy {
    font-size: 14px;
  }
}

/* 230619　改修ここから */
.rcl_award_con_up--brown {
  background-color: #7a3f19;
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  padding: 8px;
  max-width: 354px;
  text-align: center;
  margin: 0 auto 40px;
}

.rcl_award_con.uparea {
  background-color: #f9ead9;
}

.rcl_award_con_up {
  padding: 80px 0 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.rcl_award_con_up--reason {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
}

.-liner_nami {
  background: url(https://goodnature.itembox.design/item/f/cola/img/liner_brown.png) repeat-x left bottom;
  display: block;
  max-width: fit-content;
  margin: 0 auto 8px;
}

.-liner_dot {
  background: url(https://goodnature.itembox.design/item/f/cola/img/liner_brown.png) repeat-x left bottom;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}

.rcl_award_con_up--wrapper-ul {
  display: grid;
  gap: 2.3%;
  grid-template-columns: repeat(3 , 1fr);
  margin: 0 auto 65px;
  width: 94%;
}

.rcl_award_con_up--wrapper-li-tit {
  color: #682700;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 25px;
}

.rcl_award_con_up--wrapper-li-txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}

.rcl_award_con_up--wrapper-li {
  background-color: #fff;
  padding: 40px 5% 50px;
}

.rcl_award_con_up--wrapper-gold {
  color: #1e0f00;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.7;
}

.rcl_award_con_up--wrapper {
  padding-bottom: 70px;
}

.rcl_award_con_up--nuts {
  position: absolute;
  bottom: -27px;
  right: -200px;
  z-index: 0;
}

.rcl_award_con_down {
  background: url(https://goodnature.itembox.design/item/f/cola/img/award_img_pc.jpg) no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 10px #878787;
  max-width: 1000px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 55px;
  display: grid;
  grid-template-columns: 52% 48%;
}

.rcl_award_con_down_sp {
  display: none;
}

.rcl_award_con.downarea {
  background-color: #f9e9d9;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.rcl_award_con.downarea:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-bottom: 26vw solid #fff;
  border-left: 100vw solid transparent;
}

.rcl_award_con_down--inner {
  background-color: #Fff;
  padding: 10%;
  margin-right: 10%;
  grid-column: 2/3;
}

.rcl_award_con_down--inner-logo {
  margin: 0 auto 20px;
  width: 85%;
}

.rcl_award_con_down--inner-txt {
  font-size: 2rem;
  line-height: 1.7;
}

.rcp_drink_intro {
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center;
}

#block_v2_3.rcp_drinkrecipe .slider_h3 {
  padding: 40px 45px;
}

#block_v2_3.rcp_drinkrecipe .slider_wrap {
  padding: 145px 0 0;
  width: 850px;
}

.rcl_food_con {
  display: grid;
  grid-template-columns: 50% 50%;
}

.rcl_food_con-rightimg {
  grid-row: 2/3;
  grid-column: 2/3;
}

.rcl_food_con-leftimg {
  grid-row: 1/3;
}

.rcl_food_con-txt {
  font-size: 1.8rem;
  padding: 0 0 32px 10%;
}

.rcl_slider_inner--tit {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 32px;
  position: relative;
  background-color: #f4f3f1;
  z-index: 1;
}

.rcl_slider_inner--tit:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #222;
  z-index: 2;
}

.rcl_slider_inner--tit span {
  background: #f4f3f1;
  position: relative;
  padding: 0 35px 0 0;
  z-index: 10;
}

.rcl_slider_inner {
  background-color: #f4f3f1;
  padding: 30px 35px 20px 40px;
  min-height: 300px;
}

.rcl_slider_inner--rcp dl {
  position: relative;
}

.rcl_slider_inner--rcp .flex_bet:before {
  content: '';
  border-top: 1px dotted #1e0f00;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.rcl_slider_inner--rcp dl dt {
  position: relative;
  font-size: 16px;
  background: #f4f3f1;
  padding-right: 10px;
}

.rcl_slider_inner--rcp dl dt:before {
  content: '●';
  font-size: calc(1em * 0.9);
  color: #786f66;
}

.rcl_slider_inner--rcpcon {
  display: grid;
  grid-template-columns: 44% 45%;
  gap: 0 11%;
}

#cacao_cola_lp_wrap .slider_wrap .drink_food__slider .rcl_slider_inner--rcpcon .rcl_slider_inner--txt {
  padding: 0;
  font-size: 1.4rem;
  border-bottom: none;
}

.rcl_slider_inner--rcp dd {
  position: relative;
  background: #f4f3f1;
  font-size: 16px;
  padding-left: 10px;
}

#cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe {
  margin-top: 60px;
  margin-bottom: 180px;
}

#cacao_cola_lp_wrap #block_v2_1 .flex_bet .vid_contents {
  background: url(https://goodnature.itembox.design/item/f/cola/img/move_img_pc.jpg)no-repeat;
  background-size: 100%;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-left: 0;
  height: 33vw;
}

.vid_contents video {
  width: 100%;
  display: none;
}

#block_v2_2.rcl_con {
  margin-bottom: 120px;
}

#cacao_cola_lp_wrap #block5 .flex_bet > div .common_bt.rcl:before {
  content: "まとめ買いがお得！4本購入で10%OFF";
  color: #f9d094;
  display: block;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 16px;
}

.rcl_reviewcon--tit {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.rcl_reviewcon--slider li {
  background-color: #fff;
  color: #1e0f00;
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 35px 70px;
  width: 800px;
}

.rcl_reviewcon--slider li.slick-slide p {
  font-size: 2.2rem;
  line-height: 1.6;
}

.rcl_reviewcon--slider li.slick-slide {
  min-height: 166px;
}

.rcl_reviewcon--slider {
  width: 80%;
  margin: 0 auto;
}

.flex_bet.rcl_review {
  margin-bottom: 75px;
}

.rcl_gnsmarket--tit {
  max-width: 1000px;
  width: 30%;
  margin: 0 auto 50px;
  min-width: 200px;
}

.rcl_gnsmarket--con .w1000p_a {
  position: relative;
}

.rcl_gnsmarket--cacao {
  position: absolute;
  bottom: -100px;
  right: -70px;
}

.rcl_sns--con {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.rcl_sns--con-txt {
  font-size: 3rem;
  margin-bottom: 24px;
}

.rcl_sns--con .sns_bt2 {
  display: grid;
  grid-template-columns: 100px 100px;
  gap: 0 5%;
  justify-content: center;
  align-items: center;
}

#cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con {
  margin-bottom: 60px;
}

#cacao_cola_lp_wrap #block2.rcl_point h2 {
  line-height: 1.7;
}

#cacao_cola_lp_wrap #block2.rcl_point {
  padding-top: 140px;
}

#cacao_cola_lp_wrap #block2.rcl_point h2 {
  line-height: 1.7;
  margin-bottom: 100px;
}

#cacao_cola_lp_wrap #block2 .w1100p_a >img.target2.animated.rclnutsimg.fadeIn {
  top: -285px;
}

.drink_food__slider.rcl li {
  width: 763px;
  height: auto !important;
  padding: 0 12px 0 0;
}

.drink_food__slider.rcl .slick-track {
  display: flex;
}

#cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe .slick-dots li button {
  background-color: #bbb7b2;
  border-radius: 50%;
}

.drink_food__slider.rcl .slick-dots {
  bottom: -70px;
  display: flex;
  gap: 0 24px;
  max-width: 170px;
  margin: 0px auto;
  left: 50%;
  transform: translateX(-50%);
}

#cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe .slick-dots li.slick-active button {
  background-color: #1f0f00;
}

.rcl_reviewcon--slider .slick-next {
  background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleright.png) no-repeat center center / 60px 60px;
  width: 62px;
  height: 62px;
  right: -95px;
}

.rcl_reviewcon--slider .slick-prev {
  background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleleft.png) no-repeat center center / 60px 60px;
  width: 62px;
  height: 62px;
  left: -95px;
}

.rcl_reviewcon--slider .slick-prev:hover,.rcl_reviewcon--slider .slick-prev:focus,.rcl_reviewcon--slider .slick-next:hover,.rcl_reviewcon--slider .slick-next:focus {
  background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleleft.png) no-repeat center center / 60px 60px;
}

.rcl_reviewcon--slider .slick-next:hover,.rcl_reviewcon--slider .slick-next:focus {
  background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleright.png) no-repeat center center / 60px 60px;
}

#cacao_cola_lp_wrap #mv #sns_bt.rcl_cvbnr {
  background: none;
  border: none;
}

#cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe .slick-dots li button:before {
  font-size: 0;
}

#cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center picture {
  width: 48%;
}

@media screen and (max-width: 1400px) {
  .rcl_award_con_up--nuts {
    width: 23%;
    right: 0;
  }

  .rcl_gnsmarket--cacao {
    right: 0;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center picture {
    width: 100%;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div {
    padding: 5% 5.5% 5%;
    width: 100%;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .common_bt2 a {
    max-width: fit-content;
    padding: 10px 5%;
  }

  #cacao_cola_lp_wrap #block5 .flex_bet > div .common_bt.rcl:before {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 959px) {
  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div {
    padding: 5% 5.5% 5%;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div dl dt {
    font-size: 1.6rem;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div dl dd {
    font-size: 1rem;
  }
}

@media screen and (max-width: 812px) {
  .rcl_award_con_up {
    padding: 40px 0 0;
  }

  .rcl_award_con_up--brown {
    font-size: 1.2rem;
    padding: 5px;
    max-width: 180px;
    margin: 0 auto 15px;
  }

  .rcl_award_con_up--reason {
    font-size: 2.1rem;
  }

  .-liner_nami {
    padding-bottom: 3px;
  }

  .-liner_dot {
    padding-bottom: 3px;
  }

  .rcl_award_con_up--nuts {
    display: none;
  }

  .rcl_award_con_up--reason {
    font-size: 2.1rem;
    margin-bottom: 24px;
  }

  .rcl_award_con_up--wrapper-ul {
    background: url(https://goodnature.itembox.design/item/f/cola/img/rcl_cacao.png) no-repeat 102% 102% / 124px;
    grid-template-columns: 100%;
    gap: 10px 0;
    width: 100%;
    padding: 0 9.5% 96px;
    margin-bottom: 0;
  }

  .rcl_award_con_up--wrapper {
    padding-bottom: 15px;
  }

  .rcl_award_con_up--wrapper-li-tit {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .rcl_award_con_up--wrapper-li-txt {
    font-size: 1rem;
  }

  .rcl_award_con_up--wrapper-li {
    padding: 15px 5%;
  }

  .rcl_award_con_up--wrapper-gold {
    font-size: 2.1rem;
    line-height: 1.7;
  }

  .rcl_award_con_down_sp {
    display: block;
  }

  .rcl_award_con_down {
    background: unset;
    display: block;
    width: 91%;
    height: 100%;
    padding: 0;
    min-height: auto;
  }

  .rcl_award_con_down--inner {
    display: grid;
    gap: 0 4%;
    grid-template-columns: 48% 48%;
    grid-column: 1/3;
    padding: 24px 3%;
    margin-right: 0;
  }

  .rcl_award_con_down--inner-logo {
    margin-bottom: 0;
  }

  .rcl_award_con_down--inner-txt {
    font-size: 1rem;
    padding-right: 15%;
  }

  .rcl_award_con_down--inner-txt {
    font-size: 1rem;
  }

  .rcl_award_con.downarea {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }

  .rcp_drink_intro {
    font-size: 2.1rem;
  }

  #cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe {
    margin-top: 16px;
    margin-bottom: 120px;
  }

  #block_v2_3.rcp_drinkrecipe .slider_h3 {
    font-size: 1.8rem;
    padding: 20px;
  }

  #cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe .w1000p_a.target2.animated.fadeIn {
    width: 100%;
  }

  #block_v2_3.rcp_drinkrecipe .slider_wrap {
    padding: 85px 0 0;
    width: 100%;
  }

  .rcl_food_con {
    grid-template-columns: 64% 32%;
    gap: 0 4%;
  }

  .rcl_food_con-txt {
    font-size: 1rem;
    padding: 0 10% 0 0;
    line-height: 1.7;
  }

  .rcl_foodrcp .w1000p_a.target2.animated.fadeIn {
    width: 100%;
    padding: 0 10px 0 0!important;
  }

  .drink_food__slider.rcl li {
    padding: 0 10px 0 0;
  }

  #cacao_cola_lp_wrap .drink_food__slider.rcl .slick-arrow.slick-next:before,#cacao_cola_lp_wrap .drink_food__slider.rcl .slick-arrow.slick-prev:before {
    width: 10px;
    height: 10px;
  }

  #cacao_cola_lp_wrap .slider_wrap .drink_food__slider.rcl .slick-arrow.slick-prev {
    left: -26px!important;
  }

  .rcl_food_con {
    grid-template-columns: 60% 36%;
    gap: 0 4%;
  }

  .rcl_food_con-leftimg {
    grid-row: 1/2;
  }

  .rcl_food_con-rightimg {
    width: 60%;
    grid-row: 2/3;
    grid-column: 1/3;
    margin-left: auto;
  }

  #cacao_cola_lp_wrap #block2.rcl_point {
    padding-top: 50px;
  }

  #cacao_cola_lp_wrap #block2 .w1100p_a >img.target2.animated.rclnutsimg.fadeIn {
    top: -145px;
  }

  #cacao_cola_lp_wrap #block2.rcl_point h2 {
    font-size: 2.1rem;
    margin-bottom: 35px;
  }

  #cacao_cola_lp_wrap #block_v2_1.rcl_chill .flex_bet figure {
    width: 100%;
  }

  #cacao_cola_lp_wrap #block1.rcl_chilltit h2 {
    font-size: 2.1rem;
  }

  #cacao_cola_lp_wrap #block1.rcl_chilltit {
    padding: 40px 0 35px;
  }

  #block_v2_2.rcl_con {
    margin-bottom: 40px;
  }

  #cacao_cola_lp_wrap #block5 .flex_bet > div .common_bt.rcl:before {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .flex_bet.rcl_review {
    margin-bottom: 32px;
  }

  .rcl_reviewcon--tit {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .rcl_gnsmarket--tit {
    margin: 0 auto 20px;
  }

  .rcl_gnsmarket--con .w1000p_a {
    width: 91%;
  }

  .rcl_gnsmarket--cacao {
    bottom: -50px;
    right: -3%;
    max-width: 80px;
  }

  .rcl_sns--con-txt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .rcl_sns--con .sns_bt2 {
    grid-template-columns: 50px 50px;
    gap: 0 6%;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center {
    display: block;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div dl dt {
    font-size: 1.7rem;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div dl dd {
    font-size: 1.2rem;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center.target2.animated.fadeIn {
    margin-bottom: 50px;
  }

  .drink_food__slider.rcl li {
    width: 315px;
  }

  .drink_food__slider.rcl {
    width: 87%;
    margin: 0 auto;
  }

  .rcl_slider_inner--tit {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .rcl_slider_inner--tit:before {
    height: 1px;
    z-index: 2;
  }

  .rcl_slider_inner {
    background-color: #f4f3f1;
    padding: 20px 6%;
    min-height: 195px;
  }

  .rcl_slider_inner--rcpcon {
    grid-template-columns: 100%;
    gap: 15px 0;
  }

  .rcl_slider_inner--rcp dl dt {
    font-size: 10px;
    padding-right: 3px;
  }

  .rcl_slider_inner--rcp dd {
    font-size: 10px;
    padding-left: 3px;
  }

  .rcl_slider_inner--tit span {
    padding: 0 6px 0 0;
  }

  .rcl_slider_inner--rcp {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }

  #cacao_cola_lp_wrap .slider_wrap .drink_food__slider .rcl_slider_inner--rcpcon .rcl_slider_inner--txt {
    font-size: 1rem;
    line-height: 1.3;
  }

  #cacao_cola_lp_wrap #block_v2_3.rcp_drinkrecipe .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  #cacao_cola_lp_wrap #block_v2_4.rcl_foodrcp .w1000p_a.target2.animated.fadeIn {
    padding: 0!important;
  }

  .drink_food__slider.rcl .slick-dots li {
    padding: 0;
  }

  .drink_food__slider.rcl .slick-dots {
    bottom: -32px;
    max-width: 85px;
    left: 45%;
    gap: 0 20px;
  }

  .rcl_reviewcon--slider li.slick-slide p {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .rcl_reviewcon--slider {
    width: 100%;
  }

  .rcl_reviewcon--slider li.slick-slide {
    width: 300px;
    padding: 20px 16px;
    min-height: 100px;
  }

  .rcl_reviewcon--slider .slick-next {
    background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleright.png) no-repeat right center / 21px 21px;
    width: 21px;
    height: 21px;
    right: -28px;
  }

  .rcl_reviewcon--slider .slick-prev {
    background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleleft.png) no-repeat left center / 21px 21px;
    width: 21px;
    height: 21px;
    left: -28px;
  }

  .rcl_reviewcon--slider .slick-next:hover, .rcl_reviewcon--slider .slick-next:focus {
    background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleright.png) no-repeat center center / 21px 21px;
  }

  .rcl_reviewcon--slider .slick-prev:hover, .rcl_reviewcon--slider .slick-prev:focus {
    background: url(https://goodnature.itembox.design/item/f/cola/img/cacaolp_circleleft.png) no-repeat center center / 21px 21px;
  }

  #cacao_cola_lp_wrap .drink_food__slider.rcl .slick-arrow {
    width: 20px;
  }

  #cacao_cola_lp_wrap .drink_food__slider.rcl .slick-next.slick-arrow {
    width: 16px;
    right: -20px!important;
  }

  .rcl_slider_inner--rcpcon.gap_s {
    gap: 5px 0;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .common_bt2 a {
    max-width: 100%;
    padding: 15px 5px;
  }

  #cacao_cola_lp_wrap #index_block.rcl_gnsmarket--con .index_box.flex_bet.a_i_center > div {
    padding: 7% 5.5% 8%;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .drink_food__slider.rcl {
    width: 88%;
  }

  .drink_food__slider.rcl li {
    width: 295px;
  }

  .rcl_award_con_up--reason {
    font-size: 1.8rem;
  }

  .rcl_award_con_up--wrapper-ul {
    padding: 0 7% 96px;
  }

  .rcl_award_con_up--wrapper-gold {
    font-size: 1.8rem;
  }

  .rcp_drink_intro {
    font-size: 1.8rem;
  }

  .rcl_slider_inner {
    min-height: 205px;
  }

  .rcl_slider_inner--tit {
    font-size: 1rem;
  }

  .rcl_reviewcon--slider li.slick-slide {
    width: 260px;
    padding: 20px 16px;
  }

  .rcl_reviewcon--slider li.slick-slide p {
    font-size: 1rem;
  }
}


/* 230619　改修ここまで */