/*
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
*/
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;
}



/*
ヘッダー
*/

#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;
}

/*
フロントページ 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{
    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: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.sec3wrap{
  display: flex;
  gap: 20px;
}

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

}

/*
フロントページ sec4
*/
#indexSec4{
    max-width: 800px;
    margin: 67px auto;
    
}

.sec4wrap{
        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: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.sec5wrap .grid-item{
    width: 25%;
    padding: 10px;
}
.sec5wrap .card-text{
    font-size: 14px;
}


/*
フロントページ sec6
*/
#indexSec6{
    max-width: 800px;
    margin: 67px auto;
    
}
.sec6wrap{
        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: 800px;
    margin: auto;
    
}





/*
商品一覧 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: 25%;
    padding: 10px;
}
#buysec1wrap .card-text{
    font-size: 14px;
}




