@charset "UTF-8";
/* _setting CSS */
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents {
    /*
    	#sec4 {
    		position: relative;
    		min-width: 1100px;
    		height: 870px;
    		background: #82d2dc url(../images_21/index/sec4_img1.png) no-repeat center top / 1542px;
    		.inner {
    			position: relative;
    			width: 1200px;
    			height: 100%;
    			margin: 0 auto;
    		}
    		.hd_wrap {
    			position: absolute;
    			top: -30px;
    			left: 50%;
    			width: 340px;
    			height: 340px;
    			margin: 0 0 0 190px;
    			padding: 90px 0 0;
    			border-radius: 100%;
    			background: #fcee21;
    			transform: rotate(10deg);
    			h2 {
    				line-height: 1.2;
    				margin: 0 0 25px;
    				font-size: 4.1rem;
    				font-family: 'Hammersmith One', 'Noto Sans JP';
    				text-align: center;
    				letter-spacing: 0.15em;
    				span {
    					display: block;
    					font-size: 2.4rem;
    					text-align: center;
    				}
    			}
    			p {
    				font-weight: bold;
    				text-align: center;
    			}
    		}
    		ul {
    			li {
    				position: absolute;
    				top: 161px;
    				left: 429px;
    				line-height: 1.4;
    				a {
    					&:hover {
    						opacity: 0.8;
    						img {
    							opacity: 1;
    						}
    					}
    				}
    				.bal {
    					position: absolute;
    					bottom: 115px;
    					left: -144px;
    					max-width: inherit;
    				}
    			}
    			.link_text {
    				a {
    					display: flex;
    					justify-content: center;
    					align-items: center;
    					position: relative;
    					padding: 7px 15px 9px;
    					border-radius: 100px;
    					background: #fff;
    					font-size: 1.4rem;
    					font-weight: bold;
    					&:before {
    						@include ab(6px, #212121, 2px);
    						margin: 0 8px 0 0;
    					}
    					img {
    						position: absolute;
    						bottom: 31px;
    						left: 50%;
    						transform: translateX(-50%);
    					}
    				}
    			}
    			.link_icon {
    				a {
    					display: flex;
    					justify-content: center;
    					align-items: center;
    					position: relative;
    					width: 68px;
    					height: 68px;
    					border-radius: 100%;
    					background: #fff;
    					font-weight: bold;
    					&:after {
    						content: url(../images_21/common/icon_t1.svg);
    						position: absolute;
    						bottom: -14px;
    						left: 50%;
    						transform: translateX(-50%);
    					}
    				}
    			}
    			.link1 {
    				span {
    					position: absolute;
    					top: -117px;
    					left: 42px;
    					width: 120px;
    					height: 120px;
    					padding: 22px 0;
    					border-radius: 100%;
    					background: #212121;
    					color: #fff;
    					font-size: 1.7rem;
    					font-weight: bold;
    					text-align: center;
    					&:before {
    						content: '';
    						position: absolute;
    						bottom: 22px;
    						left: 50%;
    						width: 18px;
    						height: 18px;
    						border-radius: 100%;
    						background: #fff;
    						transform: translateX(-50%);
    					}
    					&:after {
    						@include ab(7px, #212121, 2px);
    						position: absolute;
    						bottom: 27px;
    						left: 50%;
    						margin: 0 0 0 -5px;
    					}
    				}
    				a {
    					&:before {
    						content: '';
    						position: absolute;
    						top: -28px;
    						left: 45px;
    						width: 0;
    						height: 0;
    						border-style: solid;
    						border-width: 24px 14px 0 14px;
    						border-color: #212121 transparent transparent transparent;
    						transform: rotate(45deg);
    					}
    				}
    			}
    			.link2 {
    				top: 98px;
    				left: 632px;
    			}
    			.link3 {
    				top: 213px;
    				left: 586px;
    			}
    			.link4 {
    				top: 324px;
    				left: 209px;
    			}
    			.link5 {
    				top: 216px;
    				left: 378px;
    			}
    			.link6 {
    				top: 267px;
    				left: 442px;
    			}
    			.link7 {
    				top: 358px;
    				left: 417px;
    			}
    			.link8 {
    				top: 321px;
    				left: 572px;
    			}
    			.link9 {
    				top: 496px;
    				left: 314px;
    			}
    			.link10 {
    				top: 536px;
    				left: 497px;
    			}
    			.link11 {
    				top: 458px;
    				left: 624px;
    				.bal {
    					bottom: -25px;
    					left: 130px;
    				}
    			}
    			.link12 {
    				top: 608px;
    				left: 485px;
    				.bal {
    					bottom: -8px;
    					left: -289px;
    				}
    				a {
    					padding: 4px 0 0;
    				}
    			}
    			.link13 {
    				top: 534px;
    				left: 633px;
    				a {
    					padding: 4px 0 0 4px;
    				}
    			}
    			.link14 {
    				top: 617px;
    				left: 705px;
    			}
    		}
    		.link_spot {
    			position: absolute;
    			bottom: 120px;
    			right: 20px;
    		}
    		.overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			z-index: 1000;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0.6);
    			opacity: 0;
    			transition: 0.5s;
    			pointer-events: none;
    			&.on {
    				opacity: 1;
    				pointer-events: auto;
    			}
    		}
    		.modal {
    			position: fixed;
    			top: 50%;
    			left: 50%;
    			z-index: 1000;
    			width: 960px;
    			padding: 50px;
    			border: 2px solid #212121;
    			border-radius: 10px;
    			background: #fff;
    			transform: translate(-50%,-50%);
    			opacity: 0;
    			transition: 0.5s;
    			pointer-events: none;
    			&.on {
    				opacity: 1;
    				pointer-events: auto;
    			}
    			.text {
    				order: 2;
    				width: 400px;
    				h3 {
    					margin: 0 0 15px;
    					font-size: 2.2rem;
    					font-weight: bold;
    				}
    				p {
    					line-height: 1.8;
    				}
    			}
    			.img {
    				width: 400px;
    			}
    			.modal_close {
    				margin: 30px 0 0;
    				text-align: center;
    				a {
    					display: inline-block;
    					position: relative;
    					min-width: 220px;
    					padding: 12px 40px;
    					border: 2px solid #212121;
    					border-radius: 1000px;
    					color: #212121 !important;
    					font-size: 1.2rem;
    					font-weight: 500;
    					&:before,
    					&:after {
    						content: '';
    						position: absolute;
    						top: 50%;
    						left: 20px;
    						width: 14px;
    						height: 2px;
    						margin: -1px 0 0;
    						background: #212121;
    						transform: rotate(45deg);
    					}
    					&:after {
    						transform: rotate(-45deg);
    					}
    					&:hover {
    						opacity: 0.65;
    					}
    				}
    			}
    		}
    	}
    */
  }

  a {
    text-decoration: none !important;
  }
  #contents * {
    margin: 0;
  }
  #contents a:hover {
    color: rgba(33, 33, 33, 0.7);
  }
  #contents ._wrap1 {
    margin: 0 auto;
    padding: 25px 50px;
    background: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 10px;
  }
  #contents section .hd {
    line-height: 1.1;
    margin: 0 0 15px;
    font-size: 4.6rem;
    font-family: 'Hammersmith One', 'Noto Sans JP';
    text-align: center;
    letter-spacing: 0.15em;
  }
  #contents section .hd b {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  #contents section .top_text {
    margin: 0 0 50px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }

  #contents section .btn a {
    width: 300px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    color: #fff;
    background: #000;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto;
    position: relative;
    border: solid 2px #000;
  }
  #contents section .btn a:hover {
    background: #fff;
    color: #000;
  }
  #contents section .btn a span {
    width: 1em;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }

  #contents section .btn a span img {
    display: block;
  }

  #contents section .btn a:hover span img {
    filter: invert();
  }
  #contents #sec1 {
    height: calc(100vh - 85px);
    overflow: hidden;
    margin-top: 85px;
    position: relative;
    background: #000;
  }

  #contents #sec1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.75;
  }
  #contents #sec1 .movie-link {
    position: absolute;
    bottom: 45px;
    right: 50px;
    z-index: 10;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    letter-spacing: 0.1em;
    align-items: center;
  }

  #contents #sec1 .movie-link span {
    display: inline-block;
    font-size: 70%;
    margin-left: 0.5em;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }

  #contents #sec1 .movie-link span:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #fff;
    font-size: 12px;
  }
  #contents #sec1 .topics {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 280px;
    font-size: 14px;
    background: #fff;
    padding: 20px 0 15px 0;
    border-radius: 10px;
    color: #0068b7;
    font-weight: 900;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
  }

  #contents #sec1 .topics span {
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    font-size: 13px;
    border: solid 2px #fff;
    white-space: nowrap;
    animation: poppin 2s infinite ease-in-out;
  }
  @keyframes poppin {
    0% {
      transform: translate(-50%, calc(-50% + 5px));
    }
    50% {
      transform: translate(-50%, calc(-50% + 0px));
    }

    100% {
      transform: translate(-50%, calc(-50% + 5px));
    }
  }

  #contents #sec1 .player {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    pointer-events: none;
  }
  #contents #sec1 .player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
  }

  #contents #sec1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 700px;
  }
  #contents #sec2 {
    margin: 0 0 50px;
    padding: 50px 0 0;
  }
  #contents #sec2 h2 {
    margin: 0 15px 5px 0;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }

  .mentenance {
    width: 700px;
    margin: 0 auto 50px !important;
    color: #f00;
    line-height: 1.4;
    border: solid 2px #ff7b7b;
    padding: 25px;
    background: #ffeded;
    border-radius: 10px;
  }

  .mentenance strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px !important;
  }

  .mentenance span {
    font-weight: bold;
    font-size: 110%;
    display: block;
    margin: 0.75em 0 !important;
  }

  .news-ttl {
    width: 20%;
  }

  .news-ttl a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
  .news-list {
    width: 80%;
  }
  #contents #sec2 li {
    padding-left: 25px;
  }
  #contents #sec2 li:not(:last-child) {
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  #contents #sec2 li a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
  }

  #contents #sec3 {
    margin: 0 0 100px;
  }
  #contents #sec3 .list {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto 50px;
  }
  #contents #sec3 .list li {
    width: calc(33.33% - 16.6px);
  }
  #contents #sec3 .list li a {
    display: block;
    font-size: 1.4rem;
  }

  #contents #sec3 .list li a figure {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #000;
  }
  #contents #sec3 .list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0 10px;
  }

  #contents #sec3 .list li a:hover img {
    transform: scale(1.07);
    opacity: 0.7;
  }
  #contents #sec3 .list li a .date {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #contents #sec3 .list li a .date .cat {
    flex-shrink: 0;
    margin: 0 8px 0 0;
    padding: 3px 6px;
    background: #fcee21;
    font-size: 1.1rem;
  }
  #contents #sec4 {
    position: relative;
    background: #f6f6f6;
    padding: 75px 0 100px;
  }
  #contents #sec4 .inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  #contents #sec4 .hd_wrap {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 340px;
    height: 340px;
    margin: 0 0 0 -600px;
    padding: 90px 0 0;
    border-radius: 100%;
    background: #fcee21;
    transform: rotate(-10deg);
  }

  #contents #sec4 ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-between;
  }

  #contents #sec4 li {
    width: calc(33.33% - 16.6px);
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
  }

  #contents #sec4 li a {
    display: block;
    position: relative;
    background: #000;
  }

  #contents #sec4 li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    width: 100%;
  }

  #contents #sec4 li a p span {
    display: block;
    font-size: 20px;
  }
  #contents #sec4 li a p img {
    width: 40px;
    opacity: 1 !important;
    mix-blend-mode: screen;
  }
  #contents #sec4 li a img:not(.movie-icon) {
    opacity: 0.7;
  }

  #contents #sec4 li a:hover img:not(.movie-icon) {
    transform: scale(1.07);
    opacity: 0.5;
  }
  #contents #sec4 .hd_wrap h2 {
    line-height: 1.2;
    margin: 0 0 25px;
    font-size: 4.1rem;
    font-family: 'Hammersmith One', 'Noto Sans JP';
    text-align: center;
    letter-spacing: 0.15em;
  }
  #contents #sec4 .hd_wrap h2 span {
    display: block;
    font-size: 2.4rem;
    text-align: center;
  }
  #contents #sec4 .hd_wrap p {
    font-weight: bold;
    text-align: center;
  }

  #contents #sec4 .link {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  #contents #sec4 .link a {
    width: 380px;
    height: 100px;
    background: #000;
    color: #fff;
    margin: 0 12.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1.4;
    font-weight: bold;

    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  #contents #sec4 .link a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    z-index: 2;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }

  #contents #sec4 .link a:nth-child(2) p {
    font-size: 22px;
  }
  #contents #sec4 .link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
  }

  #contents #sec4 .link a:hover img {
    transform: scale(1.07);
    opacity: 0.5;
  }

  #contents #sec4 .link a span {
    display: block;
    font-size: 80%;
    font-weight: bold;
  }

  .sec_slick {
    padding-bottom: 55px;
    margin-bottom: 50px !important;
  }
  .sec_slick .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 0;
    background: #bbb;
    position: absolute;
    bottom: 0px;
    transition-duration: 0.2s;
  }

  .sec_slick .slick-arrow:hover {
    opacity: 0.5;
  }
  .sec_slick .slick-prev {
    left: calc(50% - 45px);
    z-index: 2;
  }

  .sec_slick .slick-prev:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: #fff;
    font-size: 12px;
  }
  .sec_slick .slick-next {
    right: calc(50% - 45px);
  }
  .sec_slick .slick-next:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #fff;
    font-size: 12px;
  }
  #contents #sec4 .list .btn_2 {
    margin: 0 0 20px;
  }
  #contents #sec4 .list .btn_2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #contents #sec4 .list .btn_2 a .img {
    width: 90px;
  }
  #contents #sec4 .list .btn_2 a .img img {
    border-radius: 6px 0 0 6px;
  }
  #contents #sec4 .list .btn_2 a .text {
    line-height: 1.4;
    width: 90px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec4 .list .btn_2 a .text span {
    display: block;
    font-size: 2.6rem;
  }
  #contents #sec4 .list .btn_2 a:hover {
    transform: translateY(4px);
  }
  #contents #sec4 .list .btn_3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 90px;
    padding: 5px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #contents #sec4 .list .btn_3 a .img {
    margin: 0 15px 0 0;
  }
  #contents #sec4 .list .btn_3 a .text {
    line-height: 1.6;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #contents #sec4 .list .btn_3 a .text span {
    font-size: 2rem;
    font-weight: bold;
  }
  #contents #sec4 .list .btn_3 a .text .text1 {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 3px 2px 5px;
    background: #212121;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
  #contents #sec4 .list .btn_3 a .text .text2 span {
    color: #ec6300;
  }
  #contents #sec4 .list .btn_3 a .text .text2 b {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
  }
  #contents #sec4 .list .btn_3 a:hover {
    transform: translateY(4px);
  }
  #contents #sec4 .inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #contents #sec4 #svg_map {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin: 0 0 0 -50%;
  }
  #contents #sec4 #svg_map .wave {
    position: absolute;
    top: 485px;
    left: 50%;
    z-index: 2;
    transition: 1s;
    transition-delay: 1s;
  }
  #contents #sec4 #svg_map .wave:before,
  #contents #sec4 #svg_map .wave:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 228px;
    height: 228px;
    margin: 0 0 0 -465px;
    border-radius: 100%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.8) 100%
    );
    transform: scale(0);
    opacity: 0;
    animation: 2s ease 0s infinite running ripple;
    transition: 3s;
  }
  #contents #sec4 #svg_map .wave:after {
    animation-delay: 1.1s;
  }
  #contents #sec4 #svg_map svg {
    position: absolute;
    top: -936px;
    margin: 0 0 0 -854px;
    transform: scale(0.38);
    transform-origin: 466px 1590px;
    transition: 2s;
    transition-delay: 2.2s;
  }
  #contents #sec4 #svg_map svg .cls-2 {
    stroke-width: 6px;
    transition: 1s;
  }
  #contents #sec4 #svg_map .map_img1 {
    position: absolute;
    top: 290px;
    left: 50%;
    z-index: 2;
    margin: 0 0 0 -390px;
    opacity: 0;
    transition: 1.6s;
    transition-delay: 2.3s;
  }
  #contents #sec4 #svg_map .map_img2 g {
    opacity: 0;
    transition: 2s;
    transition-delay: 2s;
  }
  #contents #sec4.scf_on #svg_map svg {
    transform: scale(1);
  }
  #contents #sec4.scf_on #svg_map .wave {
    opacity: 0;
  }
  #contents #sec4.scf_on_st #svg_map .cls-2 {
    stroke-width: 1px;
  }
  #contents #sec4.scf_on_st #svg_map .map_img1 {
    opacity: 1;
  }
  #contents #sec4.scf_on_st #svg_map .map_img2 g {
    opacity: 1;
  }
  #contents #sec5 {
    position: relative;
    padding: 75px 0 100px;
  }

  #contents #sec5 .inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  #contents #sec5 .text1 {
    margin: 0 0 25px;
    text-align: center;
  }
  #contents #sec5 .text1 span {
    display: inline-block;
    border-bottom: 2px solid #212121;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #contents #sec5 .text1 span b {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #contents #sec5 .text1 span b b {
    margin: 0 0 0 3px;
    font-size: 1.7rem;
  }
  #contents #sec5 .list {
  }
  #contents #sec5 .list li {
    width: 300px !important;
    margin: 0 12.5px;
  }
  #contents #sec5 .list li a {
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
  }
  #contents #sec5 .list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
    opacity: 1;
    pointer-events: none;
  }

  #contents #sec5 .list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents #sec5 .list li a:hover img {
    transform: scale(1.07);
    opacity: 0.7;
  }

  #contents #sec5 .list li a .title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    z-index: 3;
  }
  #contents #sec5 .btn {
    text-align: center;
  }

  #contents #sec6 {
    padding: 75px 0 100px;
    background: #f6f6f6;
  }
  #contents #sec6 .inner {
  }
  #contents #sec6 .inner .hd_wrap {
    position: relative;
    width: 350px;
    padding: 190px 0 0;
  }
  #contents #sec6 ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-between;
  }

  #contents #sec6 li {
    width: calc(25% - 16.6px);
    border-radius: 8px;
    overflow: hidden;
  }

  #contents #sec6 li a {
    display: block;
    position: relative;
    background: #000;
  }

  #contents #sec6 li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    width: 100%;
  }

  #contents #sec6 li a p span {
    display: block;
    font-size: 20px;
  }

  #contents #sec6 li a img {
    opacity: 0.7;
  }

  #contents #sec6 li a:hover img {
    transform: scale(1.07);
    opacity: 0.5;
  }
  #contents #sec7 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 75px 0 100px;
  }

  #contents section#sec7 .hd {
    margin-bottom: 50px;
  }
  #contents section#sec7 .hd b {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #contents #sec7 .btn {
    color: #fff;
    text-align: center;
  }

  #contents #sec7 li {
    margin: 0 12.5px;
    width: 300px !important;
  }
  #contents #sec7 li a {
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
  }
  #contents #sec7 li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
    opacity: 1;
    pointer-events: none;
  }

  #contents #sec7 li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents #sec7 li a:hover img {
    transform: scale(1.07);
    opacity: 0.7;
  }
  #contents #sec7 li a .text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
  }
  #contents #sec7 li a .text .from {
    font-size: 11px;
  }

  #contents #sec7 li a .text .name {
    font-size: 12px;
    font-weight: bold;
  }
  #contents #sec7 li a .from span:after {
    content: '→';
    font-size: 10px;
  }
  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents {
    /*
    	#sec4 {
    		position: relative;
    		.hd_wrap {
    			position: relative;
    			z-index: 100;
    			width: 100%;
    			padding: 20px 0;
    			background: #fcee21;
    			h2 {
    				line-height: 1.2;
    				margin: 0 0 5px;
    				font-size: 3rem;
    				font-family: 'Hammersmith One', 'Noto Sans JP';
    				text-align: center;
    				letter-spacing: 0.15em;
    				span {
    					display: block;
    					font-size: 1.7rem;
    					text-align: center;
    				}
    			}
    			p {
    				font-weight: bold;
    				text-align: center;
    				letter-spacing: 0.15em;
    			}
    			&:after {
    				content: '';
    				position: absolute;
    				bottom: -30px;
    				left: 50%;
    				width: 0;
    				height: 0;
    				border-style: solid;
    				border-width: 35px 40px 0 40px;
    				border-color: #fcee21 transparent transparent transparent;
    				transform: translateX(-50%);
    			}
    		}
    		.inner {
    			position: relative;
    			width: 100%;
    			height: 870px;
    			overflow: scroll;
    		}
    		ul {
    			position: absolute;
    			top: 0;
    			left: 0;
    			width: 1000px;
    			height: 870px;
    			margin: 0;
    			background: #82d2dc url(../images_21/index/sec4_img1.png) no-repeat center top / 1542px;
    			li {
    				position: absolute;
    				top: 161px;
    				left: 329px;
    				line-height: 1.4;
    				transform: scale(0.9);
    				a {
    					&:hover {
    						opacity: 0.8;
    						img {
    							opacity: 1;
    						}
    					}
    				}
    				.bal {
    					position: absolute;
    					bottom: 115px;
    					left: -144px;
    					max-width: inherit;
    				}
    			}
    			.link_text {
    				a {
    					display: flex;
    					justify-content: center;
    					align-items: center;
    					position: relative;
    					padding: 7px 15px 9px;
    					border-radius: 100px;
    					background: #fff;
    					font-size: 1.4rem;
    					font-weight: bold;
    					&:before {
    						@include ab(6px, #212121, 2px);
    						margin: 0 8px 0 0;
    					}
    					img {
    						position: absolute;
    						bottom: 31px;
    						left: 50%;
    						transform: translateX(-50%);
    					}
    				}
    			}
    			.link_icon {
    				a {
    					display: flex;
    					justify-content: center;
    					align-items: center;
    					position: relative;
    					width: 68px;
    					height: 68px;
    					border-radius: 100%;
    					background: #fff;
    					font-weight: bold;
    					&:after {
    						content: url(../images_21/common/icon_t1.svg);
    						position: absolute;
    						bottom: -14px;
    						left: 50%;
    						transform: translateX(-50%);
    					}
    				}
    			}
    			.link1 {
    				span {
    					position: absolute;
    					top: -117px;
    					left: 42px;
    					width: 120px;
    					height: 120px;
    					padding: 22px 0;
    					border-radius: 100%;
    					background: #212121;
    					color: #fff;
    					font-size: 1.7rem;
    					font-weight: bold;
    					text-align: center;
    					&:before {
    						content: '';
    						position: absolute;
    						bottom: 22px;
    						left: 50%;
    						width: 18px;
    						height: 18px;
    						border-radius: 100%;
    						background: #fff;
    						transform: translateX(-50%);
    					}
    					&:after {
    						@include ab(7px, #212121, 2px);
    						position: absolute;
    						bottom: 27px;
    						left: 50%;
    						margin: 0 0 0 -5px;
    					}
    				}
    				a {
    					&:before {
    						content: '';
    						position: absolute;
    						top: -28px;
    						left: 45px;
    						width: 0;
    						height: 0;
    						border-style: solid;
    						border-width: 24px 14px 0 14px;
    						border-color: #212121 transparent transparent transparent;
    						transform: rotate(45deg);
    					}
    				}
    			}
    			.link2 {
    				top: 98px;
    				left: 532px;
    			}
    			.link3 {
    				top: 213px;
    				left: 486px;
    			}
    			.link4 {
    				top: 324px;
    				left: 109px;
    			}
    			.link5 {
    				top: 216px;
    				left: 278px;
    			}
    			.link6 {
    				top: 267px;
    				left: 342px;
    			}
    			.link7 {
    				top: 358px;
    				left: 317px;
    			}
    			.link8 {
    				top: 321px;
    				left: 472px;
    			}
    			.link9 {
    				top: 496px;
    				left: 214px;
    			}
    			.link10 {
    				top: 536px;
    				left: 397px;
    			}
    			.link11 {
    				top: 458px;
    				left: 524px;
    				.bal {
    					bottom: -25px;
    					left: 130px;
    				}
    			}
    			.link12 {
    				top: 608px;
    				left: 385px;
    				.bal {
    					bottom: -8px;
    					left: -289px;
    				}
    				a {
    					padding: 4px 0 0;
    				}
    			}
    			.link13 {
    				top: 534px;
    				left: 533px;
    				a {
    					padding: 4px 0 0 4px;
    				}
    			}
    			.link14 {
    				top: 617px;
    				left: 605px;
    			}
    		}
    		.link_spot {
    			position: absolute;
    			bottom: 30px;
    			left: 50%;
    			width: 90%;
    			transform: translateX(-50%);
    			img {
    				width: 100%;
    			}
    		}
    		.overlay {
    			position: fixed;
    			top: 0;
    			left: 0;
    			z-index: 1000;
    			width: 100%;
    			height: 100%;
    			background: rgba(0, 0, 0, 0.6);
    			opacity: 0;
    			transition: 0.5s;
    			pointer-events: none;
    			&.on {
    				opacity: 1;
    				pointer-events: auto;
    			}
    		}
    		.modal {
    			position: fixed;
    			top: 50%;
    			left: 50%;
    			z-index: 1000;
    			width: 90%;
    			padding: 30px;
    			border: 2px solid #212121;
    			border-radius: 10px;
    			background: #fff;
    			transform: translate(-50%,-50%);
    			opacity: 0;
    			transition: 0.5s;
    			pointer-events: none;
    			&.on {
    				opacity: 1;
    				pointer-events: auto;
    			}
    			.text {
    				order: 2;
    				width: 100%;
    				h3 {
    					margin: 15px 0 5px;
    					font-size: 1.8rem;
    					font-weight: bold;
    				}
    				p {
    					line-height: 1.8;
    				}
    			}
    			.img {
    				width: 100%;
    				img {
    					width: 100%;
    				}
    			}
    			.modal_close {
    				margin: 30px 0 0;
    				text-align: center;
    				a {
    					display: inline-block;
    					position: relative;
    					min-width: 180px;
    					padding: 12px 40px;
    					border: 2px solid #212121;
    					border-radius: 1000px;
    					color: #212121 !important;
    					font-size: 1.4rem;
    					font-weight: 500;
    					&:before,
    					&:after {
    						content: '';
    						position: absolute;
    						top: 50%;
    						left: 20px;
    						width: 14px;
    						height: 2px;
    						margin: -1px 0 0;
    						background: #212121;
    						transform: rotate(45deg);
    					}
    					&:after {
    						transform: rotate(-45deg);
    					}
    					&:hover {
    						opacity: 0.65;
    					}
    				}
    			}
    		}
    	}
    */
  }
  #contents * {
    margin: 0;
  }
  #contents section .hd {
    line-height: 1.3;
    margin: 0 0 5px;
    font-size: 3rem;
    font-family: 'Hammersmith One', 'Noto Sans JP';
    text-align: center;
    letter-spacing: 0.15em;
  }
  #contents section .hd b {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #contents section .top_text {
    line-height: 1.4;
    margin: 0 0 25px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
  }
  #contents section .btn a {
    width: 230px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    color: #fff;
    background: #000;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto;
    position: relative;
  }

  #contents section .btn a span {
    width: 1em;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  #contents section .btn a span img {
    display: block;
  }

  #contents #sec1 {
    height: calc(100svh - 139px);
    overflow: hidden;
    margin-top: 59px;
    position: relative;
    background: #000;
  }

  #contents #sec1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.75;
  }

  #contents #sec1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 300px;
  }
  #contents #sec1 .movie-link {
    position: absolute;
    bottom: 25px;
    right: 10px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    letter-spacing: 0.1em;
    align-items: center;
  }

  #contents #sec1 .movie-link span {
    display: inline-block;
    font-size: 5px;
    margin-left: 0.1em;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    transform: scale(0.7);
  }

  #contents #sec1 .movie-link span:after {
    content: '▼';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #fff;
    font-size: 12px;
  }

  #contents #sec1 .topics {
    position: absolute;
    bottom: 25px;
    left: 15px;
    width: 190px;
    font-size: 10px;
    background: #fff;
    padding: 20px 0 15px 0;
    border-radius: 10px;
    color: #0068b7;
    font-weight: 700;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
  }

  #contents #sec1 .topics span {
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    font-size: 11px;
    border: solid 2px #fff;
    white-space: nowrap;
    animation: poppin 2s infinite ease-in-out;
  }
  @keyframes poppin {
    0% {
      transform: translate(-50%, calc(-50% + 5px));
    }
    50% {
      transform: translate(-50%, calc(-50% + 0px));
    }

    100% {
      transform: translate(-50%, calc(-50% + 5px));
    }
  }
  .topics-slider {
    display: none;
    background: #fff;
    padding: 15px 0 15px 0;
    border-radius: 10px;
  }
  .topics-slider.slick-initialized {
    display: block; /*slick-initializedが付与されたら表示*/
  }
  #contents #sec1 .topics .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: calc(50% - 10px);
    padding: 0;
    border: none;
    outline: none;
    background: #0068b7;
    border-radius: 100px;
    z-index: 99;
  }
  #contents #sec1 .topics .slick-arrow.slick-prev {
    left: -10px;
  }
  #contents #sec1 .topics .slick-arrow.slick-next {
    right: -10px;
  }
  #contents #sec1 .topics .slick-arrow.slick-next:before {
    content: '▼';
    font-size: 10px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
  #contents #sec1 .topics .slick-arrow.slick-prev:before {
    content: '▼';
    font-size: 10px;
    transform: rotate(90deg);
    transform-origin: center;
  }

  #contents #sec1 .topics a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    line-height: 1.4;
    font-size: 10px;
    color: #0068b7;
    font-weight: bold;
  }

  #contents #sec1 .player {
    display: none;
  }
  #contents #sec1 img {
    width: 100%;
  }

  #contents ._wrap1 {
    margin: 0 auto;
    width: calc(100% - 30px);
    padding: 25px 25px;
    background: #f9f9f9;
    border: solid 1px #eee;
    border-radius: 10px;
    display: block;
  }

  #contents #sec2 {
    margin: 0 0 40px;
    padding: 8px 0;
  }
  #contents #sec2 {
    margin: 0 0 50px;
    padding: 50px 0 0;
  }
  #contents #sec2 h2 {
    margin: 0 0px 15px 0;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .mentenance {
    width: calc(100% - 30px);
    margin: 0 auto 35px !important;
    color: #f00;
    line-height: 1.4;
    border: solid 2px #ff7b7b;
    padding: 20px;
    background: #ffeded;
    border-radius: 10px;
    font-size: 12px;
  }

  .mentenance strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px !important;
  }

  .mentenance span {
    font-weight: bold;
    font-size: 110%;
    display: block;
    margin: 0.75em 0 !important;
  }

  .news-ttl {
    width: 100%;
  }

  .link {
    text-align: center;
  }
  .link a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
  .news-list {
    width: 100%;
  }
  #contents #sec2 li {
    padding-left: 0px;
  }
  #contents #sec2 li {
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #contents #sec2 li:nth-child(1) {
    border-top: solid 1px #ddd;
    padding-top: 15px;
  }
  #contents #sec3 {
    margin: 0 0 45px;
  }

  #contents #sec3 .event-list {
    overflow-x: auto;
  }
  #contents #sec3 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
    padding: 0 15px;
    width: 660px;
  }
  #contents #sec3 .list li {
    width: 200px !important;
    margin-right: 15px;
  }

  #contents #sec3 .list li:last-child {
    margin-right: 0;
  }
  #contents #sec3 .list li a {
    display: block;
    font-size: 1.3rem;
  }

  #contents #sec3 .list li a figure {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #000;
  }
  #contents #sec3 .list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents #sec3 .list li a .date {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #contents #sec3 .list li a .date .cat {
    margin: 0 10px 0 0;
    padding: 3px 10px;
    background: #fcee21;
    font-size: 1rem;
  }
  .sec_slick {
    margin-bottom: 25px !important;
  }
  .sec_slick .slick-arrow {
    display: none !important;
  }
  #contents #sec4 {
    position: relative;
    padding: 50px 0 75px;
    background: #f6f6f6;
  }
  #contents #sec4 ul {
    width: calc(100% - 30px);
    margin: 0 auto -15px;
    justify-content: space-between;
  }

  #contents #sec4 li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
  }

  #contents #sec4 li a {
    display: block;
    position: relative;
    background: #000;
    height: 175px;
  }

  #contents #sec4 li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    line-height: 1.3;
  }

  #contents #sec4 li a p span {
    display: block;
    font-size: 15px;
  }
  #contents #sec4 li a p img {
    width: 35px;
    opacity: 1 !important;
  }
  #contents #sec4 li a img:not(.movie-icon) {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #contents #sec4 .link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 0 auto 25px;
  }

  #contents #sec4 .link a {
    width: calc(50% - 5px);
    height: 70px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1.4;
    font-weight: bold;

    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  #contents #sec4 .link a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    z-index: 2;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }

  #contents #sec4 .link a:nth-child(2) p {
    font-size: 14px;
  }
  #contents #sec4 .link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
  }

  #contents #sec4 .link a:hover img {
    transform: scale(1.07);
    opacity: 0.5;
  }

  #contents #sec4 .link a span {
    display: block;
    font-size: 80%;
    font-weight: bold;
  }

  #contents #sec4 .link a span {
    display: block;
    font-size: 80%;
    font-weight: bold;
  }

  #contents #sec5 {
    position: relative;
    padding: 50px 0 75px;
  }

  #contents #sec5 .inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  #contents #sec5 .text1 {
    margin: 0 0 25px;
    text-align: center;
  }
  #contents #sec5 .text1 span {
    display: inline-block;
    border-bottom: 2px solid #212121;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #contents #sec5 .text1 span b {
    font-size: 2.8rem;
    font-weight: bold;
  }
  #contents #sec5 .text1 span b b {
    margin: 0 0 0 3px;
    font-size: 1.7rem;
  }
  #contents #sec5 .list {
  }
  #contents #sec5 .list li {
    width: 200px !important;
    margin: 0 12.5px;
  }
  #contents #sec5 .list li a {
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
  }
  #contents #sec5 .list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
    opacity: 1;
    pointer-events: none;
  }

  #contents #sec5 .list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #contents #sec5 .list li a .title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    z-index: 3;
  }
  #contents #sec5 .btn {
    text-align: center;
  }

  #contents #sec6 {
    padding: 50px 0 75px;
    background: #f6f6f6;
  }
  #contents #sec6 .inner {
  }
  #contents #sec6 .inner .hd_wrap {
    position: relative;
    width: 350px;
    padding: 190px 0 0;
  }
  #contents #sec6 ul {
    width: calc(100% - 30px);
    margin: 0 auto -10px;
    justify-content: space-between;
  }

  #contents #sec6 li {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  #contents #sec6 li a {
    display: block;
    position: relative;
    background: #000;
    height: 175px;
  }

  #contents #sec6 li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    width: 100%;
  }

  #contents #sec6 li a p span {
    display: block;
    font-size: 15px;
  }
  #contents #sec6 li:nth-child(1) a p span {
    font-size: 17px;
    line-height: 1.3;
  }
  #contents #sec6 li a img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contents #sec6 li:nth-child(4) a img {
    object-position: 0% 67%;
  }

  #contents #sec7 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0 75px;
  }

  #contents section#sec7 .hd {
    margin-bottom: 25px;
  }
  #contents section#sec7 .hd b {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #contents #sec7 li {
    margin: 0 12.5px;
    width: 200px !important;
  }
  #contents #sec7 li a {
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
  }
  #contents #sec7 li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
    opacity: 1;
    pointer-events: none;
  }

  #contents #sec7 li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #contents #sec7 li a .text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
  }
  #contents #sec7 li a .text .from {
    font-size: 10px;
  }

  #contents #sec7 li a .text .name {
    font-size: 11px;
    font-weight: bold;
  }
  #contents #sec7 li a .from span:after {
    content: '→';
    font-size: 10px;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

