@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #C79810; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #C79810; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #C79810; /* キーカラーを指定 */
}


/* オーダーボタン消す 

.orderbox{
	display:none !important;
}

#head_giftbanner_fixed{
	display:none !important;
}*/

/* デフォルト購入ボタンを削除(既存の商品番号で購入させるため) */



.order-button {
display: none !important;
}

.header-buybutton {
transition: all .3s;
}

/* A/Bテスト コントロール表示用 */

#abtest_banner_btm,
#webcm,
.abtest_buybutton {
	display: none;
}

/* h2 スタイルなし */

.no-style {
	border: none;
}
.no-style::after {
	display: none;
}

.item-gift{
	margin-top: 20px!important;
}

/* 題字用 基本レイアウト */

.section p {
	line-height: 1.8;
	font-size: 20px;
	font-size: 2.0rem;
}

.fontsize-small {
	font-size: 17px !important;
	font-size: 1.7rem !important;
	line-height: 1.8; !important;
}

.fontsize-extrasmall {
	font-size: 15px !important;
	font-size: 1.5rem !important;
	line-height: 1.8; !important;
}


em.brown {
	color: #ac6116;
}

em.red,
.red {
	color: #ff0000;
}

em.blue {
	color: #0847ac;
}

e.blue,
.yellow {
	color: #FBFD69;
}


/* 購入ボタン */

.order-arrow {
	display: none;
}

.buybutton {
  font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
  display: block;
  background: #f51d12;
  border: 4px solid #fff;
  border-radius: 300px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  padding: 0;
  margin: 20px auto 50px;
  font-weight: bold;
  box-shadow: 0 1px 8px #888;
  overflow: hidden;
  width: 60%;
  height: 120px;
  font-size: 45px;
  line-height: 120px;
}

.buybutton:hover,
.buybutton:active {
	background: #fff;
	color: #f51d12 !important;
	border-color: #f51d12;
	box-shadow: 0 0 2px #555;
}

.daiji-header .buybutton {
	border: 4px solid #fff;
	font-size: 28px !important;
}

.daiji-header .buybutton:hover,
.daiji-header .buybutton:active {
	border-color: #f51d12;
}

.cta-text {
	background: url(../../images/parts/cta_text_bg.png) center top no-repeat;
	background-size: 280px;
	color: #333;
	font-family: 'NotosansJP', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 25px !important;
	line-height: 1.5 !important;
	margin: 30px 0 5px;
	padding: 15px 0 20px;
	text-shadow: 0 1px 0 #fff;
}

.cta-text em {
	color: #da0707;
}

.topimage .order-fixed2 {
	border: 2px solid #fff;
}

.topimage .order-fixed2:hover,
.topimage .order-fixed2:active {
	border-color: #f51d12;
}

#contentspage-link {
	width: 80%;
	margin: 30px auto 0;
}


/* HEAD Gift Banner */

#head_giftbanner,
#head_timer {
	display: none;
    background: #a21217;
    height: 86px;
}

#head_giftbanner div {
	height: 86px;
	width: 1050px;
	margin: 0 auto;
}

#head_giftbanner div {
	background: #a21217 url(../../puzzle/img/giftbanner_pc.png) center center no-repeat;
}

#head_timer {
	background: #a21217 url(../../puzzle/img/giftbanner_pc2.png) center center no-repeat;
}

#timer-inside {
    width: 1050px;
    margin: 0 auto;
    position: relative;
}

.yycountdown-box {
    font-family: 'NotosansJP', sans-serif;
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 42px !important;
    font-weight: 700;
    color: #fff306 !important;
    text-shadow: 0 2px 4px #333;
}

.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
	color: #fff;
    font-size: 26px;
    padding: 0 3px;
}


/* gift fixed banner with buybutton */

#head_giftbanner_fixed {
		position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;;
    border-top: none;
/*ギフト掲載時表示      background: rgba(220, 244, 176, 0.97);
    border-top: 2px solid #b1cb86;  */
    z-index: 100000000;
    height: 96px;
}

#head_giftbanner_fixed p {
	display:block;
	margin: 0 20px;
	height: 96px;
/*ギフト掲載時表示  width: 1050px;
	margin: 0 auto;
	background: url(/puzzle/img/giftbanner_pc_fixed.png) left center no-repeat;  */
	position: relative;
}

