﻿/*---------------全体------------*/
#wrap{
    background-image: url(./Dup/img/foot_back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-attachment: fixed;
}

body{
font-size:18px;
}

#fakeloader{
background-image:url(./Dup/img/fake.png);
background-position:top right;
    
}

#fakeloader.bg_color1{
background:#e6e8e8;
background-image:url(./Dup/img/fake.png);
background-position:top right;
background-repeat:no-repeat;
background-size: 60% auto;
}

#header #logo img{
width:150% !important;
}

.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: rgb(103, 58, 183) !important;
}

.cate_list li a {
display: block;
    padding: 5px 30px;
    border-left: 1px solid;
}

@media all and (-ms-high-contrast: none){
 .cate_list li a {
padding-bottom:2px;
}
}


/*---------------カラー------------*/
.txt_color1{color: #673ab7;} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #673ab7} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1 {
    background-color: #7656ca;
}
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #673ab7} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #673ab7;}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #673ab7}
.border_color4{border-color: #c9baa9}


.hvr_txt_color1:hover{color: #673ab7;} /* メインカラー */
.hvr_txt_color2:hover {
    color: #673ab7;
}
.hvr_txt_color3:hover{color: #673ab7} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_color1:hover{background-color: #673ab7} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e6e6e6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #673ab7} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

.hvr_border_color1:hover{border-color: #673ab7}
.hvr_border_color2:hover{border-color: #e6e6e6}
.hvr_border_color3:hover{border-color: #673ab7}
.hvr_border_color4:hover{border-color: #c9baa9}

/*---------------トップ------------*/
#video{
height:60vw;
}

#main_img{
max-height:50vw;
}

main.kore{
margin-top:-30px;
}

#top_cms .cms_title .bg-mask {
    height: 100%;
    background: none;
}

#contents .back_color2:after {
    background-color: rgba(128, 140, 253, 0.36) !important;
}

#contents h2{
    color: white;
    font-weight: bold;
}

#top_cms .cms_title .title_box {
        background-color: transparent;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

#page_title {
    height: 250px;
}

#page_title .back_color {
    background: none;
}

#page_title .back_color2 {
    background-color: transparent;
}

#contents h2 .svg_box {
    opacity: 0.7;
    width: 80px;
    height: 80px;
}

#cms_6-a .cate figure{
width:80% !important;
margin: 0 auto;
}

#youtube, #youtube2{
  position: relative;
	/*max-width: 780px;*/
	width: 70%;
	text-align: center;
	margin: 4% auto 4%;
}
#youtube:before, #youtube2:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
#youtube iframe, #youtube2 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.font_20 {
    font-size: 22px;
}

.font_14 {
    font-size: 16px;
}

.font_24 {
    font-size: 26px;
}

.font_16 {
    font-size: 18px;
}

h2.font_30 img{
width:40% !important;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fakeloader.bg_color1{
background-size: 80% auto;
}

main.kore{
margin-top:0;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fakeloader.bg_color1{
background-size: 100% auto;
}

.clone-nav #logo {
    width: 27.66667%!important;
}

#intro {
    margin-top: -20px;
}

}