@charset "utf-8";
/* ヘッダー */
/* ============================================ */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.index header, .vitaminc header {
  box-shadow: 0px 2px 5px 0px #d9d9d9;
}
header .inner {
  height: 48px;
  position: relative;
}
header .inner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
header .inner .logo img {
  height: 36px;
}
header .inner #btn_menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1001;
}
header .inner #btn_menu span {
  width: 20px;
  height: 2px;
  background: #333;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .inner #btn_menu span:first-of-type {
  top: 11px;
}
header .inner #btn_menu span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
header .inner #btn_menu span:last-of-type {
  bottom: 11px;
}
/* ハンバーガーメニュー閉じた状態 */
header .inner #btn_menu.active span:first-of-type {
  transform: translateY(9px) rotate(-45deg);
}
header .inner #btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner #btn_menu.active span:last-of-type {
  transform: translateY(-7px) rotate(45deg);
}
/* /ハンバーガーメニュー閉じた状態 */
header .inner nav {
  display: none;
}
header .inner #btn_modal {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #0bae99;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1001;
  display: none;
}
header .inner #btn_modal::before {
  content: "";
  background: url("../img/img-common/ico_search_w.png")no-repeat left top/contain;
  width: 17px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.vitaminc header .inner #btn_modal {
  display: block;
}
/*TB*/
@media screen and (min-width: 640px) {
  header .inner {
    width: 100%;
    height: 80px;
  }
  header .inner .logo img {
    height: 50px;
  }
  header .inner #btn_menu span {
    width: 30px;
  }
  header .inner #btn_menu span:first-of-type {
    top: 8px;
  }
  header .inner #btn_menu span:last-of-type {
    bottom: 8px;
  }
  /* ハンバーガーメニュー閉じた状態 */
  header .inner #btn_menu.active span:last-of-type {
    transform: translateY(-12px) rotate(45deg);
  }
  /* /ハンバーガーメニュー閉じた状態 */
  header .inner #btn_modal {
    width: 36px;
    height: 36px;
    right: 70px;
  }
  header .inner #btn_modal::before {
    content: "";
    background: url("../img/img-common/ico_search_w.png")no-repeat left top/contain;
    width: 17px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/*PC*/
@media screen and (min-width: 1260px) {
  header .inner {
    width: 1200px;
  }
  /* ハンバーガーメニュー閉じた状態 */
  header .inner #btn_menu.active span:last-of-type {
    bottom: 8px;
    transform: translateY(-12px) rotate(45deg);
  }
  /* /ハンバーガーメニュー閉じた状態 */
  header .inner #btn_modal {
    right: 80px;
  }
}
/* グローバルメニュー */
/* ============================================ */
body.hidden {
  overflow: hidden;
}
#menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -10%;
  left: 0;
  overflow-y: auto;
  z-index: 1000;
  background: #e0ebff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
#menu.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#menu .menu_area_01 {
  background: #fff;
  height: 48px;
}
#menu .menu_area_01 .logo {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#menu .menu_area_01 .logo img {
  height: 36px;
}
#menu .menu_area_02 p {
  width: 38%;
  margin: 30px 0 25px 6%;
}
#menu .menu_area_02 nav a:hover {
  text-decoration: none;
}
#menu .menu_area_02 nav ul.main_nav {
  width: 82%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#menu .menu_area_02 nav ul.main_nav li {
  width: 48%;
  margin: 20px 4% 0 0;
  padding: 0 0 0 14px;
  position: relative;
  line-height: 1.3;
  font-size: 1.5rem;
}
#menu .menu_area_02 nav ul.main_nav li::before {
  content: "";
  background: #77b0c6;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0.7em;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu .menu_area_02 nav ul.main_nav li:first-of-type, #menu .menu_area_02 nav ul.main_nav li:nth-of-type(2) {
  margin-top: 0;
}
#menu .menu_area_02 nav ul.main_nav li:nth-of-type(2n) {
  margin-right: 0;
}
#menu .menu_area_02 nav ul.main_nav li a {
  font-weight: bold;
}
#menu .menu_area_02 nav ul.main_nav li a:hover {
  text-decoration: underline;
}
#menu .menu_area_02 nav ul.sub_nav {
  background: #fff;
  border-radius: 14px;
  width: 76%;
  margin: 0 auto 50px;
  padding: 15px 20px;
}
#menu .menu_area_02 nav ul.sub_nav li {
  font-size: 1.3rem;
}
#menu .menu_area_02 nav ul.sub_nav li:not(:last-of-type) {
  margin-bottom: 15px;
}
#menu .menu_area_02 nav ul.sub_nav li a {
  position: relative;
  padding-left: 10px;
}
#menu .menu_area_02 nav ul.sub_nav li a:hover {
  text-decoration: underline;
}
#menu .menu_area_02 nav ul.sub_nav li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #77b0c6;
  border-right: 1px solid #77b0c6;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
}
#menu .menu_area_02 .btn_menu_close {
  width: 90px;
  height: 26px;
  margin: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
#menu .menu_area_02 .btn_menu_close span {
  position: relative;
  padding-left: 18px;
  font-size: 1.2rem;
}
#menu .menu_area_02 .btn_menu_close span::before, #menu .menu_area_02 .btn_menu_close span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 1px;
  height: 15px;
  background: #77b0c6;
}
#menu .menu_area_02 .btn_menu_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#menu .menu_area_02 .btn_menu_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#menu .menu_area_02 nav a:hover {
  text-decoration: none;
}
/*TB*/
@media screen and (min-width: 640px) {
  #menu .menu_area_01 {
    background: #fff;
    height: 80px;
    position: relative;
  }
  #menu .menu_area_01 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #menu .menu_area_01 .logo img {
    height: 50px;
  }
  #menu .menu_area_02 p {
    width: 24%;
    margin: 60px 0 25px 7%;
  }
  #menu .menu_area_02 nav ul.sub_nav {
    background: #fff;
    border-radius: 14px;
    width: 80%;
    margin: 0 auto 50px;
    padding: 15px 20px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  #menu {
    overflow-y: scroll;
    display: flex;
    justify-content: flex-start;
  }
  #menu .menu_area_01 {
    background: #fff;
    height: 100%;
    width: 50%;
    position: relative;
  }
  #menu .menu_area_01 .logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #menu .menu_area_01 .logo img {
    height: 56px;
  }
  #menu .menu_area_02 {
    height: 100%;
    width: 50%;
    background: #e0ebff;
  }
  #menu .menu_area_02 p {
    width: 30%;
    margin: 110px 0 35px 6%;
  }
  #menu .menu_area_02 nav ul.main_nav {
    width: 88%;
    margin: auto;
    margin-bottom: 35px;
  }
  #menu .menu_area_02 nav ul.main_nav li {
    font-size: 1.6rem;
  }
  #menu .menu_area_02 nav ul.sub_nav {
    width: 70%;
    margin: 0 0 50px 40px;
    padding: 15px 20px;
  }
  #menu .menu_area_02 nav ul.sub_nav li {
    font-size: 1.4rem;
  }
  #menu .menu_area_02 nav ul.sub_nav li a {
    padding-left: 13px;
  }
  #menu .menu_area_02 nav ul.sub_nav li a::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  #menu .menu_area_02 .btn_menu_close {
    display: none;
  }
}
/*PC*/
@media screen and (min-width: 1200px) {
  #menu .menu_area_02 p {
    margin: 150px 0 35px 6%;
  }
}
/* フッター */
/* ============================================ */
footer .box_top .inner {
  padding: 0;
}
footer .box_top .inner nav {
  background: #f8f9f9;
}
footer .box_top .inner nav ul {
  padding: 0 3%;
}
footer .box_top .inner nav ul li {
  padding: 12px 0 12px 3%;
}
footer .box_top .inner nav ul li:not(:last-of-type) {
  border-bottom: 1px dotted #b2b2b2;
}
footer .box_top .inner nav ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}
footer .box_top .inner .logo_area {
  position: relative;
  height: 100px;
}
footer .box_top .inner .logo_area .logo {
  width: 172px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
footer .box_top .inner .logo_area .btn_sns {
  width: 27px;
  height: 27px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
footer .box_bottom .inner {
  padding: 0 7%;
}
footer .box_bottom .inner p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
footer .box_bottom .inner ul {
  margin: 0 auto 20px;
}
footer .box_bottom .inner ul li {
  position: relative;
  padding: 0 0 0 1.2em;
  line-height: 1.2;
}
footer .box_bottom .inner ul li::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
footer .box_bottom .inner ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
footer .box_bottom .inner ul li small {
  font-size: 1.1rem;
}
footer .copyright {
  background: #f8f9f9;
  padding: 20px;
  text-align: center;
}
footer .copyright small {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  color: #676767;
}
footer .copyright small a {
  text-decoration: none;
}
/*TB*/
@media screen and (min-width: 640px) {
  footer {
    background: #f8f9f9;
  }
  footer .box_top .inner {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  footer .box_top .inner .logo_area {
    height: 140px;
  }
  footer .box_top .inner .logo_area .logo {
    width: 270px;
    height: 61px;
  }
  footer .box_top .inner .logo_area .btn_sns {
    width: 38px;
    height: 38px;
    margin-top: 10px;
    right: 50px;
  }
  footer .box_top .inner nav ul {
    width: 70%;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  footer .box_top .inner nav ul li {
    padding: 0;
  }
  footer .box_top .inner nav ul li:not(:last-of-type) {
    border-bottom: none;
  }
  footer .box_top .inner nav ul li a {
    font-size: 1.6rem;
    font-weight: bold;
  }
  footer .box_bottom .inner {
    padding: 0;
    width: 78%;
    margin: auto;
  }
  footer .box_bottom .inner p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .box_bottom .inner ul {
    margin: 0 auto 50px;
  }
  footer .box_bottom .inner ul li small {
    font-size: 1.3rem;
  }
  footer .copyright {
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  footer .copyright small {
    font-size: 1.2rem;
    color: #676767;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  footer .box_top .inner nav ul li a:hover {
    text-decoration: underline;
  }
  footer .box_top .inner .logo_area .btn_sns {
    right: 125px;
  }
  footer .box_bottom .inner {
    padding: 0;
    width: 680px;
    margin: auto;
  }
}
/* サイト共通 リンクホバー */
/* ============================================ */
.hover {
  transition: 0.3s;
}
.hover:hover {
  opacity: 0.7;
}
/* サイト共通 ページトップボタン */
/* ============================================ */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 40px;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}
#pagetop.active {
  opacity: 1;
  bottom: 30px;
}
#pagetop.active:hover {
  opacity: 0.7;
}
.form #pagetop.active {
  bottom: 90px;
}
/*TB*/
@media screen and (min-width: 640px) {
  #pagetop {
    width: 54px;
  }
  #pagetop.active {
    bottom: 40px;
  }
  .form #pagetop.active {
    bottom: 100px;
  }
}
/* サイト共通 ページング */
/* ============================================ */
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#pagination a {
  display: block;
  margin-left: 10px;
}
#pagination .page-numbers {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#pagination .page-numbers:hover {
  text-decoration: none;
  background: #CBFCF5;
}
#pagination span.page-numbers.current {
  background: #0bae99;
  border: 1px solid #0bae99;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 10px;
}
#pagination span.page-numbers.dots {
  margin-left: 10px;
}
#pagination .page-numbers.prev {
  position: relative;
  background: none;
  margin-left: 0;
}
#pagination .page-numbers.prev:hover {
  background: #CBFCF5;
}
#pagination .page-numbers.next {
  position: relative;
  background: none;
}
#pagination .page-numbers.next:hover {
  background: #CBFCF5;
}
#pagination .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 3px;
  border-left: 2px solid #0bae99;
  border-bottom: 2px solid #0bae99;
  transform: rotate(45deg);
}
#pagination .page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
  border-top: 2px solid #0bae99;
  border-right: 2px solid #0bae99;
  transform: rotate(45deg);
}
/*TB*/
@media screen and (min-width: 640px) {
  #pagination {
    margin-top: 40px;
  }
  #pagination .page-numbers {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
  }
  #pagination span.page-numbers.current {
    font-size: 1.7rem;
  }
  #pagination .page-numbers.prev::before {
    width: 11px;
    height: 11px;
  }
  #pagination .page-numbers.next::before {
    width: 11px;
    height: 11px;
  }
}
/* サイト共通 戻るボタン */
/* ============================================ */
.btn_back {
  display: flex;
  justify-content: center;
}
.btn_back a {
  font-size: 1.2rem;
  color: #fff;
  background: #aaa;
  border-radius: 100px;
  padding: 5px 20px 6px;
}
.btn_back a:hover {
  text-decoration: none;
}
/*TB*/
@media screen and (min-width: 640px) {
  .btn_back a {
    font-size: 1.4rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .btn_back a {
    font-size: 1.6rem;
    padding: 6px 25px 8px;
  }
}
/* サイト共通 タイトル */
/* ============================================ */
#main_ttl {
  width: 100%;
  background: #24b7b3;
}
#main_ttl .inner {
  min-height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}