#head_giftbanner_fixed p a {
    display: block;
    font-size: 22px !important;
    width: 300px !important;
    height: 60px !important;
    line-height: 54px !important;
    border-width: 3px;
    box-shadow: 0 2px 6px #888 !important;
    margin: 0;
    transition: bottom .3s,background .3s,box-shadow .3s,border .3s;
    background: #fa0046;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    line-height: 60px !important;
    border: 3px solid #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: all .3s;
}

#head_giftbanner_fixed p a:hover,
#head_giftbanner_fixed p a:active {
		background: #fff;
    color: #fa0046 !important;
    border-color: #fa0046;
    box-shadow: 0 0 2px #555;
}

.fixed-buy-button {
	display: none;
}


/* giftbanner */

.giftbanner-normal {
	background: url(/puzzle/img/giftbanner.jpg) center center no-repeat;
	display: block;
	width: 920px;
	height: 560px;
	margin: 30px auto;
}


/* buybutton expansion */

.buybutton-temp, .listbutton {
	margin-bottom: 20px;
}

.buybutton-temp a, .listbutton a {
    width: 130%;
    height: 140px;
    font-size: 48px;
    line-height: 132px;
    margin-left: -15%;
/*    background: #fa0046; */
}


/* top image */

.ldp-top {
	background: #fbdb78 url(../../puzzle/img/puzzle2021_title_bg_pc.jpg) top center no-repeat;
	background-size: 1400px;
	margin-bottom: 30px;
}

.bx-wrapper {
	display: none;
}

#test-b {
	background: #AA8251 url(../../nihonnouta2021/img/nihonnouta2021_topimage02.jpg) top center no-repeat;	
}
#test-c {
	background: #AA8251 url(../../nihonnouta2021/img/nihonnouta2021_topimage03.jpg) top center no-repeat;
	margin-top: 10px;
}

.ldp-top,
.ldp-top .section {
	height: 610px;
}

.ldp-top .section {
	background: none;
	position: relative;
}

.ldp-top img {
	width: auto;
	margin-bottom: 0;
}

.ldp-top h1,
.ldp-top p {
	border-top: none;
	padding: 0;
	margin: 0;
	position: absolute;
}

.ldp-top h1 {
	top: 20px;
	left: 20px;
}

#test-c h1 {
	top: 2px;
	left: 0px;
}

.ldp-top p {
	bottom: 10px;
	left: 20px;
}
.ldp-top p img {
	width: 90%;
}

.ldp-top a {
    font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
    display: block;
    background: #fa0046;
    border: 3px solid #fff;
    width: 380px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 2px 6px #555;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    transition: bottom box-shadow background color border-color .3s !important;
}

.ldp-top a:hover,
.ldp-top a:active {
	color: #fa0046;
	background: #fff;
	border-color: #fa0046;
}

.ldp-top .orderbox {
		display: block;
    position: absolute;
    bottom: 50px;
    right: 16px;
}

.ldp-top .title1,
.ldp-top .title2,
.ldp-top .title3,
.ldp-top .title4,
.ldp-top .title8 {
	position: absolute;
}

.ldp-top .sp.title5,
.ldp-top .sp.title6,
.ldp-top .sp.title7 {
	display: none;
}

.ldp-top .title1 {
	top: 25px;
	right: 0;
}

.ldp-top .title2 {
    left: -100px;
    top: 15px;
    display: none;
}

.ldp-top .title3 {
  right: 5px;
  top: 340px;
}

.ldp-top .title4 {
	top: 458px;
}

.ldp-top .title8 {
	top: 448px;
  right: -4px;
}

#topimage2 {
display: none;
}


/* トップイメージ */

.daiji-header {
	height: 680px;
}

.daiji-title {
	background: #bd1111 url(../../puzzle/img/puzzled_1_titlebg.jpg) top center no-repeat;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	z-index: 10;
	text-indent: -9999px;
}

.daiji-topimage {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 170px;
	background: #fbda78 url(../../puzzle/img/puzzled_1_itemphoto.jpg) center center no-repeat;
	background-size: 1200px !important;
	z-index: 1;
}

.daiji-topimage-nogift {
	background: #fbda78 url(../../puzzle/img/puzzled_1_itemphoto_center.jpg) center center no-repeat;
}

.daiji-topimage,
.daiji-topimage .section {
		height: 510px;
}

.daiji-topimage .section {
	position: relative;
}

.daiji-topimage .copy1 {
	width: 680px;
	height: auto;
	position: absolute;
	top: 0;
}

.daiji-topimage .copy2 {
	width: 600px;
	height: auto;
  bottom: 0;
	position: absolute;
}


