@charset "UTF-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

	01. ツバメの巣エキス

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. ツバメの巣エキス
 ** ------------------------------------------------------- */
.index .index-ttl01 {
  display: table;
  width: 100%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: #F8F8F1;
  margin: 0 0 65px;
}
.index .index-ttl01 span {
  display: table-cell;
  height: 136px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.index .index-ttl01 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 43px;
  background: url(/swallow_nest/img/index_ico_nest.png) no-repeat center;
  margin: 0 0 9px;
}
.index .index-ttl01 span:after {
  content: "";
  display: block;
  width: 47px;
  height: 24px;
  background: url(/swallow_nest/img/index_ico_arrow01.png) no-repeat center;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -23px;
}
.index .index-ttl02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #663300;
  padding: 0 0 0 55px;
  margin: 65px 0 25px;
  position: relative;
}
.index .index-ttl02:before {
  content: "";
  display: block;
  width: 48px;
  height: 46px;
  background: url(/swallow_nest/img/index_ico_bird.png) no-repeat center;
  position: absolute;
  left: 1px;
  bottom: -19px;
}
.index .mv {
  height: 499px;
  text-align: center;
  position: relative;
}
.index .mv:before, .index .mv:after {
  content: "";
  display: block;
  width: calc(50% - 150px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
.index .mv:before {
  background-image: url(/swallow_nest/img/index_mv_bg02.jpg);
  background-position: right center;
  left: 0;
}
.index .mv:after {
  background-image: url(/swallow_nest/img/index_mv_bg03.jpg);
  background-position: left center;
  right: 0;
}
.index .mv .inner {
  width: 400px;
  height: 100%;
  margin: 0 auto;
  padding: 71px 0 0;
  background: url(/swallow_nest/img/index_mv_bg01.png) no-repeat center;
  position: relative;
  z-index: 2;
}
.index .mv h1 {
  margin: 0 0 14px;
}
.index .mv h1 + p {
  margin: 0 0 26px;
}
.index .lead {
  margin: 45px 0 0;
  padding: 0 0 75px;
}
.index .lead p {
  font-size: 1.8rem;
}
.index .lead .img {
  margin: 35px -37px 0;
}
.index .features .box01 {
  width: 726px;
  margin: 30px auto 0;
}
.index .features .box01:after {
  content: "";
  clear: both;
  display: block;
}
.index .features .box01 p:first-child {
  width: 310px;
  float: left;
}
.index .features .box01 p:last-child {
  width: 380px;
  float: right;
}
.index .features .box01 p span {
  display: block;
  padding: 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.index .features .img {
  text-align: center;
  margin: 21px 0 0;
}
.index .features .box02:after {
  content: "";
  clear: both;
  display: block;
}
.index .features .box02 p:first-child {
  width: 583px;
  float: left;
}
.index .features .box02 p:last-child {
  width: 341px;
  float: right;
}
.index .features .box02 p span {
  display: block;
  padding: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
}
.index .material {
  margin: 63px 0 0;
}
.index .material .box {
  margin: 29px 0 0;
}
.index .material .box:after {
  content: "";
  clear: both;
  display: block;
}
.index .material .box p {
  width: 470px;
}
.index .material .box p:first-child {
  float: left;
}
.index .material .box p:last-child {
  float: right;
}
.index .nana {
  margin: 80px 0 0;
}
.index .nana .box01 {
  width: 687px;
  margin: 20px auto 0;
}
.index .nana .box01:after {
  content: "";
  clear: both;
  display: block;
}
.index .nana .box01 p {
  width: 300px;
}
.index .nana .box01 p:first-child {
  float: left;
}
.index .nana .box01 p:last-child {
  float: right;
}
.index .nana .box01 p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
}
.index .nana .box01 p span:first-child {
  padding: 0 0 3px;
  font-weight: bold;
}
.index .nana .box01 p span:last-child {
  padding: 5px 0 0;
}
.index .nana .box02:after {
  content: "";
  clear: both;
  display: block;
}
.index .nana .box02 p {
  width: 470px;
}
.index .nana .box02 p:first-child {
  float: left;
}
.index .nana .box02 p:last-child {
  float: right;
}
.index .knowledge {
  margin: 80px 0 0;
}
.index .knowledge .list01 {
  margin: 30px 0 0;
}
.index .knowledge .list01 dt {
  color: #007951;
  font-size: 2.0rem;
  font-weight: bold;
  background: #eee;
  padding: 2px 9px;
}
.index .knowledge .list01 dd {
  font-size: 1.8rem;
  margin: 10px 0 0;
}
.index .knowledge .reference {
  border: 1px solid #bbb;
  padding: 11px 14px;
  margin: 25px 0 0;
}
.index .knowledge .reference dl dt {
  font-size: 1.4rem;
}
.index .knowledge .reference dl dd {
  font-size: 1.4rem;
  margin: -1.6em 0 0;
  padding: 0 0 0 5em;
}
.index .product {
  margin: 80px 0 0;
}
.index .product .txt01 {
  font-size: 2.4rem;
}
.index .product .tbl01 {
  width: 100%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.index .product .tbl01 colgroup col:nth-of-type(1), .index .product .tbl01 colgroup col:nth-of-type(3) {
  width: 260px;
}
.index .product .tbl01 th,
.index .product .tbl01 td {
  border-right: 1px solid #aaa;
  vertical-align: middle;
  height: 40px;
  padding: 3px 20px;
}
.index .product .tbl01 th {
  text-align: center;
  background: #F0F0E1;
}
.index .product .tbl01 tbody tr:nth-of-type(even) td {
  background: #eee;
}
.index .product .tbl01 + .cmn-notes01 {
  margin: 5px 0 0;
}
.index .bnrArea {
  margin: 70px 0 0;
}
.index .bnrArea:after {
  content: "";
  clear: both;
  display: block;
}
.index .bnrArea dl {
  float: left;
  margin: 0 0 0 75px;
}
.index .bnrArea dl:first-child {
  margin-left: 0;
}
.index .bnrArea dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.index .bnrArea dl dd {
  margin: 10px 0 0;
}
.index .pagetop {
  width: 76px;
  height: 70px;
  line-height: 1;
  margin: 0 0 0 483px;
  position: fixed;
  left: 50%;
  bottom: -70px;
  z-index: 99;
  transition: bottom 0.8s;
}
.index .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/swallow_nest/common/img/ft_pagetop.png) no-repeat center top;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
.index .pagetop.ft-pagetop__active {
  bottom: 14px;
}
.index .pagetop.ft-pagetop__ptn01 {
  position: absolute;
}
.index .btnContact {
  display: table;
  width: 100%;
}
.index .btnContact a {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background: #FF8000;
}
.index .btnContact a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 29px;
  background: url(/swallow_nest/img/index_ico_arrow02.png) no-repeat center;
  vertical-align: middle;
  margin: -0.2em 0 0 20px;
}

@media screen and (min-width: 1200px) {
  .index .pagetop {
    left: auto;
    right: 41px;
  }
}
/* ***************************************************************************** */

.c-cookie-policy {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.875);
  backdrop-filter: blur(calc(0.2040816327vw + 1.7346938776px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(25%);
  transition: 0.25s visibility, 0.25s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.25s transform cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-cookie-policy.is-open {
  visibility: visible;
  transition: 0.25s visibility, 0.25s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.5s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(0%);
  opacity: 1;
}

.c-cookie-policy button {
  appearance: none;
  outline: none;
  transition: 0.25s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 5px 10px;
  line-height: 1;
}

@media (any-hover: hover) {
  .c-cookie-policy button:hover {
    opacity: 0.5;
  }
}

.c-cookie-policy__container {
  padding: 30px 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;

  position: relative;
}

@media only screen and (max-width: 567px) {
  .c-cookie-policy__container {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 20px 15px;
  }
}

.c-cookie-policy__content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  align-items: flex-end;
}

.c-cookie-policy__title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  word-break: keep-all;
  padding-bottom: 10px;
}

@media only screen and (max-width: 567px) {
  .c-cookie-policy__title {
    font-size: 14px;
  }
}

.c-cookie-policy__submit {
  /* padding-top: 10px; */
  display: flex;
  justify-content: flex-end;
}

.c-cookie-policy__choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-cookie-policy__choices label {
  margin-right: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 13px;
}

.c-cookie-policy__choices input[type='radio'] {
  accent-color: #e72a2b;
  transform: scale(1.3);
  margin-top: 2px;
}
/* .c-cookie-policy__container .close {
position: absolute;
top: 0;
right: 0;
width: calc(0.8163265306vw + 36.9387755102px);
height: calc(0.8163265306vw + 36.9387755102px);
display: flex;
align-items: center;
justify-content: center;
} */
.c-cookie-policy__container .close>span {
  position: relative;
  border-radius: 9999px;
  background-color: #111111;
  width: 65%;
  height: 50%;
}

.c-cookie-policy__container .close>span::before,
.c-cookie-policy__container .close>span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  border-bottom: 1px solid #fff;
}

.c-cookie-policy__container .close>span::before {
  transform: rotate(45deg);
}

.c-cookie-policy__container .close>span::after {
  transform: rotate(-45deg);
}

.c-cookie-policy__text {
  font-size: 14px;
  text-align: left;
}

.c-cookie-policy__buttons {
  font-size: calc(0.3265306122vw + 0.6109693878rem);
  line-height: 1.25;
  display: flex;
  white-space: nowrap;
  gap: 0.5em;
  justify-content: flex-end;
  margin-left: auto;
}

.c-cookie-policy__buttons button {
  border: 1px solid #111111;
  padding: 0.75em 1.5em;
  flex: 1 1 0%;
}

@media only screen and (max-width: 567px) {
  .c-cookie-policy__buttons button {
    padding: 0.75em 3em;
  }
}

.c-cookie-policy__buttons button.-dark {
  background-color: #111111;
  color: #fff;
}