/*TB*/
@media screen and (min-width: 640px) {
  #main_ttl .inner {
    min-height: 100px;
    font-size: 2.2rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  #main_ttl .inner {
    min-height: 130px;
    font-size: 3.4rem;
  }
}
/* サイト共通 カテゴリーカラー */
/* ============================================ */
.category.trivia {
  background: #4ce07c;
}
.category.health {
  background: #30afd8;
}
.category.beauty {
  background: #ff7474;
}
.category.vitaminc {
  background: #e8a400;
}
.category.glucosamine {
  background: #105dd2;
}
.category.folic {
  background: #1d9f04;
}
.category.coenzyme {
  background: #ce0693;
}
.category.hyaluronic {
  background: #105dd2;
}
.category.dhaepa {
  background: #1827ba;
}
.category.resveratrol {
  background: #b52aef;
}
.category.collagen {
  background: #0bae99;
}
.category.imida {
  background: #ef662a;
}
.category.placenta {
  background: #ce0693;
}
/* サイト共通 マーカー */
/* ============================================ */
.marker {
  padding: 0 5px;
  background-size: 0 40%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 2s;
}
.marker.active {
  background-size: 100% 40%;
}
.marker.green {
  background-image: linear-gradient(#bef7b3, #bef7b3);
}
.marker.blue {
  background-image: linear-gradient(#9decfb, #9decfb);
}
.marker.yellow {
  background-image: linear-gradient(#fbdc2f, #fbdc2f);
}
/* サイト共通 アニメーション */
/* ============================================ */
.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(0);
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeSlide {
  opacity: 0;
}
.fadeSlide.active {
  animation-name: fadeSlideAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(0);
}
@keyframes fadeSlideAnime {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* サイト共通 プロフィール admin_profile */
/* ============================================ */
.admin_profile {
  border: 5px solid #efefef;
  padding: 15px 10px;
}
.admin_profile .box_top {
  margin-bottom: 7px;
}
.admin_profile .box_top dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.admin_profile .box_top dl dt {
  width: 60px;
  margin-right: 12px;
}
.admin_profile .box_top dl dt + dd {
  width: 75%;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.3;
  padding-bottom: 5px;
}
.admin_profile .box_top dl dt + dd span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.admin_profile .box_top .instagram a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  font-size: 1.1rem;
  margin-left: 72px;
}
.admin_profile .box_top .instagram a img {
  height: 30px;
}
.admin_profile .box_top .instagram p {
  height: 30px;
  margin: 0 0 0 7px;
  line-height: 1.3;
}
.admin_profile .bottom_box p {
  font-size: 1.2rem;
}
/*TB*/
@media screen and (min-width: 640px) {
  .admin_profile {
    padding: 15px 20px;
  }
  .admin_profile .box_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .admin_profile .box_top dl {
    width: 60%;
  }
  .admin_profile .box_top dl dt {
    width: 62px;
    margin-right: 12px;
  }
  .admin_profile .box_top dl dt + dd {
    width: 75%;
    font-size: 1.3rem;
    padding-bottom: 0;
  }
  .admin_profile .box_top dl dt + dd span {
    font-size: 1.6rem;
  }
  .admin_profile .box_top .instagram {
    width: 40%;
    margin-top: 35px;
  }
  .admin_profile .box_top .instagram a {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .admin_profile .box_top .instagram a img {
    height: 34px;
  }
  .admin_profile .box_top .instagram p {
    height: 34px;
  }
  .admin_profile .bottom_box p {
    font-size: 1.4rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .admin_profile {
    width: 720px;
    margin: auto;
  }
  .admin_profile .box_top {
    margin-bottom: 15px;
  }
  .admin_profile .box_top dl dt {
    width: 80px;
    margin-right: 12px;
  }
}
/* サイト共通 監修コメント admin_comment */
/* ============================================ */
.admin_comment {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.admin_comment .pic_face {
  width: 20%;
}
.admin_comment .comment {
  width: 72%;
  margin-left: 8%;
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.admin_comment .comment::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 10px 24px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 40px;
  left: -8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.admin_comment .comment p {
  font-size: 1.3rem !important;
  font-weight: bold;
  margin: 0 !important;
}
/*TB*/
@media screen and (min-width: 640px) {
  .admin_comment .pic_face {
    width: 98px;
  }
  .admin_comment .comment {
    width: 82%;
    margin-left: 4%;
  }
  .admin_comment .comment::before {
    left: -23px;
  }
  .admin_comment .comment p {
    font-size: 1.6rem !important;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .admin_comment .comment {
    width: 76%;
    padding: 20px;
  }
}
/* サイト共通 公式ホームページボタン btn_official */
/* ============================================ */
.btn_official {
  width: 190px;
  height: 36px;
  margin: auto;
}
.btn_official a {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #f69d29;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.btn_official a:hover {
  background: #59c6d4;
  text-decoration: none;
}
.btn_official a span {
  position: relative;
  padding-right: 16px;
}
.btn_official span::before {
  content: "";
  background: url("../img/img-common/ico_blank.png") left top/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*TB*/
@media screen and (min-width: 640px) {
  .btn_official {
    width: 233px;
    height: 46px;
  }
  .btn_official a {
    font-size: 1.5rem;
  }
  .btn_official a span {
    position: relative;
    padding-right: 16px;
  }
  .btn_official span::before {
    width: 16px;
    height: 16px;
    right: -8px;
  }
  /*PC*/
  @media screen and (min-width: 1024px) {
    .btn_official a {
      font-size: 1.6rem;
    }
  }
}
/* 404ページ */
/* ============================================ */
.error404 main article .inner {
  padding: 100px 5%;
}
.error404 main article .inner .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.error404 main article .inner .ttl strong {
  font-size: 9.0rem;
  font-weight: bold;
  color: #0bae99;
  display: block;
  line-height: 1.2;
}
.error404 main article .inner .ttl span {
  display: block;
  font-size: 2.0rem;
  text-align: center;
}
.error404 main article .inner p {
  font-size: 1.4rem;
  text-align: center;
}
/*TB*/
@media screen and (min-width: 640px) {
  .error404 main article .inner {
    padding: 150px 0;
  }
  .error404 main article .inner .ttl strong {
    font-size: 10.0rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .error404 main article .inner {
    padding: 100px 0 200px;
  }
  .error404 main article .inner .ttl strong {
    font-size: 16.0rem;
  }
}
/* トップページ main */
/* ============================================ */
main {
  padding-top: 48px;
}
/*PC*/
@media screen and (min-width: 640px) {
  main {
    padding-top: 80px;
  }
}
/* トップページ メインビジュアル main_visual */
/* ============================================ */
.index main #main_visual {
  width: 100%;
  background: url("../img/img-index/bg_main_sp.png") no-repeat center bottom/contain;
  margin-bottom: 30px;
}
.index main #main_visual .inner {
  min-height: 310px;
  padding: 20px 5% 0;
  position: relative;
}
.index main #main_visual .inner h2 {
  margin: 0 0 10px;
  position: relative;
  animation-name: MainVisualTxtDisplay;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.index main #main_visual .inner h2::after {
  content: "";
  background-color: #fbdc2f;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: -1.5%;
  z-index: -1;
  animation-name: MainVisualMarker;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 3.0s;
}
.index main #main_visual .inner h2 + p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  animation-name: MainVisualTxtDisplay;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  position: relative;
  z-index: 10;
}
.index main #main_visual .inner .pic_main {
  opacity: 0;
  width: 78%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  animation-name: MainVisualPicDisplay;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.index main #main_visual .inner .pic_main::before {
  content: "";
  background: url("../img/img-index/pic_main_sp_02.png")no-repeat left top/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: MainVisualPicChange;
  animation-duration: 10.0s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
}
.index main #main_visual .inner ul li {
  position: absolute;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.index main #main_visual .inner ul li.bubble_01 {
  width: 60px;
  opacity: 0;
  animation-name: BubblePop_01_sp;
  animation-duration: 3.0s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
}
.index main #main_visual .inner ul li.bubble_02 {
  width: 70px;
  opacity: 0;
  animation-name: BubblePop_02_sp;
  animation-duration: 3.0s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-delay: 2.0s;
}
.index main #main_visual .inner ul li.bubble_03 {
  width: 50px;
  opacity: 0;
  animation-name: BubblePop_03_sp;
  animation-duration: 3.0s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-delay: 2.5s;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #main_visual {
    width: 100%;
    background: url("../img/img-index/bg_main_pc.png") no-repeat center bottom/cover;
    margin-bottom: 30px;
  }
  .index main #main_visual .inner {
    min-height: 500px;
    padding: 40px 5% 0;
  }
  .index main #main_visual .inner h2 {
    width: 80%;
    margin: 0 auto 10px;
  }
  .index main #main_visual .inner h2::after {
    height: 18px;
    bottom: -5px;
  }
  .index main #main_visual .inner h2 + p {
    font-size: 2.4rem;
  }
  .index main #main_visual .inner .pic_main {
    width: 64%;
  }
  .index main #main_visual .inner ul li.bubble_01 {
    width: 100px;
    animation-name: BubblePop_01_tb;
  }
  .index main #main_visual .inner ul li.bubble_02 {
    width: 130px;
    animation-name: BubblePop_02_tb;
  }
  .index main #main_visual .inner ul li.bubble_03 {
    width: 100px;
    animation-name: BubblePop_03_tb;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #main_visual .inner {
    min-height: 580px;
    padding: 60px 5% 0;
  }
  .index main #main_visual .inner h2 {
    width: 76%;
    margin: 0 auto 20px;
  }
  .index main #main_visual .inner .pic_main {
    width: 530px;
  }
  .index main #main_visual .inner ul li.bubble_01 {
    width: 110px;
    animation-name: BubblePop_01_pc;
  }
  .index main #main_visual .inner ul li.bubble_02 {
    width: 130px;
    animation-name: BubblePop_02_pc;
  }
  .index main #main_visual .inner ul li.bubble_03 {
    width: 100px;
    animation-name: BubblePop_03_pc;
  }
}
/*メインヴィジュアル用アニメーション*/
@keyframes MainVisualTxtDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MainVisualMarker {
  0% {
    width: 0%;
  }
  100% {
    width: 103%;
  }
}
@keyframes MainVisualPicDisplay {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: -10px;
  }
}
@keyframes MainVisualPicChange {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BubblePop_01_sp {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 200px;
    left: 100px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 125px;
    left: 60px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 130px;
    left: 60px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 125px;
    left: 60px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 130px;
    left: 60px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 125px;
    left: 60px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 130px;
    left: 60px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 130px;
    left: 60px;
  }
}
@keyframes BubblePop_01_tb {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 300px;
    left: 280px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    left: 120px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    left: 120px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    left: 120px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    left: 120px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    left: 120px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    left: 120px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    left: 120px;
  }
}
@keyframes BubblePop_01_pc {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 360px;
    left: 380px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 260px;
    left: 190px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 265px;
    left: 190px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 260px;
    left: 190px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 265px;
    left: 190px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 260px;
    left: 190px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 265px;
    left: 190px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 260px;
    left: 190px;
  }
}
@keyframes BubblePop_02_sp {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 165px;
    right: 100px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 90px;
    right: 76px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 95px;
    right: 76px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 90px;
    right: 76px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 95px;
    right: 76px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 90px;
    right: 76px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 95px;
    right: 76px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 90px;
    right: 76px;
  }
}
@keyframes BubblePop_02_tb {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 350px;
    right: 200px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 155px;
    right: 155px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 150px;
    right: 155px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 155px;
    right: 155px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 150px;
    right: 155px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 155px;
    right: 155px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 150px;
    right: 155px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 155px;
    right: 155px;
  }
}
@keyframes BubblePop_02_pc {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 350px;
    right: 360px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    right: 230px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    right: 230px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    right: 230px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    right: 230px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    right: 230px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 200px;
    right: 230px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 205px;
    right: 230px;
  }
}
@keyframes BubblePop_03_sp {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 180px;
    right: 110px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 145px;
    right: 38px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 140px;
    right: 38px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 145px;
    right: 38px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 140px;
    right: 38px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 145px;
    right: 38px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 140px;
    right: 38px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 145px;
    right: 38px;
  }
}
@keyframes BubblePop_03_tb {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 280px;
    right: 200px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 220px;
    right: 80px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 225px;
    right: 80px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 220px;
    right: 80px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 225px;
    right: 80px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 220px;
    right: 80px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 225px;
    right: 80px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 220px;
    right: 80px;
  }
}
@keyframes BubblePop_03_pc {
  0% {
    opacity: 0;
    transform: scale(0.0);
    top: 400px;
    right: 400px;
  }
  15% {
    opacity: 1;
    transform: scale(1.0);
    top: 270px;
    right: 140px;
  }
  35% {
    opacity: 1;
    transform: scale(1.0);
    top: 275px;
    right: 140px;
  }
  50% {
    opacity: 1;
    transform: scale(1.0);
    top: 270px;
    right: 140px;
  }
  65% {
    opacity: 1;
    transform: scale(1.0);
    top: 275px;
    right: 140px;
  }
  80% {
    opacity: 1;
    transform: scale(1.0);
    top: 270px;
    right: 140px;
  }
  90% {
    opacity: 1;
    transform: scale(1.0);
    top: 275px;
    right: 140px;
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
    top: 270px;
    right: 140px;
  }
}
/* トップページ  first_block */
/* ============================================ */
.index main #first_block {
  margin-bottom: 40px;
}
.index main #first_block .inner > h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #first_block .inner {
    width: 630px;
  }
  .index main #first_block .inner > h2 {
    font-size: 1.6rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #first_block .inner {
    width: 960px;
  }
  .index main #first_block .inner > h2 {
    width: 820px;
    margin: 0 auto 50px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