.daiji-topimage .copy1 img,
.daiji-topimage .copy2 img {
	width: 100%;
}

.header-gift {
	position: absolute;
	right: 0;
	top: 10px;
	width: 270px;
	height: 328px;
	display: block;
	margin-bottom: 0;
	box-shadow: 0 1px 8px #777;
}

.topimage .header-buybutton {
	position: absolute;
	bottom: 40px;
	right: 0;
  width: 400px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
}

#topicpath {
	display: none;
	z-index: 100;
}
#sns_top {
	z-index: 1000;
}

#topicpath {
	padding: 8px 0 0;
}
#topicpath ul {
	border: none;
}
#topicpath ul li,
#topicpath ul li a {
	color: #d8a4a1;
}

.topimage, .whole-topimage {
	background: none;
}


/* ギフトブロック */

.gift-block {
/*	background: url(../../puzzle/img/puzzled_giftbg.jpg) center center no-repeat;*/
	background-size: 100%;
	background-size: cover;
}

.gift-block .section {
	padding-bottom: 0;
}

.gift-block p {
	width: 710px;
	margin: 30px auto 0;
}

.gift-block p img {
	box-shadow: 0 0 6px #777;
	margin-bottom: 0;
}


/* UV */

.uvlist {
	padding-left: 50px;
	padding-right: 50px;
	background: #54902e url(../../puzzle/img/puzzled_2_uvbg.jpg) center center no-repeat;
	background-size: 100%;
	background-size: cover;
	margin: 50px auto 10px;
	box-sizing: border-box;

}

.uvlist a {
	color: #fff;
}

.uvlist a:visited {
	color: #fff !important;
}

.uvlist a:hover,
.uvlist a:active {
	color: #54902e !important;
	opacity: 0.7;
	text-decoration: underline;
}

.uvlist h2 {
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #333;
}

.uvlist h2 span {
	font-size: 32px;
	font-size: 3.2rem;
	display: inline;
	font-weight: bold;
}

.uvlist .uv {
	background: #fff;
	border: none;
	margin-bottom: 25px;
	box-shadow: 0 1px 6px #666;
}

.uvlist .male {
	background: #fff url(../../images/parts/uv_icon_male.png) top left no-repeat;
	background-size: 15%;
}

.uvlist .female {
	background: #fff url(../../images/parts/uv_icon_female.png) top left no-repeat;
	background-size: 15%;
}


.uvlist .uv p {
	margin-left: 60px;
}

.uvlist .uv em {
	color: 
}

.uvlist a {
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 15px 0;
	margin: 30px auto !important;
	text-decoration: none;
	display: block;
	width: 650px;
}

.uvlist a:hover,
.uvlist a:active {
	border: none;
	background: #fff;
	color: #54902e;
	text-decoration: none;
	border: 2px solid #fff;
	opacity: 1;
}

.uvlist a span {
	border-bottom: 1px solid #fff;
}

.uvlist a:hover span,
.uvlist a:active span {
	border-color: #54902e;
}

.uvlist .annotation {
	color: #a7d18c !important;
}


/* Overview */

#overview {
	margin: 0;
	padding: 0;
	
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top, #fffdcd 10%, #ffffff 25%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, fffdcd 10%,#ffffff 25%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fffdcd 10%,#ffffff 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#overview-inside {
	background: url(../../puzzle/img/puzzled_3_puzzleimage.png) top center no-repeat;
	background-size: 1200px;
	padding-top: 250px;
}

#overview h2 {
	color: #ff0000;
	border: none;
	margin-bottom: 0;
  text-shadow: 0 0 6px #fff;
}

#overview h2 span {
	font-size: 70px;
    font-size: 7.0rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
}

#overview h2::after {
	background: #ff0000;
}

#overview .whole-bg {
	background: #fff;
	border: 2px solid #2a8900;
	border-radius: 10px;
	margin: 30px 0 0;
}

#overview .whole-bg .section {
	border-radius: 12px;
}

#overview .whole-bg h2 {
	color: #2a8900;
	padding: 0;
	border-bottom: 2px solid #2a8900;
	display: inline;
}
#overview .whole-bg h2::after {
	display: none;
}

#overview .whole-bg h3 {
    color: #d62776;
    padding: 0;
    margin-bottom: 10px;
}
#overview .whole-bg h3::before {
	display: none;
}

.attention {
	border: 1px solid #888;
	padding: 5px 8px;
}

/* contents */

