* {
    margin: 0;
    padding: 0;
}
.content_max {
    width: 1000px;
    margin: auto;
}
img {
    width: 100%;
    height: auto;
}
ul {list-style:none;}
a { 
  text-decoration: none; 
  color:#000;
  transition: 0.5s;
}
a:hover {opacity: 0.5;}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  overflow-x: hidden;
  font-size: 1.02em;
}
.font_noto_sans {font-family: 'Noto Sans JP', sans-serif;}
.font_noto_serif {font-family: 'Noto Serif JP', serif;}
div.main_visual {position: relative;}
img.logo {
    position: absolute;
    top:3%;
    left: 15.5%;
    width: 150px;
}
div.catchcopy_left{
    position: absolute;
    top:27%;
    left: 15.5%;
    color:#333;
    letter-spacing: 0.55em;
    line-height: 2.5em;
}
div.main_visual_inner {
    position: absolute;
    top:0;
    left: 55%;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 30%;
    max-width: 400px;
}
div.main_visual_inner > div {height: 100%;}
div.main_visual_inner > div:first-child {
    position: absolute;
    top: 10%;
    left: 0;
}
div.main_visual_inner > div:last-child {
    position: absolute;
    top: 20%;
    right: 0;
}
div.top_contract {
    position: absolute;
    bottom: 40%;
}
/* .talking_text */
div.main_under_text {
    width: 460px;
    margin: auto;
    color:#333333;
}
div.main_under_text p {
    line-height: 2.8em;
    letter-spacing: 0.55em;
    text-indent: 0.55em;
    font-size: 0.9em;
}
div.main_under_text p:nth-child(3) {margin-top: 50px;}
div.main_under_text img {
    display: block;
    max-width: 128px;
    margin: auto;
}
div.talking_text {font-style: italic;}
div.talking_text > div:first-child {
    background-image: linear-gradient(to right,#e2e1ee,#ffffff);
    background-size: 40% 65%;
    background-repeat: no-repeat;
    background-position: center left;
}
div.talking_text div.text > p:first-child {
    color: #333366;
    font-size: 1.2em;
    text-indent: 2.0em;
}
div.talking_text div.text > p:not(:first-child) {
    color: #000;
}
div.talking_text img {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
div.talking_text div.text {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    letter-spacing: 0.5em;
    text-indent: 1.75em;
}
div.talking_text div.text p {line-height:3.5em;}
div.talking_text > div:nth-child(2) {margin-top: 50px;}
div.talking_text > div:nth-child(2) p:first-child {
    letter-spacing: 0;
    text-indent: 0;
}
div.talking_text > div:nth-child(2) p:not(:first-child) {
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: 0;
    text-indent: 0;
    line-height: 2.5em;
}
/* #memory_age */
#memory_age {text-align: center;}
#memory_age h2 {
    font-size: 1.2em;
    color: #333333;
    letter-spacing: 0.25em;
}
#memory_age h3 {
    font-size: 0.8em;
    color: #333333;
    letter-spacing: 0.25em;
    margin: 25px 0;
}
ul.memory_age_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
ul.memory_age_list li h4 {
    color: #333333;
    margin: 20px 0;
}
ul.memory_age_list li {
    width: 48%;
    margin: 10px;
}
ul.memory_age_list .detail {height: 140px;}
ul.memory_age_list .detail img{
    width: 29%;
    display: inline-block;
    vertical-align: top;
}
ul.memory_age_list .detail p {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    font-size: 0.8em;
}
#memory_age .comment {
    font-size: 0.7em;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
