@charset 'UTF-8';
/*----------------------------------------------------------------------------

共通

-----------------------------------------------------------------------------*/
*{
	transition-duration:0.1s;
	/*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
	box-sizing: border-box;
/*		transition: all .2s;*/

}
body{
	box-sizing: border-box;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 1.7;
	font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
	margin-bottom:119px;
}
.marker_y{
background: linear-gradient(transparent 65%, #ffff66 65%);
}
@media screen and (min-width: 768px){
body{
	margin-bottom:110px!important;
	}
}


body *{
  box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
}

.SPbreak{
	display:block;
}
.PCbreak{
	display:none;
}
@media screen and (min-width: 768px){
.SPbreak{
	display:none;
	}
.PCbreak{
	display:block;
	}
}

#wrapper{
	box-sizing: border-box;
	max-width:100%;
	margin: 0 auto;
	padding:0px;
}


.main_contents_Box{
	box-sizing: border-box;
	max-width:90%;
	margin: 0px auto;
	position:relative;
/*	background:#fff;
	padding:45px;*/

}
.bgwhite{
	background:#fff;
}

@media screen and (min-width: 768px){
.main_contents_Box{
	max-width:1080px;
	}
}

.detail{
	padding:60px 0 60px;

}
.detail_contact{
	padding:20px 0 20px;
}

.cardbg{
	background:rgba(9,63,133,.2);
	background-image: linear-gradient(0deg, transparent 31px, rgba(255,255,255,.3) 32px),
	linear-gradient(90deg,  transparent 31px, rgba(255,255,255,.3) 32px);
background-size: 32px 32px;
}

.card__cp{
 /* background: url("../images/face.png") no-repeat 105% 100%, linear-gradient(110deg, #004894 0%, #004894 40%, #22A5DE 80%, #22A5DE 100%) fixed;*/
  background:  linear-gradient(110deg, #004894 0%, #004894 40%, #22A5DE 80%, #22A5DE 100%) fixed ;
  background-size: 700% 700%;
  animation: GradietionAnimation 8s ease infinite;
  margin: 0 0 0;
/*  background-size:20% , cover;*/
	position:relative;
	z-index:0;
	padding:50px 0 40px ;
}
@media screen and (min-width: 768px){
.card__cp{
	padding:40px 0  ;
	}

}


@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@media all and (min-width: 320px) and (max-width: 1280px) {
.faceImg{
	position:absolute;
	right:79%;
	top:0%;
	z-index:-1;
	display:none;
	}
}





@media screen and (min-width: 768px){
.faceImg{
	position:absolute;
	right:78%;
	top:0%;
	z-index:-1;
}
.faceImg img{
	max-width:820px;
}
}

/*----------------------------------------------------------------------------

共通の見出し

-----------------------------------------------------------------------------*/
.title_h2{
	font-weight:700;
	text-align:center;
	font-size:1.6rem;
	position: relative;
	display: block;
	margin-bottom: 2em;
	padding: 0 0 0px;
	line-height:1.2;
}
.title_h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 10px;
  background:rgba(9,63,133,1);
}
@media screen and (min-width: 768px){
.title_h2{
	font-size:2.2rem;
	}
}
.fukidashi_text{
	color:rgba(9,63,133,1);
	text-align:center;
	font-weight:700;
	font-size:.8rem;
}
@media screen and (min-width: 768px){
.fukidashi_text{
	font-size:1.3rem;
	}
}
.fancp_list{
	font-size:.9rem;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
.fancp_list{
	max-width:950px;
	}

}

.fancp_list li::before{
	content:"※";
}
.fancp_list li{
	text-indent:-1em;
	padding-left:1em;
}

.service_end{
	text-align:center;
	font-size:1rem;
	margin:30px 0 30px;
	font-weight:700;
	color:#C30E23;
}
.color_white{
	color:#fff;
}
.color_white:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 10px;
  background:#fff;
}


/*----------------------------------------------------------------------------

8.28のキャンペーン内容

-----------------------------------------------------------------------------*/
.main_img{
	text-align:center;
}
.loopSlide {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin:45px 0 0;
}
.loopSlide img {
  width: 100%;

}
.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.balloon {
	position: relative;

}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
}

.copy_commnet_cp{
	font-weight:500;
	font-size:.7rem;
	text-align:left;
	margin: 5px auto 0;
	color:#fff;
}

/*---------------ドアラ設定------------------*/
.catch_doara{
	position:absolute;
}
.date01{
	right:-0px;
	bottom:-33px;
	
}
.date01 img{
	max-width:100px;
}

 .date02 , .date03 , .date04 , .date05 , .date06 , .date07{
/*	transform-origin: left bottom;
	animation: yurayura 3s linear infinite;*/
}