#contents-block h2 {
	position: relative;
	margin-top: -30px;
	box-shadow: 0 2px 6px #bbb;
	padding: 0;
}

.con1, .con2, .con3 {
	display: block;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
}

.con1 {
	background: #e5cd77;
	color: #151515;
	width: 100%;
	font-size: 40px;
	padding: 5px 0;
}

.con2 {
	background: #e91919;
	color: #fff;
	width: 100%;
	font-size: 60px;
	font-weight: bold;
	padding: 15px 0 10px;
}

.con3 {
	font-size: 30px;
	font-family: sans-serif;
	width: 520px;
	color: #fffd5d;
	border-top: 2px solid #fffd5d;
	border-bottom: 2px solid #fffd5d;
	padding: 8px 0;
	margin: 15px auto;
}


#contents-block {
	background: #F5F3C0;
	padding-bottom: 1px;
	margin-top: 100px;
}

.movie {
	background: #1d86bd;
	padding: 10px 20px 30px;
	border-radius: 10px;
  width: 1010px;
}

.movie br {
	display: none;
}

.movie iframe {
	border-color: #165370;
}

.section.movie {
	width: 1110px !important;
	margin: 30px auto 0;
	border-radius: 20px;
	background-size: 100%;
	background-size: cover;
}

.movietitle {
	color: #fff;
	text-shadow: 0 -1px 0 #333;
	font-size: 32px !important;
	font-weight: bold;
	margin-bottom: 10px !important;
}

#guidebook {
	margin-top: 30px;
}

#guidebook .section {
	background: #fff !important;
	border-radius: 10px;
	position: relative;
	padding-top: 165px;
}

.guidebook-title {
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	background: url(../../puzzle/img/puzzled_5_title.png) top left no-repeat;
  height: 240px;
  background-size: 100%;
  text-indent: -9999px;
}


.puzzle-info {
	background: #fff !important;
	border-radius: 10px;
	padding: 0;
	margin-top: 30px;
	border: 2px solid #7b1e1e;
}

.column2 {
	background: #fff;
	width: 642px;
	padding: 20px 20px 370px;
	border-radius: 10px;
	margin: 30px 0;
}
.drill {
	background: #fff url(../../puzzle/img/puzzled_4_drillbg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.section .puzzle-info h3 {
	color: #052591;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0 10px;
	text-align: center;
	line-height: 1.3 !important;
}

.puzzle-info p {
	line-height: 1.6 !important;
}

.puzzle-info em {
	font-family: serif;
	font-size: 22px;
	font-size: 2.2rem;
}

.puzzle-info .fontsize-extrasmall {
	display: block;
	background: #7b1e1e;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 8px 8px;
	min-height: 170px;
}


.puzzle-info .high-height {
	min-height: 230px;
}

.puzzle-info .fontsize-extrasmall span {
	font-size: 12px;
	opacity: 0.7;
	display: block;
	line-height: 1.4;
	padding-top: 5px;
}

.book-contents {
	background: #faf2f2;
	border: 2px solid #af5c5c;
	border-radius: 10px;
	padding: 15px;
}

.book-contents li {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	list-style: square;
	font-weight: bold;
}

.book-contents .title {
	border-bottom: 2px solid #af5c5c;
	font-size: 20px !important;
	font-size: 2.0rem !important;
	margin-bottom: 15px;
}

.book-contents li span {
	font-weight: normal;
}

.puzzle-no {
	margin-bottom: 0 !important;
}

.puzzle-no img {
	border-radius: 8px;
	margin-bottom: 0;
}

.shadow {
	box-shadow: 0 2px 6px #aaa;
	width: 95%;
	margin: 0 auto;
}

.quiz {
	margin-top: 10px;
	margin-bottom: 0 !important;
	border-radius: 6px;
}


/* Interview */

#interview h2 {
	color: #146ab4;
	text-align: center;
	font-size: 50px;
	font-size: 6.0rem;
	line-height: 1.2;
}

#interview h2::after,
#interview h3::before {
	background: #146ab4;
}

#interview h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

#interview em {
	color: #146ab4;
}

#interview ul .title {
	display: block;
}

#interview ul .title span {
	display: block;
	background: #146ab4;
    display: block !important;
    width: 300px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    text-shadow: 0 -1px 0 #111;
    margin-bottom: 5px;
    margin-left: -20px;
}

#interview ul li {
	border-bottom: 1px solid #ddd;
	list-style-position: inside;
	padding: 5px 10px;
	margin: 0;
}



#interview .underline {
	border-color: #146ab4;

}

