﻿
/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}

/*--------全体--------*/
#custom .custom_title {
    bottom: 210px;
    right: -78px;
}


#video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#intro .intro_left{
        background: url(./Dup/img/item_02.png) no-repeat;
    background-size: 104%;
}
#contents .con_bg{
    background-image: url(./Dup/img/item_04.png);
    background-repeat: no-repeat;
    background-position: 16% 50%;
        background-size: contain;
}
#contents2 .con_wrap{
    right: -10px;
    width: 57%!important;
    background: url(./Dup/img/item_03.png) no-repeat;
    background-position: 92% 100%;
        background-size: contain;
}
#contents2.trans .con_wrap{
	opacity: 1;
	right: 0;
}

#contents2 .con_bg{
	top: 0;
	right: 0
}
#contents2 .con_img{
	top: 100px;
	bottom: 100px;
	left: 0
}
#contents2 .con_box1::before{
	width: 40px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #fff
}

#contents2 .con_box1::before{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}

footer #logo2{width: 70%;}



/*--------下層--------*/
#page03 .cate_box {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  background: #ffefc4;
}

#page03 .cate_box:before {
  position: absolute;
  top: -14px;
  left: -16px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #4e4e4e;
}
#page05 #cate2 .box_txt_wrap {
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #ffefc4;
}

#page05 #cate2 .box_txt_wrap:after {
  content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 15px solid #ffefc4;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
#page06 .btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #ffbe08;
  box-shadow: 4px 4px 0 #ffbe08;
  transition: all .3s;
}

#page06 .btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #ffbe08;
  box-shadow: -4px -4px 0 #ffbe08;
  transition: all .3s;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
    #custom {
    height: auto!important;
}
#custom .custom_title {
    bottom: 0px;
    right: 0px;
}

    #custom .custom_box {
    background-image: url(./Dup/img/custom_bg_sp.jpg)!important;
}
#contents .con_bg {
    background-position: 0% 3%;
    background-size: 9%;
}
#contents2 .con_wrap{right: 0;opacity: 1}
#contents2 .con_img{
	height: 140vw;
	top: auto;
	bottom: auto
}
#contents2 .con_wrap{
    right: 0;opacity: 1;
    width: 100%!important;
       background-position: 102% 100%;
    background-size: contain;
}


}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    #contents .con_bg {
    background-position: -2% 0%;
    background-size: 23.5%;
}
#contents2 .con_wrap {
    background-position: 109% 100%;
}
footer #logo2{width: 100%;}
#page05 #cate2 .box_txt_wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    border-right: none;
    border-top: none;
    border: 13px solid transparent;
    border-bottom: 13px solid #ffefc4;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){


}