@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

@media screen and (min-width: 768px){
.date01{
	right:-0px;
	bottom:-30px;
	}
.date01 img{
	max-width:100%;
	}
}

.date02{
	left:-0px;
	top:-260px;
}
.date02 img{
	max-width:80px;
}
@media screen and (min-width: 768px){
.date02{
	left:50px;
	top:-90px;
	}
.date02 img{
	max-width:100%;
	}
}
.date03{
	right:-0px;
	top:40px;
}
.date03 img{
	max-width:83px;
}
@media screen and (min-width: 768px){
.date03{
	right:30px;
	top:-0px;
	}
.date03 img{
	max-width:130px;
	}
}
.date04{
	left:-0px;
	top:-150px;
}
.date04 img{
	max-width:85px;
}
@media screen and (min-width: 768px){
.date04{
	left:40px;
	top:-50px;
	}
.date04 img{
	max-width:120px;
	}
}
.date05{
	right:-0px;
	top:305px;
}
.date05 img{
	max-width:83px;
}
@media screen and (min-width: 768px){
.date05{
	right:40px;
	top:-0px;
	}
.date05 img{
	max-width:130px;
	}
}
.date06{
	left:-0px;
	top:320px;
}
.date06 img{
	max-width:70px;
}
@media screen and (min-width: 768px){
.date06{
	left:40px;
	top:-50px;
	}
.date06 img{
	max-width:120px;
	}
}
.date07{
	right:-0px;
	top:305px;
}
.date07 img{
	max-width:95px;
}
@media screen and (min-width: 768px){
.date07{
	right:40px;
	top:-0px;
	}
.date07 img{
	max-width:150px;
	}
}

.bgwhite02{
	background:rgba(255,255,255,1);
	border-radius:10px;
	max-width:90%;
}
@media screen and (min-width: 768px){
.bgwhite02{
	max-width:1080px;
	}
}
.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	text-align: center;
	padding:20px 0 0;
	margin:20px auto 0px;
	font-weight:700;
	color:#004894;
	max-width:90%;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #004894;
}

.heading03::before {
	margin-right: 10px;
}
.heading03::after {
	margin-left: 10px;
}
@media screen and (min-width: 768px){
.heading03 {
	font-size: 3.3rem;
	padding:40px 0 0;
	margin:80px auto 0px;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #004894;
}

.heading03::before {
	margin-right: 40px;
}
.heading03::after {
	margin-left: 40px;
}
}
.main_cp_img_detail{
	text-align:center;
	padding:40px 0px 30px ;
}
@media screen and (min-width: 768px){
.main_cp_img_detail{
	text-align:center;
	padding:100px 20px 30px ;
	}
}

.detail_first{
	padding:20px 20px 30px ;
}

/*----------------------------------------------------------------------------

ドラゴンズファンカード6つの特典

-----------------------------------------------------------------------------*/



.cardfan{
	background:rgba(9,63,133,.1);
	padding:80px 0;
}
.cardfan_two{
	background:rgba(255,200,0,.03);
	padding:80px 0;
}
.fan_detail {
	display:flex;
	margin:0 0 20px;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;

}
.fan_detail div{
	width:calc(100% / 1);
	padding:0px;
}

.fan_detail dt{
	text-align:center;
	margin:15px 0 ;
}

.fan_detail dd{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	text-align:center;
	color:rgba(9,63,133,1);
}
.fan_detail dd .small_text{
	font-size:1rem;
	display:block;
}
.fan_comment{
	margin:25px 0 0 ;
	font-weight:500;
}
.order1{
	order:1;
	margin:0 0 30px;

	}
.order2{
	margin:0 0 15px;
	text-align:center;
	}
.order3{
	order:1;
	margin:0 0 30px;
	}
.order4{
	margin:0 0 15px;
	text-align:center;
	}
.order2 img , .order4 img{
	border-radius:10px;
}

@media screen and (min-width: 768px){
.fan_detail div{
	width:calc(100% / 2);
	padding:25px 0;
	}
.fan_detail dd{
	font-size:2.1rem;
	}
.fan_detail dd .small_text{
	font-size:1.4rem;
	display:inline-block;
}
.fan_comment{
	text-align:center;
	font-size:1.1rem;


}
.order2{
	margin: 0 0 0px;
	order:2;
	padding:25px!important;

	}
.order1{
	order:1;
	margin:0 0 0px;
	}
.order4{
	margin: 0 0 0px;
	order:1;
	padding:25px!important;
	
	}
.order3{
	order:2;
	margin:0 0 0px;
	}	
}
.copy_commnet{
	font-weight:500;
	font-size:.7rem;
	text-align:left;
	max-width:400px;
	margin: 5px auto 0;
}