#interview h2 span {
	font-size:24px;
	font-size: 2.4rem;
	letter-spacing: -1px;
	color: #555;
	padding-top: 10px;
	font-weight: bold;
	font-family: sans-serif;
}

#interview h4 {
	padding-bottom: 5px;
	margin-top: 15px;
}

#interview .profile {
	background: #e6ddcc;
	border-radius: 8px;
}

#interview .profile p {
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;	
	margin-bottom: 0;
}

#interview .profile p img {
	margin-bottom: 5px;
}


#interview .profile p .name {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#interview .profile p .sub {
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2 !important;
}

#interview .whole-bg {
	background: #f3f2d8;
}
#interview .whole-bg .section {
	background: none;
}



/* Point */

#point {
	background: #fff url(../../puzzle/img/puzzled_7_bg2.jpg) top center no-repeat;
	background-size: 1200px;
	padding: 50px 0 20px;
}

#point .section {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 12px #ccc;
	margin-top: 550px;
}

#point h2 {
	font-size: 44px;
	border-top: none;
	margin-top: 0;
	margin-bottom: 0;
}

#point h2::after {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.feature div {
	margin-bottom: 5px;
}

#point p.point-number {
	margin-left: 120px;
	height: 60px;
	width: 70px;
}

.point-number {
	line-height: 0.8 !important;
}

p.point-number span {
    font-size: 40px;
}

.feature h3 {
    font-size: 30px;
    padding-top: 14px;
}

#point .feature div {
	border: none;
	padding-bottom: 0px;
	min-height: 80px;
}

#point .feature h3 {
  padding-left: 210px;
}



/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


/* 電話導線CTA (題字商品SPページのみ) */
.first-price .order-option::after {
    content: "";
    width: 100vw;
    display: block;
    height: 100vw;
    background: url(/images/parts/tel_cta_sp.png) top center no-repeat;
        background-size: auto;
    background-size: cover;
    margin-left: -3vw;
}


.header-gift {
  display: none;
}

/* giftbanner */

.giftbanner-normal {
    background: url(/puzzle/img/giftbanner_sp.jpg) center center no-repeat;
    display: block;
    width: 100%;
    height: 100vw;
    margin: 0;
    background-size: 100%;
}

.section p {
    font-size: 5vw;
}

.daiji-topimage .section {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.daiji-title {
    background: #bd1111 url(../../puzzle/img/puzzled_1_titlebg_sp.jpg) top center no-repeat;
    width: 100%;
height: 40vw;
background-size: 98%;
	position: relative;
	top: auto;
	left: auto;
}

.daiji-topimage .copy1,
.daiji-topimage .copy2 {
	display: none;
}

.daiji-topimage,
.daiji-topimage-nogift {
    background: #fbda78 url(../../puzzle/img/puzzled_1_itemphoto_sp.jpg) top center no-repeat;
    background-size: 100% !important;
	padding-top: 0;
	position: relative;
}

.daiji-topimage, .daiji-topimage .section,
.daiji-header {
	height: auto;
  min-height: 95vw;
}

.buybutton,
.topimage .header-buybutton {
	border: 3px solid #fff;
	box-shadow: 0 1px 6px #888;
	width: 90%;
	height: 10vh;
	font-size: 6vw !important;
	line-height: 10vh;
	margin-top: 10px;
	margin-bottom: 20px;
}

.topimage .header-buybutton {
	line-height: 10.5vh;
  position: absolute;
  right: 4vw;
}

.buybutton:hover,
.buybutton:active,
.topimage .header-buybutton:hover,
.topimage .header-buybutton:active {
	background: #fff;
	color: #f51d12 !important;
	border-color: #f51d12;
	border-width: 3px;
	box-shadow: 0 0 2px #555;
}

.topimage .header-buybutton,
.topimage .header-buybutton:hover,
.topimage .header-buybutton:active {
  margin: 10px auto;
	bottom: 10px;
}

.topimage .orderbox {
	height: 0;
	margin-bottom: 0;
}

.daiji-header .section p {
	margin-bottom: 0;
}

.topimage .order {
	display: none;
}

.topimage .order-fixed1 {
	display: block;
}

.cta-text {
    background: url(../../images/parts/cta_text_bg.png) center bottom no-repeat;
    background-size: 20%;
    font-size: 4.5vw !important;
    line-height: 1.5 !important;
    margin: 20px 4vw 4vw !important;
    padding: 0 0 11vw;
}

.cta-text br,
.cta-text span {
	display: none;
}

#overview-inside {
    background: url(../../puzzle/img/puzzled_3_puzzleimage_sp.png) top center no-repeat;
        background-size: auto auto;
    background-size: 100%;
    padding-top: 76vw;
}

