* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}
ul, li {
  list-style: none;
}
img, a img {
  border: none;
  max-width: 100%;
}
img, iframe {
  vertical-align: bottom;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.9rem;
  color: #000;
}
#container {
  width: 960px;
  margin: 0 auto;
}
#contents {
  width: 2000px;
  margin: 0 0 0 -520px;
}
.contents-inner {
  width: 960px;
  margin: 0 auto;
}
.content-box-wrap {
  background-color: #fff;
}
.nav-box {
  padding: 15px 0;
}
.nav-box .logo_gdo {
  width: 80px;
}
.main-visual {
	background: url("../images/mainimg.jpg?2512") no-repeat center top;
  background-size: 100%;
  aspect-ratio: 2000 / 500;
  position: relative;
}
.snowgolf-box {
  background: linear-gradient(to bottom, #fff 0%, #F2FAFF 100%);
  padding: 4rem 0 6rem;
}
.snowgolf-description {
	text-align: center;
  color: #3A495E;
	line-height: 1.9;
  text-shadow: #fff 1px 1px 3px;
}
.snowgolf-description p + p {
  margin-top: 1.5em;
}
.snowgolf-description strong {
	font-weight: bold;
}
.sec-title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.invitation-box {
  background: url("../images/sec02_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 6rem 0 7rem;
}
.invitation-box .sec-title {
  margin-bottom: 1em;
}
.invitation-box .exp {
  text-align: center;
  font-size: 85%;
  line-height: 1.6;
}
.prize-wrap {
}
.prize-box {
  width: 64rem;
	margin: 0 auto;
	padding: 4.5rem;
  text-align: center;
  background-image: url("../images/sec02_img01.jpg");
	background-color: rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	background-position: center center;
	background-size: 130%;
  border-radius: 2rem;
  color: #000;  
}
.prize-title {
  font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.prize-title .num {
  width: 12rem;
  height: 12rem;
  background-color: #0071BE;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
}
.prize-title .num em {
  font-size: 4.6rem;
  font-style: normal;
}
.prize-title .title {
	font-size: 3.2rem;
	font-weight: bold;
	padding-left: 0.5em;
}
.prize-title .title strong {
	font-size: 4.4rem;
}
.prize-box .btn-entry a {
  display: block;
	width: 38rem;
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  margin: 1em auto 0;
  padding: 0.5em;
  text-decoration: none;
}
.prize-box .txt-link {
	margin-top: 1em;
}
.prize-box .txt-link a {
	color: #000;
	text-decoration: none;
	position: relative;
}
.prize-box .txt-link a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(0,-50%) rotate(135deg);
	margin-left: 0.5em;
}
.invitation-bottom {
  background: url("../images/sec03_bg01.jpg") no-repeat center top;
  background-size: 100%;
  aspect-ratio: 2000 / 430;
}
.movie-wrap {
  background: url("../images/sec03_bg02.png") no-repeat center top;
  background-size: 100%;
  padding: 10rem 0 5rem;
}
.movie-wrap .sec-title {
  color: #fff;
  margin-bottom: 1em;
}
.movie-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie-box video {
  max-width: 100%;  
}
.movie-box iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.movie-wrap .btn-entry a {
  background-color: transparent;
  border-color: #fff;
}
.slide-box {
  position: relative;
  padding-bottom: 5rem;
}
.slide-box .contents-inner {
  width: 760px;
}
.slide-box .swiper-button-next,
.slide-box .swiper-button-prev {
  background: none;
}
.slide-box .swiper-container {
  padding: 0 0 4rem;
  position: relative;
  border-radius: 10px;
}
.slide-box .slide-item {
  border-radius: 10px;
}
.slide-box .slide-image {
  border: 3px solid #2A92D9;
  border-radius: 10px;
  margin-bottom: 0.8em;
}
.slide-box .slide-image img {
  border-radius: 7px;
}
.slide-box .slide-txt {
  text-align: center;
}
.slide-box .swiper-button-next,
.slide-box .swiper-button-prev {
  position: absolute;
  top: 42%;
  width: 5rem;
  height: 5rem;
  background: rgba(42,146,217,0.8);
  transform: translate(0,-50%);
  margin: 0;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 200%;
  line-height: 1;
}
.slide-box .swiper-button-prev {
  left: 0;
}
.slide-box .swiper-button-next {
  right: 0;
}
.slide-box .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 0.6em;
  right: 0;
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-135deg);
}
.slide-box .swiper-button-next::after {
  position: absolute;
  top: 50%;
  right: 0.6em;
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.slide-box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.slide-box .swiper-pagination-bullet-active {
  background-color: #1a1b1d;
}
.slide-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.concept-box {
  background: url("../images/sec04_bg.jpg") no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 50rem;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.d-flex.row-reverse {
  flex-direction: row-reverse;
}
.d-flex .flex-item {
  width: 46rem;
}
.desc p {
  font-size: 100%;
  line-height: 1.8;
}
.desc p + p {
  margin-top: 1em;
}
.concept {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5rem;
}
.concept-box .logo {
  width: 16rem;
  margin: 0 auto;
}
.readmore button {
  display: none;
}
.golfcourse-wrap {
  padding: 5rem 0 5rem;
}
.plan-body > dl {
	display: flex;
	margin: 0 0 10px;
}
.plan-body > dl > dt {
	width: 230px;
  background: linear-gradient(45deg, #f2f5fc 0%, #edecf7 100%);
  padding: 1em;
	line-height: 1.3;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-body > dl > dd {
	flex: 1;
  padding: 1em 0 1em 2em;
  line-height: 1.3;
}
.plan-body dd .exp {
  font-size: 15px;
  font-weight: 300;
}
.plan-body dd .exp strong {
  font-weight: 400;
}
.plan-body dd .exp em {
  color: #FC4535;
  font-style: normal;
}
.plan-body dd li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.entry-txt {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  margin: 50px 0 0;
}
.entry-txt span {
  background: linear-gradient(0deg, #FCEBA8 40%, transparent 40%);
}
.btn-entry {
	margin: 1.5em auto 0;
}
.btn-entry a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 3px solid #000;
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  padding: 0.6em 1em;
	font-size: 2rem;
  line-height: 1.5;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
}
.btn-entry a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0,-50%) rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 50%;
}
.btn-entry a:hover {
	opacity: 0.85;
}
.btn-border {
  margin-top: 1em;
}
.btn-border a {
  background-color: transparent;
  border-color: #3695d8;
  color: #3695d8;
}
.btn-border a::after {
  border-color: #3695d8;
}
.btn-contact {
  margin-top: 2em;
  width: inherit;
  text-align: center;
}
.btn-contact a {
  display: inline-block;
  background-color: transparent;
  color: #3695d8;
  padding: 0.5em 3.5em 0.5em 3em;
  position: relative;
}
.btn-contact a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3695d8;
  border-right: 2px solid #3695d8;
  transform: translate(0,-10%) rotate(45deg);
  margin-left: 0.5em;
}
.attention-box {
  background-color: #f4f4f4;
	padding: 6rem 0 2rem;
}
.attention-box h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 1em;
}
.attention-box ul {
	margin: 0 0 3em;
}
.attention-box li {
  font-size: 15px;
	font-weight: 300;
  margin: 0 0 1em 1em;
  line-height: 2;
  text-indent: -1em;
}
.foot_gdo {
  padding: 4em 0 2em;
  background-color: #fff;
}
.foot_gdo .inr {
  margin: 0 auto;
}
.foot_gdo .logo_gdo {
  float: left;
  width: 90px;
  vertical-align: middle;
}
.foot_gdo .logo_gdo svg {
  width: 100%;
  height: 40px;
}
.foot_gdo dl {
  font-size: 80%;
  margin: 0 0 0 120px;
}
.foot_gdo dt {
  margin: 0 0 1em;
}
.foot_gdo dd li {
  display: inline-block;
  padding: 0 6px 0 0;
  margin: 0 6px 1em 0;
  line-height: 100%;
  border-right: 1px solid #969696;
}
.foot_gdo dd li:first-child {
  padding-left: 0;
}
.foot_gdo dd li:last-child {
  border-right: none;
}
.foot_gdo dd+dt {
  padding: 2em 0 0;
}
#gtvfoot {
  padding: 2em 0 5em;
  text-align: center;
  font-size: 80%;
  background-color: #fff;
}
#gtvfoot p {
  margin: 0 0 2em;
}
.page-top {
	position: fixed;
	bottom: 5%;
	right: 1%;
	cursor: pointer;
	font-size: 110%;
  line-height: 1;
	width: 4em;
	height: 4em;
	background-color: #EB6778;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
	z-index: 10;
}
.page-top span {
  font-size: 90%;
}
.page-top::after {
  content: "";
  background: url("../images/knit.svg") no-repeat center top;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -0.6em;
  right: 0.2em;
}
.view_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #container {
    width: auto;
    margin: 0;
  }
  #contents {
    width: auto;
    margin: 0;
  }
  .main-visual {
    background-size: 150%;
    aspect-ratio: 2000 / 750;
  }
  .snowgolf-box {
    padding: 3rem 0 5rem;
  }
  .snowgolf-description {
    width: 100%;
  }
  .movie-wrap {
    background-size: 140%;
  }
  .concept-box {
		padding: 0 0 30rem;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.9vw;
  }
  img {
    max-width: 100%;
    height: auto;
  }
	.content-box {
		padding: 3em 0;
	}
  .contents-inner {
    width: auto;
    padding: 0 1em;
  }
  .movie-wrap {
    padding: 10rem 0 5rem;
  }
	.concept-box {
		padding: 0 0 25rem;
	}
  .d-flex .flex-item {
    width: 48%;
  }
	.plan-body > dl {
		display: block;
	}
	.plan-body > dl > dt {
		display: block;
		width: auto;
		text-align: center;
	}
  .plan-body > dl > dt br {
    display: none;
  }
	.plan-body > dl > dd {
		padding: 1em;
	}
	.plan-body dd .exp {
		font-size: 80%;
	}
	.attention-box h2 {
		font-size: 150%;
	}
	.attention-box li {
		font-size: 90%;
	}
  .foot_gdo .logo_gdo {
    float: none;
    width: 10%;
    padding: 0 0 6.25%;
    margin: 0 auto 0 1em;
  }
  .foot_gdo .logo_gdo > svg {
    height: auto;
  }
  .foot_gdo dl {
    float: none;
    margin: 0;
    font-size: 80%;
    padding: 0 1em;
  }
  .foot_gdo dt {
    margin: 0 0 1em;
  }
  .foot_gdo dd li {
    margin: 0 0.5em 1em 0;
    padding: 0 0.5em 0 0;
  }
  #gtvfoot {
    margin: 0;
    padding: 5% 1em;
    font-size: 78%;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 54%;
  }
  .main-visual {
    background-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 53%;
  }
}
@media screen and (max-width: 767px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: inline-block;
  }
  body {
    font-size: 3.9vw;
  }
	.content-box {
		padding: 3em 0;
	}
  .main-visual {
    background: url("../images/mainimg_sp.jpg") no-repeat center top;
    background-size: 100%;
    aspect-ratio: 960 / 1230;
  }
  .snowgolf-box {
  }
  .snowgolf-description {
    text-align: center;
    color: #3A495E;
    line-height: 1.8;
    padding: 0 0.7em;
    z-index: 1;
    position: relative;
  }
  .snowgolf-description p + p {
    margin-top: 1.5em;
  }
  .sec-title {
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .invitation-box {
    background: url("../images/sec02_bg.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 5rem 0 6rem;
  }
  .invitation-box .sec-title {
    margin-bottom: 1.2em;
  }
  .prize-wrap {
    display: block;
  }
  .prize-box {
    width: auto;
		padding: 3.5rem;
    text-align: center;
    border-radius: 10px;
    color: #000;
  }
  .prize-box + .prize-box {
    margin-top: 5rem;
  }
  .prize-head {
    display: inline-block;
    color: #0071BE;
    background-color: #fff;
    border: 2px solid #2A92D9;
    border-radius: 100vh;
    font-size: 130%;
    font-weight: bold;
    padding: 0.1em 1em;
    transform: translate(0,-50%);
  }
	.prize-title .num {
    width: 11rem;
    height: 11rem;
	}
  .prize-title .title {
    font-size: 110%;
  }
	.prize-title .title strong {
		font-size: 140%;
	}
	.prize-box .btn-entry a {
		width: auto;
	}
  .invitation-box .exp {
    font-size: 80%;
  }
  .invitation-bottom {
    width: auto;
    aspect-ratio: 2.3 / 1;
    background-size: 200%;
  }
  .movie-wrap {
    background: url("../images/sec03_bg02.png") no-repeat center top;
    background-size: 190%;
  }
  .movie-wrap .sec-title {
    color: #fff;
    margin-bottom: 1em;
  }
  .slide-box {
    position: relative;
    padding-bottom: 5rem;
  }
  .slide-box .contents-inner {
    width: auto;
  }
  .slide-box .swiper-button-next,
  .slide-box .swiper-button-prev {
    background: none;
  }
  .slide-box .swiper-container {
    padding: 0 0 4rem;
    position: relative;
  }
  .slide-box .slide-image {
    border: 3px solid #2A92D9;
    border-radius: 10px;
    margin-bottom: 0.8em;
  }
  .slide-box .slide-image img {
    border-radius: 7px;
  }
  .slide-box .slide-txt {
    text-align: center;
  }
  .slide-box .swiper-button-next,
  .slide-box .swiper-button-prev {
    position: absolute;
    top: 37%;
    width: 40px;
    height: 40px;
    background: rgba(42,146,217,0.8);
    transform: translate(0,-50%);
    margin: 0;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
    line-height: 1;
  }
  .slide-box .swiper-button-prev {
    left: 0;
  }
  .slide-box .swiper-button-next {
    right: 0;
  }
  .slide-box .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 0.6em;
    right: 0;
    display: inline-block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(-135deg);
  }
  .slide-box .swiper-button-next::after {
    position: absolute;
    top: 50%;
    right: 0.6em;
    display: inline-block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
  }
  .slide-box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .slide-box .swiper-pagination-bullet-active {
    background-color: #1a1b1d;
  }
  .slide-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
	.concept-box {
		background-size: 200%;
		padding: 0 0 25rem;
	}
	.concept-box .contents-inner {
		padding: 0;
	}
  .concept-box img {
		width: 100%;
  }
  .d-flex {
    display: block;
    margin-bottom: 0;
  }
  .d-flex .flex-item {
    width: auto;
  }
	.golfcourse-wrap {
	}
	.plan-body > dl > dt {
		padding: 0.4em 1em;
	}
	.plan-body > dl > dd {
		padding: 1em 0;
	}
  .entry-txt {
    margin-top: 30px;
    font-size: 130%;
  }
  .btn-entry {
    width: auto;
    margin: 1em auto 0;
  }
	.btn-entry a {
		font-size: 115%;
		padding: 0.7em 1em;
    border-width: 2px;
	}
	.btn-entry a:after {
		right: 1em;
	}
  .btn-border {
    margin-top: 1em;
  }
  .btn-contact {
  }
  .btn-contact a {
    padding: 0.5em 3.5em 0.5em 3em;
  }
  .btn-contact a::after {
    width: 6px;
    height: 6px;
  }
	.attention-box ul {
		margin: 0 0 2em;
	}
  .attention-box li {
    margin: 0 0 0.5em 1em;
  }
	.foot_gdo {
		padding: 3em 0 2em;
	}
  .foot_gdo .logo_gdo {
    font-size: 80%;
    width: 15%;
    padding: 0;
    margin: 0 auto 2em 1em;
  }
  .foot_gdo dl {
    font-size: 75%;
  }
	#gtvfoot {
		padding: 0 1em 3em;
	}
	.page-top {
	}
}
@media screen and (max-width: 480px) {
  html {
    font-size: 53%;
  }
  body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 393px) {
  html {
    font-size: 50%;
  }
  body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 50%;
  }
  body {
    font-size: 2rem;
  }
}