/* トップページ サプリメントの選び方3つのポイント second_block */
/* ============================================ */
.index main #second_block {
  margin-bottom: 80px;
}
.index main #second_block .inner h3 {
  position: relative;
  padding: 29px 8px 0 108px;
  margin-bottom: 30px;
}
.index main #second_block .inner h3::before {
  content: "";
  background: url("../img/img-index/pic_man_01_sp.png") no-repeat left top/contain;
  width: 130px;
  height: 136px;
  position: absolute;
  top: 0;
  left: -4%;
}
.index main #second_block .inner h3 picture {
  display: block;
  margin-bottom: 8px;
  position: relative;
}
.index main #second_block .inner h3 picture::before {
  content: "";
  width: 102%;
  height: 10px;
  background: #fbdc2f;
  position: absolute;
  bottom: 0;
  left: -1%;
  z-index: -1;
}
.index main #second_block .inner h3 span {
  margin-bottom: 8px;
  position: relative;
}
.index main #second_block .inner h3 span::before {
  content: "";
  width: 103%;
  height: 10px;
  background: #fbdc2f;
  position: absolute;
  bottom: 10px;
  left: -1%;
  z-index: -1;
}
.index main #second_block .inner p {
  font-size: 1.4rem;
  line-height: 1.7;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #second_block .inner h3 {
    padding: 0 30px 0 148px;
    margin-bottom: 10px;
  }
  .index main #second_block .inner h3::before {
    width: 153px;
    height: 159px;
    top: 15px;
    left: 10px;
  }
  .index main #second_block .inner h3 picture::before {
    content: "";
    width: 102%;
    height: 12px;
    background: #fbdc2f;
    position: absolute;
    bottom: 6px;
    left: -1%;
    z-index: -1;
  }
  .index main #second_block .inner p {
    font-size: 1.8rem;
    padding: 0 20px 0 175px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #second_block {
    margin-bottom: 150px;
  }
  .index main #second_block .inner h3 {
    padding: 0 65px 0 180px;
    margin-bottom: 25px;
  }
  .index main #second_block .inner h3::before {
    width: 234px;
    height: 244px;
    top: 0;
    left: 0;
  }
  .index main #second_block .inner h3 picture::before {
    content: "";
    width: 102%;
    height: 15px;
    background: #fbdc2f;
    position: absolute;
    bottom: 10px;
    left: -1%;
    z-index: -1;
  }
  .index main #second_block .inner p {
    font-size: 1.8rem;
    padding: 0 20px 0 275px;
    line-height: 1.9;
  }
}
/* トップページ 価格比較は”100円”あたりの価格で比較する third_block */
/* ============================================ */
.index main #third_block {
  background: #f5ffef;
  padding: 40px 0 100px;
}
.index main #third_block .inner .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.index main #third_block .inner .ttl::before {
  content: "";
  background: url("../img/img-index/ico_point_01.png") no-repeat left top/contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index main #third_block .inner .box_top {
  margin-bottom: 15px;
}
.index main #third_block .inner .box_top p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
}
.index main #third_block .inner .box_top p strong {
  display: block;
  margin-top: 15px;
}
.index main #third_block .inner .box_bottom p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.index main #third_block .inner .box_bottom table {
  width: 100%;
  margin-bottom: 30px;
}
.index main #third_block .inner .box_bottom table tr, .index main #third_block .inner .box_bottom table tr th, .index main #third_block .inner .box_bottom table tr td {
  border: 1px solid #ccc;
  background: #fff;
}
.index main #third_block .inner .box_bottom table tr th, .index main #third_block .inner .box_bottom table tr td {
  text-align: center;
  padding: 3px 0;
}
.index main #third_block .inner .box_bottom .pink {
  color: #f15f5f;
}
.index main #third_block .inner .box_bottom table tr:first-of-type th {
  font-size: 1.2rem;
}
.index main #third_block .inner .box_bottom table tr th:first-of-type {
  width: 12%;
}
.index main #third_block .inner .box_bottom .ttl_02 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin-bottom: 22px;
}
.index main #third_block .inner .box_bottom .ttl_02::before {
  content: "";
  background: url("../img/img-index/ico_point.png")no-repeat left top/contain;
  width: 70px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.index main #third_block .inner .box_bottom .box_product {
  width: 92%;
  margin: 0 auto 30px;
}
.index main #third_block .inner .box_bottom .box_product dl {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  position: relative;
  border: 1px solid #ccc;
}
.index main #third_block .inner .box_bottom .box_product dl.ico_gooddeal::before {
  content: "";
  background: url("../img/img-index/ico_gooddeal.png") no-repeat left top/contain;
  width: 80px;
  height: 39px;
  position: absolute;
  top: -10px;
  right: -3%;
}
.index main #third_block .inner .box_bottom .box_product dl:first-of-type {
  margin-bottom: 20px;
}
.index main #third_block .inner .box_bottom .box_product dl dt {
  font-size: 1.5rem;
}
.index main #third_block .inner .box_bottom .box_product dl dd:first-of-type {
  margin-bottom: 30px;
  position: relative;
}
.index main #third_block .inner .box_bottom .box_product dl dd:first-of-type::before {
  content: "";
  background: url("../img/img-common/ico_arrow.png") no-repeat left top/contain;
  width: 25px;
  height: 23px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index main #third_block .inner .box_bottom .box_product dl dd .pink {
  font-size: 1.5rem;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #third_block {
    padding: 40px 0 100px;
  }
  .index main #third_block .inner .ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  .index main #third_block .inner .ttl::before {
    width: 70px;
    height: 70px;
    top: -75px;
  }
  .index main #third_block .inner .box_top {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index main #third_block .inner .box_top img {
    width: 48%;
  }
  .index main #third_block .inner .box_top p {
    width: 48%;
    font-size: 1.6rem;
  }
  .index main #third_block .inner .box_top p strong {
    font-size: 1.8rem;
  }
  .index main #third_block .inner .box_bottom p {
    font-size: 1.8rem;
  }
  .index main #third_block .inner .box_bottom table {
    width: 70%;
  }
  .index main #third_block .inner .box_bottom table tr th, .index main #third_block .inner .box_bottom table tr td {
    padding: 5px 0;
  }
  .index main #third_block .inner .box_bottom table tr:first-of-type th {
    font-size: 1.6rem;
  }
  .index main #third_block .inner .box_bottom table tr th strong, .index main #third_block .inner .box_bottom table tr td strong {
    font-size: 1.8rem;
  }
  .index main #third_block .inner .box_bottom table tr th:first-of-type {
    width: 15%;
  }
  .index main #third_block .inner .box_bottom .ttl_02 {
    font-size: 2.2rem;
    padding-left: 80px;
    margin-bottom: 22px;
  }
  .index main #third_block .inner .box_bottom .ttl_02::before {
    content: "";
    background: url("../img/img-index/ico_point.png")no-repeat left top/contain;
    width: 70px;
    height: 49px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .index main #third_block .inner .box_bottom .box_product {
    width: 98%;
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .index main #third_block .inner .box_bottom .box_product dl {
    width: 49%;
    padding: 15px 9px;
  }
  .index main #third_block .inner .box_bottom .box_product dl:first-of-type {
    margin-bottom: 0;
  }
  .index main #third_block .inner .box_bottom .box_product dl dt {
    font-size: 1.8rem;
  }
  .index main #third_block .inner .box_bottom .box_product dl dd {
    font-size: 1.3rem;
  }
  .index main #third_block .inner .box_bottom .box_product dl dd .pink {
    font-size: 1.5rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #third_block {
    padding: 80px 0 180px;
  }
  .index main #third_block .inner .ttl {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
  .index main #third_block .inner .ttl::before {
    width: 110px;
    height: 110px;
    top: -135px;
  }
  .index main #third_block .inner .box_top {
    margin-bottom: 30px;
  }
  .index main #third_block .inner .box_top img {
    width: 48%;
  }
  .index main #third_block .inner .box_top p {
    width: 48%;
    font-size: 1.6rem;
  }
  .index main #third_block .inner .box_bottom table {
    width: 52%;
    margin-bottom: 50px;
  }
  .index main #third_block .inner .box_bottom .ttl_02 {
    font-size: 2.2rem;
    padding-left: 85px;
    margin-bottom: 22px;
  }
  .index main #third_block .inner .box_bottom .ttl_02::before {
    width: 80px;
    height: 56px;
  }
  .index main #third_block .inner .box_bottom .box_product {
    width: 71%;
    margin: 0 0 30px 0;
  }
  .index main #third_block .inner .box_bottom .box_product dl {
    width: 48%;
    padding: 15px;
  }
  .index main #third_block .inner .box_bottom .box_product dl dd {
    font-size: 1.4rem;
  }
  .index main #third_block .inner .box_bottom .box_product dl dd .pink {
    font-size: 1.6rem;
  }
}
/* トップページ 安全性のための添加物をチェック fourth_block */
/* ============================================ */
.index main #fourth_block {
  background: #f3fdff;
  padding: 40px 0 100px;
}
.index main #fourth_block .inner .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.index main #fourth_block .inner .ttl::before {
  content: "";
  background: url("../img/img-index/ico_point_02.png") no-repeat left top/contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index main #fourth_block .inner .box_top {
  margin-bottom: 15px;
}
.index main #fourth_block .inner .box_top p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 10px 0 20px;
}
.index main #fourth_block .inner .box_bottom .ttl_02 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.index main #fourth_block .inner .box_bottom .box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.index main #fourth_block .inner .box_bottom .box p {
  font-size: 1.1rem;
  margin: 0;
}
.index main #fourth_block .inner .box_bottom p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #fourth_block {
    padding: 40px 0 100px;
  }
  .index main #fourth_block .inner .ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  .index main #fourth_block .inner .ttl::before {
    width: 70px;
    height: 70px;
    top: -75px;
  }
  .index main #fourth_block .inner .box_top {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index main #fourth_block .inner .box_top img {
    width: 48%;
  }
  .index main #fourth_block .inner .box_top p {
    width: 48%;
    font-size: 1.6rem;
  }
  .index main #fourth_block .inner .box_top p strong {
    font-size: 1.8rem;
  }
  .index main #fourth_block .inner .box_bottom p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .index main #fourth_block .inner .box_bottom .ttl_02 {
    font-size: 1.6rem;
  }
  .index main #fourth_block .inner .box_bottom .box p {
    font-size: 1.4rem;
    margin: 0;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #fourth_block {
    padding: 80px 0 180px;
  }
  .index main #fourth_block .inner .ttl {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
  .index main #fourth_block .inner .ttl::before {
    width: 110px;
    height: 110px;
    top: -135px;
  }
  .index main #fourth_block .inner .box_top {
    margin-bottom: 40px;
  }
  .index main #fourth_block .inner .box_top img {
    width: 48%;
  }
  .index main #fourth_block .inner .box_top p {
    width: 48%;
    font-size: 1.6rem;
  }
  .index main #fourth_block .inner .box_bottom .box {
    width: 740px;
    padding: 15px;
    margin-bottom: 40px;
  }
}
/* 同じ栄養素でも吸収効率が違う場合があります fifth_block */
/* ============================================ */
.index main #fifth_block {
  background: #fffcf0;
  padding: 40px 0 100px;
}
.index main #fifth_block .inner .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.index main #fifth_block .inner .ttl::before {
  content: "";
  background: url("../img/img-index/ico_point_03.png") no-repeat left top/contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index main #fifth_block .inner .box_top {
  margin-bottom: 15px;
}
.index main #fifth_block .inner .box_top p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 10px 0 20px;
}
.index main #fifth_block .inner .box_bottom .box {
  margin-bottom: 30px;
}
.index main #fifth_block .inner .box_bottom .box dl:first-of-type {
  margin-bottom: 20px;
}
.index main #fifth_block .inner .box_bottom .box dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.index main #fifth_block .inner .box_bottom .box dl dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index main #fifth_block .inner .box_bottom .box dl dd .pic {
  width: 30%;
}
.index main #fifth_block .inner .box_bottom .box dl dd .txt {
  width: 65%;
}
.index main #fifth_block .inner .box_bottom .box dl dd .txt p {
  font-size: 1.2rem;
  margin: 0;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index main #fifth_block {
    padding: 40px 0 100px;
  }
  .index main #fifth_block .inner .ttl {
    font-size: 2.6rem;
    text-align: center;
  }
  .index main #fifth_block .inner .ttl::before {
    width: 70px;
    height: 70px;
    top: -75px;
  }
  .index main #fifth_block .inner .box_top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index main #fifth_block .inner .box_top img {
    width: 48%;
  }
  .index main #fifth_block .inner .box_top p {
    width: 48%;
    font-size: 1.6rem;
  }
  .index main #fifth_block .inner .box_bottom .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .index main #fifth_block .inner .box_bottom .box dl {
    width: 49%;
  }
  .index main #fifth_block .inner .box_bottom .box dl:first-of-type {
    margin-bottom: 0;
  }
  .index main #fifth_block .inner .box_bottom .box dl dd .txt p {
    font-size: 1.3rem;
    margin: 0;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index main #fifth_block {
    padding: 80px 0 180px;
  }
  .index main #fifth_block .inner .ttl {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
  .index main #fifth_block .inner .ttl::before {
    width: 110px;
    height: 110px;
    top: -135px;
  }
  .index main #fifth_block .inner .box_top {
    margin-bottom: 50px;
  }
  .index main #fifth_block .inner .box_bottom .box {
    margin-bottom: 50px;
  }
  .index main #fifth_block .inner .box_bottom .box dl {
    width: 49%;
  }
  .index main #fifth_block .inner .box_bottom .box dl:first-of-type {
    margin-bottom: 0;
  }
  .index main #fifth_block .inner .box_bottom .box dl dt {
    font-size: 2.0rem;
  }
  .index main #fifth_block .inner .box_bottom .box dl dd .txt p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