#overview-inside .whole-bg {
	width: 94% !important;
}

h2::before {
	display: none;
}

h2 {
	font-size: 5vw;
}

#overview h2 span {
    font-size: 8.8vw;
    letter-spacing: -2px;
}

h2::after {
    margin-bottom: 20px;

}

.movie {
    width: 96vw;
    margin: 0 auto;
    padding: 4vw 2vw 5vw;
    border-radius: 0;
}

.movie iframe {
    width: 96% !important;
    height: 52vw !important;
    border: 0.8vw solid #ccc;
}

.movie br {
	display: block;
}

.movie p {
	padding-top: 0;
}

.section.movie {
    border-radius: 0;
    background-size: contain;
	box-sizing: border-box;
	margin: 0 !important;
	width: 100% !important;
}

.movietitle {
    font-size: 5.5vw !important;
    line-height: 1.4 !important;
    padding: 0 0 1vw;
}

.gift-block p {
    width: 100%;
}

.gift-block img {
width: 100%;
}


#overview .whole-bg {
	margin: 0 3% 20px !important;
	width: 94% !important;
	box-sizing: border-box;
}

#overview .whole-bg img {
    width: 65%;
    margin: 0 auto;
}

#contentspage-link {
    width: 100%;
    margin: 30px auto;
}

.uvlist {
    padding-left: 20px;
    padding-right: 20px;
    background: #54902e;
    margin: 0 !important;
    width: 100% !important;
	box-sizing: border-box;
}

.uvlist h2 span {
	font-size: 2.4rem;
}

.uvlist .col2-1 {
	margin-bottom: 0;
}

.uvlist h2 {
	margin-bottom: 20px;
}

.uvlist .male,
.uvlist .female {
  background-size: 20%;
	padding: 8px;
	margin-bottom: 10px;
}

.uvlist .uv p {
    margin-left: 15vw;
    font-size: 4.5vw !important;
    line-height: 1.6;
}

.uvlist a {
    padding: 15px 5vw;
    width: 100%;
    font-size: 4vw;
    box-sizing: border-box;
    line-height: 1.4;
}

.uvlist .annotation {
    font-size: 3.4vw !important;
}

#contents-block {
    margin-top: 60px;
}

.con1 {
    font-size: 5.5vw;
}

.con2 {
	font-size: 7.8vw;
  padding: 10px 0 5px;
  letter-spacing: -3px;
}

.con3 {
    font-size: 5vw;
    width: 100%;
    padding: 6px 0;
    margin: 5px auto;
}

.puzzle-info {
    margin-top: 0;
}

.puzzle-info .high-height {
	min-height: auto;
}

.column2 {
    width: 100%;
    padding: 10px 15px 28vh;
    margin: 10px 0 0;
    box-sizing: border-box;
}

#guidebook {
    margin-top: 20px;
}

#guidebook,
#guidebook .section {
	margin-bottom: 0 !important;
}

.guidebook-title {
    position: relative;
    width: 100%;
    background: url(../../puzzle/img/puzzled_5_title_sp.jpg) top left no-repeat;
    height: 22vw;
	background-size: 100%;
	top: 0;
}

#guidebook .section {
    background: #fff !important;
    border-radius: 0;
    position: relative;
    padding-top: 0;
    padding: 0 !important;
}

#guidebook .section p {
	padding-left: 3%;
	padding-right: 3%;
}

.book-contents {
    margin: 0 3% 20px;
}

#interview .whole-bg,
#interview .whole-bg .section {
	margin-bottom: 0 !important;
}

#interview h2 {
    font-size: 7vw;
    letter-spacing: -2px;
	margin-bottom: 30px;
}

#interview h2 span {
    font-size: 4.5vw;
}

#interview h3 {
    font-size: 5vw;
    margin-bottom: 10px;
}

#interview .underline {
    border-color: #146ab4;
    font-size: 4.8vw;
}

#interview .profile p img {
    width: 50%;
    margin: 0 auto;
}

#interview .per20 img {
	width: 60%;
	margin: 0 auto;
}

#interview ul .title span {
    margin-left: auto;
    margin-right: auto;
	width: 90%;
	box-sizing: border-box;
}

#point {
    background-size: 125%;
	margin-bottom: 0;
}

