@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #444;
    margin: 0;
}
* {
    box-sizing: border-box;
}
* {
    list-style: none;
}

.responsive {
    display: block;
    max-width: 100%;
    height: auto;
    /*margin: 10px 0;*/
}

::-webkit-selection {
    color: #444;
    background: #CCC;
}

::-moz-selection {
    color: #444;
    background: #CCC;
}
/* マウスで選択した時のカラー */
::selection {
    color: #444;
    background: #CCC;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #444;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    opacity: .8;
    /*color: #999!important;*/
    /*border-bottom: 2px solid #4581B3;*/
}
a.button:hover {
    opacity: .8;
}

.center {
    display: block;
    text-align: center;
}
.right {
    display: block;
    text-align: right;
}

.alert {
    padding: 2rem;
    background: #f1e4e4;
    margin: 1em 0;
}
p {
    line-height: 2.4rem;
    margin: 0 0 2rem;
}

ul ul, ul ol, ol ul, ol ol {
    padding-left: 10px;
}

h1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #333;
}
h1 span {
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: .05rem;
    /*font-family: 'La Belle Aurore', cursive;*/
    font-family: 'Marcellus', serif;
    color: #444;
    display: block;
    margin: 0 0 1.5rem;
}
h2 {
    font-size: 1.2rem;
    line-height: 1rem;
    color: #333;
    margin: 0;
}
h2 span {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: .05rem;
    font-family: 'Marcellus', serif;
    color: #444;
    display: block;
    margin: 0 0 1rem;

}
h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: .05rem;
    color: #333;
    margin: 0 0 .5rem;
}
h3 span {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: .05rem;
    font-family: 'Marcellus', serif;
    color: #444;
    margin: 0 0 1rem;
    display: block;
}

h1, h2 {
    padding: 0;
    font-weight: 400;
    margin: 4rem 0;
}

h1.title {
    padding: 1rem 0 .5rem;
    border-bottom: 1px solid #CCC;
    margin: 0;
}
h2.title {
    margin: 3rem 0;
}
h2.title span {
    margin: 0 0 .6rem;
}
h3.title {
    margin: 3rem 0;
}
h3.title span {
    margin: 0 0 .3rem;
}

.right {
    display: block;
    text-align: right;
}
.center {
    display: block;
    text-align: center;
}
.mtb {
    margin: 10rem auto!important;
}
.ptb {
    padding: 10rem 15rem;
}
.cursive {
    font-family: 'La Belle Aurore', cursive;
    font-size: 3.2rem;
    font-weight: 400;

/*************************************
    letter-spacing: 0;
    line-height: 2.4rem;
    margin: 0 0 1rem;
****************************************/
}
.yumincho {
    font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Crimson Text", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contents-item h2 a {
    font-size: .8rem;
    background: #941b1b;
    color: #FFF;
    padding: .2rem 1rem;
    border: none;
}
/*//////////////////// SWIPER ////////////////////////*/
.swiper-slide source,
.swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.sub-animation .op-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-family: 'La Belle Aurore', cursive;
    /*font-family: 'Marcellus', serif;*/
    letter-spacing: 1;
    padding: 0;
}
.sub-animation .op-menu li {
    margin: 0 1rem;
}
.sub-animation .op-menu li a {
    font-family: 'La Belle Aurore', cursive;
    font-size: 2rem;
}
@media screen and (min-width: 768px) {
    .sub-animation .op-menu li a {
        font-size: 2.4rem;
    }
}
.link-area {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.m01,
.m02 li {
    opacity: 0;
}

/*//////////////////// LOADER ////////////////////////*/
html {
    overflow-y: scroll;
}
#wrapper {
    opacity: 0;
    overflow: hidden;
}
#loader {
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 10000;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
}


/*//////////////////// SCROLL ////////////////////////*/
.top_move {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width:48px;
    height:48px;
    cursor: pointer;
}

/*//////////////////// BUTTON ////////////////////////*/
.button {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: .1rem;
    font-weight: 400;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    border: solid 1px #FFF;
    padding: 0 2rem;
    overflow: hidden;
    text-align: center;
    font-family: 'Marcellus', serif;
    border: solid 1px #bbb;
    color: #616161;
}
.button.black{
    background: #000;
    color: #FFF;
    border: none;
}
.button.gray {
    background: #b9b9b9;
    color: #FFF;
}
.button.md {
    padding: .5rem 3.2rem;
    font-size: 1.2rem;
}
.category,
.tag,
.archive {
    font-size: .8rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    background: #EFEFEF;
    padding: .2rem 1rem;
}
.price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
}
.date {
    font-size: .8rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
}