/* #products */
h2:not(.no_default) {
    font-size:1.2em;
    letter-spacing: 0.25em;
    background: linear-gradient(45deg,#f0f0f0 0%, #ffffff 50% , #f0f0f0 100%);
    text-align: center;
    color: #333333;
    margin: 50px 0;
}
div.products_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
div.products_inner .carat,
div.products_inner .size {width: 50%;}
div.products_inner .carat > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
div.products_inner .carat > div img{
    width: 50%;
    max-width: 106px;
}
div.products_inner .carat > div span{
    width: 50%;
    font-size: 0.8em;
    padding: 10px 30px;
}
div.products_inner .size table {border-collapse: collapse;}
div.products_inner .size tr:first-child {border-bottom: 1px solid #e4e4e4;}
div.products_inner .size th,
div.products_inner .size td {
    padding: 5px 0;
    text-align: left;
    font-weight: normal;
}
div.products_inner .size tr td:first-child {
    font-size:0.9em;
    width: 250px;
}
div.products_inner .size tr td:nth-child(2) {
    font-size: 1.2em;
    width: 150px;
}
#products .comment {
    width: 100%;
    font-size: 0.9em;
    padding: 0 10px;
    margin: 20px auto;
}
#products .flex_comment {
    display: flex;
    justify-content: space-between;
}
ul.product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.product_list li {width: 33%;}
ul.product_list .product_img {
    position: relative;
    text-align: center;
}
ul.product_list .product_img .zoom {
    position: absolute;
    right: 50px;
    bottom: 0;
    background-image: url('../images/plus.png');
    width: 30px;
    height: 30px;
}
ul.product_list .product_img .zoom:hover {transform: rotate(-90deg);}
ul.product_list .product_img img{max-width:204px;}
ul.product_list table{
    width: 270px;
    margin: auto;
    border-collapse: collapse;
}
ul.product_list tr:first-child {border-bottom: 1px solid #e4e4e4;}
ul.product_list  th,
ul.product_list  td {
    padding: 5px 0;
    text-align: left;
    font-weight: normal;
}
ul.product_list  td:first-child {font-size: 0.8em;}
ul.product_list  td:nth-child(2) {width: 25px;}
div.contract {margin: 50px auto;}
div.contract p {
    text-align: center; 
    color: #754c24;
    margin: 30px 0;
    letter-spacing: 0.5em;
}
div.report img{
    display: block;
    max-width: 756px;
    margin: auto;
}
div.report_mini {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}
div.report_mini img {width: 30%;}
div.report_mini .report_text {padding-left: 30px;}
div.report_mini .report_text p:first-child {
    color: #7f6725;
    font-size: 1.2em;
    line-height: 2.5em;
    letter-spacing: 0.25em;
}
div.report_mini .report_text p:not(:first-child) {
    letter-spacing: 0.15em;
    line-height: 2.5em;
    font-size: 0.9em;
}
/* #scene */
#scene {background: linear-gradient(45deg,#fff6ee 0%, #ffffff 50% , #fff6ee 100%);}
div.scene_inner {
    display: flex;
    justify-content: center;
}
div.scene_text {
    margin: 0 50px;
    margin-top: 30px;
    width: 60%;
    line-height: 1.8em;
}
div.scene_inner img {width: 18%;}
div.scene_inner img:nth-child(3) {
    align-self: flex-end;
    margin-bottom: 40px;
}
div.scene_text h2 {
    font-style: italic;
    font-size: 1.2em;
    letter-spacing: 0.25em;
    font-weight: normal;
}
div.scene_text h3 {
    font-weight: normal;
    margin-top: 20px;
}
div.scene_text h3::before {
    content : '';
    background-image: url('../images/list_style.png');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    margin-right: 30px;
}
div.scene_text p {
    font-size: 0.9em;
    margin-left:80px;
}
/* individuality */
#individuality h2 {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 100px 0 30px 0;
    letter-spacing: 0.75em;
}