#point .section {
    margin-top: 50vw;
}

#point h2 {
    font-size: 8vw;
    line-height: 1;
}

#point p.point-number {
    margin-left: 10px;
    height: 48px;
    width: 60px;
}

p.point-number span {
    font-size: 42px;
}

#point .feature h3 {
    padding-left: 85px;
    font-size: 5.5vw;
    padding-top: 6px;
}

#point .feature div {
    min-height: 75px;
}

#sns_btm {
    width: 200px;
}


/* gift fixed banner with buybutton */

#head_giftbanner_fixed {
	display: none;
}


/* HEAD Gift Banner */

#head_giftbanner,
#head_timer,
#head_giftbanner div {
    height: 22vw;
    width: 100%;
}

#head_giftbanner div {
	background: #a21217 url(../../puzzle/img/giftbanner_sp.png) center center no-repeat;
	background-size: contain;
}

#head_timer {
	background: #a21217 url(../../puzzle/img/giftbanner_sp_countdown.png) center center no-repeat;
	background-size: contain;
}

#timer-inside {
    width: 100%;
}

.yycountdown-box {
    font-family: 'NotosansJP', sans-serif;
    position: absolute;
    left: auto;
    top: 4px;
    right: 2vw;
    font-size: 42px;
    font-weight: 700;
    color: #fff306 !important;
    text-shadow: 0 2px 4px #333;
    letter-spacing: -13px;
}

.yycountdown-box span {
	font-size: 7.5vw;
	letter-spacing: 0px;
}

.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
    font-size: 5vw !important;
    padding: 0 0.5vw;
}

.fixed-buy-button {
	display: block !important;
}


/* buy button */


.buybutton-temp, .listbutton {
	margin-bottom: 2vw;
}

.buybutton-temp a, .listbutton a, .buybutton {
    width: 100%;
    height: 23vw;
    font-size: 5.8vw;
    line-height: 22vw;
    margin-left: 0;
    margin-top: 4vw;
    /* background: #fa0046; */
}

.buybutton {
	width: 98%;
}


/* top image */

.ldp-top {
    background: #ffd575 url(../../puzzle/img/puzzle2021_title_bg_sp.jpg) bottom center no-repeat;
    margin-bottom: 30px;
    background-size: 108vw;
    height: 108vw !important;
/* トップイメージ上の購入ボタンを非表示に     margin-bottom: 45vw; */
    margin-bottom: 32vw;
}

.ldp-top .title1,
.ldp-top .title2,
.ldp-top .title3,
.ldp-top .title4 {
	display: none;
}

.ldp-top .sp.title5,
.ldp-top .sp.title6,
.ldp-top .sp.title7 {
	display: block;
	position: absolute;
}

.ldp-top .sp.title5 img,
.ldp-top .sp.title6 img,
.ldp-top .sp.title7 img {
	width: 100%;
}

.ldp-top .title8 {
    background: #FBDC78;
    top: 108vw;
    right: auto;
    width: 100vw;
    display: block;
    left: -3vw;
}

.ldp-top .title8 img {
    width: 90%;
    margin: 10vw auto 2vw;
}


.title5 {
	top: 3vw;
  left: -1vw;
  width: 96vw;
}

.title6 {
    width: 23vw;
    top: 28vw;
    left: -2vw;
}

.title7 {
	top: 97vw;
}

.ldp-top a {
/* トップイメージ上の購入ボタンを非表示に */ display: none;
    width: 78%;
    font-size: 6vw;
    height: 15vw;
    line-height: 15vw;
    border: 1vw solid #fff !important;
    box-shadow: 0 2px 4px #aaa;
    margin: -60px auto 0;
    transition: none;
}

.ldp-top .orderbox {
    top: 145vw;
    right: 0;
    width: 100%;
}



}/* Media Query for SmartPhone */