/* トップページ おすすめ成分 sixth_block */
/* ============================================ */
.index #sixth_block {
  padding: 60px 0 100px;
  background: #f8fcfe;
  position: relative;
}
.index #sixth_block .inner {
  padding: 0 3%;
}
.index #sixth_block::before {
  content: "";
  background: url("../img/img-common/bg_line.png") repeat-x left top/contain;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.index #sixth_block::after {
  content: "";
  background: url("../img/img-common/bg_line.png") repeat-x left top/contain;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index #sixth_block .ttl {
  width: 260px;
  margin: 0 auto 20px;
}
.index #sixth_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index #sixth_block ul li {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px -2px #adadad;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.index #sixth_block ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #eda306;
  border-right: 0;
  transform: rotate(45deg);
  position: absolute;
  bottom: -45px;
  right: -10px;
}
.index #sixth_block ul li:last-of-type, .index #sixth_block ul li:nth-of-type(9) {
  margin-bottom: 0;
}
.index #sixth_block ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 15px;
  border-radius: 10px;
}
.index #sixth_block ul li a h4 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #eda306;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 4px;
}
.index #sixth_block ul li a h4 span {
  display: block;
  font-size: 1.0rem;
}
.index #sixth_block ul li a h4 + p {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.2;
  letter-spacing: 0;
  min-height: 2em;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index #sixth_block ul li a .thumbnail {
  display: block;
  position: relative;
  width: 88%;
  height: 90px;
  margin: 0 auto 7px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.index #sixth_block ul li a .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index #sixth_block ul li a:hover .thumbnail img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.index #sixth_block ul li a .thumbnail + p {
  text-align: center;
  font-size: 1.0rem;
  letter-spacing: 0;
  font-weight: bold;
}
.index #sixth_block ul li.glucosamine a h4 {
  color: #105dd2;
}
.index #sixth_block ul li.folic a h4 {
  color: #1d9f04;
}
.index #sixth_block ul li.coenzyme a h4 {
  color: #ce0693;
}
.index #sixth_block ul li.hyaluronic a h4 {
  color: #105dd2;
}
.index #sixth_block ul li.dhaepa a h4 {
  color: #1827ba;
}
.index #sixth_block ul li.resveratrol a h4 {
  color: #b52aef;
}
.index #sixth_block ul li.collagen a h4 {
  color: #0bae99;
}
.index #sixth_block ul li.imida a h4 {
  color: #ef662a;
}
.index #sixth_block ul li.placenta a h4 {
  color: #ce0693;
}
.index #sixth_block ul li.glucosamine::after {
  border-left: 40px solid #105dd2;
}
.index #sixth_block ul li.folic::after {
  border-left: 40px solid #1d9f04;
}
.index #sixth_block ul li.coenzyme::after {
  border-left: 40px solid #ce0693;
}
.index #sixth_block ul li.hyaluronic::after {
  border-left: 40px solid #105dd2;
}
.index #sixth_block ul li.dhaepa::after {
  border-left: 40px solid #1827ba;
}
.index #sixth_block ul li.resveratrol::after {
  border-left: 40px solid #b52aef;
}
.index #sixth_block ul li.collagen::after {
  border-left: 40px solid #0bae99;
}
.index #sixth_block ul li.imida::after {
  border-left: 40px solid #ef662a;
}
.index #sixth_block ul li.placenta::after {
  border-left: 40px solid #ce0693;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index #sixth_block {
    padding: 80px 0 120px;
  }
  .index #sixth_block .inner {
    padding: 0;
  }
  .index #sixth_block .ttl {
    width: 260px;
    margin: 0 auto 40px;
  }
  .index #sixth_block ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .index #sixth_block ul li {
    width: 32%;
    margin-right: 2%;
  }
  .index #sixth_block ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .index #sixth_block ul li a .thumbnail {
    height: 110px;
  }
  .index #sixth_block ul li.placenta a h4 {
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*PC*/
@media screen and (min-width: 1260px) {
  .index #sixth_block .inner {
    width: 1200px;
  }
  .index #sixth_block .ttl {
    width: 396px;
    margin: 0 auto 70px;
  }
  .index #sixth_block ul li {
    width: 23.5%;
    margin: 0 2% 26px 0;
  }
  .index #sixth_block ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .index #sixth_block ul li:nth-of-type(4n) {
    margin: 0 0 26px 0;
  }
  .index #sixth_block ul li::after {
    right: -15px;
  }
  .index #sixth_block ul li::after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 45px solid #eda306;
  }
  .index #sixth_block ul li.glucosamine::after {
    border-left: 45px solid #105dd2;
  }
  .index #sixth_block ul li.folic::after {
    border-left: 45px solid #1d9f04;
  }
  .index #sixth_block ul li.coenzyme::after {
    border-left: 45px solid #ce0693;
  }
  .index #sixth_block ul li.hyaluronic::after {
    border-left: 45px solid #105dd2;
  }
  .index #sixth_block ul li.dhaepa::after {
    border-left: 45px solid #1827ba;
  }
  .index #sixth_block ul li.resveratrol::after {
    border-left: 45px solid #b52aef;
  }
  .index #sixth_block ul li.collagen::after {
    border-left: 45px solid #0bae99;
  }
  .index #sixth_block ul li.imida::after {
    border-left: 45px solid #ef662a;
  }
  .index #sixth_block ul li.placenta::after {
    border-left: 45px solid #ce0693;
  }
  .index #sixth_block ul li a {
    padding: 18px 0 35px;
  }
  .index #sixth_block ul li a h4 {
    font-size: 2.0rem;
  }
  .index #sixth_block ul li.placenta a h4 {
    min-height: 37px;
  }
  .index #sixth_block ul li a h4 span {
    display: block;
    font-size: 1.4rem;
  }
  .index #sixth_block ul li a h4 + p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 2em;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index #sixth_block ul li a .thumbnail {
    margin: 0 auto 15px;
    height: 160px;
  }
  .index #sixth_block ul li a .thumbnail + p {
    font-size: 1.5rem;
  }
}
/* トップページ サプリメントアドバイザーのここだけの話 seventh_block */
/* ============================================ */
#seventh_block {
  display: none;
}
.index #seventh_block {
  padding: 60px 0;
  display: block;
}
.index #seventh_block .inner {
  padding: 0 4%;
}
.index #seventh_block .ttl {
  width: 260px;
  margin: 0 auto 20px;
}
.index #seventh_block ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index #seventh_block ul li {
  width: 48%;
  margin-bottom: 20px;
}
.index #seventh_block ul li:nth-child(2n) {
  margin-left: 4%;
}
.index #seventh_block ul li:nth-child(7), .index #seventh_block ul li:nth-child(8) {
  margin-bottom: 0;
}
.index #seventh_block ul li a {
  text-decoration: none;
}
.index #seventh_block ul li a .thumbnail {
  display: block;
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index #seventh_block ul li a .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index #seventh_block ul li a:hover .thumbnail img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.index #seventh_block ul li a .thumbnail + p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index #seventh_block ul li a .thumbnail + p .category {
  font-size: 1.0rem;
  line-height: 1.2;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  min-height: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.index #seventh_block ul li a .thumbnail + p .time {
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 3px;
}
.index #seventh_block ul li a .thumbnail + p .time::before {
  content: "";
  background: url("../img/img-common/ico_time.png") no-repeat left top/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.index #seventh_block ul li a .txt {
  font-size: 1.2rem;
  font-weight: bold;
}
/*TB*/
@media screen and (min-width: 640px) {
  .index #seventh_block {
    padding: 60px 0;
  }
  .index #seventh_block .inner {
    padding: 0;
  }
  .index #seventh_block .ttl {
    width: 260px;
    margin: 0 auto 20px;
  }
  .index #seventh_block ul li {
    width: 32%;
    margin-right: 2%;
  }
  .index #seventh_block ul li:nth-child(3n) {
    margin-right: 0;
  }
  .index #seventh_block ul li:nth-child(2n) {
    margin-left: 0;
  }
  .index #seventh_block ul li a .thumbnail {
    height: 130px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .index #seventh_block .ttl {
    width: 390px;
    margin: 0 auto 35px;
  }
  .index #seventh_block ul li a .thumbnail {
    height: 180px;
  }
}
/*PC*/
@media screen and (min-width: 1260px) {
  .index #seventh_block .inner {
    width: 1200px;
    padding: 0;
  }
  .index #seventh_block .ttl {
    width: 490px;
    margin: 0 auto 55px;
  }
  .index #seventh_block ul li {
    width: 24%;
    margin-right: 1.333333%;
  }
  .index #seventh_block ul li:nth-child(3n) {
    margin-right: 1.333333%;
  }
  .index #seventh_block ul li:nth-child(2n) {
    margin-right: 1.333333%;
  }
  .index #seventh_block ul li:nth-child(4n) {
    margin-right: 0;
  }
  .index #seventh_block ul li a .thumbnail + p .category {
    font-size: 1.2rem;
    min-height: 20px;
  }
  .index #seventh_block ul li a .thumbnail + p .time {
    font-size: 1.6rem;
    padding: 0 0 0 21px;
  }
  .index #seventh_block ul li a .thumbnail + p .time::before {
    width: 17px;
    height: 17px;
  }
  .index #seventh_block ul li a .txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
/* モーダルウィンドウ modal */
/* ============================================ */
body.relative {
  position: relative;
}
#modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  /*  opacity: 1;
  visibility: visible;*/
  transition: all 0.5s ease;
}
#modal.active {
  opacity: 1;
  visibility: visible;
}
#modal .bg_modal {
  background: #24b7b3;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#modal .inner_modal {
  width: 88%;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#modal .inner_modal h3 {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
#modal .inner_modal h3 span {
  position: relative;
  padding-left: 15px;
}
#modal .inner_modal h3 span::before {
  content: "";
  background: url("../img/img-common/ico_search_g.png")no-repeat left top/contain;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#modal .inner_modal form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modal .inner_modal form .select select {
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.4rem;
}
#modal .inner_modal form .select {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
#modal .inner_modal form .select:last-of-type {
  margin-bottom: 18px;
}
#modal .inner_modal form .select::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #0bae99 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
#modal .inner_modal form .btn_search {
  background: #0bae99;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 66px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
#modal .inner_modal .btn_close {
  width: 30px;
  height: 30px;
  background: #585858;
  border-radius: 100px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
