@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;} */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

html{scroll-behavior: smooth;background:url(../images/layout.png)center 1150px repeat-y,url(../images/bg.jpg)top center repeat;}
header{position: absolute;top: 0;left: 0; z-index: 1;}
body{background-color: transparent !important;}

:root {
	--PV-font: #222a3c; /* 文字色-灰 */
	--PV-eslite: #6a252e; /* 誠品線上標準色 */
	--layout-color1: #0b6a70;
	--layout-color2: #14848b;
	--layout-color3: #b9d6d8;
	--layout-color4: #777777;
	--layout-color5: #999999;
	--layout-color6: #aaaaaa; 
}

/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
@media screen and ( max-width: 991px ){
.WRAPPER{ min-width:100%;}
header{position: relative;}
}
.container { overflow: hidden; }
/* .topbox { position: relative; width: 1200px; margin: auto;} */
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* 
.block{ margin: 0 auto; max-width: 1920px; padding: 1px 0;}
.bg_1200{ width:1200px; min-width:1200px; margin:0 auto;} */

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.block{ margin: 0 auto; max-width: 100%; padding: 2vw 0;}
	/* .bg_1200{ width:100%; min-width:100%; margin:0 auto;} */
	.titleC{ margin: 0px; padding: 5vw 2vw 2vw;}
}

/*--  版面微調  --*/

@media screen and ( max-width: 991px ){}

/*--  共通設定  --*/
@media screen and ( max-width: 991px ){}

/*--  0.kv   --*/

.title-item{ position: absolute;z-index: 90;}
.title01{  width: calc((323 / 1920) * 100%); top: calc((104 /740) * 100%); left: calc((793 / 1920) * 100%);}
.title02{  width: calc((325 / 1920) * 100%); top: calc((102 /740) * 100%); left: calc((1148 / 1920) * 100%);}
.title03{  width: calc((663 / 1920) * 100%); top: calc((286 /740) * 100%); left: calc((823 / 1920) * 100%);}
.title04{  width: calc((166 / 1920) * 100%); top: calc((475 /740) * 100%); left: calc((224 / 1920) * 100%);}
.title05{  width: calc((174 / 1920) * 100%); top: calc((17 /740) * 100%); left: calc((1535 / 1920) * 100%);}
.title06{  width: calc((190 / 1920) * 100%); top: calc((22 /740) * 100%); left: calc((1704 / 1920) * 100%);}
.title07{  width: calc((153 / 1920) * 100%); top: calc((169 /740) * 100%); left: calc((19 / 1920) * 100%);}
.title08{  width: calc((238 / 1920) * 100%); top: calc((31 /740) * 100%); left: calc((173 / 1920) * 100%);}


.title04 img{animation:ani02 1.5s 0s infinite ease-in-out;}
.title05 img{ animation:ani02 1.5s -1s infinite ease-in-out;}
.title06 img{ animation:ani02 1.2s -1.4s infinite ease-in-out;}
.title07 img{ animation:ani02 1.3s -1.2s infinite ease-in-out;}
.title08 img{ animation:ani02 1.8s -0.5s infinite ease-in-out;}

@keyframes ani02{0%{ transform:rotate(0deg);} 10%{transform:rotate(0deg);} 20%{transform:rotate(4deg);} 30%{transform:rotate(-4deg);}  40%{transform:rotate(0deg);} 100%{transform:rotate(0deg);}}


