@charset "UTF-8";

/*--------------------------------------------------
  salad20th
--------------------------------------------------*/
#cont {
  color: #262626;
  letter-spacing: 0.08em;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow: hidden;
  background-position: left 99% bottom -1px;
  background-repeat: repeat-x;
  background-image: url(/tiller/salad20th/img/bg04.svg);
  background-size: 1400px;
}

@media only screen and (max-width: 736px) {
  #cont {
    background-repeat: repeat-x;
    background-size: 740px;
    background-position: left 76% bottom -1px;
  }
}

@media screen and (max-width: 736px) {
  #cont {
    font-size: 14px;
  }
}

#cont *,
#cont *:before,
#cont *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#cont .mt03rem {
  margin-top: 0.3rem;
}

#cont img {
  width: 100%;
  vertical-align: bottom;
}

#cont .pc {
  display: inline-block;
}

#cont .sp,
#cont .mb {
  display: none;
}

@media screen and (max-width: 736px) {
  #cont .pc,
  #cont .mb {
    display: none;
  }

  #cont .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  #cont .pc {
    display: none;
  }

  #cont .mb,
  #cont .sp {
    display: inline-block;
  }
}

@media (any-hover: hover) {
  #cont a {
    transition: all 0.3s;
  }

  #cont a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.contents_header {
  background: #fff;
}

.contents_header_inner {
  padding: 15px 0 20px 0;
}

.contents_header_bread {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .contents_header_inner {
    padding: 0;
  }
}

.cont_wrapper {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .cont_wrapper {
    width: 90%;
    max-width: 420px;
  }
}

/*-- flex --*/
#cont .flex {
  display: flex;
}

#cont .flex.inline {
  display: inline-flex;
}

#cont .flex_02,
#cont .flex_03 {
  justify-content: space-between;
}

#cont .flex_03 > div,
#cont .flex_03 > li {
  width: 31%;
}

/*-- kigou --*/
#cont [class*="kigou"] {
  font-size: 0.9rem;
  opacity: 0.9;
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 1.2rem;
  margin-top: 1rem;
}

#cont [class*="kigou"] + [class*="kigou"] {
  margin-top: 0.3rem;
}

#cont [class*="kigou"] br {
  display: inline-block;
}

#cont [class*="kigou"]::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

#cont .kigou1::before {
  content: "\25A0";
  color: #bbb;
}

#cont .kigou2::before {
  content: "\203B";
}

#cont .kigou3.nomber {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
  margin-top: 4rem;
}

#section .enclosure + .kigou2 {
  margin-top: 4rem;
}

@media screen and (max-width: 736px) {
  #cont .kigou3.nomber,
  #section .enclosure + .kigou2 {
    margin-top: 3rem;
  }
}

#cont #Voice {
  margin-top: 35px;
}

@media only screen and (max-width: 736px) {
  #cont #Voice {
    margin: 35px 5% 0;
  }
}

#Voice .select {
  flex-wrap: wrap;
}

#cont #Voice.voice_bt {
  margin-top: 100px;
  padding-bottom: 220px;
}

#cont #Voice.voice_bt h6 {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 736px) {
  #cont #Voice.voice_bt {
    margin: 50px 5% 0;
    padding-bottom: 100px;
  }

  #cont #Voice.voice_bt h6 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

#Voice .select li {
  width: 31%;
}

#Voice .select li:nth-child(-n + 3) {
  margin-bottom: 35px;
}

@media only screen and (max-width: 736px) {
  #Voice .select li {
    width: 100%;
  }

  #Voice .select li:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}

#cont #Voice.voice_bt li {
  width: 23%;
  margin-bottom: 0;
}

#cont #Voice.voice_bt li.empty {
  display: none;
}

@media only screen and (max-width: 736px) {
  #cont #Voice.voice_bt li {
    width: 100%;
    margin-bottom: 1rem;
  }

  #Voice.voice_bt .select li {
    width: 100%;
  }
}

#Voice .select li dl dt,
#Special .select li dl dt {
  border-radius: 40px 0 0 0;
  overflow: hidden;
}

#Voice .select li dl dd,
#Special .select li dl dd {
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 40px 0;
}

#Voice.voice_bt .select li dl dd {
  background: #e4f2e6;
  position: relative;
}

#Voice .select li dl dd::before,
#Voice .select li dl dd::after,
#Special .select li dl dd::before,
#Special .select li dl dd::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#Voice .select li dl dd::before,
#Special .select li dl dd::before {
  content: "";
  right: -30px;
  background: #e4f2e6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#Voice.voice_bt .select li dl dd::before {
  background: #fff;
  right: -25px;
  width: 50px;
  height: 50px;
}