#modal .inner_modal .btn_close::before, #modal .inner_modal .btn_close::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 20px;
  position: absolute;
}
#modal .inner_modal .btn_close::before, #modal .inner_modal .btn_close::after {
  top: 18%;
  left: 50%;
  transform: rotate(45deg);
}
#modal .inner_modal .btn_close::after {
  top: 18%;
  left: 50%;
  transform: rotate(135deg);
}
/*TB*/
@media screen and (min-width: 640px) {
  #modal .inner_modal {
    width: 70%;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  #modal .inner_modal {
    width: 450px;
    padding: 20px 50px;
  }
  #modal .inner_modal h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #modal .inner_modal h3 span {
    padding-left: 15px;
  }
  #modal .inner_modal h3 span::before {
    width: 30px;
    height: 31px;
    left: -15px;
  }
  #modal .inner_modal form .select select {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  #modal .inner_modal form .btn_search {
    font-size: 1.6rem;
    width: 76px;
    height: 32px;
  }
  #modal .inner_modal .btn_close {
    width: 36px;
    height: 36px;
    right: -13px;
    top: -13px;
  }
  #modal .inner_modal .btn_close::before, #modal .inner_modal .btn_close::after {
    top: 23%;
  }
  #modal .inner_modal .btn_close::after {
    top: 23%;
  }
}
/* ビタミンCページ ビタミンCサプリメント 選び方や各社比較 main_visual */
/* ============================================ */
.vitaminc #main_visual {
  margin-bottom: 35px;
}
.vitaminc #main_visual .inner:first-of-type {
  padding: 5px 0;
  width: 100%;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #main_visual {
    background: url("../img/img-vitaminc/bg_main_pc.png") no-repeat center top;
    background-size: 130% auto;
    margin-bottom: 75px;
  }
  .vitaminc #main_visual .inner:first-of-type {
    width: 96%;
    padding: 0;
  }
  .vitaminc #main_visual .inner .ttl {
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0 0 40px 18%;
    width: 70%;
  }
  .vitaminc #main_visual .inner:last-of-type {
    width: 70%;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top {
    margin-bottom: 15px;
    display: block;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl dt {
    width: 22%;
    margin-right: 12px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl dt + dd {
    width: 70%;
    font-size: 1.3rem;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl dt + dd span {
    font-size: 1.5rem;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram {
    width: 100%;
    margin-top: 0;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram a {
    width: 75%;
    font-size: 1.3rem;
    margin-left: 27.5%;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram a img {
    height: 35px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram p {
    height: 30px;
  }
  .vitaminc #main_visual .inner .admin_profile .bottom_box p {
    font-size: 1.4rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .vitaminc #main_visual {
    background: url("../img/img-vitaminc/bg_main_pc.png") no-repeat center 30px;
    background-size: auto;
    min-height: 610px;
  }
  .vitaminc #main_visual .inner:first-of-type {
    width: 960px;
  }
  .vitaminc #main_visual .inner .ttl {
    text-align: center;
    padding: 20px 0 0 40px;
    margin: 0 0 40px 0;
    width: 100%;
  }
  .vitaminc #main_visual .inner:last-of-type {
    width: 960px;
  }
  .vitaminc #main_visual .inner .admin_profile {
    margin: 0 0 0 150px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top {
    margin-bottom: 15px;
    display: flex;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl {
    width: 60%;
    justify-content: flex-start;
    align-items: center;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl dt {
    width: 80px;
    margin-right: 12px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top dl dt + dd {
    width: 75%;
    font-size: 1.3rem;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram {
    width: 40%;
    margin-top: 35px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram a {
    width: 75%;
    font-size: 1.3rem;
    margin-left: 0;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram a img {
    height: 34px;
  }
  .vitaminc #main_visual .inner .admin_profile .box_top .instagram p {
    height: 34px;
  }
}
/* ビタミンCページ ビタミンC 選びはここが重要？ first_block */
/* ============================================ */
.vitaminc #first_block {
  background: #f9f8f3;
}
.vitaminc #first_block .inner {
  padding: 70px 0 0;
  position: relative;
}
.vitaminc #first_block .inner .ttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 99%;
  text-align: center;
}
.vitaminc #first_block .inner .box {
  background: url("../img/img-vitaminc/bg_whitebord_sp.png") no-repeat center top/cover;
  width: 96%;
  min-height: 260px;
  margin: auto;
  padding: 25px 10% 0;
}
.vitaminc #first_block .inner .box p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.vitaminc #first_block .inner .box p + p {
  font-size: 1.5rem;
  font-weight: bold;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #first_block .inner {
    padding: 105px 0 0;
    position: relative;
  }
  .vitaminc #first_block .inner .ttl {
    top: -10px;
    width: 88%;
  }
  .vitaminc #first_block .inner .box {
    background: url("../img/img-vitaminc/bg_whitebord_sp.png") no-repeat center top/cover;
    width: 90%;
    min-height: 310px;
    margin: auto;
    padding: 40px 9% 0;
  }
  .vitaminc #first_block .inner .box p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .vitaminc #first_block .inner .box p + p {
    font-size: 1.9rem;
    font-weight: bold;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .vitaminc #first_block .inner {
    padding: 120px 0 0;
    position: relative;
  }
  .vitaminc #first_block .inner .ttl {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
  .vitaminc #first_block .inner .box {
    background: url("../img/img-vitaminc/bg_whitebord_pc.png") no-repeat center top/cover;
    width: 701px;
    min-height: 374px;
    margin: 0 0 0 0;
    padding: 40px 50px 0 60px;
    position: relative;
  }
  .vitaminc #first_block .inner .box::after {
    content: "";
    background: url("../img/img-vitaminc/pic_man_01.png")no-repeat left top/contain;
    width: 302px;
    height: 330px;
    position: absolute;
    bottom: 0;
    right: -32%;
  }
  .vitaminc #first_block .inner .box p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .vitaminc #first_block .inner .box p + p {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
/* ビタミンCページ ビタミンCとは？ second_block */
/* ============================================ */
.vitaminc #second_block {
  padding: 20px 0 50px;
}
.vitaminc #second_block .inner .box_top {
  padding-left: 32%;
  position: relative;
  margin-bottom: 20px;
}
.vitaminc #second_block .inner .box_top::after {
  content: "";
  background: url("../img/img-vitaminc/pic_man_02.png")no-repeat left top/contain;
  width: 98px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 0;
}
.vitaminc #second_block .inner .box_top h3 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.vitaminc #second_block .inner .box_top p {
  font-size: 1.2rem;
}
.vitaminc #second_block .inner .box_bottom dl {
  border: 7px solid #efefef;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
}
.vitaminc #second_block .inner .box_bottom dl.old_vitaminc {
  z-index: 100;
}
.vitaminc #second_block .inner .box_bottom dl.old_vitaminc::before {
  content: "新たに開発";
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: url("../img/img-vitaminc/ico_arrow_down.png")no-repeat center center/contain;
  width: 115px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #second_block .inner .box_bottom dl:first-of-type {
  margin-bottom: 35px;
}
.vitaminc #second_block .inner .box_bottom dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #efefef;
  padding-bottom: 8px;
  width: 100%;
}
.vitaminc #second_block .inner .box_bottom dl dt + dd {
  font-size: 1.2rem;
  width: 65%;
  padding-top: 10px;
}
.vitaminc #second_block .inner .box_bottom dl dd:last-of-type {
  width: 33%;
}
.vitaminc #second_block .inner .box_bottom dl.new_vitaminc {
  border: 7px solid #f9f2de;
}
.vitaminc #second_block .inner .box_bottom dl.new_vitaminc dt {
  color: #f69d29;
  border-bottom: 3px solid #f9f2de;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #second_block {
    padding: 50px 0 80px;
  }
  .vitaminc #second_block .inner .box_top {
    padding-left: 20%;
    margin-bottom: 60px;
  }
  .vitaminc #second_block .inner .box_top::after {
    width: 110px;
    height: 150px;
    left: 10px;
  }
  .vitaminc #second_block .inner .box_top h3 {
    font-size: 2.0rem;
    padding-top: 15px;
  }
  .vitaminc #second_block .inner .box_top p {
    font-size: 1.6rem;
  }
  .vitaminc #second_block .inner .box_bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .vitaminc #second_block .inner .box_bottom dl {
    width: 47%;
  }
  .vitaminc #second_block .inner .box_bottom dl.old_vitaminc::before {
    background: url("../img/img-vitaminc/ico_arrow_slide.png")no-repeat center center/contain;
    width: 115px;
    height: 75px;
    position: absolute;
    top: 35%;
    left: auto;
    right: -86px;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .vitaminc #second_block .inner .box_bottom dl:first-of-type {
    margin-bottom: 0;
  }
  .vitaminc #second_block .inner .box_bottom dl dt {
    font-size: 1.8rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .vitaminc #second_block .inner .box_top {
    padding-left: 180px;
    margin-bottom: 0;
    width: 800px;
    margin: auto;
  }
  .vitaminc #second_block .inner .box_top::after {
    width: 160px;
    height: 220px;
    left: 10px;
  }
  .vitaminc #second_block .inner .box_top h3 {
    font-size: 3.3rem;
    padding-top: 25px;
  }
  .vitaminc #second_block .inner .box_top p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 30px;
  }
  .vitaminc #second_block .inner .box_bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .vitaminc #second_block .inner .box_bottom dl {
    width: 47%;
    border: 10px solid #efefef;
  }
  .vitaminc #second_block .inner .box_bottom dl.old_vitaminc::before {
    font-size: 1.6rem;
    width: 115px;
    height: 105px;
    top: 30%;
  }
  .vitaminc #second_block .inner .box_bottom dl:first-of-type {
    margin-bottom: 0;
  }
  .vitaminc #second_block .inner .box_bottom dl dt {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
  .vitaminc #second_block .inner .box_bottom dl dt + dd {
    font-size: 1.5rem;
    width: 65%;
    padding-top: 10px;
  }
  .vitaminc #second_block .inner .box_bottom dl.new_vitaminc {
    border: 10px solid #f9f2de;
  }
}
/* ビタミンCページ ビタミンCサプリを選ぶ4つのポイント third_block */
/* ============================================ */
.vitaminc #third_block {
  background: url("../img/img-vitaminc/bg_note.png") repeat left top;
  background-size: 22px 22px;
}
.vitaminc #third_block .inner {
  padding: 50px 5%;
}
.vitaminc #third_block .inner .ttl {
  width: 75%;
  margin: 0 auto 40px;
  position: relative;
}
.vitaminc #third_block .inner .ttl picture {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.vitaminc #third_block .inner .ttl picture::before {
  content: "";
  width: 102%;
  height: 8px;
  background: #fbdc2f;
  position: absolute;
  bottom: 0;
  left: -1%;
  z-index: -1;
}
.vitaminc #third_block .inner .ttl span {
  position: relative;
  z-index: 1;
}
.vitaminc #third_block .inner .ttl span::before {
  content: "";
  width: 103%;
  height: 10px;
  background: #fbdc2f;
  position: absolute;
  bottom: 10px;
  left: -1%;
  z-index: -1;
}
.vitaminc #third_block .inner .box {
  width: 96%;
  margin: auto;
}
.vitaminc #third_block .inner .box dl {
  background: #fff;
  border-radius: 14px;
  box-shadow: 3px 3px 15px -8px #ababab;
  padding: 40px 20px 20px;
  margin-bottom: 50px;
  position: relative;
}
.vitaminc #third_block .inner .box dl:last-of-type {
  margin-bottom: 0;
}
.vitaminc #third_block .inner .box dl::before {
  content: "";
  background: url("../img/img-vitaminc/ico_point_01.png") left top/contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #third_block .inner .box dl.point_02::before {
  background: url("../img/img-vitaminc/ico_point_02.png") left top/contain;
}
.vitaminc #third_block .inner .box dl.point_03::before {
  background: url("../img/img-vitaminc/ico_point_03.png") left top/contain;
}
.vitaminc #third_block .inner .box dl.point_04::before {
  background: url("../img/img-vitaminc/ico_point_04.png") left top/contain;
}
.vitaminc #third_block .inner .box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #4c4436;
  text-align: center;
  border-bottom: 2px solid #f6ca1c;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.vitaminc #third_block .inner .box dl dd {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 2%;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #third_block {
    background-size: 28px 28px;
  }
  .vitaminc #third_block .inner {
    width: 100%;
    padding: 40px 3% 50px;
  }
  .vitaminc #third_block .inner .ttl {
    width: 90%;
    margin: 0 auto 40px;
  }
  .vitaminc #third_block .inner .ttl picture::before {
    height: 13px;
    bottom: 10px;
  }
  .vitaminc #third_block .inner .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
  }
  .vitaminc #third_block .inner .box dl {
    width: 48%;
  }
  .vitaminc #third_block .inner .box dl:nth-of-type(3) {
    margin-bottom: 0;
  }
  .vitaminc #third_block .inner .box dl dt {
    font-size: 1.7rem;
  }
  .vitaminc #third_block .inner .box dl dd {
    font-size: 1.3rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .vitaminc #third_block .inner {
    width: 960px;
    padding: 80px 30px;
  }
  .vitaminc #third_block .inner .ttl {
    width: 81%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .vitaminc #third_block .inner .ttl picture::before {
    height: 16px;
    bottom: 13px;
  }
  .vitaminc #third_block .inner .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
  }
  .vitaminc #third_block .inner .box dl {
    width: 430px;
    padding: 40px 30px 30px;
    margin-bottom: 75px;
  }
  .vitaminc #third_block .inner .box dl::before {
    width: 77px;
    height: 77px;
    top: -40px;
  }
  .vitaminc #third_block .inner .box dl dt {
    font-size: 2.2rem;
  }
  .vitaminc #third_block .inner .box dl dd {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
/* ビタミンCページ 各社サプリメントを比較 fourth_block */
/* ============================================ */
.vitaminc #fourth_block {
  padding: 40px 0;
}
.vitaminc #fourth_block .inner .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4c4436;
  margin-bottom: 30px;
  position: relative;
}
.vitaminc #fourth_block .inner .ttl span {
  position: relative;
  background: #fff;
  padding-right: 10px;
}
.vitaminc #fourth_block .inner .ttl::after {
  content: "";
  width: 98%;
  height: 3px;
  background: #f6ca1c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
