@charset "UTF-8";

/****
    font-family: "Belleza", sans-serif;
    font-family: 'Shippori Mincho', serif;
*****/

.head01{
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.7;
    margin-bottom: 60px;
}

.head02{
    border-top: 1px solid #000;
    max-width: 330px;
    width: 100%;
    margin-bottom: 80px;
    padding-top: 10px;
}

.head02 span{
    font-family: "Belleza", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.head03{
    font-size: 60px;
    font-size: 6.0rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
    font-weight: 500;
}

.head04{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
    margin-bottom: 70px;
}

.text{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
}

.sec-concept{
    margin-bottom: 200px;
}
.sec-ins{
    margin-bottom: 160px;
}

.sec-concept .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-concept .flexBox .img{
    width: 40%;
    margin-right: 5%;
}

.sec-concept .flexBox .detail{
    width: 55%
}

.sec-concept .flexBox .detail .headGold{
    font-family: "Belleza", sans-serif;
    font-size: 100px;
    font-size: 10rem;
    color: #bfa26a;
    line-height: 1;
    margin-bottom: 35px;
}

.sec-concept .flexBox .detail .headGold small{
    color: #d3d3d3;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.mainImg{
    width: 100%;
    margin-bottom: 140px;
}

.mainImg img{
    width: 100%;
}

.sec-ins .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-ins .flexBox .detail{
    margin-right: 5%;
    width: 50%;
}

.sec-ins .flexBox .img{
    width: 45%;
}

.sec-ins .flexBox .img img{
    width: 100%;
}

.sec-ins .flexBox .detail .head03{
    margin-bottom: 30px;
}

.sec-ins .flexBox .img figure{
    margin-bottom: 10px;
}

.sec-phil{
    background: url(../../img/concept/smoke.jpg) center 110% no-repeat;
    background-size: contain;
    padding-bottom: 10px;
}


.sec-phil .inner{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 100px;
    padding-bottom: 80px;
}

.sec-phil .inner.last{
    border-bottom: 0;
}

.sec-phil .flexBox{
    display: flex;
    justify-content: space-between;
}

.sec-phil .flexBox .ttl{
    margin-right: 5%;
    width: 60%;
}

.sec-phil .head03 {
    margin-top: -10px;
}

.sec-phil .flexBox .textWrap{
    width: 48%;
}

.sec-phil .logoWrap{
    width: 48%;
    margin-right: 2%;
}

.sec-phil .flexBox.last{
    align-items: center;
}

.sec-phil .text span{
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    position: relative;
    padding-left: 86px;
}

.sec-phil .text span:before{
    content: "";
    background: #dddddd;
    height: 1px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
}

.logo .background{
  background-image: url(../../img/concept/painting.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.logo{
    margin-bottom: 45px;
}

.logo .background img{
    margin: -1px 0;
}

.sec-phil .meaning{
    font-family: 'Shippori Mincho', serif;
    width: 100%;
}

.sec-phil .meaning .dic{
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-phil .meaning .mean{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
}

.sec-phil .meaning .verb,
.sec-phil .meaning .noun{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
}

.sec-phil .meaning .verb span,
.sec-phil .meaning .noun span{
    border: 1px solid #dddddd;
    padding: 0px 3px;
    margin-right: 5px;
    border-radius: 2px;
    display: inline;
}

@media screen and (max-width: 1245px){

.sec-concept{
    margin-bottom: 160px;
}
.sec-ins,
.sec-phil{
    margin-bottom: 100px;
}
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 834px) {

.sec-concept{
    margin-bottom: 80px;
}
.sec-ins{
    margin-bottom: 60px;
}
.sec-phil {
margin-bottom: 0;
background-size: 150%;
background-position: center bottom;
}
.sec-concept .flexBox{
    display: block;
}

.sec-concept .flexBox .img{
    margin: 0 auto 25px;
    width: 70%;
}

.sec-concept .flexBox .detail{
    width: 100%;
}

.sec-concept .flexBox .detail .headGold {
    font-size: 3.6rem;
    margin-bottom: 15px;
}

.mainImg{
    margin-bottom: 40px;
}

.mainImg img{
    object-fit: cover;
    height: 200px;    
}

.head01 {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.head02 {
    margin-bottom: 30px;
    padding-top: 5px;
    max-width: 190px;
}

.head03 {
    font-size: 3rem;
}

.head04 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.sec-ins .flexBox {
    display: block;

}

.sec-ins .flexBox .detail {
    margin: 0 0 25px;
    width: 100%;
}

.sec-ins .flexBox .img {
    width: 100%;
}

.sec-ins .flexBox .img figure {
    margin: 0 10px;
}

.sec-phil .inner {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.sec-phil .flexBox {
    display: block;
}

.sec-phil .flexBox .ttl {
    margin: 0 0 25px;
    width: 100%;
}

.sec-phil .flexBox .detail {
    width: 100%;
}

.sec-phil .logoWrap {
    margin-bottom: 25px;
    width: 100%;
}

.sec-phil .flexBox .textWrap {
    width: 100%;
}

.sec-phil .logo {
    width: 235px;
    margin: 0 auto;
}

.logo .background img{
    margin: -1px 0;
    object-fit: cover;
    height: 54px;
}

.sec-phil .text span {
    font-size: 1.6rem;
    padding-left: 46px;
}

.sec-phil .text span:before {
    width: 34px;
}

.sec-phil .meaning {
    font-family: 'Shippori Mincho', serif;
    width: 100%;
}

.sec-phil .meaning .dic {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.head02 span {
    font-size: 12px;
    font-size: 1.2rem;
}
}

@supports (-webkit-touch-callout: none) {
.logo .background{
    background-attachment: inherit;
}
}

@media screen and (max-width: 675px) {


}