/*//////////////////// BREADCRUMB ////////////////////////*/
.breadcrumb {
    background-color: #FFF;
    border-radius: 0;
    font-size: 1rem;
    margin-bottom: 0;
}
/*//////////////////// DITTO ////////////////////////*/
.ditto_paging {
    background: #CCC;
    color: #444;
    padding: 10px;
}

#ditto_pages .ditto_currentpage {
    display: inline-block;
    border: 1px solid #b9b9b9;
    background: #b9b9b9;
    color: #FFF;
    padding-top: 1rem;
    width: 5rem;
    height: 4.5rem;
    margin: 0px .5rem;
}

#ditto_pages .ditto_off {
    		padding: 1px 5px 2px;
    margin-right: 1px;
    color: #999;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    display: inline-block;
    border: 1px solid #b9b9b9;
    color: #a7a7a7;
    padding-top: 1rem;
    width: 5rem;
    height: 4.5rem;
    margin: 0px .5rem;
}

#ditto_pages a.ditto_next_link, #ditto_pages a.ditto_previous_link {
    display: inline-block;
    color: #444;
    border: none;
    padding-top: 7px;
    width: 50px;
    height: 40px;
}

#ditto_pages a:hover {
    background-color: #fff;
    color: #444;
}

#content p.paginate {
    text-align: center;
    font-size: 1.4rem;
}

/*//////////////////// HEADER ////////////////////////*/
header {
    position: relative;
    width: 100%;
    /*opacity: 0;*/
    z-index: 99;
    display: none;
}

header.fixed {
    position: fixed;
    /*opacity: 1;*/
    top: 0;
    left: 0;
    display: block;
}

.header-wrap,
.inner-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrap {
    padding: .8rem 1.4rem;
    background: #fff;
    align-items: center;
    box-shadow: 0px 8px 20px -2px rgba(0, 0, 0, 0.2);
}

.inner-menu nav ul {
    font-size: 1.4rem;
    font-weight: 400;
    /*margin-right: 20px;*/
    color: #222;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.1rem;
}

.inner-menu nav ul li {
    margin: 0 1rem;
}

.inner-menu nav ul li:not(.toggle_btn){
    display: none;
}

.toggle_btn {
    position: relative;
}

/*//////////////////// TOP ////////////////////////*/
section.company {
    margin: 8rem 0;
}

/* TOGGLE BUTTON */
.toggle_btn {
    display: block;
/*
    position: fixed;
    top: 30px;
    right: 30px;
*/
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}
.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
}
.toggle_btn span:nth-child(1) {
    top: 4px;
}
.toggle_btn span:nth-child(2) {
    top: 14px;
}
.toggle_btn span:nth-child(3) {
    bottom: 4px;
}
.open .toggle_btn span {
    background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}
section.case-category .contents-wrap {
    margin: 6rem  auto;
}
section.case-category .contents-wrap .contents-img {
    position: relative;
    /*margin-right: 0;*/
    margin-left: 30px;
}
section.case-category .contents-wrap:nth-child(odd) .contents-img {
    position: relative;
    /*margin-left: 0;*/
}
section.business .contents-wrap .contents-text,
section.case-category .contents-wrap .contents-text {
    display: flex;
    align-items: center;
}
section.case-category .contents-wrap .decoration {
    position: absolute;
    font-size: 6rem;
    line-height: 2rem;
    text-align: right;
    font-weight: 400;
    color: #ababab;
    /*top: 20%;
    right: 70%;*/
    z-index: 2;
    opacity: 0.8;
    font-family: 'Marcellus', serif;
}
section.case-category .contents-wrap .decoration span {
    display: block;
    font-size: 1.2rem;
    line-height: 3rem;
}

section.case-category .contents-wrap .decoration.character01,
section.case-category .contents-wrap .decoration.character02,
section.case-category .contents-wrap .decoration.character03,
section.case-category .contents-wrap .decoration.character04,
section.case-category .contents-wrap .decoration.character05,
section.case-category .contents-wrap .decoration.character06 {
    top: 20%;
    left: -30px;
}

section.case-category .contents-wrap h3.title {
    margin: 1em 0;
}
section.case-category .contents-wrap:nth-child(odd) h3.title {
    text-align: right;
}

section.case-category .contents-wrap .item {
    padding: 0rem;
}

