/* トップページ */
.inner_onlyOne {
  position: relative;
  width: 100%;
  max-width: 955px;
  min-height: 1065px;
  margin: 0 auto 15px;
  background: url('../img/img-index/bg_img_main.png') 50% 50% no-repeat;
  background-size: cover;
}

.block_onlyOne {
  padding-top: 51px;
}
.block_onlyOne .ttl_family{
  letter-spacing: -.2px;
}

.block_onlyOne .txt_familySubttl{
  margin-bottom: 13px;
}

.block_onlyOne .btn_pack{
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.block_onlyInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  text-align: center;
}

.ttl_onlyInfo {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #202b72;
  letter-spacing: 0;
}

.ttl_onlyInfo_orange {
  color: #ff8000;
  font-weight: 700;
}

.txt_onlyInfo {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.wrapper_onlyControls {
  width: 100%;
  max-width: 375px;
  margin: 0 auto 27px;
}

.wrapper_onlyControls img {
  margin-left: 10px;
}

.list_onlyLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.list_onlyLinks li {
  width: 50%;
}

.list_onlyLinks li:not(:last-child) {
  margin-right: 60px;
}

.list_onlyLinks li a {
  display: block;
  width: 100%;
}

.list_onlyLinks li a {
  position: relative;
  height: 0;
  padding-top: calc(180 / 450 * 100%);
  overflow: hidden;
}

.list_onlyLinks li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.inner_listOnlyLinks {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.ttl_listOnlyLinks {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
}

.txt_listOnlyLinks {
  font-size: 1.4rem;
  line-height: 2.5;
  text-transform: uppercase;
  color: #fff;
}

.block_enjoy {
  background-color: #ffe7cf;
}

.top_main {
  position: relative;
  padding-top: 403px;
  padding-bottom: 146px;
}
.top_main img{
	width: auto !important;
	height: auto;
}

.ttl_topMain {
  position: absolute;
  top: 137px;
  left: 25%;
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.2rem;
}

.top_main:after {
  position: absolute;
  content: '';
  bottom: -24%;
  left: 5%;
  max-width: 1634px;
  width: 100%;
  height: 385px;
  z-index: -1;
  background-image: url("../img/img-index/bg_img_Top_pc-01.gif");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_main:before {
  position: absolute;
  content: '';
  top: 98px;
  left: 7.6%;
  max-width: 1451px;
  width: 100%;
  height: 484px;
  z-index: -1;
  background-image: url("../img/img-index/bg_img_top_pc.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.top_sliderItem {
  padding-left: 5px;
  padding-right: 5px;
}

.notices {
  padding: 19px 0 16px;
  background-color: #ff8001;
}

.notices_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ttl_notices {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  letter-spacing: 1px;
  margin-left: 28px;
  margin-right: 36px;
  padding-right: 32px;
  border-right: 1px solid #fff;
}

a.txt_notices {
  font-size: 1.6rem;
  color: #fff;
  line-height: 32px;
  letter-spacing: .5px;
  position: relative;
}
a.txt_notices{
	text-decoration: underline !important;
}
a:hover{
	text-decoration: none !important;
}

.txt_notices:after {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  display: none;
}

.txt_notices:hover {
  color: #fff;
}

.txt_notices:hover:after {
  opacity: 0;
  transform: translateX(-10%);
}

.txt_dots {
  font-size: 1.1rem;
  letter-spacing: 6px;
}


.block_family {
  padding-top: 94px;
  padding-bottom: 20px;
}

.block_family .ttl_family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.block_family .txt_familySubttl {
  margin-left: -12px;
}

.ttl_familyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl_familyImg {
  display: block;
  width: 100%;
  max-width: 298px;
}

.family_listTop{
  margin-bottom: 43px;
}

.family_listTop,
.family_listBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
  align-items: flex-start;
}

.family_itemTop {
  width: calc(452 / 1170 * 100%);
  margin-left: 28px;
  margin-right: 28px;
  text-align: center;
}

.family_itemTop .ttl_familyImgWrapper {
  position: absolute;
  top: 115px;
  line-height: 1.9;
  font-size: 2.2rem;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}

.family_itemBottom {
  display: block;
  width: calc(300 / 1170 * 100%);
  margin-left: 14.5px;
  margin-right: 14.5px;
  margin-bottom: 43px;
  text-align: center;
}

.ttl_familyImgWrapper {
  background-color: #fff;
  letter-spacing: 3px;
}

.family_imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.family_imgWrapper img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.family_itemBottom .ttl_familyImgWrapper {
  position: absolute;
  top: 54px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 13px;
  padding-right: 13px;
}

.family_imgWrapperDesc {
  font-size: 1.3rem;
  position: absolute;
  top: 160px;
  color: #fff;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 1.9;
  margin-top: 4px;
}

.family_itemBottom:nth-child(2) .family_itemDesc {
  margin-left: -12px;
  letter-spacing: 1.4px;
}

.family_itemDesc {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: .6px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}

.family_itemDesc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 2rem, #000 2.1rem);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  transition: .3s;
}

.family_itemTop a:hover .family_itemDesc:after,
.family_itemBottom a:hover .family_itemDesc:after {
  opacity: 1;
}



.block_news {
  padding-top: 30px;
  padding-bottom: 77px;
}
.news_area {
  margin: 41px auto 0;
  max-width: 992px;
  width: 100%;
  height: auto;
  /*height: 500px;*/
}
.news_area iframe{
  width: 100%;
  height: 100%;
  border: none;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 41px auto 46px;
  max-width: 992px;
  width: 100%;
}

.news_item {
  display: block;
  margin-right: 46px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news_item a:hover {
  text-decoration: none;
}
.news_item a:hover .txt_newsItem{
  text-decoration: underline;
}

.news_item a:hover .txt_newsItem:after {
  opacity: 1;
}

.news_item:last-child {
  margin-right: 0;
}

.news_itemImg {
  max-width: 200px;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
}

.news_itemImg img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news_itemDesc span{
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
  padding: 2px 7px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 3px;
}


.txt_newsItem {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 3px;
  font-weight: 700;
  overflow: hidden;
}

.top_day{
	display: block;
}

.news_itemDescBottom {
  font-size: 1.4rem;
  color: #39417d;
  margin-top: 9px;
  line-height: 1.4;
  display: block;
}

.block_news .btn_pack {
  margin-top: 0;
  background-color: #ff8001;
  color: #fff;
  border: none;
  padding: 17px 0;
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.block_news .btn_pack:after {
  border-color: #fff;
}

.block_news .btn_pack:hover {
  background-color: #fea64e;
}

.block_enjoy {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #ffe7cf;
}

.wrapper_enjoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.block_enjoyCol {
  width: 50%;
}

.block_enjoyCol:first-child {
  margin-right: 60px;
}

.txt_enjoyPost {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #333;
}

.txt_enjoyPost_lg {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.block_enjoyLabels {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
  overflow: hidden;
}

.wrapper_enjoyLabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
}

.wrapper_enjoyLabels p {
  padding: 6px 15px 6px 10px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #444;
}

.wrapper_enjoyLabels p:not(:last-child) {
  margin-bottom: 5px;
}

.wrapper_enjoySignature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 22px;
  margin-right: 25px;
}

.wrapper_enjoySignature img {
  max-width: 110px;
}

.wrapper_enjoyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.wrapper_enjoyInfo:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(68 / 450 * 100%);
  height: 0;
  padding-top: calc(286 / 450 * 100%);
  background: url('../img/img-index/img_enjoy_label_pc.png') 0 0 no-repeat;
  background-size: 100%;
}

.list_enjoy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  margin-bottom: 21px;
}

.list_enjoyItem {
  width: 100%;
}

.list_enjoyItem:not(:last-child) {
  margin-right: 17px;
}

.list_enjoyImg {
  margin-bottom: 7px;
}

.list_enjoyDate {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333;
}

.txt_listEnjoy {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

.wrapper_enjoyTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  margin-bottom: 15px;
}

.wrapper_enjoyTitles h3 {
  font-size: 1.6rem;
  line-height: 2.1;
  color: #333;
  font-weight: 700;
}

.wrapper_enjoyTitles h3:not(:last-child) {
  margin-right: 13px;
}

.wrapper_enjoy .blog_include_block{
	display: block;
	width: 450px;
	height: 320px;
	border: none;
}


/* モーダル
-----------------------------------------------------------------*/
.modal{
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 1 !important;
	z-index: 50000;
	background: transparent !important;
	transition: 0.2s;
	overflow-y: auto;
}
.modal.open{
    display: block;
	transition: 0.2s;
}
.modal__bg{
    background: #204973;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.7 !important;
}
.modal__content{
    background: #fff;
    padding: 60px;
    position: absolute;
    top: 330px;
	right: 0;
	left: 0;
	margin: 0 auto;
    width: 640px;
}
.modal h3{
	font-size: 2.0rem;
	background: url(../img/img-index/yellow_ico.gif) no-repeat left 43%;
	color: #333;
	padding: 0 0 0 16px;
	margin: 0 0 1.5% 0;
	font-weight: bold;
}

.modal .circle{
	position: absolute;
	top:-30px;
	right: -10px;
}
.modal .box{
	display: block;
	width: 224px;
	height: auto;
	margin: 7% auto 0;
}

.modal h2{
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	position: relative;
	color: #1F2B72;
	padding: 0 0 45px 0;
}
.modal h2::after{
	width: 100%;
    content: "";
    height: 3px;
    background-image: linear-gradient(to right, #204973, #204973 2px, transparent 2px, transparent 5px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
	display: block;
}
.modal p{
	font-size: 1.5rem;
}
.modal p.name{
	text-align: right;
}
.modal p strong{
	font-weight: bold;
	color: #FF5B26;
}
.modal figure{
	width: 86%;
	margin: 40px auto 20px;
}
.modal .message{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.modal .message span{
background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*body.is_modal{
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}*/
 .category01{
	background:#FF8000;
	/*background:#D80000;*/
}
.category02{
	background:#8000FF;
}
.category03{
	background:#07379B;
}
 .category04{
	background:#088445;
}.category06{
	background:#D80000;
}

/*　タブレット調整
-------------------------------------*/
@media (min-width: 992px) and (max-width: 1024px) {
.index .container.tablet {
    width: 992px;
}
}