/*--  0.攻略   --*/
.notice{text-align: center;padding: 10px 0 5px;font-size: 0.9rem;line-height: 1.2rem;color: #fff;letter-spacing:0.5px;}

@media screen and ( max-width: 991px ){
.notice{padding: 1vw 5vw;}
}


/*--  0.攻略   --*/
.block0{background:url(../images/bg-5.jpg);padding-bottom: 10px;}
.block0 .blk_body{background:transparent;}


/*--  0.區塊   --*/
.blk_body{background:url(../images/bg-1.jpg);border:6px solid #fff;outline: 2px solid var(--layout-color1);}
.block0 .blk_body{background:transparent;border:0px solid #fff;outline: 0px solid var(--layout-color1);flex-direction: row;display: flex;padding: 20px 87px;}
.half ul{background: url(../images/bg-3.jpg);}


.tips{flex-direction: row;margin: 0 auto;}
.tips-1{width: 444px;}
.tips-1 img{display: block;width: 100%}
.tips-2{width: 579px;}
.blk_pre .tips a{padding: 5px;}
.tips-2 img{width: 100%;height: fit-content;display:grid;padding: 0;}
/* .blk_item{background:transparent;} */

@media screen and ( max-width: 991px ){
.blk_body{border:0px solid #fff;outline:0px solid var(--layout-color1);}
.block0 .blk_body{padding: 2vw;flex-direction: column;}
.tips-1{width: 90vw;}
.tips-1 img{display: block;width: 100%}
.tips-2{width:90vw;}
.tips-2 a{margin: 0.5vw auto;}
.blk_pre .tips a{padding:1vw 0;}
	
}


/*--  標題   --*/
.blk_head{background: url(../images/titlec.png)top center no-repeat;height: 175px;margin: 40px auto 20px;}
.btt{color: #fff;font-size: 70px;padding: 0 0 8px 0;display:flex;align-items: center;justify-content: center;flex-direction: column;}
.btt b{color:#fff;padding-bottom: 7px;font-style: italic;}
.btt small{color:var(--layout-color1)}
.stt{color: #000;font-size: 50px;padding: 0 0 0 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.stt::before{content: '';background: url(../images/before.png)bottom center no-repeat;width: 240px;height: 50px;display: inline-flex;position: relative;margin: 0 -15px 0 0;left: -15px;display: none;}
.stt::after{content: '';background: url(../images/after.png)bottom center no-repeat;width: 240px;height: 50px;display: inline-flex;position: relative;margin: 0  0 0 -15px;right:-15px;display: none;}

@media screen and ( max-width: 991px ){
.tips{margin: 0 auto;}
.blk_head{background: url(../images/titlecm.png)top center no-repeat;height:25vw;margin-bottom:0;background-size:94vw;margin: 2vw auto;}
.btt{padding: 0 0 2.5vw 0;}
.btt b{letter-spacing: 0px;font-size: 11vw;padding-bottom: 0;}
.btt small{letter-spacing: 0px;font-size: 6vw;margin-top: 3vw;}

.stt{margin: 0 auto 2vw;}
.stt{font-size: 8vw;}
.stt::before{content: '';background: url(../images/before-m.png)bottom center no-repeat;width:14vw;height: 8vw;display: inline-flex;margin: 0 -1vw 0 0;left:1vw;background-size: contain;}
.stt::after{content: '';background: url(../images/after-m.png)bottom center no-repeat;;width:14vw;height: 8vw;;display: inline-flex;margin: 0  0 0 -1vw;right:1vw;background-size: contain;}
}


/*--  1.   --*/

.keywordC .round_5p li{width: 200px;height: fit-content;margin-bottom: 30px;}
.keywordC .round_5p img{width: 200px;height: 200px;}
.keywordC .round_5p .font{top: 90%;}

@media screen and ( max-width: 991px ){
	.keywordC .round_5p li{width:40vw;height: fit-content;;margin: 2vw 1.5vw 5vw;padding: 0;}
	.keywordC .round_5p a{justify-content: center}
	.keywordC .round_5p img{width: 40vw;height:40vw;min-width: 40vw;min-height: 40vw;background: #fff;}
}

/*--  2.   --*/

.keywordC .round_5p img{border-color: var(--PV-eslite);background: #fff;}
.keywordC .round_5p .font{background: url(../images/bg-4.jpg);text-align: center;}

.block1 .crosswise_3p:nth-child(1){background: url(../images/cross-img.png)center 10px no-repeat;}
.ribbon{background: var(--PV-eslite);text-align: center;}
.ribbon:before{border-bottom: solid 6px var(--PV-eslite);}
.ribbon:after{    border-left: 25px solid var(--PV-eslite);border-right: 25px solid var(--PV-eslite);}

.zasshi3 ul li h4{color: var(--layout-color2);}
.dis-for-zasshi3,.zasshi3-buy{    background: var(--PV-eslite);}
.zasshi3 ul li .font p{background: var(--layout-color1);}
.hl-4p img{padding: 0 !important;width: 278px !important; height: 278px !important;}

.special_5p_1 .stt-sp h3{background: url(../images/sp-h2.png) top center no-repeat;color: #fff;padding-bottom: 4px;}
.go_btn a{background: url(../images/bg-6.jpg);}

@media screen and ( max-width: 991px ){

.baseline_5pcs .ribbon::after{border-left: 6vw solid var(--PV-eslite);border-right: 6.05vw solid var(--PV-eslite);}
.block1 .crosswise_3p:nth-child(1){background: url(../images/cross-img-m.png)center top no-repeat;padding-top:88vw;background-size: 80vw;}

.hl-4p img{padding: 0 !important;width:44vw !important; height:44vw !important;margin:1vw auto;}
.special_5p_1 .stt-sp h3{background: url(../images/sp-h2-m.png) top center no-repeat;color: #fff;padding-bottom: 4px;background-size: 90vw;height: 17vw;font-size: 6.5vw;margin: 2vw auto 2vw;padding: 4vw 0 0;}
.special_5p_1 .stt-sp{margin: 0 auto;}

.ribbon{padding: 10px 2vw;}

.keywordC .round_5p li:nth-child(even) .font{text-align: center;}
}

.dis-for-zasshi3 big{color: #f3ecc9;}

/*--  3.   --*/

@media screen and ( max-width: 991px ){}


/*--  4.   --*/

@media screen and ( max-width: 991px ){}


/*--  menu.   --*/

.menustyle2{background:url(../images/bg-6.jpg);}
/* .menustyle2 .nav > *{border-bottom: 0.5px solid #fff;} */
.menustyle2 a{color: #fff;}
.menustyle2 .nav-link:focus, .menustyle2 .nav-link:hover,.menustyle2 .nav-link.active{color:var(--PV-font);background:url(../images/bg-1.jpg);}
@media screen and ( max-width: 991px ){
	.blk_pre .tips a{padding: 0.5vw;}
		.go_btn{gap: 1vw;}
}



/*--永久改動--*/
.hightlight img,.toptitle img,.circle img,.published img,.hightlight_5p img,.circle_5p img,.scene img{object-fit: contain;}
.slick-dots li button:before{font-size:32px!important;color:#fff!important;}
.nolink:hover{transform: scale(1)!important;}

@media screen and ( max-width: 991px ){
/* .baseline .font{padding-top: 1vw;} */
		}
		