section.case-category .contents-wrap .item {
    text-align: right;
}
section.bg_01 {
    background: url(/content/images/common/bg_01.jpg) no-repeat top center/100%;
}
#concept section.bg_01 {
    background: url(/content/images/common/bg_01.jpg) no-repeat top center/100%;
    padding: 4rem 0;
}
section.bg_01 .offset,
section.contact .offset {
    width: 100%;
    padding: 3rem;
}
p.tag-link.center {
    margin-bottom: 3rem;
}

/*//////////////////// MODAL MENU ////////////////////////*/
.modal-inner-menu .main-category ul {
    /*display: flex;*/
}
.modal-inner-menu .main-category ul li {
    margin-right: 2rem;
}
.modal-inner-menu ul.main-category > li:before {
    content: "\f105";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5rem;
}
.modal-inner-menu p {
    line-height: 1.6rem;
}
.modal-inner-menu .contents-box4 {
    padding: 1rrem;
}
.modal-inner-menu .contents-box4 img {
    margin-bottom: 1rrem;
}
.modal-inner-menu .main-category a span {
    font-size: 1.2em;
    font-family: 'Marcellus', serif;
    margin-right: 1rem;
}
.modal-inner-menu ul.main-category li,
.modal-inner-menu ul.sub-category li.button,
.modal-inner-menu ul.link-category li {
    display: block;
    margin-bottom: 2rem;
}
#modal-menu .sub-category {
    display: none;
}
.modal-inner-menu .main-category ul {
    flex-direction: column;
}
#modal-menu .contact {
    width: 100%;
}
/*//////////////////// PRODUCTS LIST ////////////////////////*/
.list ul.count {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.list ul.count li {
    margin: 2rem;
}




.main-area .attribute {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 2rem;
}

section.case-main-area h3.concept {
    margin: 2rem 0 0;
    line-height: 1.8rem;
    font-weight: 700;
}
section.case-main-area h3.concept span {
    font-size: .8rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin: 0;
}
/* dl dt dd */
.default-list dl dt {
    position: absolute;
    width: 12rem;
    padding: 2em 0;
    font-weight: 600;
    text-align: left;
}
.default-list dl dd {
    display: flex;
    padding: 2em 0 2em 12rem;
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
    text-align: left;
    flex-direction: column;
}
.default-list dl dd:last-child {
    border: none;
}
section.case-main-area .contents-box2:nth-child(2) {
    display: flex;
    align-items: center;
}
section.case-main-area h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin: 0;
}
section.case-main-area {
    background: #F5F5F5;
    padding: 1em 0;
}
.case-main-area .contents-box-wrap {
    margin: 2rem auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}
}
section.case-main-area p.link {
    line-height: .5rem;
    margin-top: .5rem;
}
section.case-main-area span.tag a:not(:first-child) {
    margin-left: .5rem;
}
section.case-bottom-area-01 {
    padding: 2rem 6rem;
}

section.case-bottom-area-02 {
    padding: 2em 0;
    background: #F5F5F5;
}
section.case-bottom-area-02 .button {
    font-size: 2rem;
    line-height: 1.6rem;
    letter-spacing: 0;
    font-family: 'La Belle Aurore', cursive;
    margin: 1rem 0;
    display: block;
    padding: 1rem 0 .4rem;
    width: 100%;
    background: #FFF;
    text-align: center;
}

.break {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2rem 0 3rem 0;
}
.archive-column {
    width: 100%;
}

footer {
    margin: 4rem 0 0;
}
.footer-wrap {
    font-size: .8rem;
    font-family: 'Marcellus', serif;
    letter-spacing: .05rem;
    border-top: 1px solid #CCC;
    padding: 1rem 0;
}

/*//////////////////// CONCEPT ////////////////////////*/
#concept p br {
    display: none;
}
#concept p {
    text-align: left;
}
#concept .container {
    margin: 4rem 0;
}
@media screen and (min-width: 768px) {
    #concept p br {
        display: block;
    }
    #concept p {
        text-align: center;
        font-size: 1.4rem;
    }
}

/*//////////////////// COMPANY ////////////////////////*/
#company .default-list ol {
    margin-left: 0;
    padding-left: 1.5rem;
}
#company .default-list ol li {
    list-style: decimal;
    padding: 0 0 .5rem .5rem;
}

/*//////////////////// FLOW ////////////////////////*/
#flow .timeline-block p.lead {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}