#individuality p {line-height: 1.9em;}
/* kaiyosankotsu */
#kaiyosankotsu {margin: 50px auto;}
#kaiyosankotsu h2 {
    font-size: 1.2em;
    background-color: #a5bad2;
    color: #fff;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    margin-bottom: 15px;
    font-weight: normal;
}
/* #flow */
#flow {position: relative;}
#flow .flow_text {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 2em;
}
#flow .flow_text p:first-child {font-size: 1.2em;}
#flow .flow_text p:last-child {font-size: 0.8em;}
/* qa */
#qa h2 {
    font-size:1.2em;
    letter-spacing: 0.25em;
    background: linear-gradient(45deg,#f0f0f0 0%, #ffffff 50% , #f0f0f0 100%);
    text-align: center;
    color: #333333;
    margin: 50px 0;
}
ul.qa_list .q {letter-spacing: 0.15em;}
ul.qa_list .q > span::before{content: 'Q.';}
ul.qa_list .q > span::after{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    vertical-align: sub;
    margin-left: 10px;
    transition: 0.3s;
}
ul.qa_list .q:not(.open) > span::after{background-image: url('../images/close.png');}
ul.qa_list .q.open > span::after{background-image: url('../images/open.png');}
ul.qa_list li {
    margin: 20px 0;
    cursor: pointer;
}
ul.qa_list .a {
    display: none;
    font-size: em;
    background-color: #F0E0E0;
}
ul.qa_list .a > span::before{content: 'A.';}
ul.qa_list .a span {
    display: block;
    padding: 10px 40px;
    letter-spacing: 0.15em;
}
/* #customer */
#customer {margin-top: 100px;}
#customer h2 {
    font-size:1.2em;
    letter-spacing: 0.25em;
    background: linear-gradient(45deg,#f0f0f0 0%, #ffffff 50% , #f0f0f0 100%);
    text-align: center;
    color: #333333;
    margin: 50px 0;
}
div.customer_inner {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    z-index: 100;
}
div.customer_inner > div {
    position: relative;
    display: table-cell;
    background-color: #ffffff;
    z-index: 100;
}
div.customer_inner > div  img {
    width: 320px;
    height: 150px;
}
div.customer_text {
    padding: 20px;
    height: 160px;
}
div.customer_inner > div p {
    font-size: 0.8em;
    letter-spacing: 0.15em;
    line-height: 1.5em;
}
div.customer_inner > div span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 0.8em;
}
div.customer_footer {
    background-image: url('../images/customer_footer.jpg?20191206');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    margin-top:-700px
}
/* .page_top */
div.pege_top {
    position: relative;
    text-align: center;
    background-color: #f7f2f0;
    padding: 5px;
}
div.pege_top img {
    width: 155px;
    height: 44px;
}
.copyright{
    color: #333333;
    position:absolute;
    font-size: 0.7em;
    right: 15px;
    bottom: 5px;
}
/* fadein effect */
.fadein {opacity:0;}
.fadein.start{
    animation-name:fadein;
    animation-duration:0.8s;
    animation-timing-function: ease-out;
    animation-delay:0s;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
@media screen and (min-width: 767px) {
    .pc_none {display:none !important;}
}
@media screen and (max-width: 1500px) {
    div.catchcopy_left {font-size: 0.75em;}
    div.main_visual_inner img {width: 70%;}
    div.main_visual_inner {width: 50%;}
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1.1em;
        overflow-x: hidden;
    }
    .sp_none {display:none !important;}
    .content_max {width: 97%;}
    div.contract {
        font-size: 0.8em;
        margin: 25px auto;
    }
    div.contract p {
        letter-spacing: 0.25em;
        margin: 15px auto;
    }
    /* .main_visual */
    div.main_visual {margin-bottom: 20px;}
    div.main_visual img {display: block;}
    div.main_under_text {
        width: 100%;
        text-align: center;
        font-size: 0.9em;
    }
    div.main_under_text p:nth-child(3) {margin-top: 20px;}
    div.main_under_text .main_text_img {max-width: 96%;}
    div.talking_text  {font-size: 0.8em;}
    div.talking_text > div:first-child {background-image: none;}
    div.talking_text > div:first-child .text {
        text-align: center;
        letter-spacing: 0.1em;
    }
    div.talking_text div.text,
    div.talking_text div.text > p:first-child {
        text-indent: 0;
    }
    div.talking_text > div p:first-child {text-align: center;}
    div.talking_text .indent {margin-left: 12em;}
    div.talking_text div.text {width: 100%}
    div.talking_text > div:nth-child(2) p:not(:first-child) {font-size:1.1em;}
    div.comment {
        display: block !important;
        text-align: left;
        padding: 0 !important;
    }
    div.talking_text > div:nth-child(2) {margin-top: 10px;}
    div.talking_text .main_text_img {
        max-width: 96%;
        width: 100%;
    }
    /* #memory_age */
    #memory_age h2 {margin: 20px 0;}
    #memory_age h3 ,#memory_age h4{font-weight: 100;}
    ul.memory_age_list {display: block;}
    ul.memory_age_list li {
        width: 100%;
        margin: 0;
    }
    ul.memory_age_list .detail {height: 100%;}
    /* #products */
    #products .products_inner {display: block;}
    #products .products_inner > div {width: 100%;}
    #products .products_inner .size table {
        width: 80%;
        margin:auto;
    }
    #products .products_inner .size table td {width: 100%;}
    ul.product_list {justify-content: space-around;}
    ul.product_list table {width: 100%;}
    ul.product_list td,
    ul.product_list th {
        text-align: center;
    }
    ul.product_list li {width: calc(50% - 20px);}
    ul.product_list td:nth-child(2){width: 50%;}
    ul.product_list .product_img .zoom {
        /* background-image: none; */
        right: 10px;
        bottom: 2px;

    }
    /* .report */
    div.report_mini {
        margin: 50px 0;
        display: block;
    }
    div.report_mini img {
        display: block;
        width: 100%;
        max-width: 210px;
        margin: auto;
    }
    div.report_mini .report_text {
        padding: 0;
        font-size: 0.9em;
    }
    div.report_mini .report_text p:first-child {text-align: center;}
    /* #scene */
    div.scene_inner .scene_text {
        width: 100%;
        font-size: 0.9em;
        margin: 0 10px;
    }
    div.scene_inner .scene_text h2 {text-align: center;}
    div.scene_text h3::before {margin-right: 10px;}
    div.scene_text p {margin-left: 30px;}
    /* #individuality */
    #individuality h2 {
        letter-spacing: 0.15em;
        margin-top: 50px;
    }
    #individuality p {font-size: 0.9em;}
    /* #kaiyosankotsu */
    #kaiyosankotsu {
        font-size: 0.8em;
        margin: 25px auto;
    }
    #kaiyosankotsu h2 {letter-spacing: 0.2em;}
    /* #flow */
    #flow .flow_text {
        position: static;
        margin-bottom: 30px;
    }
    #flow .flow_text p:first-child{text-align: center;}
    #flow img {
        display: block;
        margin: auto;
        width: 80%;
    }
    /* #qa */
    ul.qa_list {font-size: 0.9em;}
    ul.qa_list .a {font-size: 1em;}
    /* #customer */
    #customer {margin-top: 0;}
    div.customer_inner > div {
        display: block;
        width: 100%;
        text-align: center;
    }
    div.customer_text {
        text-align: left;
        height: 120px;
    }
    /* .page_top */
    .copyright {
        position: static;
        display: block;
        text-align: center;
        width: 100%;
    }
}