@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,700;1,500;1,600;1,700&family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  color: #5d5448;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .04em;
  margin: 0;
  width: 100%;
}
iframe {
  width: 25%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
div, h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin: 0;
  word-wrap: break-word;
  font-feature-settings: "palt";
}
p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
  font-feature-settings: "palt";
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}
ul, ol {
  padding: 0;
  margin: 0;
}
::selection {
  background: #cab266;
  color: #fff;
}
/*	PC・SP 表示指定	*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*	font	*/
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.f-Roboto {
  font-family: 'Roboto', sans-serif;
}
.f-Futura {
  font-family: Futura, 'century-gothic', 'Josefin Sans', sans-serif;
}
.f-centuryGothic {
  font-family: 'century-gothic', 'Josefin Sans', sans-serif;
}
/*	hover	*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
.cmn-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.comment-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  background-color: #efe6b9;
  color: #102925;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    max-width: 600px;
    margin-bottom: 10px;
  }
  .comment-inner {
    max-width: 600px;
    text-align: left;
  }
}
.cmn-ttl {
  font-weight: 400;
  font-size: 70px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 35px;
}
.cmn-ttl.is-pnk {
  color: #cb5a77;
}
.cmn-ttl.is-grn {
  color: #FFFFFF;
}
.cmn-ttl.is-wht {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-ttl {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
.mv .cmn-navFrame {
  background: #5e865e;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cmn-navFrame .cmn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cmn-navFrame .cmn-nav a {
  background: #f1f3e6;
  width: 145px;
  border-radius: 5px;
  margin: 10px 30px;
  padding: 10px 20px;
}
.cmn-navFrame .cmn-nav .icon {
  background: #1e6138;
  color: #f1f3e6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 100%;
  padding: 2px 0 0;
  margin: 0 0 5px;
  border-radius: 9999px;
}
.cmn-navFrame .cmn-nav .day {
  color: #1e6138;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 20px;
  position: relative;
}
.cmn-navFrame .cmn-nav .day::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #1e6138;
  border-right: solid 2px #1e6138;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.cmn-navFrame .cmn-nav a small {
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .cmn-navFrame {
    padding: 5px 20px;
  }
  .cmn-navFrame .cmn-inner {
    position: relative;
  }
  .content .cmn-inner .cmn-navFrame {
    padding: 5px 0;
  }

  .cmn-navFrame .cmn-nav {
    width: 100%;
    justify-content: start;
    overflow-x: scroll;
  }
  .cmn-nav::-webkit-scrollbar {
    height: 4px;
  }
  .cmn-nav::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
  }
  .cmn-nav::-webkit-scrollbar-thumb {
    background: #cb5a77;
    border-radius: 2px;
    box-shadow: none;
  }
  .cmn-navFrame .cmn-nav a {
    color: #102925;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 20px 10px 0;
  }
  .cmn-navFrame .cmn-nav a:last-child {
    margin-right: 0;
  }
  .cmn-navFrame .cmn-nav a::before {
    bottom: 6px;
  }
}
.cmn-bt {
  background: #cb5a77;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .14em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  max-width: 600px;
  width: 100%;
  height: 60px;
}
.cmn-bt.bt02 {
  background: #fff;
  color: #cb5a77;
  max-width: 100%;
}
.cmn-bt.content-boxBtn {
  margin: 40px auto 0;
  padding: 5px 0;
  text-align: center;
  line-height: 1.5;
}
.content-boxBtn-Annotation {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 5px;
}

.content-attention{
	font-size:14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .14em;
	color: #cb5a77;
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .cmn-bt {
    font-size: 16px;
    height: 60px;
    margin-top: 40px;
  }
  .content-attention{
	font-size:12px;
	text-align: left;
  }
}
.mv {
  background: url(../img/mv/mv_bg.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center center;
  position: absolute;
  top: 0;
}

.mv_inner{
  display: flex;
  justify-content: center;
  height: 100%;
align-items: center
}
.mv .mv__img {
  display: block;
  width: 90%;
  margin: 0 auto;

}
main {
  margin: 100vh 0 0;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mv .mv__img {
    margin: 40% auto;
    width: 88%;
  }
}
.main {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 80px 0 0;
  }
}
.comment, .about {
  padding: 0 50px 100px;
}
.about__ttl {
  font-weight: bold;
  color: #5e865e;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: .14em;
  text-align: center;
  margin-bottom: 50px;
}
.about__txt {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .comment, .about {
    padding: 0 20px 50px;
  }
  .about__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .about__txt {
    font-size: 14px;
  }
}



.digest_bg {
  background: #f5efe1;
  max-width: 1120px;
  border-radius: 40px;
  margin: 80px auto 0;
  padding: 50px 60px;
}
.digest {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.digestList {
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 20px;
}
.digestItem {
  background: #fff;
  width: 340px;
  height: 100%;
  padding: 20px 20px 10px;
  border-radius: 10px;
  margin-right: 30px;
}
.digestItem:last-child {
  margin-right: 0px;
}
.digestYear {
  font-size: 24px;
  letter-spacing: 0.3rem;
  margin: 0 0 20px;
  background: #5e865e;
  color: #fff;
  border-radius: 5px;
}
.digestHead {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.digestHead span {
  color: #cb5a77;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: .14em;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.digest-txt {
  font-size: 18px;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1025px) {
  .digestList {
    overflow-x: auto;
  }
  .digestItem {
    flex-shrink: 0;
    list-style: none;
	width:100%;
  }
}
@media screen and (max-width: 767px) {
  .digest_bg {
    border-radius: 20px;
    padding: 20px;
  }
  .digest {
    max-width: 600px;
  }
  .digestYear {
    font-size: 18px;
    letter-spacing: 0.25rem;
    margin: 0 0 10px;
  }
  .digestHead {
    margin-bottom: 30px;
  }
  .digestHead span {
    font-size: 24px;
    padding: 0 14px;
  }
}
.content {
  background: #cbd7cb;
  padding: 80px 50px;
}
.content .cmn-navFrame {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__txt {
  color: #5d5349;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 40px;
}
.content-inner {
  margin-top: 50px;
}
.content-box {
  background: #f1f3e6;
  border-radius: 10px;
  padding: 110px 40px 50px;
  position: relative;
}
.content-box + .content-box {
  margin-top: 50px;
}
.content-box__ttl {
  background: #5e865e;
  border-radius: 10px 10px 0 0;
  color: #f1f3e6;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .08em;
  text-align: center;
  padding: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content-box__ttl span {
  color: #f1f3e6;
  border: 1px solid #f1f3e6;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  padding: 2px 22px 2px 24px;
  margin: 0 15px 8px 0;
  border-radius: 9999px;
  position: relative;
  bottom: 7px;
}
.content-box__ttl small {
  color: #f1f3e6;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .08em;
  margin-left: 10px;
}
.content-box__ttl02 {
  color: #5e865e;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: .14em;
  text-align: center;
  margin-bottom: 30px;
}
.content-box__ttl02 span.is-pnk {
  color: #cb5a77;
}
.content-box__txt {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .14em;
  margin-bottom: 20px;
}
.content-box__txt02 {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 30px;
}
.content-box__ttlGuest {
  text-align: left;
  margin-bottom: 40px;
}
.gest-box {
  border: #5e865e 1px solid;
  border-radius: 30px;
  padding: 40px;
}
.moderatorItems {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
  margin-top: 50px;
}
.moderator {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .moderator::before {
    display: none;
  }
}
.content-box__ttlGuest span {
  color: #5e865e;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: .14em;
  position: relative;
  z-index: 2;
}
.content-box-list {
  /*/*margin-bottom: 50px;*/
}
.list_2 {
  margin-bottom: 0px;
}
.content-box-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.item_2 {
  margin: 0;
}
.content-box-list-item + .content-box-list-item {
  margin-top: 40px;
}
.content-box-list-item .img {
  width: 19%;
}
.content-box-list-item .txtInner {
  margin-left: 20px;
  width: calc(100% - 19% - 40px);
}
.name2Line {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .name2Line {
    max-width: 300px;
  }
  .moderatorItems {
    padding: 30px 20px;
  }
}
.content-box-list-item .txtInner .name {
  margin-bottom: 20px;
}
.content-box-list-item .txtInner .name_2 {
  margin-bottom: 10px;
}
.content-box-list-item .txtInner .name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .14em;
  position: relative;
  padding: 0 0 20px;
  border-bottom: #5e865e 1px solid;
  margin-bottom: 20px;
}
.content-box-list-item .txtInner .name span {
  box-sizing: border-box;
  display: inline;
  font-size: 14px;
  letter-spacing: .14em;
  position: relative;
  z-index: 2;
}
.content-box-list-item .txtInner .name span:first-child {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .14em;
  position: relative;
}
.content-box-list-item .txtInner .txt {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .14em;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 50px 20px;
  }
  .content__txt {
    font-size: 14px;
  }
  .content-inner {
    margin-top: 0;
  }
  .content-box {
    padding: 100px 20px 50px;
    margin: 40px 0;
  }
  <strong > .content-box</strong > + .content-box {
    margin-top: 40px;
  }
  .content-box__ttl {
    font-size: 24px;
    padding: 10px;
  }
  .content-box__ttl small {
    font-size: 16px;
    margin-left: 0;
  }
  .content-box__ttl small:first-child {
    margin-left: 5px;
  }
  .content-box__ttl02 {
    font-size: 18px;
    /*text-align: left;*/
    margin: 30px 0;
    word-break: break-all;
  }
  .content-box__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .content-box__txt02 {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .content-box__ttlGuest {
    margin-bottom: 30px;
  }
  .gest-box {
    border-radius: 15px;
    padding: 20px;
  }
  .moderator {
    margin-bottom: 15px;
  }
  .moderator > span {
    font-size: 22px;
  }
  .content-box__ttlGuest span {
    font-size: 24px;
	text-align: center;
	display: block;
  }
  .content-box-list {
    margin-bottom: 40px;
  }
  .content-box-list-item {
    display: block;
    max-width: 420px;
  }
  .content-box-list-item + .content-box-list-item {
    margin-top: 40px;
  }
  .content-box-list-item .img {
    margin: 0 auto 20px;
    width: 60%;
  }
  .content-box-list-item .img_s {
    margin: 0 auto 5px;
    width: 50%;
  }
  .content-box-list-item .txtInner {
    margin-left: 0;
    width: 100%;
  }
  .content-box-list-item .txtInner .name {
    margin-bottom: 20px;
  }
  .content-box-list-item .txtInner .name_2 {
    margin-bottom: 15px;
  }
  .content-box-list-item .txtInner .name {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0;
  }
  .content-box-list-item .txtInner .name span {
    font-size: 10px;
    line-height: 1.4;
  }
  .content-box-list-item .txtInner .name span:first-child {
    font-size: 20px;
  }
  .content-box-list-item .txtInner .name span::before {
    content: none;
  }
  .content-box-list-item .txtInner .txt {
    font-size: 12px;
  }
}
.notes {
  padding: 70px 40px;
}
.notes__ttl {
  font-size: 40px;
  letter-spacing: .14em;
  text-align: center;
  margin-bottom: 50px;
}
.notes-list li {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .08em;
  list-style: disc;
  margin-left: 15px;
}
.notes-list li + li {
  margin-top: 5px;
}
.notes-list li::marker {
  font-size: 10px;
}
.notes__purpose {
  color: #cb5a77;
  font-weight: 500;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .notes {
    padding: 50px 20px;
  }
  .notes__ttl {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .notes-list li {
    font-size: 12px;
  }
}
.contact {
  background: #cb5a77;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 20px;
  }
}
/* footer */
.footer {
  background: #595757;
  color: #fff;
  padding: 50px;
  position: relative;
}
.footer .toTop {
  position: absolute;
  inset: -100px 0 auto auto;
  width: 60px;
}
.footer .copyright {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: .08em;
  text-align: left;
  white-space: nowrap;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer-logoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
}
.footer-logoBox .logo {
  display: block;
  margin-bottom: 45px;
  width: 100%;
}
.footer-linkBox {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  max-width: 500px;
  width: 100%;
}
.footer-linkBox .contact {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: .3em;
  margin-bottom: 30px;
  padding: 0 0 2px 42px;
  position: relative;
  width: 100%;
  background-color: #575959;
}
.footer-linkBox .contact .ico {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 28px;
}
.footer-linkBox .contact::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .contact::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .contact {
    transition: .3s ease;
  }
  .footer-linkBox .contact::before {
    transition: .3s ease;
  }
  .footer-linkBox .contact::after {
    transition: .3s .3s ease;
  }
  .footer-linkBox .contact:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .contact:hover::before {
    width: 0;
  }
  .footer-linkBox .contact:hover::after {
    width: 100%;
  }
}
.footer-linkBox .shareList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.footer-linkBox .shareList h3 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .15em;
  margin-right: 25px;
  width: 180px;
}
.footer-linkBox .shareList-list {
  width: calc(100% - 60px - 30px);
}
.footer-linkBox .shareList-list a {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  line-height: 1.4;
  padding-bottom: 7px;
  position: relative;
}
.footer-linkBox .shareList-list a::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .shareList-list a::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.footer-linkBox .shareList-list a + a {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .shareList-list a {
    transition: .3s ease;
  }
  .footer-linkBox .shareList-list a::before {
    transition: .3s ease;
  }
  .footer-linkBox .shareList-list a::after {
    transition: .3s .3s ease;
  }
  .footer-linkBox .shareList-list a:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .shareList-list a:hover::before {
    width: 0;
  }
  .footer-linkBox .shareList-list a:hover::after {
    width: 100%;
  }
}
.footer-linkBox .linkList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-linkBox .linkList a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
.footer-linkBox .linkList a::before {
  background: url(../img/ico/ico_new_w.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 4px 0 auto auto;
  width: 14px;
  height: 14px;
}
.footer-linkBox .linkList a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 10px;
  }
  .footer .toTop {
    position: absolute;
    inset: -60px 0 auto auto;
    width: 48px;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer-inner {
    display: block;
  }
  .footer-logoBox {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
  }
  .footer-logoBox .logo {
    display: block;
    margin-bottom: 30px;
  }
  .footer-linkBox {
    margin-bottom: 40px;
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .footer-linkBox .contact {
    background-position: center right 0;
    font-size: 22px;
    margin: 0 auto 40px;
    max-width: 450px;
    padding: 0 0 2px 38px;
  }
  .footer-linkBox .contact .ico {
    width: 26px;
  }
  .footer-linkBox .contact::before {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .footer-linkBox .contact::after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
  }
  .footer-linkBox .shareList {
    display: block;
    margin: 0 auto 30px;
    max-width: 450px;
    width: 100%;
  }
  .footer-linkBox .shareList h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .15em;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .footer-linkBox .shareList-list {
    width: 100%;
  }
  .footer-linkBox .shareList-list a + a {
    margin-top: 20px;
  }
}
#page-top a {
  bottom: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 20px 20px;
  }
  .footer-box {
    display: block;
  }
  .footer-box-item01 {
    margin: 0 auto 40px;
  }
  .footer-box-item02 {
    margin: 0 auto 40px;
    max-width: 220px;
  }
  .footer-box-item02-snsList01 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer-box-item02-snsList01 li:first-child {
    font-size: 18px;
  }
  .footer-box-item02-snsList01 li:last-child a + a {
    margin-left: 20px;
  }
  .footer-box-item02-snsList01 li + li {
    margin-left: 20px;
  }
  .footer-box-item02-snsList02 {
    justify-content: center;
  }
  .footer-box-item02-snsList02 li + li {
    margin-left: 10px;
  }
}