<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-size: 10px;
}

body {
  -webkit-text-size-adjust: 100%;
}

#loadingWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading-logo {
  width: 80%;
  text-align: center;
}

.loading-logo img {
  max-width: 100%;
  animation: page__navi-active__text 2s linear infinite;
  /* animation-direction:alternate; 
  animation-duration:2s;
  animation-timing-function:linear;
  animation-name:page__navi-active__text;
  animation-direction:alternate;  */
}

@keyframes page__navi-active__text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #666;
  font-family: 'Microsoft YaHei',微软雅黑,'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* ___________________Link */
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* ___________________UI */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  html, body {
    min-width: 1250px;
  }

  .sp {
    display: none;
  }

  /* ___________________Layout */
  .common_inner {
    width: 1000px;
    margin: 0 auto;
  }

  .hover_anim, .hover_anim_color01, .hover_anim_color02 {
    transition: all linear 200ms;
  }

  a:hover .hover_anim_color01 {
    background: rgba(65, 178, 68, 0.1);
  }

  a.hover_anim_color01:hover {
    background: rgba(65, 178, 68, 0.1);
  }

  a:hover .hover_anim_color02 {
    background: rgba(49, 98, 44, 0.1);
  }

  a.hover_anim_color02:hover {
    background: rgba(49, 98, 44, 0.1);
  }

  #main {
    padding-top: 73px;
    margin-bottom: 328px;
  }
  #main.error_page {
    padding-top: 200px;
    text-align: center;
  }
  #main.error_page .page_title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #main.error_page .lead {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  #main.error_page .note {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #main.error_page .totop_btn {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  #main.error_page .totop_btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    border: 1px solid #666;
    text-align: center;
    padding: 20px 10px;
  }
  #main.error_page .totop_btn a:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    transform: rotate(-45deg);
  }
  #main.error_page .totop_btn a:hover {
    text-decoration: none;
  }

  /* ___________________header */
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
  }
  #header .header_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #header #logo {
    width: 100px;
    height: 20px;
  }
  #header #logo a {
    display: block;
  }
  #header .nav_area {
    width: 770px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .nav01 .list {
    display: flex;
    justify-content: flex-start;
  }
  #header .nav01 .list .item {
    position: relative;
    margin-right: 23px;
  }
  #header .nav01 .list .item:after {
    position: absolute;
    right: -18px;
    top: 7px;
    content: '';
    display: inline-block;
    width: 13px;
    height: 1px;
    background-color: #000;
    transform: rotate(-63deg);
  }
  #header .nav01 .list .item:nth-child(9) {
    margin-right: 0;
  }
  #header .nav01 .list .item:nth-child(9):after {
    display: none;
  }
  #header .nav01 .list .item:last-of-type {
    margin-right: 0;
  }
  #header .nav01 .list .item:last-of-type:after {
    display: none;
  }
  #header .nav01 .list .item.on a {
    color: #16ae41;
  }
  #header .nav01 .list a {
    font-size: 1.3rem;
  }
  #header .nav01 .list a:hover {
    text-decoration: none;
    color: #16ae41;
  }
  #header .nav02 {
    position: relative;
  }
  #header .nav02 .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header .nav02 .cart, #header .nav02 .contact {
    margin-right: 7px;
  }
  #header .nav02 .cart a, #header .nav02 .contact a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .nav02 .cart a:hover, #header .nav02 .contact a:hover {
    opacity: .7;
  }
  #header .nav02 .cart a {
    background: url("../images/common/h_cart.png?id=20210325") center 0/100% no-repeat;
    width: 22px;
    height: 23px;
  }
  #header .nav02 .contact a {
    background: url("../images/common/h_mail.png?id=20210325") center 0/100% no-repeat;
    width: 21px;
    height: 16px;
  }
  #header .nav02 .lang {
    position: relative;
  }
  #header .nav02 .lang .lang_btn {
    display: block;
    font-size: 1.2rem;
    height: 20px;
    line-height: 16px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #666;
    color: #666;
    appearance: none;
    outline: none;
    background: #fff;
    padding: 0 10px;
  }
  #header .nav02 .lang .lang_btn:before {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    appearance: none;
    outline: none;
    background: #f00;
    top: 0;
    right: 0;
    background: url("../images/common/h_lang_back.png?id=20220425") center 0/100% no-repeat #fff;
  }
  #header .nav02 .lang .lang_btn:hover {
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
  }
  #header .nav02 #lang_list {
    display: none;
  }
  #header .nav02 #lang_list .list {
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 25px;
    right: 0;
    width: 100px;
    border: 2px solid #c8c8c8;
    border-radius: 10px;
    padding: 10px 15px 0;
    display: flex;
    flex-direction: column;
  }
  #header .nav02 #lang_list .item {
    margin-bottom: 15px;
  }
  #header .nav02 #lang_list a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #16ae41;
  }
  #header .nav02 #lang.on #lang_list {
    display: block;
  }
  #header .nav02 #lang.on #lang_btn:before {
    display: block;
  }

  /* ___________________global navigation */
  #bc {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px 100px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  #bc::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #bc li {
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 8px;
  }
  #bc li:not(:first-child):before {
    content: '&gt;';
    display: inline-block;
    margin-right: 8px;
  }
  #bc li:not(:last-child):before {
    margin-right: 9px;
  }
  #bc a {
    font-size: 1.2rem;
  }

  /* ___________________footer */
  #footer {
    position: relative;
    background-color: #16ae41;
    width: 100%;
    padding: 35px 0 30px;
  }
  #footer a {
    color: #fff;
  }
  #footer .f_inner {
    width: 1200px;
    margin: 0 auto;
  }
  #footer .f_area01 {
    margin-bottom: 30px;
  }
  #footer .f_area01 a {
    display: inline-block;
  }
  #footer .f_area02 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 85px;
  }
  #footer .f_area02 .block01 {
    width: 265px;
  }
  #footer .f_area02 .block02 {
    width: 350px;
  }
  #footer .f_area02 .block03 {
    width: 310px;
  }
  #footer .f_area02 .block03 .item_head {
    margin-bottom: 40px;
  }
  #footer .f_area02 .block03 p.item_head {
    margin-bottom: 10px;
  }
  #footer .f_area02 .block04 {
    width: 270px;
  }
  #footer .nav .item_head {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
  }
  #footer .nav .item_head:before {
    content: '・';
    content: '';
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
  }
  #footer .nav .item {
    width: 100%;
  }
  #footer .nav .item:not(:last-child) ul {
    margin-bottom: 35px;
  }
  #footer .nav .item ul li {
    padding-left: .5em;
    text-indent: -.5em;
    margin-left: 18px;
    margin-left: 5px;
    margin-bottom: 7px;
  }
  #footer .nav .item ul li:before {
    content: '-';
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 3px;
  }
  #footer .nav .item ul li a {
    font-size: 1.2rem;
  }
  #footer .nav .item ul li a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .nav .item ul .brackets a {
    font-feature-settings: "palt";
  }
  #footer .f_area03 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  #footer .f_area03 .link_list {
    padding-bottom: 3px;
  }
  #footer .f_area03 .link_list .list {
    display: flex;
    justify-content: flex-start;
  }
  #footer .f_area03 .link_list .item:not(:first-child) {
    margin-left: 15px;
  }
  #footer .f_area03 .link_list .item:not(:last-child) {
    position: relative;
    padding-right: 20px;
  }
  #footer .f_area03 .link_list .item:not(:last-child):after {
    position: absolute;
    right: -3px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  #footer .f_area03 .link_list .item a {
    font-size: 1.3rem;
  }
  #footer .f_area03 .link_list .item a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .f_area03 .sns_list {
    width: 260px;
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
  }
  #footer .f_area03 .sns_list p {
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    padding: 0 26px 0 17px;
  }
  #footer .f_area03 .sns_list .list {
    display: flex;
    justify-content: space-between;
  }
  #footer .f_area03 .sns_list .list .item {
    width: 36px;
  }
  #footer .f_area03 .sns_list .list .item:not(:last-child) {
    margin-right: 10px;
  }
  #footer .f_area03 .sns_list .list a {
    display: block;
  }
  #footer .f_area03 .sns_list .list img {
    width: 100%;
  }
  #footer .f_area03 .note {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  #footer .f_area03 small {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  #footer .f_area03 small .pc_space {
    width: 12px;
  }

  #main_title_area {
    width: 1200px;
    padding: 80px 0 90px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
  }
  #main_title_area .mtitle {
    position: relative;
    font-size: 3.1rem;
    line-height: 1.3;
    color: #666;
    text-align: center;
    padding-top: 25px;
    text-align: center;
  }
  #main_title_area .mtitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #main_title_area .mtitle + .desc {
    margin-top: 15px;
  }
  #main_title_area .desc {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  .common_link_area {
    margin: 0 auto 50px;
  }
  .common_link_area a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #16ae41;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .common_link_area a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
    color: #16ae41;
  }
  .common_link_area p {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #16ae41;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .common_link_area p:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
    color: #16ae41;
  }
  .common_link_area.common_link_area_back a:before {
    right: auto;
    left: 10px;
    transform: rotate(180deg);
  }

  .sns_share {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #bbb;
    padding: 30px 13px 30px 15px;
    margin-bottom: 70px;
  }
  .sns_share .stitle {
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
  }
  .sns_share .stitle:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_sns_share.png") center 0/100% no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .sns_share .list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_share .list .item {
    width: 40px;
  }
  .sns_share .list .item:not(:last-child) {
    margin-right: 20px;
  }
  .sns_share .list .item a {
    display: block;
  }
  .sns_share .list .item img {
    width: 100%;
  }

  .p-check-age {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-check-age.is-show {
    display: block;
  }
  .p-check-age .p-check-age__in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-check-age .p-check-age__main {
    width: 862px;
    height: 480px;
    padding: 80px 20px 30px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  .p-check-age .p-check-age__content {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-check-age .p-check-age__sh {
    color: #555555;
    font-size: 1.4rem;
    text-align: center;
  }
  .p-check-age .p-check-age__h {
    margin-top: 35px;
    color: #16ae41;
    font-size: 3.4rem;
    text-align: center;
  }
  .p-check-age .p-check-age__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .p-check-age .p-check-age__btn {
    display: block;
    width: 48.1415929204%;
    padding: 8px 6px;
    background-color: #2dae37;
    border-radius: 2.4em;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .p-check-age .p-check-age__btn:hover {
    text-decoration: none;
    opacity: .8;
  }
  .p-check-age .p-check-age__btn small {
    font-size: 10px;
  }
  .p-check-age .p-check-age__confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 30px;
    background-color: #eeeeee;
    font-size: 1.1rem;
  }
  .p-check-age .p-check-age__confirm input[type="checkbox"] {
    background-color: #fff;
  }
  .p-check-age .p-check-age__note {
    margin-top: 15px;
    color: #878787;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  .p-check-age .p-check-logo {
    width: 179px;
    padding-top: 40px;
    margin: 0 auto;
  }
  .p-check-age .p-check-logo img {
    width: 100%;
    display: block;
  }

  .p-btn-pagetop {
    position: absolute;
    right: 1em;
    top: -86px;
    z-index: 100;
  }
  .p-btn-pagetop a {
    display: block;
    width: 60px;
    height: 60px;
  }
  .p-btn-pagetop a img {
    width: 100%;
    height: auto;
  }
  .p-btn-pagetop.is-active a {
    transform: translate(0, 0);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ___________________Smartphones Layout */
  .common_inner {
    width: 100%;
    padding: 0 15px;
  }

  .hover_anim, .hover_anim_color01, .hover_anim_color02 {
    transition: all linear 200ms;
  }

  a:hover .hover_anim_color01 {
    text-decoration: none;
    background: rgba(65, 178, 68, 0.1);
  }

  a.hover_anim_color01:hover {
    text-decoration: none;
    background: rgba(65, 178, 68, 0.1);
  }

  a:hover .hover_anim_color02 {
    text-decoration: none;
    background: rgba(49, 98, 44, 0.1);
  }

  a.hover_anim_color02:hover {
    text-decoration: none;
    background: rgba(49, 98, 44, 0.1);
  }

  /* ___________________Smartphones header */
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 65px;
    z-index: 1000;
  }
  #header .header_inner {
    position: relative;
    width: 89.33%;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    margin: 0 auto;
  }
  #header #logo {
    width: 103px;
    height: 21px;
  }
  #header #logo a {
    display: block;
  }
  #header .nav_area_wrap {
    display: none;
    z-index: 100;
    background-color: #16ae41;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
  }
  #header .nav_area_wrap.on {
    display: block;
  }
  #header .nav_area {
    position: relative;
    width: 89.33%;
    padding-top: 25px;
    margin: 0 auto;
  }
  #header .sp_lang {
    margin-right: 30px;
  }
  #header .sp_lang .lang {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  #header #menu_open {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 20px;
    height: 15px;
    border: none;
    outline: none;
    appearance: none;
    background-color: #fff;
  }
  #header #menu_open span {
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 200ms ease-in-out;
    border-radius: 4px;
  }
  #header #menu_open span:nth-child(1) {
    transform: translate3d(0, -8px, 0);
  }
  #header #menu_open span:nth-child(3) {
    transform: translate3d(0, 8px, 0);
  }
  #header #menu_close {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    appearance: none;
    background-color: #16ae41;
  }
  #header #menu_close span {
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 200ms ease-in-out;
    border-radius: 4px;
  }
  #header #menu_close span:first-child {
    transform: rotate(-45deg);
  }
  #header #menu_close span:last-child {
    transform: rotate(45deg);
  }
  #header .nav01 {
    width: 89.55%;
    border-bottom: 1px solid #fff;
    padding-top: 28px;
    padding-bottom: 15px;
    margin: 0 auto 30px;
  }
  #header .nav01 .list {
    display: flex;
    flex-direction: column;
  }
  #header .nav01 .item {
    margin-bottom: 30px;
  }
  #header .nav01 .item a {
    font-size: 1.5rem;
    color: #fff;
  }
  #header .nav02 {
    width: 89.55%;
    margin: 0 auto 30px;
  }
  #header .nav02 .lang .h_lang_head {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 20px;
  }
  #header .nav02 .lang_list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header .nav02 .lang_list .item {
    width: 48.33%;
    margin-bottom: 13px;
  }
  #header .nav02 .lang_list .item a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #fff;
    padding: 4px 0;
    border-radius: 12px;
  }
  #header .nav02 .lang_list .item.on a {
    background-color: #fff;
    color: #16ae41;
  }
  #header .h_sns_share {
    background-color: #fff;
    text-align: center;
    padding: 17px 0 50px;
    padding-bottom: 50px;
  }
  #header .h_sns_share .h_lang_head {
    font-size: 1.4rem;
    color: #16ae41;
    margin-bottom: 17px;
  }
  #header .h_sns_share .list {
    display: flex;
    justify-content: center;
  }
  #header .h_sns_share .item {
    width: 45px;
    margin-right: 15px;
  }

  /* ___________________Smartphones global navigation */
  #bc {
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  #bc::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #bc li {
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 8px;
  }
  #bc li:not(:first-child):before {
    content: '&gt;';
    display: inline-block;
    margin-right: 8px;
  }
  #bc li:not(:last-child):before {
    margin-right: 9px;
  }
  #bc a {
    font-size: 1.2rem;
  }

  /* ___________________Smartphones footer */
  #footer {
    position: relative;
    background-color: #16ae41;
    width: 100%;
    padding-bottom: 85px;
  }
  #footer a {
    color: #fff;
  }
  #footer .f_area01 {
    display: none;
  }
  #footer .f_area02 {
    margin-bottom: 36px;
  }
  #footer .nav .item_head {
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 20px;
  }
  #footer .nav .item_head:before, #footer .nav .item_head:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transition: all linear 200ms;
  }
  #footer .nav .item_head:before {
    transform: rotate(45deg);
    top: 22px;
  }
  #footer .nav .item_head:after {
    transform: rotate(-45deg);
    top: 28px;
  }
  #footer .nav .item_head:hover {
    text-decoration: none;
  }
  #footer .nav .item_head:hover:before, #footer .nav .item_head:hover:after {
    right: 15px;
  }
  #footer .nav .item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #footer .nav .item &gt; ul {
    display: none;
  }
  #footer .f_area03 .link_list {
    width: 89.33%;
    margin: 0 auto;
  }
  #footer .f_area03 .link_list .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .f_area03 .link_list .item {
    margin-bottom: 30px;
  }
  #footer .f_area03 .link_list .item:nth-child(odd) {
    width: 44.77%;
  }
  #footer .f_area03 .link_list .item:nth-child(even) {
    width: calc(100% - 44.77%);
  }
  #footer .f_area03 .link_list .item a {
    font-size: 1.2rem;
  }
  #footer .f_area03 .link_list .item a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_blank.png") center 0/100% no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
  }
  #footer .f_area03 .sns_list {
    padding: 18px 0 22px;
    background-color: #fff;
    margin-bottom: 30px;
  }
  #footer .f_area03 .sns_list p {
    font-size: 1.4rem;
    color: #16ae41;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .f_area03 .sns_list .list {
    width: 77.33%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  #footer .f_area03 .sns_list .list a {
    display: block;
  }
  #footer .f_area03 .sns_list .list img {
    width: 45px;
  }
  #footer .f_area03 .sns_list .item {
    margin-right: 10px;
  }
  #footer .f_area03 .sns_list .item:last-child {
    margin-right: 0;
  }
  #footer .f_area03 .note {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 37px;
  }
  #footer .f_area03 small {
    text-align: center;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
  }
  #footer .f_area03 small .pc_space {
    width: 12px;
  }

  #main {
    padding-top: 66px;
    margin-bottom: 110px;
  }
  #main.error_page {
    padding-top: 100px;
    padding-bottom: 110px;
    text-align: center;
  }
  #main.error_page .page_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main.error_page .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #main.error_page .note {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #main.error_page .totop_btn {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  #main.error_page .totop_btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    border: 1px solid #666;
    text-align: center;
    padding: 20px 10px;
  }
  #main.error_page .totop_btn a:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    transform: rotate(-45deg);
  }
  #main.error_page .totop_btn a:hover {
    text-decoration: none;
  }

  #main_title_area {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 35px 0 45px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
  }
  #main_title_area .mtitle {
    position: relative;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #666;
    text-align: center;
    padding-top: 16px;
  }
  #main_title_area .mtitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #main_title_area .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
  }

  .common_link_area {
    width: 74.62%;
    margin: 0 auto 50px;
  }
  .common_link_area a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #16ae41;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .common_link_area a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
    color: #16ae41;
  }
  .common_link_area p {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 1.4rem;
    color: #16ae41;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .common_link_area p:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_arrow_green_double.png") center 0/100% no-repeat;
    width: 12px;
    height: 8px;
    color: #16ae41;
  }
  .common_link_area.common_link_area_back a:before {
    right: auto;
    left: 10px;
    transform: rotate(180deg);
  }

  .sns_share {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #bbb;
    padding: 25px 13px 20px 15px;
    margin-bottom: 70px;
    margin-bottom: 110px;
  }
  .sns_share .stitle {
    font-size: 1.4rem;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  .sns_share .stitle:before {
    content: '';
    display: inline-block;
    background: url("../images/common/icon_sns_share.png") center 0/100% no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .sns_share .list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_share .list .item {
    width: 40px;
  }
  .sns_share .list .item:not(:last-child) {
    margin-right: 20px;
  }
  .sns_share .list .item a {
    display: block;
  }

  .p-check-age {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-check-age.is-show {
    display: block;
  }
  .p-check-age .p-check-age__in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-check-age .p-check-age__main {
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  .p-check-age .p-check-age__content {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-check-age .p-check-age__sh {
    color: #555555;
    font-size: 1.1rem;
    text-align: center;
  }
  .p-check-age .p-check-age__h {
    margin-top: 10px;
    color: #16ae41;
    font-size: 2rem;
    text-align: center;
  }
  .p-check-age .p-check-age__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .p-check-age .p-check-age__btn {
    display: block;
    width: 48.1415929204%;
    padding: 8px 6px;
    background-color: #2dae37;
    border-radius: 2.4em;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .p-check-age .p-check-age__btn small {
    font-size: 10px;
  }
  .p-check-age .p-check-age__confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 20px;
    background-color: #eeeeee;
    font-size: 1.1rem;
  }
  .p-check-age .p-check-age__confirm input[type="checkbox"] {
    background-color: #fff;
  }
  .p-check-age .p-check-age__note {
    margin-top: 10px;
    color: #878787;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  .p-check-age .p-check-logo {
    width: 134px;
    margin: 30px auto 0;
  }

  .p-btn-pagetop {
    position: absolute;
    right: 10px;
    top: -60px;
    z-index: 100;
  }
  .p-btn-pagetop a {
    display: block;
    width: 45px;
    height: 45px;
  }
}
</pre></body></html>