.property-list {
  display: flex;
  flex-wrap: wrap;
}

.property-list a {
  display: block;
  width: 300px !important;
  margin: 0 12.5px !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #ccc;
}

.property-list a:nth-of-type(3n) {
  margin-right: 0;
}

.property-list a .img {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
}

.property-list a .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-list a.negotiating .img:after {
  content: '交渉中';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
}

.property-list a.negotiating .img > img {
  opacity: 0.6 !important;
}

.property-list a .txt {
  padding: 15px 25px;
}

.property-id:before {
  content: '物件ID';
  display: block;
  font-size: 10px;
  color: #e6861e;
}

.property-id {
  font-weight: bold;
  min-width: 6em;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  background: #fff;
  padding: 5px 1em;
  position: absolute;
  bottom: 7px;
  left: 7px;
  color: #000 !important;
  border: solid 3px #fff;
}

.vr-icon {
  font-weight: bold;
  min-width: 6em;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  background: #fe001e;
  padding: 5px 1em;
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff !important;
  border: solid 3px #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.vr-icon img {
  width: 20.5px;
  display: block;
  position: relative !important;
  margin: 0 auto;
  opacity: 1 !important;
}
.property-list a li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  line-height: 27px;
}

.property-list a li:last-child {
  border-bottom: none;
}