.vitaminc #fourth_block .inner table {
  width: 100%;
}
.vitaminc #fourth_block .inner table tr, .vitaminc #fourth_block .inner table tr th, .vitaminc #fourth_block .inner table tr td {
  border: 1px solid #e6e4e1;
}
.vitaminc #fourth_block .inner table tr th {
  background: #f8f8f8;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 20px 1% 1% 1%;
  vertical-align: middle;
  position: relative;
}
.vitaminc #fourth_block .inner table tr th:first-of-type {
  width: 29%;
}
.vitaminc #fourth_block .inner table tr th.point_01 {
  width: 13%;
}
.vitaminc #fourth_block .inner table tr th.point_02 {
  width: 21%;
}
.vitaminc #fourth_block .inner table tr th.point_03 {
  width: 20%;
}
.vitaminc #fourth_block .inner table tr th.point_04 {
  width: 17%;
}
.vitaminc #fourth_block .inner table tr th.point_01::before {
  content: "";
  background: url("../img/img-vitaminc/ico_point_01.png")no-repeat left top/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #fourth_block .inner table tr th.point_02::before {
  content: "";
  background: url("../img/img-vitaminc/ico_point_02.png")no-repeat left top/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #fourth_block .inner table tr th.point_03::before {
  content: "";
  background: url("../img/img-vitaminc/ico_point_03.png")no-repeat left top/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #fourth_block .inner table tr th.point_04::before {
  content: "";
  background: url("../img/img-vitaminc/ico_point_04.png")no-repeat left top/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.vitaminc #fourth_block .inner table tr td {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0;
  vertical-align: middle;
  line-height: 1.3;
  padding: 1%;
}
.vitaminc #fourth_block .inner table tr td.bg_y {
  background: #fbffd4;
}
.vitaminc #fourth_block .inner table tr td img {
  height: 40px;
}
.vitaminc #fourth_block .inner table tr td ul.txt_s {
  font-size: 0.7rem;
}
.vitaminc #fourth_block .inner table tr td ul li {
  text-align: left;
}
.vitaminc #fourth_block .inner table tr td:first-of-type ul li {
  text-align: center;
}
.vitaminc #fourth_block .inner table tr td:not(:first-of-type) ul li {
  position: relative;
  padding-left: 1.0em;
}
.vitaminc #fourth_block .inner table tr td:not(:first-of-type) ul li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.vitaminc #fourth_block .inner table tr td:nth-of-type(2) {
  font-size: 1.4rem;
  color: #f6ca1c;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #fourth_block {
    padding: 40px 0;
  }
  .vitaminc #fourth_block .inner .ttl {
    font-size: 3.0rem;
  }
  .vitaminc #fourth_block .inner table {
    width: 96%;
    margin: auto;
  }
  .vitaminc #fourth_block .inner table tr th {
    font-size: 1.4rem;
    padding: 30px 1% 1% 1%;
  }
  .vitaminc #fourth_block .inner table tr th:first-of-type {
    width: 28%;
  }
  .vitaminc #fourth_block .inner table tr th.point_01 {
    width: 14%;
  }
  .vitaminc #fourth_block .inner table tr th.point_02 {
    width: 21%;
  }
  .vitaminc #fourth_block .inner table tr th.point_03 {
    width: 20%;
  }
  .vitaminc #fourth_block .inner table tr th.point_04 {
    width: 17%;
  }
  .vitaminc #fourth_block .inner table tr th.point_01::before {
    width: 40px;
    height: 40px;
    top: -15px;
  }
  .vitaminc #fourth_block .inner table tr th.point_02::before {
    width: 40px;
    height: 40px;
    top: -15px;
  }
  .vitaminc #fourth_block .inner table tr th.point_03::before {
    width: 40px;
    height: 40px;
    top: -15px;
  }
  .vitaminc #fourth_block .inner table tr th.point_04::before {
    width: 40px;
    height: 40px;
    top: -15px;
  }
  .vitaminc #fourth_block .inner table tr td {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .vitaminc #fourth_block .inner table tr td img {
    height: 60px;
  }
  .vitaminc #fourth_block .inner table tr td ul.txt_s {
    font-size: 1.2rem;
  }
  .vitaminc #fourth_block .inner table tr td:nth-of-type(2) {
    font-size: 2.2rem;
    color: #f6ca1c;
  }
  /*PC*/
  @media screen and (min-width: 1024px) {
    .vitaminc #fourth_block {
      padding: 40px 0;
    }
    .vitaminc #fourth_block .inner .ttl {
      font-size: 3.6rem;
      margin-bottom: 60px;
    }
    .vitaminc #fourth_block .inner .ttl span {
      padding-right: 20px
    }
    .vitaminc #fourth_block .inner table {
      width: 92%;
    }
    .vitaminc #fourth_block .inner table tr th {
      font-size: 1.5rem;
      padding: 20px 1% 1% 1%;
    }
    .vitaminc #fourth_block .inner table tr th:first-of-type {
      width: 24%;
    }
    .vitaminc #fourth_block .inner table tr th.point_01 {
      width: 20%;
    }
    .vitaminc #fourth_block .inner table tr th.point_02 {
      width: 18%;
    }
    .vitaminc #fourth_block .inner table tr th.point_03 {
      width: 20%;
    }
    .vitaminc #fourth_block .inner table tr th.point_04 {
      width: 18%;
    }
    .vitaminc #fourth_block .inner table tr th.point_01::before {
      width: 50px;
      height: 50px;
      top: -35px;
    }
    .vitaminc #fourth_block .inner table tr th.point_02::before {
      width: 50px;
      height: 50px;
      top: -35px;
    }
    .vitaminc #fourth_block .inner table tr th.point_03::before {
      width: 50px;
      height: 50px;
      top: -35px;
    }
    .vitaminc #fourth_block .inner table tr th.point_04::before {
      width: 50px;
      height: 50px;
      top: -35px;
    }
    .vitaminc #fourth_block .inner table tr td {
      font-size: 1.5rem;
    }
    .vitaminc #fourth_block .inner table tr td:first-of-type {
      font-weight: bold;
      padding: 20px 0;
    }
    .vitaminc #fourth_block .inner table tr td img {
      height: 60px;
    }
    .vitaminc #fourth_block .inner table tr td ul.txt_s {
      font-size: 1.5rem;
    }
  }
}
/* ビタミンCページ おすすめビタミンCサプリメント fifth_block */
/* ============================================ */
.vitaminc #fifth_block {
  padding: 40px 0;
  background: #f9f8f3;
}
.vitaminc #fifth_block .inner:first-of-type {
  padding: 0;
}
.vitaminc #fifth_block .inner:first-of-type .ttl {
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #24b7b3;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.vitaminc #fifth_block .inner .item {
  background: #fff;
  border-radius: 16px;
  padding: 15px 15px 30px;
  margin-bottom: 30px;
}
.vitaminc #fifth_block .inner .item:last-of-type {
  margin-bottom: 0;
}
.vitaminc #fifth_block .inner .item .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.vitaminc #fifth_block .inner .item .ttl .ico_rank {
  width: 25%;
  margin-right: 10px;
}
.vitaminc #fifth_block .inner .item .ttl .item_name {
  width: 75%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vitaminc #fifth_block .inner .item .ttl .item_name h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}
