/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.4.3
Tested up to: 6.1
Requires at least: 5.8
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/*


all
ヘッダー
フロントページ
商品一覧 buyページ


*/


/******************************************
all
******************************************/
body{
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a,
a:visited,
a:hover,
a:active{
  color: inherit;
  text-decoration: none;
}


a{
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a:hover{
  opacity: 0.8;
}


h1,h2,h3,h4,h5,h6{
    font-family: serif;
    text-align: center;
}


/* まず全体の保険 */
html, body{
  overflow-x: hidden;
}

/* 画像・iframeの基本対策 */
img,
iframe{
  max-width: 100%;
  height: auto;
}

/* 長い文字列対策 */
p, li, dd, dt, a, span, div{
  overflow-wrap: break-word;
  word-break: break-word;
}

/******************************************
ヘッダー
******************************************/

#headerSec1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* これで中央寄せ */
  list-style: none; /* リストの点を取り除く */
}
#headerSec1 ul li{
    margin: 20px;
    text-align: center;
}


#headerSec1 a:hover{
  background-color: #ffe9d1;
}

.googleicon{
        font-size: 22px;
    vertical-align: bottom;
}
#headerSec1sp{
    display: none;
    position: absolute;
    z-index: 11;
    width: 100%;
}
#headerSec1sp li{
    list-style: none;
    color: #fff;
}
#headerSec1spMenu{
 margin: 0 0 0 auto;   
}

#headerSec1spMenu img{
width: 108px;
margin: 4px;
    z-index: 110;
}

.drawer_nav_wrapper{
 background-color: #000;
color: #fff;
    display: none;
    padding: 40px 0px;
}

.open li{
    list-style: none;
    height: 38px;
    font-family: sans-serif;
    font-weight: normal;
    border-bottom: 1px dotted #fff;
    margin-top: 10px;
    padding: 0 0 0 20px;
    display: flex;
}
.spMenuGoogleicon{
    margin: 0 10px 0 auto;
}


@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    #headerSec1sp{display: flex;}
    #headerSec1{display: none;}

}


/******************************************
フロントページ
******************************************/


/*
フロントページ se1
*/

#indexSec1{
  width: 100%;
  height: 500px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: contain, cover;
}
#indexSec1{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.bgVideo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlayImg{
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("./assets/img/index/sec1img02.png") center center / contain no-repeat;
  opacity: 0;
  animation: fadeInSoft 1.5s ease forwards;
  animation-delay: 3s;
    
}


@keyframes fadeInSoft{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}


/*
フロントページ sec2
*/

#indexSec2 h2{

}

#indexSec2{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 67px auto;
    
}

.row_wrap{
    width: 600px;
}

.row{
    display: flex;
    flex-wrap: wrap;
}
.left{
    width: 100px;
}
.right{
  display: block;
  width: 100%;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.newsMore{margin-top: 30px;
    text-align: center;}

/*
フロントページ sec3
*/

#indexSec3, #indexSec5, #indexSec7{
    padding: 50px 0;
     background: url("./assets/img/index/sec2bg1.jpg") center center / cover no-repeat;
}
.sec3wrap{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  gap: 20px;
}

.sec3wrap > *{
  flex: 1;
}
.sec3imgwrap{

}


@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .sec3wrap{display: block;}
}
    

/*
フロントページ sec4
*/
#indexSec4{

    margin: 67px auto;
    
}

.sec4wrap{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: auto;
    
}



/*
フロントページ sec5
*/
.sec5wrap h4{
    font-family: 'Shippori Antique B1';
    font-weight: 100;
    font-size: 15px;
}
.sec5wrap h5{
    font-family: 'Shippori Antique B1';
    font-weight: 100;
    font-size: 14px;
}

.sec5wrap{
    width: calc(100% - 30px);
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.sec5wrap .grid-item{
    width: 50%;
    padding: 10px;
}
.sec5wrap .card-text{
    font-size: 14px;
}


/*
フロントページ sec6
*/
#indexSec6{

    margin: 67px auto;
    
}
.sec6wrap{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: auto;
    
}
.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-8 dd::before {
    content: "A.";
}

/*
フロントページ sec7
*/
.sec7wrap{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: auto;
    
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    #indexSec1{height: 347px;}
    .overlayImg {background-size: 85%;}
    h3{    font-size: 1em;text-align: left;}
}


/******************************************
商品一覧 buyページ
******************************************/

/*
商品一覧 buyページ sec5
*/
#buysec1wrap h4{
    font-family: 'Shippori Antique B1';
    font-weight: 100;
    font-size: 15px;
}
#buysec1wrap h5{
    font-family: 'Shippori Antique B1';
    font-weight: 100;
    font-size: 14px;
}

#buysec1wrap{
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
#buysec1wrap .grid-item{
    width: 50%;
    padding: 10px;
}
#buysec1wrap .card-text{
    font-size: 14px;
}