.property-list a li strong {
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 180%;
}

/* .property-list a li strong:after {
  content: "万円";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  left: calc(100% + 2px);
  width: 3em;
  line-height: 1.1;
} */
.property-list a li strong .unit {
  font-size: 14px;
  display: inline-block;
  width: auto;
  line-height: 1.1;
}

.property-list a li span {
  display: block;
  width: 4em;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}
.property-list a li span:nth-child(2) {
  width: 3em;
  margin-left: 2em;
}
.property-list a li span:nth-child(3),
.property-list a li strong:nth-child(4) {
  display: none;
}
.property-list a .property-tag {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 10px;
}

.property-list a .property-tag span {
  font-size: 10.5px;
  background: #fde5cb;
  color: #e6861e;
  margin-bottom: 0.5em;
  font-weight: bold;
  padding: 0.2em 0.7em;
  border-radius: 10em;
  margin-right: 0.5em;
  line-height: 1.5;
  display: inline-block;
}

.property-list a .property-tag span:last-child {
  margin-right: 0;
}

.property-list a .last-updated {
  font-size: 10px;
  text-align: center;
  color: #999;
  margin-top: 5px !important;
}

@media screen and (min-width: 751px) {
  .property-list a:hover .img > img {
    color: #000;
    transform: scale(1.07);
    opacity: 0.7;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 750px) {
  .property-list a {
    width: 250px !important;
  }
  .property-list a li {
    font-size: 13px;
  }
  .property-list a .txt {
    padding: 10px 15px;
  }
  .property-id {
    font-size: 10px;
  }
  .property-list a li span {
    font-size: 12px;
  }
}