.vitaminc #fifth_block .inner .item .ttl .item_name p {
  font-size: 1.0rem;
}
.vitaminc #fifth_block .inner .item .box .pic_item {
  width: 70%;
  margin: 0 auto 15px;
}
.vitaminc #fifth_block .inner .item .box .txt_item {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.vitaminc #fifth_block .inner .item table {
  width: 100%;
}
.vitaminc #fifth_block .inner .item table tr, .vitaminc #fifth_block .inner .item table th, .vitaminc #fifth_block .inner .item table td {
  border: 1px solid #e6e4e1;
}
.vitaminc #fifth_block .inner .item table tr th {
  background: #f8f8f8;
  font-size: 1.0rem;
  text-align: center;
  vertical-align: middle;
  width: 38%;
  padding: 5px;
  line-height: 1.3;
  letter-spacing: 0;
}
.vitaminc #fifth_block .inner .item table tr td {
  background: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  width: 62%;
  vertical-align: middle;
  padding: 5px;
  letter-spacing: 0;
}
.vitaminc #fifth_block .inner .item table tr:first-of-type td {
  color: #f6ca1c;
}
.vitaminc #fifth_block .inner .item .btn_official {
  margin-top: 20px;
}
/*TB*/
@media screen and (min-width: 640px) {
  .vitaminc #fifth_block {
    padding: 40px 0;
  }
  .vitaminc #fifth_block .inner:first-of-type {
    width: 100%;
  }
  .vitaminc #fifth_block .inner:first-of-type .ttl {
    font-size: 2.6rem;
    min-height: 50px;
    display: flex;
    margin-bottom: 30px;
  }
  .vitaminc #fifth_block .inner .item {
    width: 80%;
    margin: 0 auto 30px;
    padding: 25px 25px 30px;
    margin-bottom: 30px;
  }
  .vitaminc #fifth_block .inner .item .ttl {
    margin-bottom: 10px;
  }
  .vitaminc #fifth_block .inner .item .ttl .ico_rank {
    width: 15%;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name {
    width: 83%;
    height: 70px;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name h4 {
    font-size: 1.8rem;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name p {
    font-size: 1.4rem;
  }
  .vitaminc #fifth_block .inner .item .box .pic_item {
    width: 60%;
    margin: 0 auto 15px;
  }
  .vitaminc #fifth_block .inner .item .box .txt_item {
    font-size: 1.4rem;
  }
  .vitaminc #fifth_block .inner .item table tr th {
    font-size: 1.4rem;
    width: 38%;
    padding: 10px;
  }
  .vitaminc #fifth_block .inner .item table tr td {
    font-size: 1.4rem;
    width: 62%;
    padding: 10px;
  }
  .vitaminc #fifth_block .inner .item .btn_official {
    margin-top: 30px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .vitaminc #fifth_block {
    padding: 70px 0;
  }
  .vitaminc #fifth_block .inner:first-of-type {
    width: 960px;
  }
  .vitaminc #fifth_block .inner:first-of-type .ttl {
    font-size: 3.2rem;
    min-height: 60px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .vitaminc #fifth_block .inner .item {
    width: 800px;
    margin: 0 auto 30px;
    padding: 30px 40px 40px;
    margin-bottom: 30px;
  }
  .vitaminc #fifth_block .inner .item .ttl {
    width: 94%;
    margin: 0 auto 10px;
  }
  .vitaminc #fifth_block .inner .item .ttl .ico_rank {
    width: 110px;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name {
    width: 570px;
    height: 110px;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name h4 {
    font-size: 2.6rem;
  }
  .vitaminc #fifth_block .inner .item .ttl .item_name p {
    font-size: 1.6rem;
  }
  .vitaminc #fifth_block .inner .item .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .vitaminc #fifth_block .inner .item .box .pic_item {
    width: 280px;
    margin: 0;
  }
  .vitaminc #fifth_block .inner .item .box .txt_item {
    width: 430px;
    font-size: 1.5rem;
  }
  .vitaminc #fifth_block .inner .item .box .txt_item p {
    line-height: 1.6;
  }
  .vitaminc #fifth_block .inner .item table {
    width: 90%;
    margin: auto;
  }
  .vitaminc #fifth_block .inner .item table tr th {
    width: 25%;
    padding: 10px;
  }
  .vitaminc #fifth_block .inner .item table tr td {
    font-size: 1.6rem;
    width: 75%;
    padding: 10px;
  }
  .vitaminc #fifth_block .inner .item .btn_official {
    margin-top: 30px;
  }
}
/* 商品一覧ページ 検索条件  list_search */
/* ============================================ */
.product #list_search .inner .box {
  width: 100%;
  padding: 10px 3%;
  background: #f5f5f5;
  margin: 15px auto 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product #list_search .inner .box .ttl {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 0 0 3px 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  width: 100%;
}
.product #list_search .inner .box dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
.product #list_search .inner .box dl dt {
  font-weight: bold;
  text-align: right;
  font-size: 1.2rem;
  padding-left: 5px;
}
.product #list_search .inner dl dd {
  width: 62%;
  font-size: 1.2rem;
}
/*TB*/
@media screen and (min-width: 640px) {
  .product #list_search .inner .box {
    width: 80%;
    justify-content: flex-start;
    margin: 15px auto 40px;
  }
  .product #list_search .inner .box .ttl {
    font-size: 1.5rem;
  }
  .product #list_search .inner .box dl {
    width: auto;
  }
  .product #list_search .inner .box dl:first-of-type {
    margin-right: 20px;
  }
  .product #list_search .inner .box dl dt {
    font-weight: bold;
    text-align: right;
    font-size: 1.4rem;
  }
  .product #list_search .inner .box dl dd {
    width: auto;
    font-size: 1.4rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .product #list_search .inner .box {
    width: 940px;
    justify-content: flex-start;
    margin: 30px 0 60px 20px;
    padding: 10px 20px;
  }
  .product #list_search .inner .box .ttl {
    font-size: 1.5rem;
  }
  .product #list_search .inner .box dl {
    width: auto;
  }
  .product #list_search .inner .box dl:first-of-type {
    margin-right: 20px;
  }
  .product #list_search .inner .box dl dt {
    font-weight: bold;
    text-align: right;
    font-size: 1.4rem;
  }
  .product #list_search .inner .box dl dd {
    width: auto;
    font-size: 1.4rem;
  }
}
/* 商品一覧ページ 商品一覧  list_product */
/* ============================================ */
.product #list_product {
  padding: 0 0 80px;
}
.product #list_product .inner {
  padding-top: 50px;
}
.product #list_product .inner .item_detail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.product #list_product .inner .item_detail a:hover {
  text-decoration: none;
}
.product #list_product .inner .item_detail:first-of-type a {
  margin-top: 0;
}
.product #list_product .inner .item_detail a .pic_item {
  width: 31%;
  text-align: center;
}
.product #list_product .inner .item_detail a .txt_detail {
  width: 68%;
}
.product #list_product .inner .item_detail a .txt_detail .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}
.product #list_product .inner .item_detail a .txt_detail table {
  width: 100%;
}
.product #list_product .inner .item_detail a .txt_detail table tr, .product #list_product .inner .item_detail a .txt_detail table th, .product #list_product .inner .item_detail a .txt_detail table td {
  border: 1px solid #e6e4e1;
}
.product #list_product .inner .item_detail a .txt_detail table tr th {
  background: #f8f8f8;
  font-size: 1.0rem;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding: 3px;
  line-height: 1.3;
  letter-spacing: 0;
}
.product #list_product .inner .item_detail a .txt_detail table tr td {
  background: #ffffff;
  font-size: 1.1rem;
  width: 70%;
  vertical-align: middle;
  padding: 3px 5px;
  letter-spacing: 0;
}
.product #list_product .btn_back {
  margin-top: 40px;
}
/*TB*/
@media screen and (min-width: 640px) {
  .product #list_product {
    padding: 0 0 80px;
  }
  .product #list_product .inner {
    padding: 50px 13% 0;
  }
  .product #list_product .inner .item_detail a {
    margin-top: 40px;
  }
  .product #list_product .inner .item_detail a .pic_item {
    width: 31%;
  }
  .product #list_product .inner .item_detail a .pic_item img {
    width: auto;
    height: 108px;
  }
  .product #list_product .inner .item_detail a .txt_detail {
    width: 68%;
  }
  .product #list_product .inner .item_detail a .txt_detail .ttl {
    font-size: 1.6rem;
  }
  .product #list_product .inner .item_detail a .txt_detail table tr th {
    font-size: 1.4rem;
    padding: 5px;
  }
  .product #list_product .inner .item_detail a .txt_detail table tr td {
    font-size: 1.4rem;
    padding: 5px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .product #list_product .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
  }
  .product #list_product .inner .item_detail {
    width: 49%;
  }
  .product #list_product .inner .item_detail a {
    margin-top: 50px;
  }
  .product #list_product .inner .item_detail:first-of-type a, .product #list_product .inner .item_detail:nth-of-type(2) a {
    margin-top: 0;
  }
  .product #list_product .inner .item_detail a .pic_item {
    width: 31%;
  }
  l .product #list_product .inner .item_detail a .txt_detail {
    width: 68%;
  }
  .product #list_product .inner .item_detail a .txt_detail .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .product #list_product .inner .item_detail a .txt_detail table {
    width: 90%;
  }
  .product #list_product .inner .item_detail a .txt_detail table tr th {
    font-size: 1.4rem;
    padding: 5px;
  }
  .product #list_product .inner .item_detail a .txt_detail table tr td {
    font-size: 1.4rem;
    padding: 5px;
  }
}
/* 商品詳細ページ 商品詳細  single_product */
/* ============================================ */
.product #single_product {
  padding: 0 0 80px;
}
.product #single_product .inner .item_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 25px;
}
.product #single_product .inner .item_detail .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.product #single_product .inner .item_detail .pic_item {
  width: 80%;
  text-align: center;
  margin: 0 auto 20px;
}
.product #single_product .inner .item_detail .pic_item img {
  width: auto;
  height: 140px;
}
.product #single_product .inner .item_detail .txt_detail {
  width: 80%;
}
.product #single_product .inner .item_detail .txt_detail table {
  width: 100%;
}
.product #single_product .inner .item_detail .txt_detail table tr, .product #single_product .inner .item_detail .txt_detail table th, .product #single_product .inner .item_detail .txt_detail table td {
  border: 1px solid #e6e4e1;
}
.product #single_product .inner .item_detail .txt_detail table tr th {
  background: #f8f8f8;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding: 3px;
  line-height: 1.3;
  letter-spacing: 0;
}
.product #single_product .inner .item_detail .txt_detail table tr td {
  background: #ffffff;
  font-size: 1.3rem;
  width: 70%;
  vertical-align: middle;
  padding: 3px 5px;
  letter-spacing: 0;
}
.product #single_product .inner .btn_back {
  margin-top: 40px;
}
/*TB*/
@media screen and (min-width: 640px) {
  .product #single_product {
    padding: 0 0 80px;
  }
  .product #single_product .inner .item_detail {
    margin-top: 40px;
  }
  .product #single_product .inner .item_detail .ttl {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .product #single_product .inner .item_detail .pic_item img {
    height: 200px;
  }
  .product #single_product .inner .item_detail .txt_detail {
    width: 60%;
  }
  .product #single_product .inner .item_detail .txt_detail table tr th {
    font-size: 1.5rem;
  }
  .product #single_product .inner .item_detail .txt_detail table tr td {
    font-size: 1.5rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .product #single_product {
    padding: 0 0 80px;
  }
  .product #single_product .inner .item_detail {
    margin-top: 40px;
  }
  .product #single_product .inner .item_detail .ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .product #single_product .inner .item_detail .pic_item img {
    height: 240px;
  }
  .product #single_product .inner .item_detail .txt_detail {
    width: 50%;
  }
  .product #single_product .inner .item_detail .txt_detail table tr th {
    font-size: 1.6rem;
  }
  .product #single_product .inner .item_detail .txt_detail table tr td {
    font-size: 1.6rem;
  }
}
/* コラム詳細ページ   column */
/* ============================================ */
.single-column main #wrapper_column article section .inner {
  padding: 30px 5% 50px;
}
.single-column main #wrapper_column article section .inner #list_category ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-column main #wrapper_column article section .inner #list_category ul li:not(:last-of-type) {
  margin-right: 10px;
}
.single-column main #wrapper_column article section .inner #list_category ul li a {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.single-column main #wrapper_column article section .inner .ttl_main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.single-column main #wrapper_column article section .inner #update_time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 0 15px;
  padding: 0 2% 0 0;
}
.single-column main #wrapper_column article section .inner #update_time p {
  font-size: 1.0rem;
}
.single-column main #wrapper_column article section .inner #update_time p:first-of-type {
  margin-right: 15px;
}
.single-column main #wrapper_column article section .inner #pic_main {
  text-align: center;
  margin-bottom: 25px;
}
.single-column main #wrapper_column article section .inner #list_contents {
  background: #efefef;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-column main #wrapper_column article section .inner #list_contents .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 15px;
}
.single-column main #wrapper_column article section .inner #list_contents ol {
  list-style: decimal;
  padding-left: 1.2em;
}
.single-column main #wrapper_column article section .inner #list_contents ol li {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.single-column main #wrapper_column article section .inner #list_contents ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
.single-column main #wrapper_column article section .inner #contents .block:not(:last-of-type) {
  margin-bottom: 40px;
}
.single-column main #wrapper_column article section .inner #contents .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 2% 10px;
  border-bottom: 3px solid #24b7b3;
  margin-bottom: 10px;
  padding-top: 70px;
  margin-top: -70px;
}
.single-column main #wrapper_column article section .inner #contents .detail {
  padding: 0 2%;
}
.single-column main #wrapper_column article section .inner #contents .detail p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.single-column main #wrapper_column article section .inner #contents .detail h1, .single-column main #wrapper_column article section .inner #contents .detail h2, .single-column main #wrapper_column article section .inner #contents .detail h3, .single-column main #wrapper_column article section .inner #contents .detail h4, .single-column main #wrapper_column article section .inner #contents .detail h5, .single-column main #wrapper_column article section .inner #contents .detail h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.single-column main #wrapper_column article section .inner #contents .detail .w_b_name {
  font-size: 1.3rem;
}
.single-column main #wrapper_column article section .inner #contents .detail .w_b_quote {
  font-size: 1.4rem;
}
.single-column main #wrapper_column article section .inner #contents .detail table tr {
  border: 1px solid #ccc;
}
.single-column main #wrapper_column article section .inner #contents .detail table tr th {
  background: #efefef;
  padding: 5px;
}
.single-column main #wrapper_column article section .inner #contents .detail table tr td {
  padding: 5px;
}
/*TB*/
@media screen and (min-width: 640px) {
  .single-column main #wrapper_column article section .inner {
    padding: 30px 5% 50px;
  }
  .single-column main #wrapper_column article section .inner #list_category ul li {
    font-size: 1.2rem;
  }
  .single-column main #wrapper_column article section .inner .ttl_main {
    font-size: 2.0rem;
  }
  .single-column main #wrapper_column article section .inner #update_time p {
    font-size: 1.3rem;
  }
  .single-column main #wrapper_column article section .inner #list_contents {
    padding: 30px 30px 30px 50px;
  }
  .single-column main #wrapper_column article section .inner #list_contents .ttl {
    font-size: 1.8rem;
  }
  .single-column main #wrapper_column article section .inner #list_contents ol {
    list-style: decimal;
  }
  .single-column main #wrapper_column article section .inner #list_contents ol li {
    font-size: 1.5rem;
  }
  .single-column main #wrapper_column article section .inner #contents .block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .single-column main #wrapper_column article section .inner #contents .ttl {
    font-size: 2.0rem;
    padding: 70px 2% 10px;
    margin-bottom: 15px;
  }
  .single-column main #wrapper_column article section .inner #contents .detail p {
    font-size: 1.6rem;
  }
  .single-column main #wrapper_column article section .inner #contents .detail h1, .single-column main #wrapper_column article section .inner #contents .detail h2, .single-column main #wrapper_column article section .inner #contents .detail h3, .single-column main #wrapper_column article section .inner #contents .detail h4, .single-column main #wrapper_column article section .inner #contents .detail h5, .single-column main #wrapper_column article section .inner #contents .detail h6 {
    font-size: 1.8rem;
  }
  .single-column main #wrapper_column article section .inner #contents .detail .w_b_name {
    font-size: 1.4rem;
  }
  .single-column main #wrapper_column article section .inner #contents .detail .w_b_quote {
    font-size: 1.6rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .single-column main #wrapper_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;
  }
  .single-column main #wrapper_column article {
    width: 720px
  }
  .single-column main #wrapper_column article section .inner {
    width: 100%;
    padding: 50px 0 50px;
  }
  .single-column main #wrapper_column article section .inner #list_category ul li {
    font-size: 1.2rem;
  }
  .single-column main #wrapper_column article section .inner .ttl_main {
    font-size: 2.2rem;
  }
  .single-column main #wrapper_column article section .inner #update_time p {
    font-size: 1.3rem;
  }
  .single-column main #wrapper_column article section .inner #list_contents {
    padding: 30px 30px 30px 50px;
    margin-bottom: 50px;
  }
  .single-column main #wrapper_column article section .inner #list_contents .ttl {
    font-size: 2.0rem;
  }
  .single-column main #wrapper_column article section .inner #list_contents ol {
    list-style: decimal;
  }
  .single-column main #wrapper_column article section .inner #list_contents ol li {
    font-size: 1.6rem;
  }
  .single-column main #wrapper_column article section .inner #contents .block:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .single-column main #wrapper_column article section .inner #contents .ttl {
    font-size: 2.0rem;
    padding: 100px 2% 10px;
    margin-top: -100px;
    margin-bottom: 15px;
  }
}
/* コラム一覧ページ   post-type-archive-column */
/* ============================================ */
.post-type-archive-column main #wrapper_column article section .inner {
  padding: 40px 5%;
}
.post-type-archive-column main #wrapper_column article section .inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-type-archive-column main #wrapper_column article section .inner ul li {
  width: 48%;
  margin-bottom: 20px;
}
.post-type-archive-column main #wrapper_column article section .inner ul li:nth-child(2n) {
  margin-left: 4%;
}
.post-type-archive-column main #wrapper_column article section .inner ul li:nth-child(7), .post-type-archive-column main #wrapper_column article section .inner ul li:nth-child(8) {
  margin-bottom: 0;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a {
  text-decoration: none;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail {
  display: block;
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-type-archive-column main #wrapper_column article section .inner ul li a:hover .thumbnail img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .category {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  min-height: 16px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .time {
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 3px;
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .time::before {
  content: "";
  background: url("../img/img-common/ico_time.png") no-repeat left top/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.post-type-archive-column main #wrapper_column article section .inner ul li a .txt {
  font-size: 1.2rem;
  font-weight: bold;
}
/*TB*/
@media screen and (min-width: 640px) {
  .post-type-archive-column main #wrapper_column article section .inner {
    padding: 60px 0;
  }
  .post-type-archive-column main #wrapper_column article section .inner .inner {
    padding: 0;
  }
  .post-type-archive-column main #wrapper_column article section .inner .ttl {
    width: 260px;
    margin: 0 auto 20px;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li {
    width: 32%;
    margin-right: 2%;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li:nth-child(2n) {
    margin-left: 0;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail {
    height: 150px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .post-type-archive-column main #wrapper_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 60px;
  }
  .post-type-archive-column main #wrapper_column article {
    width: 720px
  }
  .post-type-archive-column main #wrapper_column article section .inner {
    width: 100%;
    padding: 50px 0 50px;
  }
  .post-type-archive-column main #wrapper_column article section .inner .ttl {
    width: 490px;
    margin: 0 auto 55px;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .category {
    font-size: 1.1rem;
    min-height: 20px;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .time {
    font-size: 1.3rem;
    padding: 0 0 0 17px;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li a .thumbnail + p .time::before {
    width: 14px;
    height: 14px;
  }
  .post-type-archive-column main #wrapper_column article section .inner ul li a .txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
/* コラムカテゴリーページ   tax-column-cat */
/* ============================================ */
.tax-column-cat main #wrapper_column article section .inner {
  padding: 40px 5%;
}
.tax-column-cat main #wrapper_column article section .inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tax-column-cat main #wrapper_column article section .inner ul li {
  width: 48%;
  margin-bottom: 20px;
}
.tax-column-cat main #wrapper_column article section .inner ul li:nth-child(2n) {
  margin-left: 4%;
}
.tax-column-cat main #wrapper_column article section .inner ul li:nth-child(7), .tax-column-cat main #wrapper_column article section .inner ul li:nth-child(8) {
  margin-bottom: 0;
}
.tax-column-cat main #wrapper_column article section .inner ul li a {
  text-decoration: none;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail {
  display: block;
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tax-column-cat main #wrapper_column article section .inner ul li a:hover .thumbnail img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .category {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  min-height: 16px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .time {
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 3px;
}
.tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .time::before {
  content: "";
  background: url("../img/img-common/ico_time.png") no-repeat left top/contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tax-column-cat main #wrapper_column article section .inner ul li a .txt {
  font-size: 1.2rem;
  font-weight: bold;
}
/*TB*/
@media screen and (min-width: 640px) {
  .tax-column-cat main #wrapper_column article section .inner {
    padding: 60px 0;
  }
  .tax-column-cat main #wrapper_column article section .inner .inner {
    padding: 0;
  }
  .tax-column-cat main #wrapper_column article section .inner .ttl {
    width: 260px;
    margin: 0 auto 20px;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li {
    width: 32%;
    margin-right: 2%;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li:nth-child(2n) {
    margin-left: 0;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail {
    height: 150px;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .tax-column-cat main #wrapper_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 60px;
  }
  .tax-column-cat main #wrapper_column article {
    width: 720px
  }
  .tax-column-cat main #wrapper_column article section .inner {
    width: 100%;
    padding: 50px 0 50px;
  }
  .tax-column-cat main #wrapper_column article section .inner .ttl {
    width: 490px;
    margin: 0 auto 55px;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .category {
    font-size: 1.1rem;
    min-height: 20px;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .time {
    font-size: 1.3rem;
    padding: 0 0 0 17px;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li a .thumbnail + p .time::before {
    width: 14px;
    height: 14px;
  }
  .tax-column-cat main #wrapper_column article section .inner ul li a .txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
/* 右ナビ コラム一覧ページ・コラム詳細ページ   aside */
/* ============================================ */
main #wrapper_column aside {
  display: none;
}
/*PC*/
@media screen and (min-width: 1024px) {
  main #wrapper_column aside {
    display: block;
    width: 230px;
    margin-top: 60px;
  }
  main #wrapper_column aside .block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main #wrapper_column aside .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 5px 5px;
    margin-bottom: 10px;
  }
  main #wrapper_column aside ul {
    padding: 0 6px 0 5px;
  }
  main #wrapper_column aside ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main #wrapper_column aside ul li a {
    position: relative;
    line-height: 1.3;
    display: inline-block;
    padding-left: 1.1em;
  }
  main #wrapper_column aside ul li a::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* お問い合わせフォーム form */
