@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/*

font-family: fot-udkakugo-large-pr6n, sans-serif;
font-weight: 500;
font-style: normal;

FOT-UDKakugo_Large Pr6N DB

font-family: fot-udkakugo-large-pr6n, sans-serif;
font-weight: 600;
font-style: normal;

*/
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* slick エラー対策 / */
* {
  min-height: 0;
  min-width: 0;
}

/* / slick エラー対策 */
#youtube_ctn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube_ctn iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

h1 {
  opacity: 0.4;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  #top00-02 .jms_link {
    text-align: center;
    padding: 50px 20px 20px 20px;
    text-align: center;
  }
  #top00-02 .jms_link .video_ctn {
    margin-bottom: 20px;
  }
  #top00-02 .jms_link video {
    width: 80%;
    max-width: 1000px;
  }
  #top00-02 .jms_link .img_not_video {
    width: 80%;
    max-width: 1000px;
  }
  #top00-02 .jms_link .img_not_video img {
    width: 90%;
    max-width: 1000px;
  }
  #top00-02 .jms_link a {
    display: block;
  }
  #top00-02 .jms_link:hover .jms_button {
    background-color: #e50012;
    color: #fff;
    transition: 0.5s;
  }
  #top00-02 .jms_button {
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 10px 25px;
    margin: 20px auto 50px auto;
    border: 2px solid #e50012;
    background-color: #f0f0f0;
    border-radius: 20px;
  }
  #top00-02 .top00_text {
    margin: 20px;
    padding: 15px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0) 100%);
  }
  #top00-02 a {
    min-width: 80%;
  }
  #top00-02 .lead {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
  }
  #top00-02 .date {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
  }
  #top00-02 .place {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
  }
  #top00-02 .button {
    text-align: center;
    margin-top: 20px;
  }
  #top00-02 .button.disable a {
    pointer-events: none;
    color: #666;
    background-color: #aaa;
  }
  #top00-02 .button a {
    display: inline-block;
    padding: 8px 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background-color: #cccccc;
    border: 1px solid #4d4d4d;
    text-decoration: none;
    color: #333;
    border-radius: 30px;
  }
  #top00-02 .button a:hover {
    background-color: #fff;
    transition: 0.5s;
  }

  .column-2 {
    padding: 0 5%;
  }
  .column-2 > div {
    background-color: #efefef;
    border: 1px solid #1a769e;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .column-2 > div h3 {
    background-color: #1a769e;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .column-2 > div .text {
    margin-top: 8px;
  }

  #top01 {
    font-size: 1.6vw;
    position: relative;
    z-index: 99999999;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.865);
    bottom: 0;
    padding: 10px;
    width: 100%;
  }
  #top01 h2 {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 1.6em;
  }
  #top01 p {
    line-height: 1.4em;
    font-size: 10px;
  }
  #top01 > ul {
    display: flex;
  }
  #top01 > ul > li {
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    flex: 1;
  }
  #top01 > ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top01 > ul > li > a h3 {
    width: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top01 > ul > li > a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 2em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 12px;
    opacity: 1;
  }
  #top01 > ul > li > a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top01 > ul > li:hover a span {
    transition: 1s;
    right: 0;
    opacity: 1;
  }
  #top01 > ul #photo_gallery {
    flex-grow: 1;
    background-image: url(/images/top_photogallery.jpg);
  }
  #top01 > ul #photo_gallery:hover {
    transition: 0.5s;
  }
  #top01 > ul #photo_gallery:hover div {
    transition: 1s;
    left: 10px;
    opacity: 1;
  }
  #top01 > ul #photo_gallery a {
    text-decoration: none !important;
  }
  #top01 > ul #photo_gallery a div {
    display: none;
  }
  #top01 > ul #past_show {
    display: none;
  }
  #top01 > ul #past_show ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #top01 > ul #past_show ul li {
    position: relative;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #e1e1e1;
  }
  #top01 > ul #past_show ul li:hover {
    background-size: 105%;
    transition: 0.5s;
  }
  #top01 > ul #past_show ul li h3 {
    background-color: #999999;
    display: inline-block;
    text-decoration: none;
    font-size: 77%;
    color: #fff;
    padding: 0.1em 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  #top01 > ul #past_show ul li:nth-child(1) {
    border-top: none;
  }
  #top01 > ul #past_show ul li.tms2019 {
    height: 50%;
    background-image: url(/images/top01_2019.jpg);
  }
  #top01 > ul #past_show ul li.tms2017 {
    overflow: hidden;
    height: 25%;
    background-image: url(/images/top01_2017.jpg);
  }
  #top01 > ul #past_show ul li.tms2017 h3 {
    display: none;
  }
  #top01 > ul #past_show ul li.tms2015 {
    height: 25%;
    background-image: url(/images/top01_2015.jpg);
  }

  #sns_buttons_contents ul {
    display: flex;
  }
  #sns_buttons_contents ul li {
    width: 33.3%;
    padding: 1%;
  }
  #sns_buttons_contents ul li a {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
    text-decoration: none;
    color: #333;
    font-size: 10px;
  }
  #sns_buttons_contents ul li a:hover {
    background-color: #e1e1e1;
    transition: 0.5s;
  }
  #sns_buttons_contents ul li a img {
    width: 2em;
    margin-right: 1em;
  }

  #top02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top02 ul li {
    background-size: cover;
    position: relative;
    background-position: center center;
    border: 5px solid #fff;
  }
  #top02 ul li a {
    display: block;
    height: 100%;
    position: relative;
  }
  #top02 ul li a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 0.5em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 8px;
    opacity: 1;
  }
  #top02 ul li a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top02 ul li h3 {
    position: absolute;
  }
  #top02 ul li.tms2019 {
    height: 20vh;
    flex-basis: 100%;
    max-width: 100%;
    background-image: url(/images/top_2019.jpg);
  }
  #top02 ul li.tms2019 h3 {
    display: block;
    width: 100px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2019 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2017 {
    height: 20vh;
    flex-basis: 50%;
    max-width: 50%;
  }
  #top02 ul li.tms2017 h3 {
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2017 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2015 {
    height: 20vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2015.jpg);
  }
  #top02 ul li.tms2015 h3 {
    display: block;
    width: 90%;
    left: 5%;
    bottom: 15%;
  }
  #top02 ul li.tms2015 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2013 {
    height: 20vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2013.jpg);
  }
  #top02 ul li.tms2013 h3 {
    display: block;
    width: 75px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2013 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2011 {
    height: 20vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2011.jpg);
  }
  #top02 ul li.tms2011 h3 {
    display: block;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #top02 ul li.tms2011 h3 img {
    width: 100%;
  }

  #top03 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #top03 ul li {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: 22.65%;
    transition: 1s;
    flex: 1;
    border: 5px solid #fff;
  }
  #top03 ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top03 ul li a h3 {
    position: absolute;
    opacity: 0;
  }
  #top03 ul li a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 0.5em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 8px;
    opacity: 1;
  }
  #top03 ul li a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top03 ul li:nth-child(1) {
    background-image: url(/images/press_release_img.jpg);
  }
  #top03 ul li:nth-child(2) {
    background-image: url(/images/history_img.jpg);
    background-position: left center;
  }
  #top03 ul li:nth-child(3) {
    background-image: url(/images/guidebook_img.jpg);
  }
  #top03 ul li:hover {
    transition: 1s;
  }

  #sns_contents {
    margin: 2em 0;
  }
  #sns_contents #sns_contents_list {
    background-color: #fff;
    width: 98%;
    margin: 0 auto;
  }
  #sns_contents #sns_contents_list li {
    margin: 40px 2.5%;
    border: 1px solid #eee;
  }
  #sns_contents #sns_contents_list li h2 {
    text-align: center;
  }
  #sns_contents #sns_contents_list li h2 i {
    font-size: 246.2%;
    background-color: #fff;
    padding: 10px;
    margin-top: -30px;
    color: #aaa;
  }
  #sns_contents #sns_contents_list li #instagram_ctn {
    position: relative;
    width: 100%;
    padding-top: 150%;
  }
  #sns_contents #sns_contents_list li #instagram_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* common class / */
  .sp_none {
    display: none;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  #top00-02 {
    padding: 30px 0 100px 0;
    color: #036;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  #top00-02 .video_ctn {
    margin-bottom: 50px;
  }
  #top00-02 .jms_link {
    padding: 50px;
    text-align: center;
  }
  #top00-02 .jms_link video {
    width: 80%;
    max-width: 1000px;
  }
  #top00-02 .jms_link .img_not_video {
    width: 80%;
    max-width: 1000px;
  }
  #top00-02 .jms_link h2 img {
    width: 80%;
    max-width: 1000px;
  }
  #top00-02 .jms_link a {
    display: block;
  }
  #top00-02 .jms_link:hover .jms_button {
    background-color: #e50012;
    color: #fff;
    transition: 0.5s;
  }
  #top00-02 .jms_button {
    text-decoration: none;
    font-size: 1.6rem;
    display: inline-block;
    padding: 20px 50px;
    margin: 20px auto 50px auto;
    border: 2px solid #e50012;
    background-color: #f0f0f0;
    border-radius: 20px;
  }
  #top00-02 .jms_button:hover {
    background-color: #e50012;
    color: #fff;
    transition: 0.5s;
  }
  #top00-02 .top00_text {
    margin: 50px;
    padding: 30px 5vw;
    display: inline-block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0) 100%);
  }
  #top00-02 .lead {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.6rem;
  }
  #top00-02 .date {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
  }
  #top00-02 .place {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
  }
  #top00-02 .button {
    text-align: center;
    margin-top: 20px;
  }
  #top00-02 .button.disable a {
    pointer-events: none;
    color: #666;
    background-color: #aaa;
  }
  #top00-02 .button a {
    display: inline-block;
    padding: 8px 50px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background-color: #cccccc;
    border: 1px solid #4d4d4d;
    text-decoration: none;
    color: #333;
    border-radius: 30px;
  }
  #top00-02 .button a:hover {
    background-color: #fff;
    transition: 0.5s;
  }

  .column-2 {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
  }
  .column-2 > div {
    width: 48%;
    background-color: #efefef;
    border: 1px solid #1a769e;
    padding-bottom: 25px;
    text-align: center;
  }
  .column-2 > div a {
    width: 80%;
  }
  .column-2 > div h3 {
    background-color: #1a769e;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .column-2 > div .text {
    margin-top: 8px;
  }

  #top01 {
    font-size: 1.6vw;
    position: relative;
  }
  #top01 #announce {
    position: absolute;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.865);
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
  #top01 #announce h2 {
    font-weight: bold;
    font-size: 1.4vw;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  #top01 #announce p {
    line-height: 1.6em;
    font-size: 1.1vw !important;
  }
  #top01 > ul {
    display: flex;
  }
  #top01 > ul > li {
    position: relative;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    flex: 1;
  }
  #top01 > ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top01 > ul > li > a h3 {
    width: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top01 > ul > li > a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 2em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 200px;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    opacity: 0;
  }
  #top01 > ul > li > a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top01 > ul > li:hover a span {
    transition: 1s;
    right: 0;
    opacity: 1;
  }
  #top01 > ul #photo_gallery {
    flex-grow: 3;
  }
  #top01 > ul #photo_gallery:hover {
    transition: 0.5s;
  }
  #top01 > ul #photo_gallery:hover div {
    transition: 1s;
    left: 10px;
    opacity: 1;
  }
  #top01 > ul #photo_gallery a {
    text-decoration: none !important;
  }
  #top01 > ul #photo_gallery a div {
    position: absolute;
    top: 10px;
    left: 50px;
    font-size: 93%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 1em;
    line-height: 1.4;
    opacity: 0;
  }
  #top01 > ul #past_show {
    flex-grow: 1;
  }
  #top01 > ul #past_show ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #top01 > ul #past_show ul li {
    position: relative;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #e1e1e1;
  }
  #top01 > ul #past_show ul li:hover {
    background-size: 105%;
    transition: 0.5s;
  }
  #top01 > ul #past_show ul li h3 {
    background-color: #999999;
    display: inline-block;
    text-decoration: none;
    font-size: 77%;
    color: #fff;
    padding: 0.1em 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  #top01 > ul #past_show ul li:nth-child(1) {
    border-top: none;
  }
  #top01 > ul #past_show ul li.tms2019 {
    height: 50%;
    background-image: url(/images/top01_2019.jpg);
  }
  #top01 > ul #past_show ul li.tms2017 {
    height: 25%;
    background-image: url(/images/top01_2017.jpg);
  }
  #top01 > ul #past_show ul li.tms2015 {
    height: 25%;
    background-image: url(/images/top01_2015.jpg);
  }

  #sns_buttons_contents ul {
    display: flex;
  }
  #sns_buttons_contents ul li {
    width: 33.3%;
    padding: 1%;
  }
  #sns_buttons_contents ul li a {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
    text-decoration: none;
    color: #333;
  }
  #sns_buttons_contents ul li a:hover {
    background-color: #e1e1e1;
    transition: 0.5s;
  }
  #sns_buttons_contents ul li a img {
    width: 2em;
    margin-right: 1em;
  }

  #top02 {
    font-size: 1.3vw;
    height: 100vh;
  }
  #top02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top02 ul li {
    background-size: cover;
    position: relative;
    background-position: center center;
    border: 15px solid #fff;
  }
  #top02 ul li a {
    display: block;
    height: 100%;
    position: relative;
  }
  #top02 ul li a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 2em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 200px;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    opacity: 0;
  }
  #top02 ul li a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top02 ul li:hover a span {
    transition: 1s;
    right: 0;
    opacity: 1;
  }
  #top02 ul li h3 {
    position: absolute;
  }
  #top02 ul li.tms2019 {
    height: 33.333vh;
    flex-basis: 100%;
    max-width: 100%;
    background-image: url(/images/top_2019.jpg);
  }
  #top02 ul li.tms2019 h3 {
    display: block;
    width: 20vh;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2019 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2017 {
    height: 33.333vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2017.jpg);
  }
  #top02 ul li.tms2017 h3 {
    display: none;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2017 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2015 {
    height: 33.333vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2015.jpg);
  }
  #top02 ul li.tms2015 h3 {
    display: block;
    width: 90%;
    left: 5%;
    bottom: 15%;
  }
  #top02 ul li.tms2015 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2013 {
    height: 33.333vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2013.jpg);
  }
  #top02 ul li.tms2013 h3 {
    display: block;
    width: 20vh;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  #top02 ul li.tms2013 h3 img {
    width: 100%;
  }
  #top02 ul li.tms2011 {
    height: 33.333vh;
    flex-basis: 50%;
    max-width: 50%;
    background-image: url(/images/top_2011.jpg);
  }
  #top02 ul li.tms2011 h3 {
    display: block;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #top02 ul li.tms2011 h3 img {
    width: 100%;
  }

  #top03 {
    font-size: 1.3vw;
    margin-top: 45px;
  }
  #top03 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top03 ul li {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: 22.65%;
    transition: 1s;
    flex: 1;
    border: 15px solid #fff;
  }
  #top03 ul li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top03 ul li a h3 {
    position: absolute;
    opacity: 0;
  }
  #top03 ul li a span {
    background-color: #009337;
    color: #fff;
    padding: 0.3em 2em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 200px;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    opacity: 0;
  }
  #top03 ul li a span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-left: 0.5em;
    font-weight: 900;
  }
  #top03 ul li:hover a h3 {
    transition: 1s;
    opacity: 0.7;
    width: 100%;
  }
  #top03 ul li:hover a h3 img {
    width: 100%;
  }
  #top03 ul li:hover a span {
    transition: 1s;
    right: 0;
    opacity: 1;
  }
  #top03 ul li:nth-child(1) {
    background-image: url(/images/press_release_img.jpg);
  }
  #top03 ul li:nth-child(2) {
    background-image: url(/images/history_img.jpg);
    background-position: left center;
  }
  #top03 ul li:nth-child(3) {
    background-image: url(/images/guidebook_img.jpg);
  }
  #top03 ul li:hover {
    transition: 1s;
  }

  #sns_contents {
    margin: 2em 0;
  }
  #sns_contents #sns_contents_list {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #sns_contents #sns_contents_list li {
    flex-basis: 33.333%;
    margin: 0.5%;
    border: 1px solid #eee;
  }
  #sns_contents #sns_contents_list li h2 {
    text-align: center;
  }
  #sns_contents #sns_contents_list li h2 i {
    font-size: 246.2%;
    background-color: #fff;
    padding: 10px;
    margin-top: -30px;
    color: #aaa;
  }
  #sns_contents #sns_contents_list li #instagram_ctn {
    position: relative;
    width: 100%;
    padding-top: 150%;
  }
  #sns_contents #sns_contents_list li #instagram_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */

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