/*//////////////////// PLIVACY POLICY ////////////////////////*/
#policy ol li {
    list-style: decimal;
    padding: 0 0 .5rem .5rem;
}
#policy ol li span {
    font-size: 1.4rem;
}

/*//////////////////// INFORMATION ////////////////////////*/
.information ul {
    padding: 0;
}
.information li {
    display: flex;
    margin: 2rem 0;
    border-bottom: 1px solid #EFEFEF;
}
.information ul li .date {
    width: 20%;
    margin: 4rem 0;
}
.article .date {
    border-bottom: 2px solid #444;
}
/******************************************************************************************
section.inforomation {
    margin: 2rem 1rem;
}
section.inforomation h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #333;
    margin: 2rem 0;
}
section.information {
    margin: 4rem 2rem;
}
section.information h2 {
    margin: 0 0 4rem;
}
section.information .board .date {
    margin: .5rem 0 0;
}

section.information .board h3.title {
    margin: .5rem 0;
    text-align: left;
    border-bottom: 1px solid #444;
    padding: .5rem 0;
}
section.information .board h3.title ,
section.information .board p {
    line-height: 1.6rem;
    text-align: left;
}

.notice {
    margin: 8rem auto 4rem!important;
    padding: 2rem;
    border: 3px double #CFCFCF;
}
.notice h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}

section.external-link .contents-box5 {
    margin: auto;
    padding: 1rem;
}
section.external-link .container {
    margin-top: 4rem;
}
********************************************************************/

/*//////////////////// 768 ////////////////////////*/
@media screen and (min-width: 768px) {
    aside section.case .contents-wrap .contents-img {
        height: auto;
        margin-bottom: 0;
    }
    section.bg_01 .offset,
    section.contact .offset {
        width: 60%;
    }
    section.bg_01 {
        background: url(/content/images/common/bg_01.jpg) no-repeat top center/70%;
        padding: 8rem 0;
    }
    .default-list {
        margin-bottom: 8rem;
    }
    .default-list dl dt {
        width: 20rem;
        text-align: left;
    }
    .default-list dl dd {
        padding: 2em 0 2em 20rem;
    }
    section.case-category .contents-wrap:nth-child(even) .item {
        text-align: left;
    }
    #concept section.bg_01 {
        padding: 12rem 0;
    }
    .offset {
        width: 80%;
        margin: auto;
    }
    .mlr {
        margin: 0 0 0 3rem;
    }
    section.case-main-area {
        background: #F5F5F5;
        padding: 6em 0;
    }
    section.case-bottom-area-02 .button {
        width: 18%;
    }
    section.case-category .contents-wrap .decoration.character01 {
        left: -90px;
    }
    section.case-category .contents-wrap .decoration.character02 {
        right: -50px;
        left: auto;
    }
    section.case-category .contents-wrap .decoration.character03 {
        left: -55px;
    }
    section.case-category .contents-wrap .decoration.character04 {
        right: -60px;
        left: auto;
    }
    section.case-category .contents-wrap .decoration.character05 {
        left: -90px;
    }
    section.case-category .contents-wrap .decoration.character06 {
        top: 20%;
        right: -50px;
        left: auto;
    }
    section.gallery {
        display: block;
        margin: 8rem 0;
    }
    section.case-category .contents-wrap:nth-child(odd),
    section.business .contents-wrap:nth-child(odd)  {
        flex-direction: row-reverse;
    }
    #company dl dd.spread {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #company dl dd.spread p {
        margin: 0;
    }
    #top section.information .contents-wrap {
        justify-content: center;
    }
}

/*//////////////////// 1140 ////////////////////////*/
@media screen and (min-width: 1140px) {
    .inner-menu nav ul li:not(.toggle_btn){
        display: block;
    }
    section.case-category .contents-wrap {
        width: 70%;
        margin: 0 auto 4rem;
    }
    section.case-category .contents-wrap .contents-img {
        margin-left: 240px;
    }
    section.case-category .contents-wrap:nth-child(odd) .contents-img {
        margin-left:0;
        margin-right: 240px;
    }
    section.case-category .contents-wrap .item {
        padding: 0 8rem;
    }
    .case-list.contents-box-wrap .contents-box4 >:last-child {
        margin-left: auto;
    }
}


.contents-item h2 {
    background: #FFF;
    padding: .5rem 2rem;
    border-radius: 5%;
}

.contents-item {
  opacity: 0;
}
.contents-item.active {
  animation: fadein 1s ease-in-out forwards;
}
@keyframes fadein{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}
	50% {
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}