/*----------------------------------------------------------------------------

ドラゴンズファンカードの基本情報のテーブル

-----------------------------------------------------------------------------*/
.cards{
	border:1px solid #333;
	margin: 0 auto;
	font-weight:500;
	width:100%
}

.cards th{
	border:1px solid #333;
	background:rgba(9,63,133,.1);
	padding:20px 10px;
	font-size:.9rem;
	font-weight:600;
}
.cards td{
	border:1px solid #333;
	padding:20px;
	font-size:.9rem;
}
@media screen and (min-width: 768px){
.cards td{
	font-size:1rem;
	}
}

.WIcon01{
	background:url(../images/icon/etc.png) no-repeat 0% 50%;
}
.WIcon02{
	background:url(../images/icon/qp.png) no-repeat 0% 50%;
}
.WIcon03{
	background:url(../images/icon/family.png) no-repeat 0% 50%;
}
.WIcon04{
	background:url(../images/icon/myj.png) no-repeat 0% 50%;
}

.cardsList{
	color:#999;
	font-size:.9rem;
}
.cardsList li{
	padding-left:5px;
}
.cardsList li:before{
	content:"・";
}
.cardskaigai{
	margin:10px 0;
}
.iconsList dd{
	padding-left:30px;
}

.app{
	font-size:.9rem;
	color:#666;
	padding-left:5px;
}
.cardface{
	text-align:center;
}
.cardface img{
	max-width:150px;
	}

@media screen and (min-width: 768px){
.cardface img{
	max-width:230px;
	}
}
/*----------------------------------------------------------------------------

注意事項

-----------------------------------------------------------------------------*/
.cp_war_title{
	font-weight:600;
	font-size:1rem;
}

.cp_war_bg ul{
	margin:10px 0 20px;

}

.cp_war_bg li{
	margin:5px 0 ;
	text-indent:-.5em;
	padding-left:.5em;
}
.cp_war_bg li:last-child{
	padding-bottom:30px;
}

.cp_war_bg li:before{
	content:"・";
}
/*----------------------------------------------------------------------------

お問い合わせ

-----------------------------------------------------------------------------*/
.contact_bg{
	background:#f8f8f8;
	font-weight:500;
	padding:45px 0 ;
}


.contact_bg_main{
	background:#f8f8f8;
}
.ftlogo{
	display:flex;

}
.ftlogo p{
	padding:0 15px 0 0;
}
@media screen and (min-width: 768px){
.ftlogo p{
	padding:0  40px 0 0;
	}
}
.ftlogo dt{
	font-weight:700;
	font-size:1.2rem;
}
.ftlogo dd{
	font-size:.9rem;
}
@media screen and (min-width: 768px){
.ftlogo dd{
	font-size:1rem;
	}
}
.anotherLink{
	display:flex;
	margin:20px 0 0 ;
}
.anotherLink li{
	margin: 0 10px 0 0;
	font-size:.8rem;
}
@media screen and (min-width: 768px){
.anotherLink li{
	margin: 0 20px 0 0;
	font-size:.9rem;
	}
}

.blank[target="_blank"] {
		background: url(../images/arrow_blank.png) no-repeat 100% center ;
		background-size:10px;
		padding:0 15px 0 0;
		color:#333;
}

.contact_title{
	color:rgba(9,63,133,1);
	border-bottom:1px solid rgba(9,63,133,1);
	margin:40px 0 20px;
	font-weight:700;
	font-size:1.1rem;
}
.tel_list {

}
.tel_list dt{
	font-size:.9rem;
	}
.tel_list dd{
	color:rgba(9,63,133,1);
	font-weight:700;
	font-size:1.8rem;
}


.tel_list dd:last-child{
	margin: 0 0 10px;
}

.tel_list dd span{
	font-size:.9rem;
}
.time_contact{
	margin:10px 0;
}
.time_contact span{
	display:inline-block;
	margin:0 10px;
	color:rgba(9,63,133,1);
	font-weight:700;
	font-size:1.2rem;
}
.day_list_dragons{
	text-align:right;
	margin:30px 0 0 ;
}
/*----------------------------------------------------------------------------

TOPへ戻る

-----------------------------------------------------------------------------*/