/* abtest banner bottom START *

.order-fixed2 {
display: none !important;
}

#abtest_banner_btm {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: rgba(255,255,255,0.9);
border-top: 2px solid #BD1111;
padding: 10px 0;
height: 100px;
z-index: 10000;
}

#abtest_banner_btm .section {
position: relative;
}

#abtest_banner_img {
width: 628px;
height: 98px;
background: url(/puzzle/img/puzzled_gift_banner_btm.jpg) top left no-repeat;
text-indent: -9999px;
display: block;
}

#abtest_banner_btm_link a {
position: absolute;
bottom: 40px;
right: 0;
width: 400px;
height: 80px;
line-height: 80px;
font-size: 28px;
border: 3px solid #fff;
font-size: 26px !important;
font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
display: block;
background: #f51d12;
width: 390px;
border-radius: 60px;
color: #fff;
text-decoration: none;
text-align: center;
padding: 0;
margin: 0 auto 10px;
font-size: 35px;
font-weight: bold;
box-shadow: 0 1px 6px #777;
height: 70px;
line-height: 70px;
overflow: hidden;
}

#abtest_banner_btm_link a:hover,
#abtest_banner_btm_link a:active {
border-color: #f51d12;
color: #f51d12;
background: #fff;
}

@media screen and (max-width: 767px) {

#abtest_banner_btm {
    height: 16vw;
}

#abtest_banner_img {
    width: 40vw;
    height: 16vw;
    background: url(/puzzle/img/puzzled_gift_banner_btm_sp.jpg) top left no-repeat;
    background-size: contain;
}

#abtest_banner_btm_link a {
    position: absolute;
    bottom: 3vw;
    right: 0;
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    border: 2px solid #fff;
    font-size: 3.5vw !important;
    font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
    display: block;
    background: #f51d12;
    width: 53vw;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 35px;
    font-weight: bold;
    box-shadow: 0 1px 4px #777;
    height: 14vw;
    line-height: 14vw;
    overflow: hidden;
}

}/*media query*/

/* abtest banner bottom END */






/* abtest webCM START *

#webcm {
	display: block;
}

/* abtest webCM END */






/* abtest staff try Movie START *

#stafftry {
	display: block;
}

/* abtest staff try Movie END */






/* abtest many buy button START *

.abtest_buybutton {
	margin-top: 10px;
	display: block;
}

/* abtest many buy button END */



/* abtest 2d puzzle contents */

.whole-bg.quiz {
	background: #a3eae3;
	box-shadow: 0 0 8px #bbb;
}

.whole-bg.quiz .section {
	background: none;
}

.whole-bg.quiz .accordion-block {
	background: #a3eae3;
	padding: 0 20px 20px;
}

.whole-bg.quiz,
.whole-bg.quiz .section {
	border-radius: 8px;
}

.whole-bg.quiz h2 {
    font-family: NotoSansJP !important;
    font-weight: 700;
    color: #009183;
    margin-bottom: 10px;
}

.whole-bg.quiz h2::after {
	background: #009183;
}

.whole-bg.quiz h2 span {
    color: #333;
    font-weight: 500;
    display: inline;
    padding-right: 5px;
}

.whole-bg.quiz h3 {
    padding: 15px 20px;
    background: #e8ffd6;
}

.whole-bg.quiz h3::before {
	background: #009183;
}

.whole-bg.quiz h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 5px;
}

.quiz-block {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 20px;
}

.whole-bg.quiz .per40 {
	width: 30%;
}

.whole-bg.quiz .per60 {
	width: 68%;
}

.accordion-block div {
	background: #406eb0;
}


@media screen and (max-width: 767px) {
	
.whole-bg.quiz, .whole-bg.quiz .section {
    border-radius: 0;
}

.quiz-block {
	margin-bottom: 20px;
}

.quiz-title {
	    width: 103% !important;
    margin: -4% -2% 0 !important;
}

.quiz .section p {
    font-size: 4.2vw;
    line-height: 1.55;
    margin-bottom: 3vw;
}

.whole-bg.quiz h2 span {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
}

.quiz-block {
    padding: 3vw;
}

.whole-bg.quiz h2 {
  padding-bottom: 0;
	font-family: 'NotoSansJp', sans-serif !important;
 }

h2::after {
    margin: 2vw 0 0;
}

.whole-bg.quiz .per40,
.whole-bg.quiz .per60 {
	width: 100%;
}

.whole-bg.quiz h3 {
   padding: 15px 20px;
    background: #e8ffd6;
    line-height: 1;
    margin: 20px 0 5px;
}

.whole-bg.quiz .order1,
.whole-bg.quiz .order1 img,
.whole-bg.quiz .per60 {
	margin-bottom: 0;
}

.whole-bg.quiz img {
	margin-bottom: 0;
}

.whole-bg.quiz .brain img {
	width: 70%;
	margin: 0 auto;
}

.whole-bg.quiz .accordion-block {
    background: #a3eae3;
    padding: 0 0 3vw;
    margin-top: -5vw;
}

.accordion-block div div {
    border-radius: 0 0 15px 15px;
    padding: 2vw;
}


} /* @media query */