/* ============================================ */
#txt_area .inner {
  padding: 30px 5%;
}
#form_area .inner {
  padding: 0 8% 100px;
}
#form_area .inner form .form_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
#form_area .inner form .form_item .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#form_area.form_chk .inner form .form_item .ttl {
  border-bottom: 2px solid #0bae99;
  padding: 0 0 3px 5px;
}
#form_area .inner form .form_item .input_text {
  width: 100%;
}
#form_area.form_chk .inner form .form_item .input_text {
  font-size: 1.5rem;
  padding: 0 5px;
}
#form_area .inner form .form_item .input_text input {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 15px;
  border-radius: 10px;
  background: #efefef;
}
#form_area .inner form .form_item .input_textarea {
  width: 100%;
}
#form_area.form_chk .inner form .form_item .input_textarea {
  font-size: 1.5rem;
  padding: 0 5px;
}
#form_area .inner form .form_item .input_textarea textarea {
  width: 100%;
  height: 260px;
  font-size: 1.5rem;
  padding: 10px 15px;
  border-radius: 10px;
  background: #efefef;
}
#form_area .inner form .error {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  background: #cc0000;
  padding: 3px 10px 4px;
  margin-bottom: 5px;
  font-weight: bold;
}
.required {
  display: block;
  font-size: 1.0rem;
  color: #fff;
  background: #f15f5f;
  padding: 1px 8px 2px;
  border-radius: 4px;
  margin-left: 15px;
}
.form_chk .required {
  display: none;
}
.confirm_area {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.confirm_area input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background: #000000;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.confirm_area input:hover {
  opacity: 0.8;
}
.confirm_area .submit, .confirm_area .btn_top {
  background: #0bae99;
}
.confirm_area .btn_top {
  width: 170px;
}
.confirm_area .back {
  background: #bbb;
  margin-right: 15px;
}
#txt_area.form_thanks .inner {
  padding: 30px 3%;
}
#txt_area.form_thanks .inner .confirm_area {
  margin: 30px 0 200px;
}
/*TB*/
@media screen and (min-width: 640px) {
  #txt_area .inner {
    padding: 30px 8%;
    text-align: center;
  }
  .confirm_area input {
    font-size: 1.5rem;
  }
  .confirm_area input:hover {
    opacity: 0.8;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  #txt_area .inner {
    width: 560px;
    padding: 50px 0;
    font-size: 1.6rem;
  }
  #form_area .inner {
    width: 560px;
    padding: 0 0 150px;
  }
  #form_area.form_chk .inner {
    width: 620px;
  }
  #form_area .inner form .form_item .ttl {
    font-size: 1.5rem;
  }
  #form_area.form_chk .inner form .form_item .ttl {
    padding: 0 0 3px 10px;
  }
  #form_area.form_chk .inner form .form_item .input_text {
    padding: 0 10px;
  }
  #form_area .inner form .form_item .input_text input {
    font-size: 1.6rem;
  }
  #form_area.form_chk .inner form .form_item .input_textarea {
    padding: 0 10px;
  }
  #form_area .inner form .form_item .input_textarea textarea {
    font-size: 1.6rem;
  }
  #form_area.form_chk .inner form .input_text {
    padding: 0 0 3px 10px;
  }
  .required {
    font-size: 1.1rem;
  }
  .confirm_area {
    padding-top: 40px;
  }
  #txt_area.form_thanks .inner {
    padding: 50px 0;
  }
}
/* プライバシーポリシー privacypolicy */
/* ============================================ */
.privacypolicy main article section .inner {
  padding: 30px 5% 50px;
}
.privacypolicy main article section .inner > p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.privacypolicy main article section .inner .box {
  margin-bottom: 25px;
}
.privacypolicy main article section .inner .box h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #24b7b3;
  margin-bottom: 2px;
}
.privacypolicy main article section .inner .box p {
  font-size: 1.2rem;
  padding: 0 1%;
}
.privacypolicy main article section .inner .box.contact_address {
  padding-top: 20px;
}
.privacypolicy main article section .inner .box.contact_address p {
  margin-bottom: 15px;
  padding: 0;
}
.privacypolicy main article section .inner .box.contact_address dl dt, .privacypolicy main article section .inner .box.contact_address dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
/*TB*/
@media screen and (min-width: 640px) {
  .privacypolicy main article section .inner {
    padding: 30px 5% 50px;
  }
  .privacypolicy main article section .inner > p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .privacypolicy main article section .inner .box h3 {
    font-size: 1.6rem;
  }
  .privacypolicy main article section .inner .box p {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .privacypolicy main article section .inner .box.contact_address {
    padding-top: 20px;
  }
  .privacypolicy main article section .inner .box.contact_address p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .privacypolicy main article section .inner .box.contact_address dl dt, .privacypolicy main article section .inner .box.contact_address dl dd {
    font-size: 1.4rem;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .privacypolicy main article section .inner {
    width: 730px;
    padding: 50px 0 50px;
  }
  .privacypolicy main article section .inner > p {
    font-size: 1.5rem;
  }
  .privacypolicy main article section .inner .box {
    margin-bottom: 35px;
  }
  .privacypolicy main article section .inner .box h3 {
    font-size: 1.8rem;
  }
  .privacypolicy main article section .inner .box.contact_address {
    padding-top: 20px;
  }
  .privacypolicy main article section .inner .box.contact_address p {
    margin-bottom: 30px;
  }
}
/* 運営者情報  profile */
/* ============================================ */
.profile main article section .inner {
  padding: 30px 5% 50px;
}
.profile main article section .inner .admin_profile {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.profile main article section .inner .admin_profile .box_top {
  margin-bottom: 15px;
}
.profile main article section .inner .admin_profile .box_top dl dt {
  width: 30%;
  margin-right: 4%;
}
.profile main article section .inner .admin_profile .box_top dl dt + dd {
  width: 66%;
  font-size: 1.1rem;
  margin-top: 0px;
}
.profile main article section .inner .admin_profile .box_top dl dt + dd span {
  font-size: 1.5rem;
}
.profile main article section .inner .admin_profile .box_top .instagram a {
  width: 70%;
  font-size: 1.2rem;
  margin-left: 34%;
  margin-top: -27px;
}
.profile main article section .inner .admin_profile .box_top .instagram a img {
  height: 33px;
}
.profile main article section .inner .admin_profile .box_top .instagram p {
  height: 33px;
}
.profile main article section .inner .admin_profile .bottom_box p {
  font-size: 1.4rem;
}
.profile main article section .inner .box {
  margin-bottom: 25px;
}
.profile main article section .inner .box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #24b7b3;
  margin-bottom: 2px;
}
.profile main article section .inner .box p {
  font-size: 1.4rem;
  padding: 0 1%;
}
.profile main article section .inner .box dl:first-of-type {
  margin-top: 20px;
}
.profile main article section .inner .box dl {
  margin-bottom: 10px;
}
.profile main article section .inner .box dl dt, .profile main article section .inner .box dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.profile main article section .inner .box dl dd {
  padding-left: 2%;
}
.profile main article section .inner .box.contact {
  padding-top: 15px;
}
.profile main article section .inner .box.contact p {
  line-height: 1.7;
  letter-spacing: 0em;
}
.profile main article section .inner .box.contact p a {
  color: #0415D5;
  text-decoration: underline;
}
.profile main article section .inner .box.contact p a:hover {
  text-decoration: none;
}
/*TB*/
@media screen and (min-width: 640px) {
  .profile main article section .inner {
    width: 92%;
    padding: 50px 0;
  }
  .profile main article section .inner .admin_profile {
    padding: 0;
  }
  .profile main article section .inner .admin_profile .box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .profile main article section .inner .admin_profile .box_top dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 60%;
  }
  .profile main article section .inner .admin_profile .box_top dl dt {
    width: 26%;
    margin-right: 2%;
  }
  .profile main article section .inner .admin_profile .box_top dl dt + dd {
    width: 72%;
    font-size: 1.3rem;
  }
  .profile main article section .inner .admin_profile .box_top dl dt + dd span {
    font-size: 1.6rem;
  }
  .profile main article section .inner .admin_profile .box_top .instagram {
    width: 38%;
    margin-top: 55px;
  }
  .profile main article section .inner .admin_profile .box_top .instagram a {
    font-size: 1.3rem;
    margin-left: 0;
    margin-top: 0;
  }
  .profile main article section .inner .admin_profile .bottom_box p {
    font-size: 1.5rem;
  }
  .profile main article section .inner .box {
    margin-bottom: 25px;
  }
  .profile main article section .inner .box h3 {
    font-size: 1.6rem;
  }
  .profile main article section .inner .box p {
    font-size: 1.4rem;
  }
  .profile main article section .inner .box dl dt, .profile main article section .inner .box dl dd {
    font-size: 1.3rem;
  }
  .profile main article section .inner .box dl dd {
    padding-left: 2%;
  }
  .profile main article section .inner .box.contact {
    padding-top: 15px;
  }
  .profile main article section .inner .box.contact p {
    letter-spacing: 0.05em;
  }
}
/*PC*/
@media screen and (min-width: 1024px) {
  .profile main article section .inner {
    width: 780px;
  }
  .profile main article section .inner .admin_profile {
    width: 100%;
    margin: 0 auto 50px;
  }
  .profile main article section .inner .admin_profile .box_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .profile main article section .inner .admin_profile .box_top dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 56%;
  }
  .profile main article section .inner .admin_profile .box_top dl dt {
    width: 23%;
    margin-right: 4%;
  }
  .profile main article section .inner .admin_profile .box_top dl dt + dd {
    width: 73%;
    font-size: 1.5rem;
  }
  .profile main article section .inner .admin_profile .box_top dl dt + dd span {
    font-size: 2.0rem;
  }
  .profile main article section .inner .admin_profile .box_top .instagram {
    width: 38%;
    margin-top: 45px;
  }
  .profile main article section .inner .admin_profile .box_top .instagram a {
    font-size: 1.4rem;
    margin-left: 0;
  }
  .profile main article section .inner .admin_profile .box_top .instagram a img {
    height: 38px;
  }
  .profile main article section .inner .admin_profile .box_top .instagram p {
    height: 38px;
  }
  .profile main article section .inner .box h3 {
    font-size: 1.8rem;
  }
  .profile main article section .inner .box p {
    font-size: 1.5rem;
  }
  .profile main article section .inner .box dl dt, .profile main article section .inner .box dl dd {
    font-size: 1.4rem;
  }
  .profile main article section .inner .box.contact {
    padding-top: 25px;
  }
}
/* 準備中ページ  under_constraction */
/* ============================================ */
.under_constraction {
  padding: 100px 0 200px;
  font-size: 1.8rem;
  text-align: center;
}