#Voice .select li dl dd::after,
#Special .select li dl dd::after,
#cont .bt01 a::after,
#cont a .bt02::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #298e3a;
  border-right: solid 3px #298e3a;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}

#Voice.voice_bt .select li dl dd::after {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #298e3a;
  border-right: solid 2px #298e3a;
}

@media (any-hover: hover) {
  #Voice .select li:hover dl dd::after,
  #Special .select li:hover dl dd::after {
    right: 7px;
  }

  #Voice.voice_bt .select li:hover dl dd::after {
    right: 5px;
  }
}

@media only screen and (max-width: 736px) {
  #Voice .select li dl dt,
  #Special .select li dl dt {
    border-radius: 30px 0 0 0;
    margin-bottom: -1px;
  }

  #Voice .select li dl dd,
  #Special .select li dl dd {
    border-radius: 0 0 30px 0;
  }

  #Voice .select li dl dd::before,
  #Special .select li dl dd::before {
    width: 50px;
    height: 50px;
    right: -26px;
  }

  #Voice .select li dl dd::after,
  #Special .select li dl dd::after {
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #298e3a;
    border-right: solid 2px #298e3a;
    right: 10px;
  }
}

#Voice .select li dl dd p.voice_lineup {
  display: inline-block;
  background: #298e3a;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 8px 32px 7px;
  border-radius: 0 0 25px 0;
}

#Voice .select li dl dd p.voice_copy {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding: 22px 47px 30px 32px;
}

#Voice.voice_bt .select li dl dd p.voice_copy {
  font-size: 18px;
  padding: 16px 33px 22px 20px;
  min-height: 146px;
}

@media only screen and (max-width: 736px) {
  #Voice .select li dl dd p.voice_lineup {
    padding: 0 6%;
    border-radius: 0 0 15px 0;
    height: 30px;
    line-height: 30px;
    width: fit-content;
    min-width: 82px;
  }

  #Voice.voice_bt .select li dl dd p.voice_lineup {
    display: none;
  }

  #Voice.voice_bt .select li dl dt {
    position: relative;
  }

  #Voice.voice_bt .select li dl dt img {
    position: relative;
    z-index: -1;
  }

  #Voice.voice_bt .select li dl dt p.voice_lineup {
    padding: 0.6rem 6%;
    border-radius: 0 15px 0 0;
    display: inline-block;
    background: #298e3a;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #Voice .select li dl dd p.voice_copy {
    font-size: 16px;
    line-height: 25px;
    padding: 1rem 12% 1.2rem 7%;
  }

  #Voice.voice_bt .select li dl dd p.voice_copy {
    font-size: 16px;
    padding: 1rem 12% 1.1rem 6%;
    min-height: auto;
  }
}

#cont [class*="bt0"] a,
#cont a [class*="bt0"] {
  color: #fff;
  font-weight: 700;
  background: #298e3a;
  text-align: center;
  padding-right: 1em;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  display: block;
}

#cont .bt01 a {
  font-size: 20px;
  line-height: 1.3;
  border-radius: 32px;
  padding: 16px 0;
  position: relative;
}

#cont a .bt02 {
  font-size: 18px;
  border-radius: 0 0 40px 0;
  line-height: 1.3;
  padding: 16px 0;
  position: relative;
}

#cont .bt01 a::after,
#cont a .bt02::after {
  right: 2rem;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media (any-hover: hover) {
  #cont .bt01 a:hover,
  #cont a .bt02:hover {
    opacity: 0.7;
  }

  #cont .bt01 a:hover::after,
  #cont a:hover .bt02::after {
    right: 1.66rem;
  }
}

@media only screen and (max-width: 736px) {
  #cont .bt01 a {
    font-size: 18px;
    border-radius: 25px;
    line-height: 1.4;
    padding: 16px 0;
  }

  #cont a .bt02 {
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 0;
    border-radius: 0 0 30px 0;
  }

  #cont .bt01 a::after {
    font-size: 21px;
  }

  #cont a .bt02::after {
    font-size: 18px;
  }
}

#cont span.salada {
  letter-spacing: -0.16em;
  margin-right: 0.5em;
}

.anchor_area {
  padding-top: 124px;
  margin-top: -124px;
}

.anchor_area_plus {
  padding-top: 170px;
  margin-top: -170px;
}

@media screen and (max-width: 736px) {
  .anchor_area {
    padding-top: 78px;
    margin-top: -78px;
  }

  .anchor_area_plus {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.bn_salad20th {
  margin-top: 70px;
}

@media screen and (max-width: 736px) {
  .bn_salad20th {
    margin-top: 30px;
  }
}