.arrow-top {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom:140px;
	z-index: 3;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}
@media screen and (min-width:980px){
#page-top {
	bottom:155px;
	}
}

/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
/*----------------------------------------------------------------------------

コピーライト

-----------------------------------------------------------------------------*/
.copyright{
	background:rgba(9,63,133,1);
	padding:5px 10px;
	color:#fff;
	text-align:center;
}


.fixedtxt{
	margin: 0 0 10px;
	color:#fff;
	font-weight:500;
	font-size:.8rem;
	line-height:1.15;
}
.fixedtxt a{
	color:#fff;
}

.fixedBtn_div{
	background:rgba(0,0,0, .6);
	padding:1em 0;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:2;
}
@media screen and (min-width: 950px) {
.fixedBtn_div{
	padding:15px 0  ;
	}
.fixedtxt{
	font-size:.9rem;
	line-height:1.2;
	}
}
/*
.elm{
	transition: .2s;
}
*/

.btn06{
	position: relative;
	text-decoration: none;
	display: inline-block;
	background:#C30E23;
	color:#fff;
	padding: 10px 40px 10px 30px;
	border-radius:10px;
	text-align: center;
	outline: none;
	font-size:1.2em;
	font-weight:600;
	transition: ease .2s;
}
@media screen and (max-width: 950px) {
.btn06{
	padding: 10px 40px 10px 30px;
	font-size:1em;
	}
}

.btn06:hover{
	background:#195088;
	opacity:1;
	color:#fff;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 22px;
    /*矢印の形状*/
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .2s;
    
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 15px;
}

/*--------------------------------------------------------------------

scroll_up ｜下から上へ出現

----------------------------------------------------------------------*/
.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_left {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.timing02 {transition-delay: .1s;}
.timing03 {transition-delay: .2s;}
.timing04 {transition-delay: .3s;}
.timing05 {transition-delay: .4s;}
.timing06 {transition-delay: .5s;}
.timing07 {transition-delay: .6s;}
.timing08 {transition-delay: .7s;}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 800px;
  padding: 10px 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px){
.modalWrapper {
	width: 70%;
	}
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
button {
	background-color: transparent;
	border:2px solid #073F85;
	outline: none;
	appearance: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight:700;
	font-size:1.2rem;
	color:#073F85;
	padding:10px 20px;
	margin:-70px 0 50px;
	font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
}
@media screen and (min-width: 768px){
button {
	font-size:1.6rem;
	margin:-60px 0 40px;
	}
}
/* 以下ボタンスタイル */


button:hover{
	opacity:.7;
	transition: .2s;
}
.modalzone{
  margin: 60px auto 15px ;
  text-align:center;
   background: none!important;
   font-size:1.6rem;
   font-weight:700;
   border-bottom:1px solid #ccc;
   border-top:1px solid #ccc;
   padding:.5rem 0;
   max-width:85%;
}
@media screen and (min-width:1281px){
.modalzone{
	font-size:2rem;
  margin: 80px auto 15px ;
	}
}


#openModal {

}
.map{
  text-align:center;
  padding:1em 0em 5em 3em;
}
.map img{
	max-width:95%;
}

.main_cp_img{
	text-align:center;
}

@media screen and (min-width:1281px){
.map{
  padding:1em 0em 5em 7em;
}
.map img{
	max-width:50%;
}
}

/*---------------------ワイド指定--------------*/
.main_contents_Box{
	box-sizing: border-box;
	max-width:90%;
	margin: 0px auto;
	position:relative;

}
@media all and (min-width: 769px) and (max-width: 1280px) {
.main_contents_Box{
	max-width:93%;
	}
}
@media screen and (min-width:1281px){
.main_contents_Box{
	max-width:1080px;
	}
}
.mainvisualimg{
	background:#00A1E9;
	text-align:center;
	margin: 0 auto;
}
.google{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.code_list{
	margin: 0 auto;
	text-align:center;
	font-size:1.2rem;
}
.code_list .second_li{

}
.code_list .second_li_url{
	font-size:1rem;
	margin:15px 0 ;
}
.code_list .second_li_url a{
	color:#333;
}

.code_list .second_li_url a:hover{
	opacity:.6;
}

@media screen and (min-width:1281px){
.code_list{
	margin: 0 auto;
	text-align:center;
	font-size:1.6rem;
	max-width:600px;
	}
}
.komemark{
	display:block;
	font-size:.9rem;
	text-indent:-1em;
	padding-left:1em;
}

.komemark a{
	color:#333;
	display:block;
	text-indent:-1em;
	padding-left:1em;
}
