@charset "utf-8";

body {
    background-color: #e7e7e7;
}


p {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;

}



/** TABLE **/

th {
    width: 15%;
    text-align: right;
    padding: 5px;
}
td {
    width: 85%;
}


#container {
    width: 100%;
    margin: 0 auto;
}

.section {
    width: 1000px;
    margin: 100px auto;
}

    
    
    
    
    
h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


/** メインビジュアル **/  
    
.mv {
  display: flex;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  padding: 5vw;
  color: #333;
  background-image: url(img/image_mv.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}


.word {
  display: flex;
}

h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto;
    font-size: 1.5rem;
    max-width: 800px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #389ac1;
}
    
    
/** イントロ **/  


 #intro {
    background-color: #FFF;
    padding: 75px;
}   
    
 .intro-inner {   
     margin: auto;
     max-width: 750px;
    }
    
.intro-subtitle {
    margin: 20px auto 5px;
    font-family: "Shippori Mincho", serif;
    line-height: 1.7;
    letter-spacing: 2px;
    font-size: 40px;
    max-width: 750px;
}
    
.intro-text {
    font-size: 1.1rem;
    line-height: 2;
    margin: 20px auto;
    max-width: 750px;
}
    
.intro-date {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: date;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Times New Roman", Times, Georgia, serif;
    letter-spacing: .12em;
    line-height: 1.5;
    font-style: italic;
    font-size: 13px;
    color: #aaa;
}   

    
/** イントロのテキスト装飾 **/    

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}
    
    
    
    
/** 商品紹介 **/      
.contents-inner {
    display: flex;
    flex-wrap: wrap;
}


.contents-right {
    margin-top: 300px;
}

.contents-block {
    width: 500px;
}


.contents-heading {
    color: chocolate;
}

.contents-cresit {
    width: 80%;
    margin: auto;
}


.brand-text {
    font-size: 2em;
    font-weight: 700;
}


.description-text {
    padding-top:20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .1em;
    text-align: justify;
}

.marginTOP50 {
    margin-top: 50px;
}


.marginTOP40 {
    margin-top: 40px;
}

.marginTOP30 {
    margin-top: 30px;
}

.marginTOP20 {
    margin-top: 20px;
}

.marginTOP10 {
    margin-top: 10px;
}

.rotated02 {
transform: rotate(2deg);
}

.rotated05 {
transform: rotate(5deg);
}

/** リンク **/    
    
.link_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #1B85FB;
  border:1px solid #1B85FB;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_btn:hover {
  color: #fff;
  border:1px solid #1B85FB;
  background-color: #1B85FB;
}    
    
.link-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}   
    
a.link_btn {
    margin: 10px;
    color: #1B85FB;
}

@media (max-width: 1000px) {



.section {
    width: 100%;
    margin: 50px auto;
}

#intro {
    padding: 15%;
}
.intro-text {
    width: 100%;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.85;
}


.contents-block {
    width: 94%;
	margin: auto;
	min-width: 300px;
}

.contents-cresit {
    width: 94%;
    margin: auto;
}

th {
    width: 20%;
    text-align: right;
    padding: 5px;
}


.description-text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: .1em;
    text-align: justify;
}

.marginTOP50 {
    margin-top: 0px;
}


}
