<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =============================================
  reset
=============================================== */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em, strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  /*font-weight: normal;*/
}

q:before,
q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}


/* celebration-smp
------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
	
.pc {
	display: none;
}

	.contentsAll {
		text-align: center;
		width: 100%;
		font-family: Arial, Helvetica, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“"; 
		margin: 100px auto 0 auto;

	}

	.contentsAll a:link { color: #333; }
	.contentsAll a:visited { color: #333; }
	.contentsAll a:hover { color: #333; }
	.contentsAll a:active { color: #333; }

/* headã‚¨ãƒªã‚¢ */
	.contentsAll .headArea {
		position: relative;
		text-align: center;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	.contentsAll .headArea h2 {
		text-align: center;
		width: 60px;
		margin: 0 auto;
		padding: 21px 0 0 0;
	}
	
	.contentsAll .headArea ul.headNav01 {
		position: absolute;
		top: 21px;
		right: 10px;
		text-align: center;
		/*width: 120px;*/
		width: auto;
		font-size: 5px;
		line-height: 1.3;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .headArea ul.headNav01 li {
		text-align: center;
		width: 32px;
		height: 32px;
		background-color: #efefef;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 auto;
		padding: 12px 0 0 0;
	}
	.contentsAll .headArea ul.headNav01 li:nth-child(3) {
		padding: 13px 0 0 0;
	}
	
	.contentsAll .headArea ul.headNav02 {
		text-align: center;
		width: 100%;
		max-width:1280px;
		font-size: 8px;
		margin: 20px auto 10px auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .headArea ul.headNav02 li {
		text-align: center;
		width: 25%;
		line-height: 2.5;
		border-left: #e4e4e4 1px solid;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	.contentsAll .headArea ul.headNav02 li:first-child {
		border-left: none;
	}
	.contentsAll .headArea ul.headNav02 li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	
	
/* introduce */
	.contentsAll .introduce {
		width: 90%;
		max-width: 1280px;
		min-height: 450px;
		margin: 0 auto 50px auto;
	}
	.contentsAll .introduce h3 {
		text-align: left;
		width: 100%;
		max-width: 510px;
		font-size: 18px;
		font-weight: normal;
		height: auto;
		margin: 0;
	}
	.contentsAll .introduce .introTxt {
		text-align: left;
		width: 100%;
		max-width: 510px;
		font-size: 13px;
		height: auto;
		margin: 0 auto;
	}
	.contentsAll .introImg {
		width: 100%;
		max-width: 619px;
		margin-bottom: 10px;
	}
	
/* category */
	.contentsAll .category {
		text-align: center;
		width: 90%;
		max-width: 1280px;
		margin: 0 auto 50px auto;
		padding: 0;
	}
	.contentsAll .category h3 {
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.contentsAll .category ul.categoryList {
		text-align: center;
		width: 100%;
		max-width: 1280px;
		font-size: 12px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .category ul.categoryList li {
		text-align: left;
		width: 30%;
	}
	.contentsAll .category ul.categoryList li img {
		margin-bottom: 10px;
	}
	.contentsAll .category ul.categoryList li .categoryLink a {
		position: relative;
		color: #464646;
		font-size: 10px;
		text-decoration: underline;
	}
	.contentsAll .category ul.categoryList li .categoryLink a::after {
		position: absolute;
		right: -12px;
		top: -3px;
		content: "&gt;";
		text-decoration: none;
		margin: 0 auto;
	}
	
/* rank */
	.contentsAll .rank {
		text-align: center;
		width: 100%;
		background-color: #eeeeee;
		margin: 0 auto 30px auto;
		padding: 15px 0;
	}
	.contentsAll .rank h3 {
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		margin: 0 auto 15px auto;
		padding: 0;
	}
	.contentsAll .rank ul.rankList {
		text-align: center;
		width: 100%;
		max-width: 1280px;
		font-size: 13px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.contentsAll .tab_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.contentsAll input[type="radio"] {
		display: none;
	}
	.contentsAll .tab_area {
		font-size: 0;
		max-width: 1280px;
		margin: 0 auto;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .tab_area label {
		position: relative;
		display: inline-block;
		text-align: center;
		width: 24%;
		font-size: 10px;
		color: #464646;
		background: #ddd;
		margin: 0;
		padding: 20px 0;
		cursor: pointer;
		transition: ease 0.2s opacity;
	}
	.contentsAll .tab_area label::before {
		position: absolute;
		top: 38px;
		left: 35px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #a6a6a6;
		border-right: 1px solid #a6a6a6;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		content: "";
	}
	.contentsAll .tab_area label:hover {
		opacity: 0.5;
	}
	.contentsAll .panel_area {
		width: 100%;
		background: #fff;
	}
	.contentsAll .tab_panel {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		display: none;
	}
	.contentsAll .tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

	.contentsAll #tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#464646;}
	.contentsAll #tab1:checked ~ .panel_area #panel1{display:block;}
	.contentsAll #tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#464646;}
	.contentsAll #tab2:checked ~ .panel_area #panel2{display:block;}
	.contentsAll #tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#464646;}
	.contentsAll #tab3:checked ~ .panel_area #panel3{display:block;}
	.contentsAll #tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#464646;}
	.contentsAll #tab4:checked ~ .panel_area #panel4{display:block;}
	
	.contentsAll ul.rankList {
		text-align: center;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contentsAll ul.rankList li {
		width: 48%;
		text-align: left;
	}
	.contentsAll ul.rankList li img {
		margin-bottom: 10px;
	}
	.contentsAll ul.rankList li p {
		text-align: left;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.contentsAll ul.rankList li p.plice {
		text-align: left;
		font-size: 14px;
		margin-bottom: 0;
	}
	
	
/* series */
	.contentsAll  h3.seriesTitle {
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		margin: 0 auto 15px auto;
		padding: 0;
	}
	.contentsAll .series {
		text-align: center;
		width: 90%;
		max-width: 1280px;
		margin: 0 auto 50px auto;
	}
	.contentsAll .series h4 {
		text-align: left;
		width: 100%;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
	}
	.contentsAll .series h4 a {
		color: #000000;
		text-decoration: none;
	}
	.contentsAll .series h4 a:hover {
		text-decoration: underline;
	}
	.contentsAll .series .seriesTxt {
		text-align: left;
		width: 100%;
		font-size: 13px;
		height: auto;
		margin: 0 auto 10px auto;
	}
	.contentsAll .seriesImg {
		text-align: center;
		width: 100%;
		max-width: 550px;
		margin: 0 auto 10px auto;
	}
	.contentsAll .series .linkTxt {
		text-align: right;
		color: #464646;
		font-size: 13px;
		text-decoration: underline;
	}
	.contentsAll .series .linkTxt a {
		position: relative;
		color: #464646;
		font-size: 13px;
		text-decoration: underline;
	}
	.contentsAll .series .linkTxt a::after {
		position: absolute;
		right: -12px;
		top: -3px;
		content: "&gt;";
		text-decoration: none;
		margin: 0 auto;
	}
	
/* town */
	.contentsAll .town {
		width: 100%;
		background-color: #eeeeee;
		margin: 0 auto 30px auto;
		padding: 15px 0 30px 0;
	}
	.contentsAll .town .inner {
		width: 90%;
		max-width: 1280px;
		min-height: 379px;
		margin: 0 auto;
		padding: 0;
	}
	.contentsAll .town .inner h3 {
		text-align: left;
		font-size: 18px;
		font-weight: normal;
		height: auto;
		margin: 0 0 10px 0;
	}
	
	.contentsAll .town .inner .townImg {
		text-align: center;
		width: 100%;
		max-width: 572px;
		margin: 0 auto 10px auto;
	}
	.contentsAll .town .inner .townTxt {
		text-align: left;
		font-size: 13px;
		height: auto;
		margin: 0 auto;
	}
	
/* gift */
	.contentsAll .gift {
		width: 90%;
		max-width: 1280px;
		margin: 0 auto ;
		padding: 0;
	}
	.contentsAll .gift h3 {
		text-align: center;
		font-size: 18px;
		font-weight: normal;
		margin: 0 auto 15px auto;
	}
	.contentsAll .gift .giftList {
		text-align: center;
		width: 100%;
		font-size: 11px;
		max-width: 1280px;
		margin: 0 auto ;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contentsAll .gift .giftList li {
		text-align: center;
		width: 30%;
		background-color: #EEE;
		margin: 0 auto 10px auto;
		padding: 30px 0;
	}
	.contentsAll .gift .giftList li:nth-child(4),
	.contentsAll .gift .giftList li:nth-child(5) {
		text-align: center;
		width: 30%;
		background-color: #EEE;
		margin: 0 auto 10px auto;
		padding: 40px 0 0 0;
	}
	
/* ã‚‚ã£ã¨èª­ã‚€ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
	text-align: left;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #464646;
  cursor: pointer;
  background: #E4E4E4;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
}	
	

}


/* celebration-PC
------------------------------------------------------- */
@media print, screen and (min-width: 1280px) {

.smp {
	display: none;
}	
	
.btn {
  transition: all .8s;
}
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
	
	.contentsAll {
		text-align: center;
		width: 100%;
		font-family: Arial, Helvetica, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“"; 
		font-feature-settings: "palt";
		margin: 100px auto 0 auto;
	}

/* headã‚¨ãƒªã‚¢ */
	.contentsAll .headArea {
		position: relative;
		text-align: center;
		width: 1280px;
		margin: 0 auto;
	}
	.contentsAll .headArea h2 {
		text-align: center;
		width: 87px;
		margin: 0 auto;
		padding: 21px 0 0 0;
	}
	
	.contentsAll .headArea ul.headNav01 {
		position: absolute;
		top: 21px;
		right: 0;
		text-align: center;
		width: 320px;
		height: 73px;
		font-size: 13px;
		line-height: 1.3;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .headArea ul.headNav01 li {
		text-align: center;
		width: 73px;
		height: 73px;
		background-color: #efefef;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 auto;
		padding: 23px 0 0 0;
	}
	.contentsAll .headArea ul.headNav01 li:nth-child(3) {
		padding: 30px 0 0 0;
	}
	
	.contentsAll .headArea ul.headNav02 {
		text-align: center;
		width:1280px;
		font-size: 15px;
		margin: 20px auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .headArea ul.headNav02 li {
		text-align: center;
		width: 25%;
		line-height: 2.5;
		border-left: #e4e4e4 1px solid;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		transition: all .8s;
	}
	.contentsAll .headArea ul.headNav02 li:last-child {
		border-right: #e4e4e4 1px solid;
		box-sizing: border-box;
	}
	.contentsAll .headArea ul.headNav02 li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.contentsAll .headArea ul.headNav02 li:hover {
		color: #333;
		text-decoration: none;
		background-color: #f5f5f5;
	}
	
	
/* introduce */
	.contentsAll .introduce {
		position: relative;
		width: 1280px;
		min-height: 450px;
		margin: 100px auto 120px auto;
	}
	.contentsAll .introduce h3 {
		position: absolute;
		top: 0;
		right: 0;
		text-align: left;
		width: 510px;
		font-size: 22px;
		font-weight: normal;
		height: auto;
		margin: 0;
	}
	.contentsAll .introduce .introTxt {
		position: absolute;
		top: 100px;
		right: 0;
		text-align: left;
		width: 510px;
		font-size: 17px;
		height: auto;
		margin: 0 auto;
	}
	.contentsAll .introImg {
		position: absolute;
		top: 0;
		left: 0;
		width: 619px;
		height: 430px;
	}
	
/* category */
	.contentsAll .category {
		text-align: center;
		width: 1280px;
		margin: 0 auto 85px auto;
		padding: 0;
	}
	.contentsAll .category h3 {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		margin: 0 auto 50px auto;
		padding: 0;
	}
	.contentsAll .category ul.categoryList {
		text-align: center;
		width: 1280px;
		font-size: 15px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .category ul.categoryList li {
		text-align: left;
	}
	.contentsAll .category ul.categoryList li a {
		color: #464646;
		text-decoration: none;
	}
	.contentsAll .category ul.categoryList li a:hover {
		text-decoration: underline;
	}
	.contentsAll .category ul.categoryList li a img {
		margin-bottom: 10px;
	}
	.contentsAll .category ul.categoryList li a .categoryLink {
		display: inline-block;
		position: relative;
		color: #464646;
		font-size: 13px;
		text-decoration: underline;
	}
	.contentsAll .category ul.categoryList li a .categoryLink::after {
		position: absolute;
		right: -12px;
		top: 0;
		content: "&gt;";
		text-decoration: none;
		margin: 0 auto;
	}
	
/* rank */
	.contentsAll .rank {
		text-align: center;
		width: 100%;
		background-color: #eeeeee;
		margin: 0 auto 95px auto;
		padding: 50px 0 65px 0;
	}
	.contentsAll .rank h3 {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		margin: 0 auto 50px auto;
		padding: 0;
	}
	.contentsAll .rank ul.rankList {
		text-align: center;
		width: 1280px;
		font-size: 15px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .rank ul.rankList li a {
		color: #000000;
		text-decoration: none;
	}
	.contentsAll .rank ul.rankList li a:hover {
		text-decoration: underline;
	}
	
	.contentsAll .tab_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.contentsAll input[type="radio"] {
		display: none;
	}
	.contentsAll .tab_area {
		font-size: 0;
		width: 1280px;
		margin: 0 auto;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll .tab_area label {
		position: relative;
		display: inline-block;
		text-align: center;
		width: 318px;
		height: 70px;
		font-size: 17px;
		color: #464646;
		background: #ddd;
		margin: 0;
		padding: 20px 0;
		cursor: pointer;
		transition: ease 0.2s opacity;
	}
	.contentsAll .tab_area label::before {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 13px;
		height: 13px;
		border-top: 1px solid #a6a6a6;
		border-right: 1px solid #a6a6a6;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		content: "";
	}
	.contentsAll .tab_area label:hover {
		opacity: 0.5;
	}
	.contentsAll .panel_area {
		width: 100%;
		background: #fff;
	}
	.contentsAll .tab_panel {
		width: 100%;
		padding: 35px 0 80px 0;
		display: none;
	}
	.contentsAll .tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

	.contentsAll #tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#464646;}
	.contentsAll #tab1:checked ~ .panel_area #panel1{display:block;}
	.contentsAll #tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#464646;}
	.contentsAll #tab2:checked ~ .panel_area #panel2{display:block;}
	.contentsAll #tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#464646;}
	.contentsAll #tab3:checked ~ .panel_area #panel3{display:block;}
	.contentsAll #tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#464646;}
	.contentsAll #tab4:checked ~ .panel_area #panel4{display:block;}
	
	.contentsAll ul.rankList {
		text-align: center;
		width: 1280px;
		margin: 0 auto;
		padding: 0;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.contentsAll ul.rankList li {
		text-align: left;
	}
	.contentsAll ul.rankList li img {
		margin-bottom: 10px;
	}
	.contentsAll ul.rankList li p {
		text-align: left;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.contentsAll ul.rankList li p.plice {
		text-align: left;
		font-size: 13px;
		margin-bottom: 0;
	}
	
	
/* series */
	.contentsAll  h3.seriesTitle {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		margin: 0 auto 50px auto;
		padding: 0;
	}
	.contentsAll .series {
		position: relative;
		width: 1280px;
		height: 340px;
		margin: 0 auto 50px auto;
	}
	.contentsAll .series h4 {
		position: absolute;
		top: 0;
		right: 0;
		text-align: left;
		width: 690px;
		font-size: 22px;
		font-weight: normal;
		height: auto;
		margin: 0;
	}
	.contentsAll .series h4 a {
		color: #000000;
		text-decoration: none;
	}
	.contentsAll .series h4 a:hover {
		text-decoration: underline;
	}
	.contentsAll .series .seriesTxt {
		position: absolute;
		top: 100px;
		right: 0;
		text-align: left;
		width: 690px;
		font-size: 17px;
		height: auto;
		margin: 0 auto;
	}
	.contentsAll .seriesImg {
		position: absolute;
		top: 0;
		left: 0;
		width: 550px;
		height: 340px;
	}
	.contentsAll .series .linkTxt {
		position: absolute;
		bottom: 0;
		right: 10px;
		color: #464646;
		font-size: 13px;
		text-decoration: underline;
	}
	.contentsAll .series .linkTxt a {
		position: relative;
		color: #464646;
		font-size: 13px;
		text-decoration: underline;
	}
	.contentsAll .series .linkTxt a::after {
		position: absolute;
		right: -12px;
		top: -3px;
		content: "&gt;";
		text-decoration: none;
		margin: 0 auto;
	}
	
/* town */
	.contentsAll .town {
		width: 100%;
		background-color: #eeeeee;
		margin: 100px auto 95px auto;
		padding: 65px 0 75px 0;
	}
	.contentsAll .town .inner {
		position: relative;
		width: 1280px;
		min-height: 379px;
		margin: 0 auto;
		padding: 0;
	}
	.contentsAll .town .inner h3 {
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		width: 640px;
		font-size: 22px;
		font-weight: normal;
		height: auto;
		margin: 0;
	}
	
	.contentsAll .town .inner .townImg {
		position: absolute;
		top: 0;
		right: 0;
		width: 572px;
		height: 379px;
	}
	.contentsAll .town .inner .townTxt {
		position: absolute;
		top: 100px;
		left: 0;
		text-align: left;
		width: 640px;
		font-size: 17px;
		height: auto;
		margin: 0 auto;
	}
	
/* gift */
	.contentsAll .gift {
		width: 1280px;
		margin: 0 auto 100px auto;
		padding: 0;
	}
	.contentsAll .gift h3 {
		text-align: center;
		font-size: 25px;
		font-weight: normal;
		margin: 0 auto 50px auto;
	}
	.contentsAll .gift .giftList {
		text-align: center;
		width: 1280px;
		margin: 0 auto 50px auto;
		
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contentsAll .gift .giftList li {
		text-align: center;
		width: 400px;
		margin: 0 auto 22px auto;
	}
	.contentsAll .gift .giftList li a {
		display: block;
		padding: 30px 0;
		color: #000000;
		text-decoration: none;
		background-color: #EEE;
		transition: all .3s;
	}
	.contentsAll .gift .giftList li a:hover {
		display: block;
		padding: 30px 0;
		color: #ffffff;
		text-decoration: none;
		background-color: #000;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

/* ãƒ¡ã‚¤ãƒ³ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ç”¨è¿½åŠ&nbsp;CSS
******************************************/
.mainImg {
	position: relative;
	width: 100%;
	height: 100%;
}


.main_slider_arrow .slick-arrow {
	position: absolute;
	top: 0;
	width: calc((100% - 1280px) / 2);
	height: 100%;
}

.slick-arrow.prev {
	position: absolute;
	top: 0;
	left: 0;
	width:  calc((100% - 1280px) / 2);
	height: 100%;
	background-color:  rgba(0,0,0,.4);
	z-index: 1000;
}

.slick-arrow.next {
	position: absolute;
	top: 0;
	right: 0;
	width:  calc((100% - 1280px) / 2);
	height: 100%;
	background-color:  rgba(0,0,0,.4);
	z-index: 1000;
}

@media screen and (max-width: 1280px){
	.main_slider_arrow {
		display: none;
	}
	
	.contentsAll .mainImg ul li img {
		width: 100%;
		height: auto;
	}
	
}
</pre></body></html>