@charset "UTF-8";
/*--------------------------------------------------------------
  Grid
-------------------------------------------------------------- */
/*--------------------------------------------------------------
  common Style
-------------------------------------------------------------- */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html,
body {
  max-width: 100%;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  /*font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif;*/
  font-size: 16px;
  margin: 0;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

* {
  box-sizing: content-box;
}

p {
  margin: 0;
}

a {
  color: #3C3C39;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ol,
dl,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl dd,
dl li,
ul dd,
ul li {
  padding: 0;
  margin: 0;
}

img {
    vertical-align: auto;
}

main {
  display: block;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2, h3 {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

i {
  font-style: italic;
}

span {
  display: block;
}

figure {
  margin: 0;
}

.italic {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}

.sp_show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }
}

.pc_hide {
  display: none;
}

/*--------------------------------------------------------------
  1.header
-------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0);
}
.header.bk {
  /*-webkit-box-shadow: 0 5px 14px 0 black;
  -moz-box-shadow: 0 5px 14px 0 black;
  box-shadow: 0 5px 14px 0 black;*/
  /*background: white;*/
  background-color: rgba(255, 255, 255, 0.9);
}
.header-sec {
  padding: 16px 0 10px;
}
.header__inner {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 80px;
}
.header__logo img {
  width: 80px;
  height: auto;
}
.header__nav .sp-nav-btn {
  display: none;
  -webkit-appearance: none;
  width: 54px;
  height: 38px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffdc53;
  cursor: pointer;
  text-align: center;
}
.header .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.header .navigation__item:not(:first-child) {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .header.bk {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 220, 83, 0.85);
  }
  .header-sec {
    padding: 18px 20px 11px;
  }
  .header__item {
    margin: 0;
  }
  .header__logo {
    width: 19.4%;
  }
  .header__logo img {
    width: 100%;
    max-width: 65px;
  }
  .header__nav {
    /*display: none;*/
    width: 8.3%;
  }
  .header__nav .sp-nav-btn {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    max-width: 27px;
    cursor: pointer;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
  }
  .header__nav .sp-nav-btn .line {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-sec {
    padding: 30px 30px 10px;
  }
  .header__item {
    margin: 0;
  }
  .header__logo {
    width: 14.9%;
  }
  .header__logo img {
    width: 100%;
  }
  .header__nav .sp-nav-btn {
    display: none;
  }
  .header .navigation__item:not(:first-child) {
    padding-left: 50px;
  }
}

.header__item-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 18px 20px 11px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffdc53;
}
.header__item-sp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__item-sp__upper {
  margin: 0 0 20px;
  text-align: right;
}
.header__item-sp .close_button {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.header__item-sp .close_button:after, .header__item-sp .close_button:before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
}
.header__item-sp .close_button:after {
  top: 13px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__item-sp .close_button:before {
  top: 12px;
  right: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__item-sp .nav-logo {
  width: 36.7%;
  margin: 0 auto 45px;
}
.header__item-sp .nav-logo img {
  width: 100%;
}
.header__item-sp .nav-en {
  font-size: 0.75rem;
  display: block;
  width: 80.1%;
  margin: 0 auto 42px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #333;
}
.header__item-sp .nav-list01 {
  width: 80.1%;
  margin: 0 auto 35px;
}
.header__item-sp .nav-list01__item {
  padding: 22px 10px 10px;
  border-bottom: 1px solid #333;
}
.header__item-sp .nav-list01__link {
  font-size: 0.9375rem;
}
.header__item-sp .nav-login {
  font-size: 0.9375rem;
  display: block;
  width: 80.1%;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 35px;
  text-align: center;
  line-height: 47px;
  background: #000;
}
.header__item-sp .nav-list02 {
  width: 80.1%;
  margin: 0 auto 25px;
}
.header__item-sp .nav-list02__item {
  padding: 10px;
}
.header__item-sp .nav-list02__link {
  font-size: 0.9375rem;
}
.header__item-sp .nav-sns {
  width: 80.1%;
  padding: 22px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333;
}
.header__item-sp .nav-sns__text {
  font-size: 1.125rem;
  color: #000;
  margin: 0 0 23px;
}
.header__item-sp .nav-sns__list {
  margin: 0 -15px;
}
.header__item-sp .nav-sns__link {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.header__item-sp .nav-sns__link img {
  width: 30px;
}

/*--------------------------------------------------------------
  2.main contents
-------------------------------------------------------------- */
.main {
  position: relative;
}
/*.main .main-bk {
  position: fixed;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}*/
.main .main-sec {
  /*position: fixed;*/
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.main .main-sec__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
  padding-bottom: 20px;
}
.main .main-sec__bk {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main .main-sec__item {
  width: 530px;
  padding: 60px 60px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.main .main-sec__heading {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -10);
  -moz-transform: matrix(1, 0, 0, 1, 0, -10);
  -ms-transform: matrix(1, 0, 0, 1, 0, -10);
  -o-transform: matrix(1, 0, 0, 1, 0, -10);
  transform: matrix(1, 0, 0, 1, 0, -10);
}
.main .main-sec__heading span:first-child {
}
.main .main-sec__heading br {
  display: none;
}
.main .main-sec__heading.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main .main-sec__heading span {
  display: block;
}
.main .main-sec__heading span.textJA {
  font-size: 4rem;
}
.main .main-sec__submessage {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  margin-top: 50px;
}
.main .main-sec .input_group {
  width: 310px;
  height: 37px;
  position: relative;
  margin: 10px auto 0;
  border: #000 solid 1px;
  background: #fff;
}
.main .main-sec .input_group input {
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  color: #999;
  position: absolute;
  top: 50%;
  left: 8px;
  width: calc(100% - 51px);
  padding: 0;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
}
.main .main-sec .input_group button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  cursor: pointer;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  background: #fff;
}
.main .main-sec .input_group button img {
  width: 100%;
  height: auto;
}
.main .main-sec .main-sec_tags {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 130px;
  margin-top: 20px;
}
.main .main-sec .findmap-BK {
  font-size: 1rem;
  color: #fff;
  display: block;
  width: 310px;
  font-weight: 600;
  margin: 40px auto 0;
  line-height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #000;
}
.main .main-sec .findmap-BK:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/top/icon_spotWH.png");
  background-size: 20px;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-sec .findmap-BK:hover {
  color: #000;
  background-color: #fff;
  border: #000 solid 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.main .main-sec .findmap-BK:hover:after {
  background-image: url("../images/top/icon_spotBK.png");
}
.main .main-sec__thum {
  padding: 0 20px 0 0;
}
.main .main-sec__thum .thumbnail_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
}
.main .main-sec__thum .thumbnail_data__text {
  font-size: 0.875rem;
}
.main .main-sec__thum .thumbnail_data__text .title,
.main .main-sec__thum .thumbnail_data__text .creator {
  display: block;
  text-align: right;
}
.main .main-sec__thum .thumbnail_data__eyecatch {
  position: relative;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  overflow: hidden;
  border: 6px solid #FFF;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.4);
}
.main .main-sec__thum .thumbnail_data__eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 320px) {
  .main .main-sec__item {
    width: 90%;
  }
  .main .main-sec .input_group {
    width: 100%;
  }
  .main .main-sec .main-sec_tags {
    width: 100%;
  }
  .main .main-sec .findmap-BK {
    width: 100%;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .main .main-sec__item {
    width: 82.5%;
  }
  .main .main-sec .input_group {
    width: 79.7%;
  }
  .main .main-sec .input_group.isEN input::placeholder {
    font-size: 12px;
  }
  .main .main-sec .input_group.isEN input:-ms-input-placeholder {
    font-size: 12px;
  }
  .main .main-sec .input_group.isEN input::-ms-input-placeholder {
    font-size: 12px;
  }
  .main .main-sec .main-sec_tags {
    width: 82.5%;
  }
  .main .main-sec .findmap-BK {
    width: 79.7%;
  }
}
@media screen and (max-width: 767px) {
  .main .main-sec {
    padding: 68px 0 0;
  }
  .main .main-sec__inner {
    width: 100%;
    padding: 85px 0 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .main-sec__item {
    /*width: 82.5%;*/
    padding: 43px 17px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .main-sec__heading {
    font-size: 1.8rem;
  }
  .main .main-sec__heading br {
    display: block;
  }
  .main .main-sec__heading span.textJA {
    padding-left: 1em;
    font-size: 2.8rem;
  }
  .main .main-sec .input_group {
    height: 31px;
    position: relative;
    margin: 12px auto 0;
  }
  .main .main-sec .input_group input {
    /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    color: #999;
    position: absolute;
    top: 50%;
    left: 8px;
    width: calc(100% - 51px);
    font-size: 0.875rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
  }
  .main .main-sec .input_group button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 23px;
    cursor: pointer;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
    background: #fff;
  }
  .main .main-sec .input_group button img {
    width: 100%;
    height: auto;
  }
  .main .main-sec .main-sec_tags {
    /*width: 82.5%;*/
    padding: 0;
    margin: 18px auto 0;
    text-align: center;
  }
  .main .main-sec .main-sec_tags__link {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
  }
  .main .main-sec .findmap-BK {
    font-size: 0.875rem;
    display: block;
    /*width: 79.7%;*/
    margin: 18px auto 0;
    /*line-height: 65px;*/
    /*-webkit-border-radius: 65px;*/
    /*-moz-border-radius: 65px;*/
    /*border-radius: 65px;*/
  }
  .main .main-sec__thum {
    width: 82.5%;
    padding: 0;
    margin: 0 auto;
  }
  .main .main-sec__thum .thumbnail_data {
    margin: 16px auto 0;
  }
  .main .main-sec__thum .thumbnail_data__text {
    font-size: 0.875rem;
  }
  .main .main-sec__thum .thumbnail_data__text .title,
.main .main-sec__thum .thumbnail_data__text .creator {
    display: block;
    text-align: right;
  }
  .main .main-sec__thum .thumbnail_data__eyecatch {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main .main-sec {
    padding: 133px 0 0;
  }
  .main .main-sec__inner {
    padding: 0 0 40px;
  }
  .main .main-sec__item {
    width: 74.3%;
    padding: 55px 0 50px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
  }
  .main .main-sec__heading {
    font-size: 2.0625rem;
  }
  .main .main-sec__submessage {
    font-size: 1.25rem;
    margin-top: 30px;
  }
  .main .main-sec .input_group {
    width: 62.6%;
    height: 65px;
    margin: 24px auto 0;
  }
  .main .main-sec .input_group input {
    /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    color: #999;
    position: absolute;
    top: 50%;
    left: 8px;
    width: calc(100% - 51px);
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
  }
  .main .main-sec .input_group button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 23px;
    cursor: pointer;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    border: none;
    background: #fff;
  }
  .main .main-sec .input_group button img {
    width: 100%;
    height: auto;
  }
  .main .main-sec .main-sec_tags {
    font-size: 1.125rem;
    width: 62.6%;
    padding: 0;
    margin: 35px auto 0;
  }
  .main .main-sec .findmap-BK {
    width: 62.6%;
    margin: 35px auto 0;
    line-height: 67px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
  }
  .main .main-sec__thum {
    width: 74.3%;
    padding: 0;
    margin: 0 auto;
  }
  .main .main-sec__thum .thumbnail_data {
    margin: 30px 0 0;
  }
  .main .main-sec__thum .thumbnail_data__text {
    font-size: 1.125rem;
  }
  .main .main-sec__thum .thumbnail_data__eyecatch {
    width: 84px;
    height: 84px;
  }
}

.main .contents-sec01 {
  position: relative;
  width: 100%;
  background-color: #ffdc53;
}
.main .contents-sec01__inner {
  max-width: 1365px;
  padding: 130px 5.8% 120px;
  margin: 0 auto;
}
.main .contents-sec01__message {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -10);
  -moz-transform: matrix(1, 0, 0, 1, 0, -10);
  -ms-transform: matrix(1, 0, 0, 1, 0, -10);
  -o-transform: matrix(1, 0, 0, 1, 0, -10);
  transform: matrix(1, 0, 0, 1, 0, -10);
}
.main .contents-sec01__message.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 1s ease;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main .contents-sec01__message .sub-message {
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  padding-left: 10px;
}
.main .contents-sec01__case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .contents-sec01__case_item {
  width: 32%;
  box-sizing: border-box;
  margin-top: 120px;
  position: relative;
  -webkit-transform: scale(0) rotate(15deg);
  -moz-transform: scale(0) rotate(15deg);
  -ms-transform: scale(0) rotate(15deg);
  -o-transform: scale(0) rotate(15deg);
  transform: scale(0) rotate(15deg);
}
.main .contents-sec01__case_item.animation {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -moz-transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -ms-transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -o-transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.main .contents-sec01__case_data {
  position: absolute;
  top: -76px;
  left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  min-height: calc(97px - 18px - 24px);
  padding: 18px 0 24px;
  background-color: #fff;
}
.main .contents-sec01__case_data_dt {
  width: 15.6%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.main .contents-sec01__case_data_dt .number {
  display: inline-block;
  width: auto;
  height: 33.3%;
  margin: auto;
}
.main .contents-sec01__case_data_dd {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3125rem;
  width: calc(100% - 15.6%);
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.main .contents-sec01 .map_image {
  max-width: 374px;
  height: auto;
  line-height: 0;
  border: #fff solid 3px;
}
.main .contents-sec01 .map_image img {
  width: 100%;
}
.main .contents-sec01__creators {
  margin-top: 120px;
  text-align: center;
}
.main .contents-sec01__creators .italic {
  font-size: 1.75rem;
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 800;
}
.main .contents-sec01__creators .italic span {
  display: inline-block;
}
.main .contents-sec01__creators_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1170px;
  padding: 0 20px;
  margin: 40px auto 0;
}
.main .contents-sec01__creators_list li {
  /*width: calc(100% / 10 - 14px);*/
  width: 64px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  -moz-transform: matrix(1, 0, 0, 1, 0, 30);
  -ms-transform: matrix(1, 0, 0, 1, 0, 30);
  -o-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
}
.main .contents-sec01__creators_list li.animation {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.main .contents-sec01__creators_list li .creators_link {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.main .contents-sec01__creators_list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .contents-sec01__creators_list li {
  margin-bottom: 10px;
}
.main .contents-sec01__creators_list li:not(:first-child) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .main .contents-sec01__inner {
    padding: 80px 10px 74px;
    margin: 0 auto;
  }
  .main .contents-sec01__message {
    display: block;
  }
  .main .contents-sec01__message .heading {
    font-size: 1.75rem;
    margin: 0 0 30px;
  }
  .main .contents-sec01__message .heading span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .main .contents-sec01__message .sub-message {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 0;
  }
  .main .contents-sec01__case {
    display: block;
  }
  .main .contents-sec01__case_item {
    width: 100%;
    margin: 158px 0 0;
  }
  .main .contents-sec01__case_data {
    top: unset;
    bottom: calc(100% - 10px);
    right: -10px;
    left: unset;
    width: 89.4%;
    min-height: 77px;
    padding: 15px 20px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .contents-sec01__case_data.ttlband_l {
    right: unset;
    left: -10px;
  }
  .main .contents-sec01__case_data_dt {
    width: 4.4%;
    margin: 0 21px 0 0;
  }
  .main .contents-sec01__case_data_dt .number {
    width: 100%;
    height: auto;
  }
  .main .contents-sec01__case_data_dt.sec01__imgconts02num, .main .contents-sec01__case_data_dt.sec01__imgconts03num {
    width: 6.1%;
  }
  .main .contents-sec01__case_data_dd {
    font-size: 1.1875rem;
    width: calc(100% - 4.4% - 21px);
    padding: 0;
  }
  .main .contents-sec01 .map_image {
    width: 100%;
    max-width: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .contents-sec01__creators {
    margin: 88px 0 0;
  }
  .main .contents-sec01__creators .italic {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
  .main .contents-sec01__creators_list {
    padding: 0;
    margin: 30px -8px 0;
  }
  .main .contents-sec01__creators_list li {
    width: calc(20% - 16px);
    margin: 0 8px 16px;
  }
  .main .contents-sec01__creators_list li .creators_link {
    width: 100%;
    height: auto;
    padding: 100% 0 0 0;
  }
  .main .contents-sec01__creators_list li img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main .contents-sec01__creators_list li:not(:first-child) {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main .contents-sec01 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .contents-sec01__inner {
    padding: 125px 30px 85px;
  }
  .main .contents-sec01__message {
    display: block;
  }
  .main .contents-sec01__message .heading {
    font-size: 2.5rem;
  }
  .main .contents-sec01__message .sub-message {
    font-size: 1.875rem;
    line-height: 2;
    padding: 45px 0 0;
  }
  .main .contents-sec01__case {
    display: block;
  }
  .main .contents-sec01__case_item {
    width: 100%;
    margin-top: 148px;
  }
  .main .contents-sec01__case_data {
    position: absolute;
    top: unset;
    right: -15px;
    bottom: calc(100% - 20px);
    left: unset;
    width: 100%;
    min-height: calc(97px - 18px - 24px);
    padding: 27px 40px 20px;
  }
  .main .contents-sec01__case_data.ttlband_l {
    right: unset;
    left: -15px;
  }
  .main .contents-sec01__case_data_dt {
    width: 4.7%;
    margin: 0 30px 0 0;
  }
  .main .contents-sec01__case_data_dt .number {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .main .contents-sec01__case_data_dt.sec01__imgconts02num, .main .contents-sec01__case_data_dt.sec01__imgconts03num {
    width: 5.9%;
  }
  .main .contents-sec01__case_data_dd {
    /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.5rem;
    width: calc(100% - 5.9% - 30px);
    padding: 0;
  }
  .main .contents-sec01 .map_image {
    max-width: 100%;
  }
  .main .contents-sec01__creators {
    margin-top: 120px;
    text-align: center;
  }
  .main .contents-sec01__creators .italic {
    font-size: 1.75rem;
    /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    font-weight: 800;
  }
  .main .contents-sec01__creators .italic span {
    display: inline-block;
  }
  .main .contents-sec01__creators_list {
    padding: 0;
    margin: 30px -8px 0;
  }
  .main .contents-sec01__creators_list li {
    width: calc(20% - 34px);
    margin: 0 17px 34px;
  }
  .main .contents-sec01__creators_list li .creators_link {
    width: 100%;
    height: auto;
    padding: 100% 0 0 0;
  }
  .main .contents-sec01__creators_list li img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main .contents-sec01__creators_list li:not(last-child) {
    padding-left: 0;
  }
}

.main .contents-sec02 {
  position: relative;
  color: #fff;
  background: #000;
}
.main .contents-sec02__inner {
  margin: 0 auto;
  max-width: 1365px;
  padding: 60px 5.8%;
}
.main .contents-sec02__item {
  display: flex;
  justify-content: space-between;
}
.main .contents-sec02__item01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  grid-template-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 30%;
}
.main .contents-sec02__item01 .sec02-ttl {
  font-size: 1.75rem;
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.main .contents-sec02__item01 .input_group {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
  width: 100%;
  height: 37px;
  max-width: 278px;
  padding-top: 4px;
  margin: 10px auto 0;
  border: #000 solid 1px;
  background: #fff;
}
.main .contents-sec02__item01 .input_group input {
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  color: #999;
  position: absolute;
  top: 50%;
  left: 8px;
  width: calc(100% - 51px);
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
}
.main .contents-sec02__item01 .input_group button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  cursor: pointer;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  background: #fff;
}
.main .contents-sec02__item01 .input_group button img {
  width: 100%;
  height: auto;
}
.main .contents-sec02__item01 .yellow_button {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  color: #000;
  display: block;
  width: 100%;
  max-width: 280px;
  font-weight: 600;
  margin: 30px auto 0;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #ffdc53;
  background-color: #ffdc53;
}
.main .contents-sec02__item01 .yellow_button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/top/icon_spotBK.png");
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .contents-sec02__item01 .yellow_button:hover {
  background-color: #000;
  border: #ffdc53 solid 1px;
  color: #ffdc53;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.main .contents-sec02__item01 .yellow_button:hover:after {
  background-image: url("../images/top/icon_spotYE.png");
}
.main .contents-sec02__item01 .sec02_tags {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-top: 30px;
}
.main .contents-sec02__item01 .sec02_tags .hashtag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 278px;
  padding: 0;
  margin: 0 auto;
}
.main .contents-sec02__item01 .sec02_tags .hashtag_link {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  font-size: 0.875rem;
}
.main .contents-sec02__item02 {
  width: 68%;
}
.main .contents-sec02__item02 .search-cont__tab .tab_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: #fff solid 1px;
}
.main .contents-sec02__item02 .search-cont__tab .tab_item {
  width: 140px;
  cursor: pointer;
  background-color: #999;
  border-radius: 4px 4px 0 0;
  padding: 12px 0;
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.main .contents-sec02__item02 .search-cont__tab .tab_item.active {
  background-color: #fff;
}
.main .contents-sec02__item02 .search-cont__tab .tab_item:not(:first-child) {
  margin-left: 8px;
}
.main .contents-sec02__item02 .search-cont__body .panel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.main .contents-sec02__item02 .search-cont__body .panel_item {
  width: calc(25% - 18px);
  height: auto;
  margin: 16px 9px 0;
  box-sizing: border-box;
}
.main .contents-sec02__item02 .search-cont__body .panel_item .image {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.main .contents-sec02__item02 .search-cont__body .panel_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .contents-sec02__item02 .search-cont__body .panel_item .panel_text {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.75rem;
  color: #CCC;
  margin-top: 12px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.main .contents-sec02__item02 .search-cont__body .panel_item .panel_text a {
  color: #CCC;
}
@media screen and (max-width: 767px) {
  .main .contents-sec02 {
    background: #ffdc53;
  }
  .main .contents-sec02__inner {
    width: calc(100% - 20px);
    padding: 75px 0 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
  }
  .main .contents-sec02__item {
    display: block;
    margin: 0;
  }
  .main .contents-sec02__item01 {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .contents-sec02__item01 .sec02-ttl {
    font-size: 1.625rem;
  }
  .main .contents-sec02__item01 .input_group {
    width: 71.7%;
    height: 37px;
    max-width: unset;
    margin: 30px auto 0;
  }
  .main .contents-sec02__item01 .yellow_button {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 0.875rem;
    width: 71.1%;
    max-width: unset;
    margin: 16px auto 0;
    line-height: 47px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
  }
  .main .contents-sec02__item01 .yellow_button:after {
    width: 20px;
    height: 20px;
    margin: 0 0 0 11px;
  }
  .main .contents-sec02__item01 .sec02_tags {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 19px 0 0;
  }
  .main .contents-sec02__item01 .sec02_tags .hashtag_list {
    width: 71.1%;
    max-width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .main .contents-sec02__item01 .sec02_tags .hashtag_link {
    color: #999;
  }
  .main .contents-sec02__item02 {
    width: 100%;
    padding: 24px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #333;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_wrapper {
    border-bottom: none;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_item {
    font-size: 0.8125rem;
    width: 26.6%;
    padding: 14px 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_item:not(:first-child) {
    margin: 0 0 0 5px;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_inner {
    justify-content: space-between;
    padding: 21px 5px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item {
    width: calc(50% - 2px);
    height: auto;
    margin: 0 0 37px;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item .image {
    position: relative;
    height: 131px;
    overflow: hidden;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item .panel_text {
    color: #000;
  }
}
@media screen and (max-width: 320px) {
  .main .contents-sec02__item01 .input_group.isEN input::placeholder {
    font-size: 10px;
  }
  .main .contents-sec02__item01 .input_group.isEN input:-ms-input-placeholder {
    font-size: 10px;
  }
  .main .contents-sec02__item01 .input_group.isEN input::-ms-input-placeholder {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main .contents-sec02 {
    background: #ffdc53;
  }
  .main .contents-sec02__inner {
    width: calc(100% - 60px);
    padding: 70px 0 0;
    margin: 0 auto;
    background: #000;
  }
  .main .contents-sec02__item {
    display: block;
    margin: 0;
  }
  .main .contents-sec02__item01 {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 75px;
  }
  .main .contents-sec02__item01 .sec02-ttl {
    font-size: 2.5rem;
  }
  .main .contents-sec02__item01 .input_group {
    width: 50.4%;
    height: 65px;
    max-width: unset;
    margin: 30px auto 0;
  }
  .main .contents-sec02__item01 .yellow_button {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 1rem;
    width: 50.4%;
    max-width: unset;
    margin: 30px auto 0;
    line-height: 67px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
  }
  .main .contents-sec02__item01 .yellow_button:after {
    width: 20px;
    height: 20px;
    margin: 0 0 0 11px;
  }
  .main .contents-sec02__item01 .sec02_tags {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 19px 0 0;
  }
  .main .contents-sec02__item01 .sec02_tags .hashtag_list {
    width: 50.4%;
    max-width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .main .contents-sec02__item01 .sec02_tags .hashtag_link {
    font-size: 1.125rem;
    color: #999;
  }
  .main .contents-sec02__item02 {
    width: 100%;
    padding: 25px 20px 20px;
    background: #333;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_wrapper {
    border-bottom: none;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_item {
    font-size: 1.25rem;
    width: 26.6%;
    padding: 25px 0 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .main .contents-sec02__item02 .search-cont__tab .tab_item:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_inner {
    justify-content: space-between;
    padding: 43px 10px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item {
    width: calc(50% - 5px);
    height: auto;
    margin: 0 0 37px;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item .image {
    position: relative;
    height: 263px;
    overflow: hidden;
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main .contents-sec02__item02 .search-cont__body .panel_item .panel_text {
    color: #000;
    font-size: 1.125rem;
  }
}

.main .contents-sec03 {
  position: relative;
  background-color: #ffdc53;
}
.main .contents-sec03__inner {
  max-width: 1365px;
  margin: 0 auto;
  padding: 110px 5.8%;
}
.main .contents-sec03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.main .contents-sec03__item:not(:first-child) {
  margin-top: 45px;
}
.main .contents-sec03__textarea {
  width: 40%;
}
.main .contents-sec03__textarea .sec03-ttl {
  width: 92%;
  max-width: 380px;
  padding-bottom: 10px;
  border-bottom: #000 solid 4px;
}
.main .contents-sec03__textarea .sec03-ttl img {
  width: 100%;
  height: auto;
  max-width: 268px;
}
.main .contents-sec03__message {
  width: 98%;
  margin-top: 50px;
}
.main .contents-sec03__imgarea {
  width: 60%;
  position: relative;
}
.main .contents-sec03__imgarea .slideimg {
  height: 374px;
}
.main .contents-sec03__imgarea .slideimg li {
  width: 100%;
  /* 画像の横幅 */
  height: auto;
  /* 画像の縦幅 */
}
.main .contents-sec03__imgarea .slideimg li .slider_image_inner {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.main .contents-sec03__imgarea .slideimg li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .contents-sec03__imgarea .caption {
  margin-top: 10px;
  font-size: 0.875rem;
}
.main .contents-sec03__imgarea .flex-control-thumbs {
  display: block;
  cursor: pointer;
  text-align: right;
  min-height: 25px;
}
.main .contents-sec03__imgarea .flex-control-thumbs li {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 46px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .contents-sec03__imgarea .flex-control-thumbs li.flex-active {
  border: 5px solid #FFF;
}
.main .contents-sec03__imgarea .flex-control-thumbs li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .contents-sec03__imgarea .flex-control-thumbs li:checked {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .contents-sec03 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .contents-sec03__inner {
    padding: 72px 10px;
  }
  .main .contents-sec03__item {
    display: block;
  }
  .main .contents-sec03__item:not(:first-child) {
    margin: 60px 0 0;
  }
  .main .contents-sec03__textarea {
    width: 100%;
  }
  .main .contents-sec03__textarea .sec03-ttl {
    width: 54.6%;
    max-width: unset;
    padding-bottom: 0;
    border-bottom: none;
  }
  .main .contents-sec03__textarea .sec03-ttl img {
    max-width: unset;
  }
  .main .contents-sec03__message {
    font-size: 2.1875rem;
    width: 100%;
    margin: 25px 0 0;
  }
  .main .contents-sec03__message br {
    display: none;
  }
  .main .contents-sec03__imgarea {
    width: 100%;
    margin: 20px 0 0;
  }
  .main .contents-sec03__imgarea .slideimg {
    height: 318px;
  }
  .main .contents-sec03__imgarea .slideimg li .slider_image_inner {
    height: 267px;
  }
  .main .contents-sec03__imgarea .caption {
    font-size: 0.75rem;
    margin: 15px 0 0;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs {
    margin: 16px 0 0;
    text-align: center;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li {
    width: 8px;
    height: 8px;
    margin: 0 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li.flex-active {
    width: 18px;
    height: 18px;
    border: 3px solid #666;
    background: none;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main .contents-sec03__inner {
    max-width: 1365px;
    margin: 0 auto;
    padding: 135px 30px 85px;
  }
  .main .contents-sec03__item:not(:first-child) {
    margin-top: 45px;
  }
  .main .contents-sec03__textarea {
    width: 27.9%;
  }
  .main .contents-sec03__textarea .sec03-ttl {
    width: 100%;
    max-width: unset;
    padding: 0;
    border-bottom: none;
  }
  .main .contents-sec03__textarea .sec03-ttl img {
    max-width: unset;
  }
  .main .contents-sec03__message {
    font-size: 2.25rem;
    width: 100%;
    margin-top: 63px;
  }
  .main .contents-sec03__imgarea {
    width: calc(100% - 27.9% - 25px);
  }
  .main .contents-sec03__imgarea .slideimg {
    height: 432px;
  }
  .main .contents-sec03__imgarea .slideimg li .slider_image_inner {
    height: 374px;
  }
  .main .contents-sec03__imgarea .caption {
    font-size: 1rem;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs {
    margin: 0;
    text-align: center;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li {
    width: 13px;
    height: 13px;
    margin: 0 22px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid transparent;
    border-radius: 50%;
    background: #666;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li.flex-active {
    width: 25px;
    height: 25px;
    border: 3px solid #666;
    background: none;
  }
  .main .contents-sec03__imgarea .flex-control-thumbs li img {
    display: none;
  }
}

/*--------------------------------------------------------------
  3.footer
-------------------------------------------------------------- */
.footer {
  position: relative;
  background-color: #ffdc53;
}
.footer .footer-sec01 {
  width: 100%;
  background: url("../images/top/bg_footer-sec01_pc.png") no-repeat top center;
  background-size: cover;
}
.footer .footer-sec01__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
  padding: 50px 0 70px;
}
.footer .footer-sec01__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 84px;
  grid-template-rows: auto auto 84px;
  -ms-grid-columns: 39.5% 1fr;
  grid-template-columns: 39.5% 1fr;
  /*margin: 0 80px;*/
}
.footer .footer-sec01__heading {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  font-size: 2.625rem;
  color: #fff;
  padding-right: 20px;
}
.footer .footer-sec01__heading span {
  display: block;
}
.footer .footer-sec01__heading span.textJA {
  font-size: 2.25rem;
}
.footer .footer-sec01 .getstarted {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding-right: 60px;
}
.footer .footer-sec01 .getstarted a {
  font-size: 1.5rem;
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  box-sizing: border-box;
  box-shadow: 4px 6px #715610;
  border: 1px solid #ffcb00;
  background-color: #ffcb00;
}

.footer .footer-sec01 .getstarted a span {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.8;
}
.footer .footer-sec01 .showmap {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  width: 100%;
  padding: 0 0 16px;
  text-align: center;
  border-bottom: #fff solid 1px;
}
.footer .footer-sec01 .footer-sec01-mapimg {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer .footer-sec01 .footer-sec01-mapimg li {
  width: 30%;
  box-sizing: border-box;
}
.footer .footer-sec01 .footer-sec01-mapimg li img {
  max-width: 224px;
  width: 100%;
}
.footer .footer-sec01 .footer-sec01-mapimg li.sec01-mapimg_01 img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-sec01 {
    background: url("../images/top/bg_footer-sec01_sp.png") no-repeat top center;
  }
  .footer .footer-sec01 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-sec01__inner {
    padding: 50px 0;
  }
  .footer .footer-sec01__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin: 0;
  }
  .footer .footer-sec01__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 1.875rem;
    line-height: 1.4;
    width: 76.9%;
    margin: 0 auto 34px;
  }
  .footer .footer-sec01__heading span.textJA {
    font-size: 1.75rem;
  }
  .footer .footer-sec01 .getstarted {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 1.25rem;
    line-height: 1.25;
    display: block;
    width: 71.2%;
    padding: 20px 0 13px;
    margin: 0 auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .footer .footer-sec01 .getstarted span {
    font-size: 0.9375rem;
    display: block;
  }
  .footer .footer-sec01 .showmap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 0.75rem;
    padding: 0 0 16px;
    border-bottom: none;
  }
  .footer .footer-sec01 .footer-sec01-mapimg {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    justify-content: center;
    margin: 0 0 24px;
  }
  .footer .footer-sec01 .footer-sec01-mapimg li {
    position: relative;
    width: 71.6%;
  }
  .footer .footer-sec01 .footer-sec01-mapimg li img {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-sec01__inner {
    padding: 74px 30px 40px;
  }
  .footer .footer-sec01__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -ms-grid-columns: 38.5% 1fr;
    grid-template-columns: 38.5% 1fr;
    margin: 0;
  }
  .footer .footer-sec01__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .footer .footer-sec01 .getstarted {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 0.9375rem;
    width: 100%;
    height: 53px;
    margin: 30px 0 0;
    padding-right: 0;
    line-height: 53px;
  }
  .footer .footer-sec01 .getstarted a {
    height: 53px;
    line-height: 53px;
  }
  .footer .footer-sec01 .getstarted span {
    font-size: 0.6875rem;
    display: inline-block;
    line-height: 1.8;
  }
  .footer .footer-sec01 .showmap {
    font-size: 0.75rem;
    width: 100%;
    padding: 0 0 10px 11.2%;
    border-bottom: unset;
  }
  .footer .footer-sec01 .footer-sec01-mapimg {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 0 0 0 11.2%;
    margin: 0;
  }
  .footer .footer-sec01 .footer-sec01-mapimg li {
    width: calc(50% - 8px);
  }
  .footer .footer-sec01 .footer-sec01-mapimg li img {
    max-width: unset;
  }
  .footer .footer-sec01 .footer-sec01-mapimg li.sec01-mapimg_01 img {
    height: auto;
  }
  .footer .footer-sec01 .footer-sec01-mapimg li:last-child {
    display: none;
  }
}

.footer .footer-sec02 {
  background-color: #ffdc53;
}
.footer .footer-sec02__inner {
  width: 100%;
  max-width: 1169px;
  padding: 130px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-sec02__item {
  overflow: hidden;
}
.footer .footer-sec02__item .footer-sec02-message {
  text-align: center;
  margin-bottom: 22px;
}
.footer .footer-sec02__item .footer-sec02-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -14px;
}
.footer .footer-sec02__item .footer-sec02-imglist li {
  margin: 0 28px 28px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.footer .footer-sec02__item .footer-sec02-imglist li:nth-child(7n+7) {
  margin-right: 0;
}
.footer .footer-sec02__item .footer-sec02-imglist li a {
  width: calc(100% / 7 - 28px);
}
.footer .footer-sec02__item .footer-sec02-imglist li.animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer .footer-sec02__item .footer-sec02-imglist li.animation:nth-child(15) {
  display: none;
}
.footer .footer-sec02__item .footer-sec02-imglist li a {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  width: 143px;
  height: 143px;
  background-color: #ccc;
}
.footer .footer-sec02__item .footer-sec02-imglist li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 151%;
  max-height: 151%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-sec02 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-sec02__inner {
    padding: 75px 5px 25px;
  }
  .footer .footer-sec02__item .footer-sec02-message {
    font-size: 2.25rem;
    margin: 0 0 22px;
  }
  .footer .footer-sec02__item .footer-sec02-imglist {
    margin: 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li:nth-child(7n+7) {
    margin-right: 10px;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li:nth-child(3n+3) {
    margin-right: 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li.animation:nth-child(13),
  .footer .footer-sec02__item .footer-sec02-imglist li.animation:nth-child(14),
  .footer .footer-sec02__item .footer-sec02-imglist li.animation:nth-child(15) {
    display: none;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li a {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li img {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-sec02 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-sec02__inner {
    padding: 130px 25px 120px;
  }
  .footer .footer-sec02__item .footer-sec02-message {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
  .footer .footer-sec02__item .footer-sec02-imglist {
    margin: 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li {
    width: calc(100% / 5 - 10px);
    margin: 0 10px 10px 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li:nth-child(7n+7) {
    margin-right: 10px;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li:nth-child(5n+5) {
    margin-right: 0;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li a {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
  .footer .footer-sec02__item .footer-sec02-imglist li a img {
    max-width: 151%;
    max-height: 151%;
    height: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1212px) {
  .footer .footer-sec02__item .footer-sec02-imglist li:not(:nth-child(7n+7)) {
    margin-right: 10px;
  }
}

.footer {
  background-color: #ffdc53;
}
.footer .footer-sec03 {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.footer .footer-sec03__item {
  margin: 0 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.footer .footer-sec03__itemL {
  width: 74%;
  display: flex;
}
.footer .footer-sec03__itemL-l, .footer .footer-sec03__itemL-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-sec03__itemL p {
  width: 35%;
  margin-right: 90px;
}
.footer .footer-sec03__logo {
  width: 20%;
  margin-right: 30px;
}
.footer .footer-sec03__logo img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.footer .footer-sec03__menu {
  /*height: 70px;*/
  border-left: #666 solid 1px;
  padding-left: 20px;
  margin-right: 70px;
}
.footer .footer-sec03__menu_link {
  font-size: 0.875rem;
  display: block;
}
.footer .footer-sec03__itemR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-sec03__itemR .findus {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}
.footer .footer-sec03__itemR .icon_img {
  display: flex;
}
.footer .footer-sec03__itemR .icon_img .icon_img24,
.footer .footer-sec03__itemR .icon_img .icon_img27 {
  margin-left: 30px;
}
.footer .footer-sec03__itemR .icon_img .icon_img24 img {
  width: 24px;
  height: auto;
}
.footer .footer-sec03__itemR .icon_img .icon_img27 img {
  width: 27px;
  height: auto;
}
.footer .footer-sec03 .copyright {
  font-size: 0.75rem;
  /*font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  padding: 30px 80px;
}
@media screen and (max-width: 767px) {
  .footer .footer-sec03 {
    padding: 0 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-sec03 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-sec03__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .footer .footer-sec03__itemL {
    width: 100%;
    margin: 0 0 38px;
  }
  .footer .footer-sec03__itemL-l, .footer .footer-sec03__itemL-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-sec03__itemL p {
    width: 42.6%;
    margin-right: 0;
  }
  .footer .footer-sec03__itemL p img {
    width: 100%;
    height: auto;
  }
  .footer .footer-sec03__logo {
    width: 21.6%;
    margin: 0 30px 0 0;
  }
  .footer .footer-sec03__logo img {
    max-width: unset;
  }
  .footer .footer-sec03__itemR {
    display: block;
  }
  .footer .footer-sec03__itemR .findus {
    font-size: 0.75rem;
    margin: 0 0 18px;
    text-align: center;
  }
  .footer .footer-sec03__itemR .icon_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 100px;
  }
  .footer .footer-sec03__itemR .icon_img .icon_img24,
.footer .footer-sec03__itemR .icon_img .icon_img27 {
    margin: 0 10px;
  }
  .footer .footer-sec03__itemR .icon_img .icon_img24 img {
    width: 31px;
  }
  .footer .footer-sec03__itemR .icon_img .icon_img27 img {
    width: 33px;
  }
  .footer .footer-sec03 .copyright {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-sec03 {
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
  }
  .footer .footer-sec03__item {
    padding: 0 30px;
    margin: 0;
  }
  .footer .footer-sec03__itemL {
    width: 35.3%;
    display: block;
  }
  .footer .footer-sec03__itemL-l, .footer .footer-sec03__itemL-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-sec03__itemL-l {
    margin: 0 0 15px;
  }
  .footer .footer-sec03__itemL p {
    width: calc(72% - 10px);
    margin: 0;
  }
  .footer .footer-sec03__logo {
    width: 28%;
    margin-right: 10px;
  }
  .footer .footer-sec03__logo img {
    max-width: unset;
  }
  .footer .footer-sec03__menu {
    padding-left: 20px;
    margin-right: 50px;
  }
  .footer .footer-sec03__menu:last-child {
    margin: 0;
  }
  .footer .footer-sec03__menu_link {
    font-size: 0.875rem;
    display: block;
  }
  .footer .footer-sec03__itemR .findus {
    font-size: 0.875rem;
  }
  .footer .footer-sec03__itemR .icon_img .icon_img24 img {
    width: 22px;
  }
  .footer .footer-sec03__itemR .icon_img .icon_img27 img {
    width: 24px;
  }
  .footer .footer-sec03 .copyright {
    padding: 14px 30px 30px;
  }
}

/*--------------------------------------------------------------
  pagetop button
-------------------------------------------------------------- */
.pagetopBtn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 10;
}
.pagetopBtn a {
  display: block;
  width: 30px;
  height: auto;
  padding: 0;
  position: relative;
}
.pagetopBtn a span {
  /*font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.75rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: 12px;
  height: 54px;
  margin: 0 auto;
}
.pagetopBtn:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url("../images/top/icon_page_top.png");
  background-size: contain;
  vertical-align: top;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pagetopBtn {
    right: 15px;
    bottom: 40px;
  }
  .pagetopBtn:before {
    width: 33px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pagetopBtn {
    right: 30px;
    bottom: 95px;
  }
}

.ani-flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes img-wrap {
  0% {
    clip-path: inset(50% 50% 50% 50%);
    -webkit-clip-path: inset(50% 50% 50% 50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

/*# sourceMappingURL=style.css.map */
