﻿
@import url("fontAwesome_icon_font.css");
@import url("linea_icon_font.css");
@import url("./plugins/owl.carousel.css");
@import url("./plugins/jquery.fs.tipper.css");
@import url("./plugins/magnific-popup.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
* BASIC
  - General Style    
  - Typography Style    
  - Button Style
  - Form Style    
  - Spacer Style

* HEADER
  - Header Style
  - Logo Style
  - Navigation Menu Style

* INTRO
  - intro
  - Slider

* GLOBEL
  - Content Box (Services Box, Featured Box, icon-box, etc...)
  - Cover Box
  - Slider
  - Portfolio (Isotop Grid, box, etc...)

* ELEMENTS
  - Team Box
  - Skills Bar
  - Process
  - Accordion & Toggle
  - Tabs
  - Action-box
  - Counter
  - Pricing-box
  - Client Logo
  - Contact Form, Map, contact-info
  - Preloader
 
* Footer
  - Footer Logo
  - Copyright
  - Social


/*-------------------------------------------------------------------------------------------*/
/* BASIC     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* General Style   ||-------------------*/
html {
    font-size: 62.5%;
	-webkit-backface-visibility:hidden;
    backface-visibility:hidden;
	-webkit-font-smoothing: antialiased;
}

body {
    color: #FFF !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    background-color: #000 !important;
}


.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
  animation: byeShutter 2.6s forwards;
}
.shutter::before, .shutter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shutter::before {
  background-color: #E50012;
  width: 0;
  height: 1px;
  animation: shutterOpen1 2.6s forwards;
}
.shutter::after {
  width: 120%;
  height: 0;
  margin-left: -10%;
  background-color: #000;
  animation: shutterOpen2 2.6s forwards;
}

.contents {
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg);
  }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg);
  }
}
@keyframes contentScale {
  70% {
    transform: perspective(100%) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(100%) scale(1) rotateX(0);
  }
}


img {
    max-width: 100%;
    height: auto;
}

a:focus {
    color: #FFF;
}

.container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mb-100 {
    margin-bottom: 100px;
}

.row.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.row.margin10 {
    margin-right: 10px;
    margin-left: 10px;
}

.row:before, 
.row:after { 
	width: 0;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padding10 {
	padding-left: 10px;
	padding-right: 10px;
}


#page-wraper .wrapper {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.page-padding {
    padding: 0px;
}

    .page-padding #page-wraper .wrapper {
        padding: 30px;
    }

.page-border {
    position: fixed;
    background: #fff;
    display: none;
    z-index: 99;
}

.page-padding .page-border {
    display: block;
}

.page-border.left {
    width: 30px;
    left: 0;
    top: 0;
    height: 100%;
}

.page-border.right {
    width: 30px;
    right: 0;
    top: 0;
    height: 100%;
}

.page-border.top {
    width: 100%;
    left: 0;
    top: 0;
    height: 30px;
}

.page-border.bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30px;
}

@media (max-width: 480px) {
    .mb-100 {
        margin-bottom: 50px;
    }
    .page-padding #page-wraper .wrapper {
        padding: 15px;
    }

    .page-border.right, .page-border.left {
        width: 15px;
    }

    .page-border.top, .page-border.bottom {
        height: 15px;
    }
}


.black-bg {
    background-color: #000;
}

.Brown-bg {
    background-color: #5a2800;
}

.darkgray-bg {
    background-color: #111;
}

.gray-bg {
    background-color: #f6f6f6;
}

.white-bg {
    background-color: #FFF;
}

.bg-cover-section, .small-bg-cover-section {
    background-size: cover;
    background-position: top center;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead,
.dark-bg .page-icon, .dark-bg .page-icon-sm,
.dark-bg ul, .dark-bg ol, .dark-bg li,
.dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right {
    color: #fff;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.overlay-dark, .overlay-dark20, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-dark20:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(34,34,34,0.85);
    }

    .overlay-dark20:before {
        background-color: rgba(34,34,34,0.2);
    }

    .overlay-dark60:before {
        background-color: rgba(34,34,34,0.6);
    }

    .overlay-dark80:before {
        background-color: rgba(34,34,34,0.8);
    }

    .overlay-dark90:before {
        background-color: rgba(34,34,34,0.9);
    }


    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.8);
    }

.page-icon {
    color: #333;
    font-size: 5.0rem;
    line-height: 50px;
    padding-bottom: 15px;
    width: 100%;
}

.page-icon-sm {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #c7a674;
    }

i.left, .i-left {
    margin-right: 6px;
}

i.right, .i-right {
    margin-left: 6px;
}

hr {
    border-top: 1px solid #f1f1f1 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}

.video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

/* Typography Style   ||-----------------------------------*/

/*heading*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

h1 {
    font-size: 4.2rem;
}

h1.big-title {
    font-size: 6.0rem;
    font-weight: 900;
}

h2 {
    font-size: 3.6rem;
    font-weight: 800;
}

h2.big-title {
    font-size: 6.0rem;
    font-weight: 900;
}

@media (max-width: 749px){
	h2.big-title {
		font-size: 4.8rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

    h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, h6 .white {
        color: #fff;
    }

    h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, h6 .color {
        color: #c7a674;
    }


.page-title {
    margin-bottom: 60px;
    font-weight: 800;
}

.page-title2 {
    margin-bottom: 90px;
    font-weight: 800;
}

.page-title-alt {
    margin-bottom: 30px;
    color: #c7a674;
}

.content-title {
    margin-bottom: 25px;
}

.features-title {
    margin-bottom: 15px;
}



.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-extra-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.max-width-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*Paragraph*/
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
}

    p.small {
        font-size: 1.2rem;
    }

    p.large {
        font-size: 1.6rem;
    }

    p.lead {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

        p.white, p.small.white, p.large.white, p.lead.white, p .white, .white {
            color: #fff;
        }

        p.dark, p.small.dark, p.large.dark, p.lead.dark, p .dark, .dark {
            color: #666666;
        }

        p.color p.small.color, p.large.color, p.lead.color, p .color, .color {
            color: #c7a674;
        }


/* listing */
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ul.list-inside {
    padding-left: 0px;
    list-style: inside;
    margin-bottom: 25px;
    font-size: 1.6rem;
}

ul.list-none {
    list-style: none;
    padding-left: 0px;
}


/*Links & Anchor Tag*/
.dark-bg a {
}

    .dark-bg a:hover {
    }

a {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.link, .link-d {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-weight: 400;
    color: inherit;
    padding-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.Link {
    color: #333;
}

    .Link:hover {
        color: #c7a674;
    }

.link-d {
    color: #fff;
}

    .link-d:hover {
        color: #c7a674;
    }


/* Button Style   ||--------------------------------*/
.btn, button {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -o-border-radius: 2px !important;
}

    .btn i, button i, i.left {
        margin-right: 6px;
    }

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

.btn-sm {
    padding: 9px 30px !important;
    display: inline-block;
}

.btn-md {
    padding: 11px 25px !important;
    display: inline-block;
}

.btn-lg {
    padding: 14px 30px !important;
    display: inline-block;
}

.btn-black {
    background-color: #333;
    border-color: transparent;
    color: #fff;
}

    .btn-black:hover {
        background-color: #c7a674;
        border-color: transparent;
        color: #fff;
    }

.btn-color {
    background-color: #c7a674;
    border-color: transparent;
    color: #fff;
}

    .btn-color:hover {
        background-color: #d2b17f;
        border-color: transparent;
        color: #fff;
    }

.btn-color-red {
    background-color: #E50012;
    border-color: transparent;
    color: #fff;
}

    .btn-color-red:hover {
        background-color: #000;
        border-color: transparent;
        color: #fff;
    }

.btn-white {
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    color: #333;
}

    .btn-white:hover {
        background-color: rgba(255,255,255,0.85);
        border-color: transparent;
        color: #333;
    }

.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
}

    .btn-white-line:hover {
        color: #323232;
        background: #fff;
    }

/* Form Style   ||--------------------------------*/
form {
    position: relative;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        color: #333;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1.3rem;
        padding-left: 15px;
        padding-right: 15px;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        display: inline-block;
        /*text-transform: uppercase;*/
        line-height: 1.2;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border: 1px solid rgba(0, 0, 0, 0.7);
            color: #333;
        }

    input.input-lg, .input-lg {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    input.input-md, .input-md {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    input.input-sm, .input-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    input.input-xs, .input-xs {
        padding-top: 8px;
        padding-bottom: 8px;
    }



textarea {
    height: 120px;
    font-size: 1.3rem !important;
}

label {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
}

.form-full {
    width: 100%;
}

.form-full-height {
    height: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 1.2rem;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

/* Spacer Style   ||------------------------*/
/*spacing*/
.spacer-15 {
    height: 15px;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

.spacer-45 {
    height: 45px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    width: 100%;
}

.spacer-90 {
    height: 90px;
    width: 100%;
}


/*padding*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-t {
    padding-top: 100px;
}

.section-padding-footer {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-t50 {
    padding-top: 50px;
}
@media (max-width: 499px){
	.section-padding-t50 {
		padding-top: 0;
	}
	.container-topwrap {
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
	}
}

.section-padding-b {
    padding-bottom: 100px;
}
/*--*/
.p-90 {
    padding: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}
/*--*/
.p-85 {
    padding: 85px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.plt-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}
/*--*/
.p-80 {
    padding: 80px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}
/*--*/
.p-75 {
    padding: 75px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.plt-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}
/*--*/
.p-70 {
    padding: 70px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}
/*--*/
.p-65 {
    padding: 65px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.plt-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}
/*--*/
.p-60 {
    padding: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}
/*--*/
.p-55 {
    padding: 55px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.plt-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}
/*--*/
.p-50 {
    padding: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
/*--*/
.p-45 {
    padding: 45px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.plt-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}
/*--*/
.p-40 {
    padding: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
/*--*/
.p-35 {
    padding: 35px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.plt-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}
/*--*/
.p-30 {
    padding: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
/*--*/
.p-25 {
    padding: 25px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.plt-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}
/*--*/
.p-20 {
    padding: 20px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}
/*--*/
.p-15 {
    padding: 15px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plt-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}
/*--*/
.p-10 {
    padding: 10px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}
/*--*/
.p-5 {
    padding: 5px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}



/*margrin*/
.container-margin {
    margin-top: 90px;
    margin-bottom: 90px;
}

.container-margin-t {
    margin-top: 90px;
}

.container-margin-b {
    margin-bottom: 90px;
}

/*--*/
.m-90 {
    margin: 90px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}
/*--*/
.m-85 {
    margin: 85px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mlt-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}
/*--*/
.m-80 {
    margin: 80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
/*--*/
.m-75 {
    margin: 75px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mlt-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}
/*--*/
.m-70 {
    margin: 70px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}
/*--*/
.m-65 {
    margin: 65px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mlt-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}
/*--*/
.m-60 {
    margin: 60px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}
/*--*/
.m-55 {
    margin: 55px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mlt-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}
/*--*/
.m-50 {
    margin: 50px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}
/*--*/
.m-45 {
    margin: 45px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mlt-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}
/*--*/
.m-40 {
    margin: 40px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}
/*--*/
.m-35 {
    margin: 35px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mlt-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}
/*--*/
.m-30 {
    margin: 30px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}
/*--*/
.m-25 {
    margin: 25px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}
/*--*/
.m-20 {
    margin: 20px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
/*--*/
.m-15 {
    margin: 15px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}
/*--*/
.m-10 {
    margin: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
/*--*/
.m-5 {
    margin: 5px;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}
/*--*/
.m-0 {
    margin: 0px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}


@media (max-width: 767px) {
    /*extra small medium*/

    /*padding*/
    .section-padding {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .section-padding-t {
        padding-top: 40px;
    }

    .section-padding-b {
        padding-bottom: 60px;
    }

    /*margrin*/
    .container-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .container-margin-t {
        margin-top: 60px;
    }

    .container-margin-b {
        margin-bottom: 60px;
    }

    .float-xs-left {
        float: left !important;
        text-align: left;
    }

    .float-xs-right {
        float: right !important;
        text-align: right;
    }

    .p-xs-0 {
        padding: 0px;
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }


    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }


    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mb-sm-0 {
        margin-bottom: 0px;
    }
}


/*-------------------------------------------------------------------------------------------*/
/* HEADER     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Header Style   ||-------------------*/
.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #000;
    width: 100%;
    height: 60px;
    background: #FFF;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}

    .header.header-prepare {
        background-color: #FFF;
    }

    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
        height: 60px;
    }
	
@media (max-width: 1200px){
    .header.header-prepare {
        background-color: #FFF
    }
    .header.header-fixed {
        height: 50px;
    }
}
@media (max-width: 499px){
    .header.header-fixed {
        height: 40px;
    }
}

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

@media (max-width: 1200px){
	.header-inner {
		padding-right: 30px;
	}
}

.header-fixed .logo a {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 23px 15px;
}

.header-fixed .nav-menu ul.nav-menu-inner li.contact a {
    padding: 23px 15px;
}

@media all and (max-width: 1200px) {
    .header {
        height: 50px;
        background-color: #FFF;
    }

        .header .logo a {
            margin-top: 5px;
            margin-bottom: 5px;
            width: 70px;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }
}

@media all and (max-width: 499px) {
    .header {
        height: 40px;
        background-color: #FFF;
    }

        .header .logo a {
            margin-top: 0px;
            margin-bottom: 0px;
            width: 60px;
        }
}

/* Logo Style   ||-------------------*/
.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

    .logo a {
        width: 100px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .logo a h1 {
            margin: 0;
        }

        .logo a h1 img {
            width: 100%;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }

        @media (max-width: 499px){
            .logo a h1 {
                font-size: 0em;
                margin: 5px 0 0;
            }
        }


/* Navigation Menu Style  ||-------------------*/
.nav-menu {
    position: static;
    float: right;
    display: block;
}

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul.nav-menu-inner {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul.nav-menu-inner > li {
            display: inline-block;
            list-style: none;
            text-align: left;
        }

            .nav-menu ul.nav-menu-inner > li > a {
                display: block;
                color: #000;
                font-size: 1.4rem;
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                line-height: 1;
                padding: 23px 15px;
                text-transform: uppercase;
                letter-spacing: 0;
            }

            .nav-menu ul.nav-menu-inner > li.contact > a {
                display: block;
                color: #000;
                font-size: 1.4rem;
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                line-height: 1;
                padding: 23px 15px;
                text-transform: uppercase;
                letter-spacing: 0;
            }

            .header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
                display: block;
                color: #000;
                font-size: 1.4rem;
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                line-height: 1;
                text-transform: uppercase;
                letter-spacing: 0;
            }

            .header.header-prepare .nav-menu ul.nav-menu-inner > li.contact > a {
                display: block;
                color: #000;
                font-size: 1.4rem;
                font-family: 'Oswald', sans-serif;
                font-weight: 500;
                line-height: 1;
                text-transform: uppercase;
                letter-spacing: 0;
				background-color: #FFF;
            }

.nav-menu-icon {
    display: none;
    float: right;
}

    .nav-menu-icon a {
        color: #000;
        display: block;
        font-size: 2.0rem;
        padding: 9px 0;
    }

    .nav-menu-icon.active a, .nav-menu-icon > a.active,
    .nav-menu-icon:hover a, .nav-menu-icon > a:hover,
    .nav-menu ul.nav-menu-inner li.active > a,
    .nav-menu ul.nav-menu-inner li > a.active,
    .nav-menu ul.nav-menu-inner li > a:hover {
        color: #E50012;
    }

    .nav-menu ul.nav-menu-inner li:hover > a {
        color: #E50012;
    }
	
			.nav-menu ul.nav-menu-inner li:hover > a > li:hover > a {
                color: rgba(1, 73, 0, 1.0);
            }


@media (max-width: 1200px){
    .nav-menu ul.nav-menu-inner > li > a {
        padding: 18px 15px;
    }
    .nav-menu ul.nav-menu-inner > li.contact > a {
        padding: 18px 15px;
    }
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 18px 15px;
    }
    .header-fixed .nav-menu ul.nav-menu-inner li.contact a {
        padding: 18px 15px;
    }
}
@media (max-width: 1100px){
    .nav-menu-icon.active a, .nav-menu-icon > a.active,
    .nav-menu-icon:hover a, .nav-menu-icon > a:hover,
    .nav-menu ul.nav-menu-inner li.active > a,
    .nav-menu ul.nav-menu-inner li > a.active,
    .nav-menu ul.nav-menu-inner li:hover > a,
    .nav-menu ul.nav-menu-inner li > a:hover {
        color: #000;
    }
	.header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
		font-size: 1.6rem;
	}
	.header.header-prepare .nav-menu ul.nav-menu-inner > li.contact > a {
		font-size: 1.6rem;
	}

            .nav-menu ul.nav-menu-inner > li.contact > a {
                font-size: 1.6rem;
                padding: 8px 30px;
            }
}

@media (max-width: 499px){
    .nav-menu-icon a {
        color: #000;
        display: block;
        font-size: 2.0rem;
        padding: 4px 0;
    }
}

    .header-fixed .nav-menu ul.nav-menu-inner li > a.current,
    .header-fixed .nav-menu ul.nav-menu-inner li.current > a {
        color: #000;
    }

            .header.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a {
                color: #000;
            }

            .header.header-prepare .nav-menu ul.nav-menu-inner > li.contact:hover > a {
                color: #000;
            }

/* Dropdown-menu */
.nav-menu > ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 80%;
    left: 0;
}

.sub-dropdown {
    position: absolute !important;
    left: 100%;
    top: 0;
    display: none;
    background-color: #FFF;
    padding: 0;
    width: 200px;
}

    .sub-dropdown li {
        width: 100%;
        list-style: none;
    }

    .sub-dropdown > li > a {
        padding: 3px 15px !important;
        display: block;
        font-size: 1.4rem;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
        text-align: left;
    }

    .sub-dropdown > li > a span {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
    }

    .sub-dropdown > li > a:hover {
        color: rgba(1, 73, 0, 1.0) !important;
        text-align: left;
    }

    .sub-dropdown > li > a.times {
        font-size: 1.4rem;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 0px;
    }

    .sub-dropdown > li > a.rodpack {
        font-size: 1.4rem;
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .sub-dropdown > li:hover > a {
        background-color: #E50012;
        color: #FFF !important;
    }

@media (max-width: 1200px){
    .sub-dropdown > li:hover > a {
        background-color: #E50012;
        color: #FFF;
    }
    .sub-dropdown > li > a.times {
		font-size: 1.8rem;
    }
}
    .sub-dropdown i {
        float: right;
    }


@media all and (max-width: 1024px) {
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        top: 49px;
        left: 0;
        float: none;
        display: block;
        width: 100%;
        background: #FFF;
        overflow-y: auto;
        display: none;
        z-index: 999;
        padding-bottom: 10px;
    }

    .nav-menu-icon, .header-fixed .nav-menu-icon {
        display: inline-block;
        float: right;
    }

    .nav-menu ul.nav-menu-inner li a, 
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        font-size: 1.6rem;
        padding: 8px 30px;
        border-top: none;
    }
	
	li.menu-opened {
        border-top: none;
        border-bottom: none;
    }

    /* Dropdown */
    .sub-dropdown.dropdown, .sub-dropdown {
        top: 100%;
        position: relative !important;
        left: 0;
        width: 100%;
    }

        .sub-dropdown a, .sub-dropdown > li > a {
            padding-left: 50px !important;
			font-size: 1.6rem;
        }
}
@media (max-width: 499px){
    .nav-menu {
        top: 39px;
    }
}


/*-------------------------------------------------------------------------------------------*/
/* INTRO     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


/* intro */
#intro {
    position: relative;
}

.intro-media {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

h1.intro-title {
	display: block;
    font-size: 5.3333vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
	text-transform: none;
	text-shadow: 2px 2px 3px #000;
    margin: 0;
    padding: 0;
}

h1.intro-title-rod {
	display: block;
    font-size: 5.3333vw;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
	font-style: italic;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
	text-transform: none;
	text-shadow: 2px 2px 3px #000;
    margin: 0;
    padding: 0 0 10px;
}

h1.intro-title-rod.pack {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1.intro-title-rod.pack span {
    display: block;
    font-size: 2.3333vw;
    padding: 0 0 20px;
}

.page-title-alt {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
	text-transform: none;
	text-shadow: 1px 1px 2px #000;
	margin: 0 auto 40px;
    padding: 0;
}

.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0,0,0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}

.intro-img-circle img {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/*-------- 2023.10 16 追記 ここから ---------------------------------*/

#intro-home {
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.home-logo-wrappper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(75vh - 60px);
    margin-top: 60px;
}
.home-logo-wrap {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 0 0 2%;
}

.home-menu-wrappper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    padding: 0 5%;
    border-top: solid 1px #E50012;
}
.cate-title-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.cate-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.666666%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.cate-title a {
    display: block;
    width: 120px;
    color: #FFF;
    font-size: 2.4rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px;
    text-transform: uppercase;
    list-style: none;
    border-bottom: solid 3px #E50012;
}
.cate-title a:hover {
    color: #FFF;
}

#footer-home {
    width: 100%;
    height: auto;
    padding: 0;
}

#footer-home-copyrights {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
    padding: 0;
}

p.copyrights {
    display: block;
    font-family: Roboto,Helvetica Neue,Arial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
p.second-copyrights {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    margin-bottom: 80px;
}


#intro-second {
    position: relative;
    background: #000;
    height: 40vh;
    margin-top: 60px;
    border-bottom: solid 1px #E50012;
}

@media (max-width: 990px){
    #intro-second {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 50px;
    }
}



#intro-index-second-title-wrap {
    width: 100%;
    height: calc(75vh - 60px);
    margin-top: 60px;
}
h1.intro-index-title-rod {
    display: block;
    width: 100%;
    font-size: 4.8vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
	text-transform: none;
    padding: 0;
}


#intro-second-index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    padding: 0 5%;
    border-top: solid 1px #E50012;
}
.intro-second-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.second-index-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 5%;
    list-style: none;
}
.second-index-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.666666%;
    height: 100%;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}
.second-index-menu li a {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 2.4rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px;
    text-transform: uppercase;
    list-style: none;
    border-bottom: solid 3px #E50012;
}
.second-index-menu li a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}


.footer-menu-wrappper {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: solid 1px #E50012;
}
.footer-cate-title a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 2.4rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin: 0 auto 20px;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
}
.footer-cate-title a:hover {
    color: #E50012;
}



.intro-second-copyrights-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
    margin: 0 auto;
    padding: 0;
}
p.intro-second-copyrights {
    display: block;
    font-family: Roboto,Helvetica Neue,Arial;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}



@media (max-width: 1480px){
    .home-logo-wrappper {
        height: calc(70vh - 60px);
    }
    .home-logo-wrap {
        width: 200px;
    }
    .home-menu-wrappper {
        height: 25vh;
    }
    .cate-title a {
        width: 100px;
        font-size: 2.0rem;
    }

    #intro-index-second-title-wrap {
        height: calc(70vh - 60px);
    }
    #intro-second-index {
        height: 25vh;
    }
    .second-index-menu li a {
        font-size: 2.0rem;
    }
}
@media (max-width: 1200px){
    .home-logo-wrappper {
        height: calc(75vh - 50px);
        margin-top: 50px;
    }
    .home-menu-wrappper {
        height: 20vh;
    }


    #intro-index-second-title-wrap {
        height: calc(75vh - 50px);
        margin-top: 50px;
    }
    #intro-second-index {
        flex-wrap: wrap;
        width: 100%;
        height: 20vh;
        margin: 0 auto;
        padding: 0;
    }
    .secnd-index-menu li {
        margin: 0 auto 25px;
    }
}
@media (max-width: 990px){
    .home-logo-wrappper {
        height: calc(40vh - 50px);
    }
    .home-logo-wrap {
        width: 180px;
    }
    .home-menu-wrappper {
        flex-direction: column;
        height: 55vh;
        padding: 5%;
    }
    .cate-title a {
        display: block;
        width: 150px;
        font-size: 3.0rem;
    }


    .footer-cate-title a {
        margin: 0 auto 40px;
    }


    #intro-index-second-title-wrap {
        height: calc(40vh - 50px);
    }
    h1.intro-index-title-rod {
        font-size: 6.0rem;
    }
    #intro-second-index {
        display: block;
        height: 55vh;
    }
    .second-index-menu {
        flex-direction: column;
        padding: 7% 5% 5% 5%;
    }
    .second-index-menu li {
        width: 280px;
        height: auto;
        margin: 0 auto 35px;
    }
    .second-index-menu li a {
        display: block;
        font-size: 3.0rem;
    }
}
@media (max-width: 749px){
    #intro-home {
        height: auto;
    }
    .home-logo-wrappper {
        display: block;
        height: auto;
        padding: 90px 0 80px;
    }
    .home-menu-wrappper {
        height: auto;
        padding: 8% 0 4%;
    }
    .cate-title a {
        margin: 0 auto 20px;
    }
    #footer-home-copyrights {
        height: 10vh;
    }

    
    #intro-index-second-title-wrap {
        height: auto;
        margin-top: 80px;
        padding: 70px 0;
    }
    h1.intro-index-title-rod {
        font-size: 5.4rem;
    }

    #intro-second-index {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .intro-second-copyrights-wrap {
        display: block;
        height: auto;
        margin: 0 auto;
        padding: 40px 0 80px;
    }

    .second-index-menu li {
        margin: 0 0 25px;
        padding: 0;
    }

    #intro-second {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .footer-menu-wrappper {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}
@media (max-width: 499px){
    .home-logo-wrappper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(40svh - 40px);
        margin-top: 40px;
        padding: 0;
    }
    .home-logo-wrap {
        width: 110px;
        padding: 0 0 2%;
    }
    .home-menu-wrappper {
        display: flex;
        width: 100%;
        height: 55svh;
        margin: 0 auto;
        padding: 8% 0 4%;
    }
    .cate-title a {
        width: 100px;
        font-size: 2.0rem;
        margin: 0 auto;
        padding: 0 0 4px;
    }
    #footer-home-copyrights {
        height: 5svh;
    }

    p.copyrights {
        font-size: 1.0rem;
    }

    
    #intro-index-second-title-wrap {
        height: calc(40svh - 40px);
        margin-top: 40px;
        padding: 0;
    }
    h1.intro-index-title-rod {
        font-size: 3.6rem;
        margin: 0 auto;
    }

	h1.intro-title {
		font-size: 6.0rem;
		letter-spacing: 1px;
	}

    #intro-second-index {
        height: 55svh;
    }

    .second-index-menu {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 55svh;
        padding: 10% 0 4%;
    }

    .second-index-menu li {
        margin: 0 0 0.5rem;
    }

    .second-index-menu li a {
        width: 160px;
        font-size: 2.0rem;
        margin: 0 auto 20px;
        padding: 0 0 4px;
    }

    .second-index-menu li a.acc {
        width: 160px;
        font-size: 2.0rem;
        margin: 0 auto 10px;
        padding: 0 0 4px;
    }

    .intro-second-copyrights-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5svh;
        padding: 0;
    }

    .footer-cate-title a {
        font-size: 2.2rem;
        margin: 0 auto 30px;
    }
    .footer-cate-title a span.ts {
        font-size: 1.6rem;
    }
}

/*-------- 2023.10 16 追記 ここまで ---------------------------------*/



@media (max-width: 990px){
	h1.intro-title {
		font-size: 7.2rem;
	}
	h1.intro-title-rod {
		font-size: 7.2rem;
        padding: 0;
	}
	h6.page-title-alt {
		font-size: 1.8rem;
		margin: 0 auto 40px;
	}
}

@media (max-width: 767px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 2.4rem;
    }
	h1.intro-title {
		font-size: 4.8rem;
		padding: 0;
	}
	h1.intro-title-rod {
		font-size: 4.4rem;
	}
	h6.page-title-alt {
		font-size: 1.4rem;
		margin: 0 auto 30px;
	}
}
@media (max-width: 499px){
    h1.intro-title-rod.pack {
        font-size: 3.6rem;
    }
    h1.intro-title-rod.pack span {
        font-size: 20px;
        padding: 0 0 10px;
    }
	h1.intro-title {
		font-size: 3.6rem;
		padding: 0;
	}
}

/* Slider */
.sc-logo {
    /*margin-top: 0px;
    margin-bottom:0;*/
    text-align: center;
}

.sc-title {
    font-weight: 800;
    text-align: center;
    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-paragraph-lead {
    font-family: Georgia;
    font-style: italic;
    font-size: 2.0rem;
    text-align: center;
    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-button {
}

/*-------------------------------------------------------------------------------------------*/
/* GLOBEL    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Content Box (Services Box, Featured Box, icon-box, etc...) ||-----------------------------*/
.content-box, .content-box-with-bg {
    position: relative;
}

    .content-box.left {
        padding-left: 90px;
        text-align: left;
        margin-bottom: 35px;
        position: relative;
    }

    .content-box.right {
        padding-right: 90px;
        text-align: right;
        margin-bottom: 35px;
        position: relative;
    }

.content-box-with-bg {
    padding: 45px 30px 30px !important;
    background: #f5f5f5;
    border-radius: 5px;
}


/*Icon Style 1*/

.content-box:hover .icon-top, .content-box:hover .icon-left, .content-box:hover .icon-right {
    background-color: #c7a674;
    color: #fff;
}

.icon-top, .icon-left, .icon-right {
    background-color: #f5f5f5;
    display: inline-block !important;
    font-size: 2.3rem;
    color: #333;
    height: 70px;
    line-height: 75px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.icon-top {
    margin-bottom: 30px;
}

.icon-left, .alt-icon-left {
    position: absolute;
    left: 0;
}

.icon-right, .alt-icon-right {
    position: absolute;
    right: 0;
}

.icon-color {
    background-color: #c7a674;
    color: #fff;
}

.icon-black {
    background-color: #333;
    color: #fff;
}

.content-box:hover .icon-color {
    background-color: #333;
    color: #fff;
}

.content-box:hover .icon-black {
    background-color: #c7a674;
    color: #fff;
}

/* Icon Style 2 */
.content-box.alt-left {
    padding-left: 60px;
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}

.content-box.alt-right {
    padding-right: 60px;
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}

.alt-icon-top, .alt-icon-left, .alt-icon-right {
    color: #333;
    display: inline-block !important;
    font-size: 3.5rem;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.alt-icon-top {
    margin-bottom: 25px;
    text-align: center;
}

.alt-icon-sm-top, .alt-icon-sm-left, .alt-icon-sm-right {
    color: #333;
    display: inline-block !important;
    font-size: 2.5rem;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.alt-icon-sm-top {
    margin-bottom: 20px;
    text-align: center;
}
/*.content-box.left .features-title, .content-box.right .features-title {
    margin-bottom: 10px;
}*/


/*-----------------------------------------*/
/* Cover Box     ||----------------------*/
/*-----------------------------------------*/
.cover-box {
    position: relative;
    text-align: center;
}

    .cover-box .cover-box-img {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }

        .cover-box .cover-box-img img {
            width: 100%;
        }

    .cover-box .cover-box-content {
        padding: 30px;
        background: #f5f5f5;
    }


/*-----------------------------------------*/
/* Slider ||-----------------------------*/
/*-----------------------------------------*/

/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) */

.owl-buttons {
    position: static;
}

o-flow-hidden {
    overflow: hidden;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 1.6rem;
        margin-top: -15px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        color: #000;
        /*text-align: center;*/
        position: absolute;
        z-index: 3;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        width: 100px;
        height: 100px;
    }

        .content-carousel .owl-controls .owl-buttons .owl-prev:before,
        .content-carousel .owl-controls .owl-buttons .owl-next:before,
        .image-carousel .owl-controls .owl-buttons .owl-prev:before,
        .image-carousel .owl-controls .owl-buttons .owl-next:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-prev:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-next:before {
            background: rgba(255,255,255,1.0);
            content: "";
            transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            height: 120%;
            width: 120%;
            position: absolute;
            top: 0;
        }
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:before {
            background: rgba(255,255,255,0.0);
            content: "";
            transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            height: 120%;
            width: 120%;
            position: absolute;
            top: 0;
        }

        .content-carousel .owl-controls .owl-buttons .owl-prev:before,
        .image-carousel .owl-controls .owl-buttons .owl-prev:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-prev:before,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before {
            left: 0;
            margin-left: -60%;
        }

        .content-carousel .owl-controls .owl-buttons .owl-next:before,
        .image-carousel .owl-controls .owl-buttons .owl-next:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-next:before,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:before {
            right: 0;
            margin-right: -60%;
        }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .intro-text-slider .owl-controls .owl-buttons .owl-prev:hover,
        .intro-text-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #c7a674;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .image-carousel:hover .owl-controls .owl-buttons .owl-next,
    .intro-text-slider:hover .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }


/* Singel Item slider (Images & Contant Slider) */
.content-carousel, .image-carousel, .intro-text-slider {
    overflow: hidden;
    position: relative;
}

    .content-carousel .owl-controls .owl-pagination,
    .image-carousel .owl-controls .owl-pagination,
    .intro-text-slider .owl-controls .owl-pagination,
    .item1-carousel .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        bottom: 15px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-next {
        width: 51px;
        height: 51px;
        line-height: 57px;
        font-size: 2.1rem;
        margin-top: -25px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
        text-align: left;
        padding-left: 10px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
        text-align: right;
        padding-right: 10px;
    }

    .content-carousel img, .image-carousel .item img {
        width: 100%;
    }

/* Portfolio (Isotop Grid, box, etc...) --------------------------*/
#portfolio .container-fluid {
    width: 100%;
    padding-right: 6px;
	padding-bottom: 1px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
	background-color: #FFF;
}

@media (max-width: 499px){
	#portfolio .container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.row.gallery-popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.portfolio-grid-fit .portfolio-item {
    position: relative;
    display: block;
    float: left;
	width: 33.333%;
    height: auto;
    margin: 0px;
    padding: 2px;
    background: #FFF;
    color: #262524;
}

.portfolio-grid-fit .portfolio-item.bg-black {
    background: #000;
}

@media (max-width: 1480px){
	.portfolio-grid-fit .portfolio-item {
		padding: 2px;
	}
}

@media (max-width: 1170px) {
    .portfolio-grid-fit .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 980px) {
    .portfolio-grid-fit .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .portfolio-grid-fit .portfolio-item {
        width: 100%;
    }
}

.portfolio-grid-fits .portfolio-item {
    position: relative;
    display: block;
    float: left;
	width: 50%;
    height: auto;
    margin: 0px;
    padding: 10px;
    background: #FFF;
    color: #262524;
}

.portfolio-grid-fits .portfolio-item.bg-black {
    background: #000;
}

@media (max-width: 1480px){
	.portfolio-grid-fits .portfolio-item {
		padding: 10px;
	}
}

@media (max-width: 1170px) {
    .portfolio-grid-fits .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 980px) {
    .portfolio-grid-fits .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .portfolio-grid-fits .portfolio-item {
        width: 100%;
    }
}

.portfolio-grid-fits-acc .portfolio-item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    height: auto;
    margin: 0px;
    padding: 10px;
    background: #FFF;
    color: #262524;
}

.portfolio-grid-fits-acc .portfolio-item.bg-black {
    background: #000;
}

@media (max-width: 1480px){
    .portfolio-grid-fits-acc .portfolio-item {
        padding: 10px;
    }
}

@media (max-width: 980px) {
    .portfolio-grid-fits-acc .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .portfolio-grid-fits-acc .portfolio-item {
        width: 100%;
    }
}

.portfolio-box {
    position: relative;
    overflow: hidden;
}


.portfolio-box .new-ribbon-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
  z-index: 9;
}
.portfolio-box .new-ribbon-content .new-ribbon {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 16px;
  background: #E50012;
  color: #FFF;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

    .portfolio-box .portfolio-image-wrap {
        display: block;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .portfolio-box a.portfolio-image-wrap img {
            width: 100%;
			-webkit-transition: transform .6s ease;
			transition: transform .6s ease;
			will-change: transform;
        }

        .portfolio-box a.portfolio-image-wrap:hover img {
			-webkit-transform: scale(1.05);
			transform: scale(1.05);
        }

    .portfolio-box .portfolio-caption {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.75);
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        padding: 20px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        z-index: 9;
        transform: scale(0.5);
        -o-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transition-delay: 0s;
        -o-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .portfolio-box:hover .portfolio-caption {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-delay: 0.08s;
        -o-transition-delay: 0.08s;
        -moz-transition-delay: 0.08s;
        -webkit-transition-delay: 0.08s;
    }

    .portfolio-box .portfolio-caption .portfolio-caption-tb {
        height: 100%;
        width: 100%;
        display: table;
    }

    .portfolio-box .portfolio-caption .portfolio-caption-tb-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 30px 50px;
        color: #FFF;
        text-align: center;
    }


    .portfolio-box .portfolio-caption-sp {
		display: none;
    }


.portfolio-box .portfolio-news {
    position: absolute;
    top: 21%;
    left: 0;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    color: #FFF;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 1480px){
    .portfolio-box .portfolio-caption .portfolio-caption-tb-cell {
        padding: 30px 30px;
    }
    .portfolio-box .portfolio-news {
        top: 20%;
        font-size: 1.6rem;
    }
}
@media (max-width: 1200px){
    .portfolio-box .portfolio-caption-sp {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
        background-color: rgba(0, 0, 0, 0.0);
        height: 50%;
        width: 100%;
        position: absolute;
		bottom: 0px;
        left: 0px;
        padding: 20px;
    }

    .portfolio-box .portfolio-caption-sp .portfolio-caption-tb {
        height: 100%;
        width: 100%;
        display: table;
    }

    .portfolio-box .portfolio-caption-sp .portfolio-caption-tb-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 50px;
        color: #FFF;
        text-align: center;
    }
    .portfolio-box .portfolio-caption-sp .item-img {
        margin-bottom: 0px;
    }
    .portfolio-box .portfolio-caption-sp .item-txt-title {
        margin-top: 30%;
		font-size: 2.4rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
		letter-spacing: 0px;
        color: #FFF;
    }
}

@media (max-width: 499px){
    .portfolio-box .portfolio-caption .portfolio-caption-tb-cell {
        padding: 5px 5px;
    }
    .portfolio-box .portfolio-caption-sp .portfolio-caption-tb-cell {
        display: table-cell;
        vertical-align: top;
        padding: 0;
    }
    .portfolio-box .portfolio-caption-sp {
        height: 60%;
    }
    .portfolio-box .portfolio-caption-sp .portfolio-caption-tb-cell {
        padding: 20px 50px 0;
    }
    .portfolio-box .portfolio-caption-sp .item-txt-title {
        margin-top: 32%;
		font-size: 1.6rem;
    }
    .portfolio-box .portfolio-news {
        top: 15%;
        font-size: 1.4rem;
    }
}

    .portfolio-box .portfolio-caption .item-txt {
        margin-bottom: 10px;
		font-size: 7.2rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
        color: #FFF;
    }

    .portfolio-box .portfolio-caption .item-txt-title {
        margin-bottom: 30px;
		font-size: 4.8rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
        color: #FFF;
		letter-spacing: 0;
    }
	
@media (max-width: 1680px){
    .portfolio-box .portfolio-caption .item-txt {
		font-size: 6.0rem;
    }
    .portfolio-box .portfolio-caption .item-txt-title {
		font-size: 3.6rem;
    }
}
	
@media (max-width: 1480px){
    .portfolio-box .portfolio-caption .item-txt {
		font-size: 6.0rem;
    }
    .portfolio-box .portfolio-caption .item-txt-title {
		font-size: 3.0rem;
    }
}
	
@media (max-width: 1380px){
    .portfolio-box .portfolio-caption .item-txt {
		font-size: 4.8rem;
    }
    .portfolio-box .portfolio-caption .item-txt-title {
		font-size: 3.0rem;
    }
}

@media (max-width: 499px){
    .portfolio-box .portfolio-caption .item-txt {
		display: none;
    }
    .portfolio-box .portfolio-caption .item-txt-title {
		display: none;
    }
}

.portfolio-box .portfolio-caption p {
    margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Raleway",sans-serif;
    color: #FFF;
	letter-spacing: 1px;
}
.portfolio-box .portfolio-caption p span {
    display: block;
    font-weight: 600;
    color: #F4D500;
    padding: 0 0 5px;
}

ul.portfolio-btn-wraper, .portfolio-btn-wraper {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}

    ul.portfolio-btn-wraper li {
        display: inline-block;
        margin: 0px 0px;
    }

    ul.portfolio-btn-wraper .btn {
        display: inline-block;
        height: 44px !important;
        width: 44px !important;
        line-height: 40px !important;
        font-size: 1.8rem;
        padding: 0px !important;
        text-align: center;
    }

        ul.portfolio-btn-wraper .btn i, .portfolio-btn-wraper .btn i {
            margin-left: 0px;
            margin-right: 0px;
        }
/* Portfolio Filter */
.portfolio-filter {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

    .portfolio-filter li {
        display: inline-block;
        list-style: none;
    }

        .portfolio-filter li a {
            display: block;
            color: #000;
            font-size: 1.6rem;
            font-weight: 900;
            letter-spacing: 1px;
            margin-left: 11px;
            margin-right: 11px;
            text-transform: uppercase;
        }

            .portfolio-filter li a:hover {
                color: #E50012;
            }.portfolio-filter li a.active {
                color: #E50012;
            }

@media (max-width: 499px){
        .portfolio-filter li a {
            letter-spacing: 0px;
            margin-left: 20px;
            margin-right: 20px;
			margin-bottom: 10px;
            text-transform: uppercase;
        }
}


/*!------------------------------------------------------------------
[Scroll UP]
*/

.backtotop {
    position: fixed;
    bottom: -31px;
    left: 50%;
    display: block;
    width: 62px;
    height: 62px;
	margin-left: -31px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.backtotop span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 2.4rem;
    color: #000;
    background-color: #F0F0F0;
	border-radius:100%;
}


.scroll-up {
    position: fixed;
    display: none;
    bottom: -30px;
    left: 50%;
	margin-left: -30px;
    z-index: 9999;
}

.scroll-up a {
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 2.4rem;
    color: #000;
    opacity: 1.0;
    background-color: #F0F0F0;
	border-radius:100%;
}

.scroll-up a:hover, .scroll-up a:active {
    opacity: 1;
    color: #FFF;
    background-color: #E50012;
}

@media (max-width: 499px){
    .backtotop {
        bottom: -20px;
    }
}


/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Team Box   ||-------------------*/
.team-item {
    padding-left: 15px;
    padding-right: 15px;
}

.team-item-img {
    position: relative;
}

    .team-item-img > img {
        width: 100%;
    }

    .team-item-img .team-item-detail {
        background: #fff;
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        position: absolute;
        top: 10px;
        left: 10px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
    margin: auto;
    padding: 25px;
}

    .team-item-img .team-item-detail .team-item-detail-inner .social {
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

        .team-item-img .team-item-detail .team-item-detail-inner .social li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px;
        }

            .team-item-img .team-item-detail .team-item-detail-inner .social li a {
                color: #333;
                font-size: 1.6rem;
            }

                .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
                    color: #c7a674;
                }

.team-item-info {
    padding-top: 15px;
    text-align: center;
}

    .team-item-info h5, .team-item-info h6 {
        margin-bottom: 5px;
    }

    .team-item-info p {
        margin-bottom: 0px;
    }


/*  Skills Bar      ||---------------------------- */

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.skillbar-bar {
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.skillbar-bar-child {
    height: 8px;
    width: 0px;
    background: #333;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.skillbar-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}

.skillbar-title, .skill-bar-percent {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}


.skill-bar-percent {
    float: right;
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
}


/*  Process                ||---------------------------- */
.process-box {
    position: relative;
}

    .process-box:before, .process-box:after {
        position: absolute;
        top: 50px;
        content: "";
        border-top: 1px dashed #f1f1f1;
        width: 50%;
        z-index: -1;
    }

    .process-box:before {
        right: 0;
    }

    .process-box:after {
        left: 0;
    }

    .process-box .process-icon {
        background: #fff;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .process-box:hover .process-icon {
        background: #f6f6f6;
    }
/*  Accordion & Toggle     ||---------------------------- */

.accordion, .toggle {
    margin-bottom: 20px;
    margin-top: 0;
}

    .accordion .accordion-title, .toggle .toggle-title {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
    }

    .accordion > .accordion-title > a:after, .toggle > .toggle-title > a:after {
        color: #333;
        content: "";
        font-family: "FontAwesome";
        font-size: 1.5rem;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 15px;
        line-height: 15px;
        margin-top: -8px;
        position: absolute;
        right: 10px;
        text-align: center;
        text-transform: none;
        top: 50%;
        width: 15px;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    }

    .accordion > .accordion-title > a, .toggle > .toggle-title > a {
        border: 1px solid #f1f1f1;
        background: #fff;
        color: #333;
        display: block;
        padding: 14px 20px;
        position: relative;
        text-decoration: none;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        outline: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .accordion > .accordion-title > a.active, .toggle > .toggle-title > a.active {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #333;
            cursor: default;
        }

            .accordion > .accordion-title > a.active:after, .toggle > .toggle-title > a.active:after {
                /*color: #fff;*/
                content: "";
            }

    .accordion > .accordion-content, .toggle > .toggle-content {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 10px 20px 10px;
    }
/*  Tabs     ||---------------------------- */

.tabs-nav {
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

    .tabs-nav li {
        display: inline-block;
    }

.tabs-cont {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .tabs-cont .media {
        display: block;
    }

    .tabs-cont .tab-pane {
        display: none;
        visibility: hidden;
        transition: display 0.15s linear 0s;
        -moz-transition: display 0.15s linear 0s;
        -webkit-transition: display 0.15s linear 0s;
        -o-transition: display 0.15s linear 0s;
    }

        .tabs-cont .tab-pane.active {
            display: block;
            visibility: visible;
        }

.alt-icon-tab {
}

    .alt-icon-tab li {
        padding-left: 30px;
        padding-right: 30px;
        min-width: 140px;
        opacity: 1;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .alt-icon-tab li a {
            opacity: 0.4;
        }

            .alt-icon-tab li a.active, .alt-icon-tab li a:hover {
                opacity: 1;
            }


/*  Action-box             ||---------------------------- */

.action-box {
    padding: 45px 0;
    text-align: center;
    margin-top: -1px;
}

    .action-box.action-black {
        background-color: #333;
    }

    .action-box.action-gray {
        background-color: #f5f5f5;
    }

    .action-box .action-box-left {
        display: inline-block;
        margin-right: 15px;
    }

    .action-box .action-box-right {
        display: inline-block;
        vertical-align: top;
    }

        .action-box .action-box-right .btn {
            vertical-align: top;
        }

    .action-box .action-box-title {
        padding-bottom: 0px;
        padding-top: 6px;
        margin-bottom: 0px;
    }

    .action-box .action-box-content {
        margin-bottom: 0px;
    }

    .action-box.action-black .action-box-title, .action-box.action-black .action-box-content {
        color: #fff;
    }

    .action-box.action-gray .action-box-title, .action-box.action-gray .action-box-content {
        color: #333;
    }


/*  Counter             ||---------------------------- */
.counter-title {
    /*color:#fff;*/
    font-family: inherit;
    line-height: 1;
    font-size: 6.0rem;
    font-weight: 600;
}

.counter-icon {
    margin-bottom: 15px;
}

.counter-sub-title {
    margin-bottom: 0;
}


/*  Pricing-box        ||---------------------------- */

.pricing-box {
    background: #f5f5f5;
    border-top: 7px solid #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .pricing-box.highlight {
        border-top-color: #c7a674;
    }

.pricing-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricing-padding-t {
    padding-top: 30px;
}

.pricing-padding-b {
    padding-bottom: 30px;
}



.pricing-title, .pricing-price, .pricing-features, .pricing-button {
    padding-left: 15px;
    padding-right: 15px;
}

    .pricing-title h1, .pricing-title h2, .pricing-title h3, .pricing-title h4, .pricing-title h5, .pricing-title h6 {
        margin-bottom: 0px;
    }

    .pricing-price p {
        color: #333;
        line-height: 1;
    }

    .pricing-price .dollar {
        vertical-align: 28px;
        margin-right: 5px;
    }

    .pricing-price .dollar, .pricing-price .pricing-price-sm {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .pricing-price .pricing-price-sm {
        margin-left: 5px;
    }

    .pricing-price .pricing-price-lg {
        font-size: 6.0rem;
        font-weight: 600;
    }

    .pricing-features ul {
        list-style: none;
        padding: 0;
    }

        .pricing-features ul li {
            margin-bottom: 10px;
        }



/*  Client Logo        ||---------------------------- */
.client-logo {
    height: 90px;
    text-align: center;
}

    .client-logo img {
        height: 100%;
    }



/* Contact Form, Map, contact-info       ||--------------------------- */

/* form */
.contact-form textarea {
    min-height: 165px;
    resize: none;
    overflow: auto;
}

.contact-form .btn-contact-submit {
    height: 100px;
    width: 100px;
    line-height: 1;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

/* map */
.map {
    height: 400px;
    width: 100%;
}

/* contact-info */
.contact-link a {
    margin-bottom: 5px;
    display: inline-block;
}


/* Preloader      ||-------------------------------*/
#preloader {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.site-spinner {
    border: 2px solid #ddd;
    font-size: 4.4rem;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #333;
}

@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*Footer         ||--------------------------*/

/*Footer Logo*/
.footer-logo a {
    max-width: 183px;
    display: inline-block;
}

.footer-logo img {
    width: 100%;
}

/* Social */
.footer .social {
    list-style: none;
    padding: 0;
}

    .footer .social li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .footer .social li a {
            height: 48px;
            width: 48px;
            display: block;
            font-size: 2.4rem;
            text-align: center;
            line-height: 40px;
			color: #000;
            border: 2px solid #000;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }
        .footer .social li a.home {
			color: #FFF;
            border: 2px solid #FFF;
        }

        .footer .social li:hover a {
            border-color: #E50012;
            color: #E50012;
        }



        p.copyright {
            font-family: 'Oswald', sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            color: #000;
            line-height: 1.0;
            letter-spacing: 1px;
            margin-top: 20px;
            margin-bottom: 0px;
        }





.footer-bannerwrap {
    width: calc(100% - 8px);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	background-color: #000;
}
.footer-bannerwraps {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    overflow: hidden;
	background-color: #000;
}
.footer-banner-textwrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer-banner-textwrap a {
    display: block;
    width: 100%;
    font-size: 5.333vw;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0em;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
	margin: 0;
    padding: 60px 0 0;
	background-color: #000;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.footer-banner-textwrap a i {
	display: inline-block;
    font-size: 8vw;
	padding-right: 30px;
}
.footer-banner-textwrap a:hover {
    color: #FFF;
}
.footer-banner-imgwrap {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    overflow: hidden;
}
.footer-banner-imgwrap a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    overflow: hidden;
}
.footer-banner-imgwrap a img.footer-banner-sp {
    display: none;
}
.footer-banner-imgwrap a img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.footer-banner-textwrap-b {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer-banner-textwrap-b a {
    display: block;
    width: 100%;
    font-size: 12.0vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.0em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
	margin: 0;
    padding: 40px 0;
	background-color: #E50012;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.footer-banner-textwrap-b a i {
    font-size: 14.0vw;
}
.footer-banner-textwrap-b a:hover {
    color: #000;
    letter-spacing: 10px;
}

@media (max-width: 1200px){
	.footer-banner-textwrap a i {
		padding-right: 20px;
	}
}
@media (max-width: 499px){
	.footer-bannerwrap {
		width: calc(100% - 14px);
		margin: 2px auto 0;
	}
	.footer-bannerwraps {
		margin: 0 auto 0;
	}
	.footer-banner-textwrap a {
		font-size: 3.6rem;
		line-height: 1.0;
		letter-spacing: 0px;
		color: #FFF;
		padding: 10px 0 20px;
		background-color: #E50012;
	}
	.footer-banner-textwrap a i {
		display: block;
		font-size: 12.0rem;
		padding-right: 20px;
		padding-bottom: 6px;
	}
	.footer-banner-imgwrap {
		padding: 20px 5% 20px;
	}
	.footer-banner-imgwrap a img.footer-banner-pc {
		display: none;
	}
	.footer-banner-imgwrap a img.footer-banner-sp {
		display: block;
	}
	.footer-banner-textwrap-b a {
		font-size: 12.0vw;
		padding: 20px 0;
	}
	.footer-banner-textwrap-b a:hover {
		letter-spacing: 2px;
	}
}



/* LURE TOBIKICHI SUBMARINE       ||--------------------------- */

.intro-fullscreen.bg-lure-tsm {
	background-image: url("../img/bg-lure01-tsm.jpg");
	background-size: cover;
}
@media (max-width: 990px){
	.intro-fullscreen.bg-lure-tsm {
		background-image: url("../img/bg-lure01-tsm800.jpg");
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-tsm {
		background-image: url("../img/bg-lure01-tsm800500.jpg");
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-tsm {
		background-image: url("../img/bg-lure01-tsm500.jpg");
	}
}

h1.big-title-img {
	width: 1110px;
	margin: 40px auto 100px;
	text-align: center;
}

h2.big-lead {
    font-size: 5.3333vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
	margin-bottom: 0;
    padding: 40px 0 100px;
}

h2.big-lead br {
	display: none;
}

h2.item-b-model {
	display: block;
    font-size: 3.0rem;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    color: #E50012;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
	text-transform: none;
	margin-bottom: 0;
    padding: 20px 0 40px;
}

.big-title-text {
	display: block;
	width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
	margin: 0 auto;
    padding: 0 0 50px;
}

dl.item-capoeila-list {
	width: 90%;
    padding: 0 0 20px;
	margin: 0 auto;
}
dl.item-capoeila-list dt {
    float: left;
    width: 40px;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 10px 0;
    margin: 0;
}
dl.item-capoeila-list dd {
    margin-left: 40px;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #FFF;
    padding: 10px 0;
}
.lure_cate_features_wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.lure_cate_features_wrap {
	width: 100%;
    padding: 20px;
	margin: 0 auto 30px;
	background-color: #333;
	border: solid 4px #FFF;
}
.lure_cate_features_text {
	display: block;
    font-size: 1.4vw;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #FFF;
	text-align: center;
    padding: 0;
}

.second-imgwrap {
	display: block;
	width: 100%;
	margin: 50px auto;
    padding: 0;
}

.second-lead {
	display: block;
	width: 100%;
    font-size: 5.3333vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
	margin: 0 auto;
    padding: 50px 0 60px;
}

.second-text-area {
	display: block;
	width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
	margin: 0 auto;
    padding: 0 0 50px;
}

.second-text-area-sbm {
	display: block;
	width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
	margin: 0 auto;
    padding: 0 0 150px;
}

.second-text-area span {
	display: block;
    font-size: 1.4rem;
    letter-spacing: 1px;
	text-align: right;
    padding: 10px 0 0;
}

.second-imgwrap02 {
	display: block;
	width: 100%;
	margin: 50px auto 100px;
    padding: 0;
}

@media (max-width: 1480px){
	.big-title-text {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
	.second-text-area-sbm {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 150px;
	}
	.second-text-area {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
}
@media (max-width: 1300px){
	h1.big-title-img {
		width: 90%;
		margin: 40px auto 100px;
	}
	.second-text-area-sbm {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 80px;
	}
	.lure_cate_features_text {
		letter-spacing: 1px;
	}
}
@media (max-width: 1200px){
	.lure_cate_features_text {
		font-size: 1.2vw;
	}
}
@media (max-width: 990px){
	.second-text-area-sbm {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.lure_cate_features_wrap {
		padding: 15px;
		margin: 0 auto 20px;
	}
	.lure_cate_features_text {
		font-size: 1.8rem;
	}
}
@media (max-width: 749px){
}
@media (max-width: 499px){
	.item-b-logo{
		width: 160px;
		margin: 0 auto;
	}
	.second-text-area-sbm {
		width: 82%;
		font-size: 1.5rem;
		letter-spacing: 0px;
		padding: 0 0 30px;
	}
	h2.big-lead br {
		display: block;
	}
	.lure_cate_features_text br {
		display: none;
	}
}
@media (max-width: 359px){
}

#products-innerbg {
    position: relative;
    height: 100vh;
    background: url(../img/lure-tbk-002.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.parallax {
    background-attachment: fixed !important;
}

.portfolio-box .portfolio-caption h3.portfolio-btn-subtitle01 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
	text-transform: none;
    letter-spacing: 1px;
}

.portfolio-box .portfolio-caption h4.portfolio-btn-subtitle02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    letter-spacing: 1px;
}

@media (max-width: 499px){
	.portfolio-box .portfolio-caption h3.portfolio-btn-subtitle01 {
		display: none;
	}
	.portfolio-box .portfolio-caption h4.portfolio-btn-subtitle02 {
		margin-bottom: 10px;
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
}

h3.portfolio-subtitle-en01 {
	display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
	text-transform: none;
    color: #FFF;
    letter-spacing: 0px;
	line-height: 1.0;
	text-align: center;
    margin-bottom: 0px;
	padding: 0 0 6px;
}
h3.portfolio-subtitle-en01 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 900;
    color: #F4D500;
    padding: 10px 0 0;
}

h4.portfolio-subtitle-en02 {
	display: block;
    font-size: 4.4rem;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    color: #FFF;
    letter-spacing: 1px;
	line-height: 1.0;
	text-align: center;
    margin-bottom: 0px;
	padding: 0 0 10px;
}
.portfolio-subtitle-en03jan {
	display: block;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
	text-transform: none;
    color: #FFF;
    letter-spacing: 0px;
	line-height: 1.0;
	text-align: center;
    margin-bottom: 0px;
	padding: 0 0 10px;
}

.mfp-title {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Lora', serif;
    text-align: center;
    line-height: 18px;
    color: #FFF;
    word-wrap: break-word;
	padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
}


/* LURE YOROZU SPOON 2022.11.16. ||--------------------------- */

.intro-fullscreen.bg-lure-yorozu {
    background-image: url("../img/bg-lure01-yorozu.jpg");
    background-size: cover;
}
@media (max-width: 990px){
    .intro-fullscreen.bg-lure-yorozu {
        background-image: url("../img/bg-lure01-yorozu800.jpg");
    }
}
@media (max-width: 749px){
    .intro-fullscreen.bg-lure-yorozu {
        background-image: url("../img/bg-lure01-yorozu800500.jpg");
    }
}
@media (max-width: 499px){
    .intro-fullscreen.bg-lure-yorozu {
        background-image: url("../img/bg-lure01-yorozu500.jpg");
    }
}

.lure-lead-vertical-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 10%;
    padding: 8% 0 0;
}
h2.big-lead-yorozu {
    display: block;
    width: 200px;
    height: 410px;
    font-size: 7.3rem;
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
h2.big-lead-yorozu ruby > rt {
    font-size: 30%;
}
.big-lead-text-yorozu {
    display: block;
    width: 500px;
    height: 410px;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 3.0;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.lure-secondlead-vertical-wrap {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0;
    padding: 7% 10% 5%;
}
.lure-secondlead-vertical-wrap01 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 5% 10% 0;
}
h2.big-secondlead-yorozu {
    display: block;
    width: 570px;
    height: 600px;
    font-size: 9.6rem;
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.0;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.lure-secondlead-vertical-wrap02 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 10% 5%;
}
.big-secondlead-midashitext-yorozu01 {
    display: inline-block;
    width: 1100px;
    font-size: 6.0rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
    padding: 10px 20px 15px;
    background-color: #FFF;
}
.big-secondlead-text-yorozu01 {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0 0 80px;
    padding: 0;
}

.big-secondlead-midashitext-yorozu02 {
    display: inline-block;
    width: 1100px;
    font-size: 6.0rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0 auto 100px;
    padding: 10px 20px 15px;
    background-color: #FFF;
}

.big-secondlead-midashitext-yorozu03 {
    display: inline-block;
    width: 1100px;
    font-size: 6.0rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
    padding: 10px 20px 15px;
    background-color: #FFF;
}
.big-secondlead-text-yorozu03 {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0 0 50px;
    padding: 0;
}
.big-secondlead-text-yorozu03 br {
    display: none;
}

.row.second-imgwrapper-yorozu03{
    margin-left: 5%;
    margin-right: 5%;
}
.second-imgwrap-yorozu03{
    display: block;
    margin: 0;
    padding: 0%;
}
.second-imgwrap-yorozu03-midashitext {
    display: block;
    font-size: 1.4vw;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.second-imgwrap-yorozu03-midashitext span {
    font-size: 1.4rem;
}

.yorozu-imgwrap-full {
    display: block;
    width: 100%;
    margin: 50px auto 10px;
    padding: 0;
}

.yorozu-contents-size-wrap01 {
    position: relative;
    align-items: flex-end;
    margin-top: 10px;
    margin-right: 10% !important;
    margin-bottom: 5%;
    margin-left: 10% !important;
}
.yorozu-contents-size-wrap02 {
    position: relative;
    align-items: flex-end;
    margin-top: 10px;
    margin-right: 10% !important;
    margin-bottom: 7%;
    margin-left: 10% !important;
}

.yorozu-contents-size-forte {
    position: absolute;
    top: 7%;
    right: 5%;
    width: 360px;
}
.yorozu-contents-size-forte .forte-text {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 6px 0 0 105px;
}

.yorozu-contents-size-wrapper {
    align-items: flex-end;
}
.yorozu-contents-innerwrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
}

.yorozu-type-name {
    display: block;
    font-size: 1.3vw;
    font-family: 'DM Serif Display', serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 10px 0 20px;
}
.yorozu-type-name span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 0;
}
.yorozu-size-name {
    display: block;
    font-size: 3.6vw;
    font-family: 'DM Serif Display', serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 0 0 6px;
}
.yorozu-jancode {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 20px;
}
.yorozu-size01 {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 5px;
}
.yorozu-size02 {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 20px;
}
.yorozu-size02 br {
    display: none;
}
.yorozu-price {
    display: block;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
}
.yorozu-price span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.footer-yorozu-textwrap {
    display: block;
    width: 440px;
    height: 500px;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 3.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.footer-yorozu-textwrap span.towazu {
    font-size: 6.0rem;
}

@media (max-width: 1480px){
    .lure-secondlead-vertical-wrap01 {
        padding: 5% 7% 0;
    }

    .lure-secondlead-vertical-wrap02 {
        padding: 30px 7% 5%;
    }
    .yorozu-contents-size-wrap01 {
        margin-right: 7% !important;
        margin-left: 7% !important;
        margin-bottom: 10%;
    }
    .yorozu-contents-size-wrap02 {
        margin-right: 7% !important;
        margin-left: 7% !important;
        margin-bottom: 10%;
    }
    .second-imgwrap-yorozu03-midashitext {
        font-size: 2.4rem;
    }
}
@media (max-width: 1380px){
    .lure-secondlead-vertical-wrap01 {
        padding: 5% 5% 0;
    }
    .lure-secondlead-vertical-wrap02 {
        padding: 30px 5% 5%;
    }
    .yorozu-contents-size-forte {
        top: 3%;
        right: 3%;
        width: 300px;
    }
    .yorozu-contents-size-forte .forte-text {
        font-size: 1.6rem;
        padding: 6px 0 0 80px;
    }
    .yorozu-jancode {
        font-size: 1.4rem;
    }
    .yorozu-size01 {
        font-size: 1.4rem;
    }
    .yorozu-size02 {
        font-size: 1.4rem;
    }
    .second-imgwrap-yorozu03-midashitext {
        font-size: 2.0rem;
    }
}
@media (max-width: 1300px){
    .lure-secondlead-vertical-wrap01 {
        padding: 5% 0 0;
    }
    .lure-secondlead-vertical-wrap02 {
        padding: 30px 0 5%;
    }
}
@media (max-width: 1200px){
    .lure-secondlead-vertical-wrap01 {
        padding: 5% 5% 0;
    }
    .lure-secondlead-vertical-wrap02 {
        padding: 30px 5% 5%;
    }
    .big-secondlead-midashitext-yorozu01 {
        width: 100%;
        font-size: 4.4rem;
    }
    .big-secondlead-text-yorozu01 {
        font-size: 1.8rem;
    }

    .big-secondlead-midashitext-yorozu02 {
        width: 100%;
        font-size: 4.4rem;
    }

    .big-secondlead-midashitext-yorozu03 {
        width: 100%;
        font-size: 4.4rem;
    }
    .big-secondlead-text-yorozu03 {
        font-size: 1.8rem;
    }
}
@media (max-width: 990px){
    .lure-lead-vertical-wrap {
        display: block;
        margin: 50px 10% 0;
    }
    h2.big-lead-yorozu {
        width: 115px;
        height: 440px;
        font-size: 7.2rem;
        line-height: 1.0;
        margin: 0 auto;
    }
    .big-lead-text-yorozu {
        width: 410px;
        height: 500px;
        font-size: 3.0rem;
        line-height: 2.0;
        margin: 0 auto;
        padding: 0;
    }

    h2.big-secondlead-yorozu {
        width: 280px;
        height: 350px;
        font-size: 5.8rem;
        line-height: 1.6;
        margin: 0 auto;
    }
    .big-secondlead-midashitext-yorozu01 {
        font-size: 4.0vw;
        margin: 0 0 20px;
    }
    .big-secondlead-text-yorozu01 {
        font-size: 2.5vw;
        line-height: 1.6;
        text-align: left;
        margin: 0 0 60px;
        padding: 0 20px;
    }
    .big-secondlead-text-yorozu01 br {
        display: none;
    }

    .big-secondlead-midashitext-yorozu02 {
        font-size: 4.0vw;
        margin: 0 0 60px;
    }

    .big-secondlead-midashitext-yorozu03 {
        font-size: 4.0vw;
        margin: 0 0 20px;
    }
    .big-secondlead-text-yorozu03 {
        font-size: 2.5vw;
    }

    .row.second-imgwrapper-yorozu03 {
        margin-left: 0%;
        margin-right: 0%;
    }
    .second-imgwrap-yorozu03-midashitext {
        font-size: 1.8rem;
        padding: 10px 0 0;
    }

    .yorozu-contents-size-wrap01 {
        margin-right: 5% !important;
        margin-left: 5% !important;
        margin-bottom: 150px;
    }
    .yorozu-contents-size-wrap02 {
        margin-right: 5% !important;
        margin-left: 5% !important;
        margin-bottom: 150px;
    }

    .yorozu-contents-size-forte {
        top: 0px;
        right: 7%;
        width: 300px;
        z-index: 1;
    }

    .yorozu-type-name {
        font-size: 2.4rem;
        padding: 10px 0 20px;
    }
    .yorozu-type-name span {
        font-size: 1.6rem;
    }
    .yorozu-size-name {
        font-size: 7.2rem;
    }
    .yorozu-jancode {
        font-size: 1.6rem;
        padding: 0 0 20px;
    }
    .yorozu-size01 {
        font-size: 1.6rem;
    }
    .yorozu-size02 {
        font-size: 1.6rem;
        padding: 0 0 20px;
    }
}
@media (max-width: 749px){
}
@media (max-width: 499px){
    .lure-lead-vertical-wrap {
        display: block;
        margin: 40px 0 0;
    }
    h2.big-lead-yorozu {
        width: 96px;
        height: 380px;
        font-size: 6.0rem;
        font-weight: 600;
        line-height: 1.0;
        margin: 0 auto;
    }
    .big-lead-text-yorozu {
        width: 280px;
        height: 380px;
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 2.0;
        letter-spacing: 0;
    }

    .lure-secondlead-vertical-wrap01 {
        display: block;
        padding: 70px 5% 0;
    }
    .lure-secondlead-vertical-wrap02 {
        display: block;
        padding: 0 5% 40px;
    }
    h2.big-secondlead-yorozu {
        width: 260px;
        height: 360px;
        font-size: 5.4rem;
        font-weight: 600;
        line-height: 1.6;
        margin: 0 auto;
    }
    .big-secondlead-midashitext-yorozu01 {
        font-size: 6.0vw;
        padding: 10px 20px 12px;
    }
    .big-secondlead-text-yorozu01 {
        font-size: 2.0rem;
    }

    .big-secondlead-midashitext-yorozu02 {
        font-size: 6.0vw;
        padding: 10px 20px 12px;
    }

    .big-secondlead-midashitext-yorozu03 {
        font-size: 6.0vw;
        padding: 10px 30px 12px;
    }
    .big-secondlead-text-yorozu03 {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .big-secondlead-text-yorozu03 br {
        display: block;
    }

    .second-imgwrap-yorozu03-midashitext {
        font-size: 4.8vw;
        padding: 10px 0 20px;
    }

    .yorozu-contents-size-wrapper {
        margin-bottom: 50px;
    }

    .yorozu-contents-size-forte {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 260px;
        margin: 20px auto;
    }
    .yorozu-contents-size-forte .forte-text {
        padding: 6px 0 0 0;
        text-align: center;
    }

    .yorozu-contents-size-wrap01 {
        margin-right: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 20px;
    }
    .yorozu-contents-size-wrap02 {
        margin-right: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 20px;
    }
    .yorozu-contents-innerwrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .yorozu-type-name {
        font-size: 4.8vw;
        padding: 10px 0 20px;
    }
    .yorozu-type-name span {
        font-size: 1.6rem;
    }
    .yorozu-size-name {
        font-size: 11.0vw;
    }
    .yorozu-jancode {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 0 20px;
    }
    .yorozu-size01 {
        font-size: 1.6rem;
    }
    .yorozu-size02 {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 0 20px;
    }
    .yorozu-size02 br {
        display: block;
    }
    .yorozu-price span.taxnot {
        display: block;
        font-size: 1.4rem;
        padding: 5px 0 0;
    }

    .footer-yorozu-textwrap {
        width: 260px;
        height: 400px;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.2;
        margin: 10px auto 0;
    }
    .footer-yorozu-textwrap span.towazu {
        font-size: 4.8rem;
    }
}


/* APPAREL 2023.10.16. 追記 ここから ||--------------------------- */

#manivela {
    padding-top: 150px;
    padding-bottom: 120px;
}

#fogon26 {
    padding-top: 150px;
    padding-bottom: 120px;
}

#jacare {
    padding-top: 150px;
    padding-bottom: 120px;
}

#LandingNet {
    padding-top: 150px;
    padding-bottom: 120px;
}

#Ostra {
    padding-top: 150px;
    padding-bottom: 120px;
}

#forte {
    padding-top: 150px;
    padding-bottom: 120px;
    background: #000;
}

#bigsticker {
    padding-top: 150px;
    padding-bottom: 120px;
}

#stickerlm {
    padding-top: 150px;
    padding-bottom: 120px;
}

#stickerkaku {
    padding-top: 150px;
    padding-bottom: 120px;
}

#favela {
    padding-top: 150px;
    padding-bottom: 120px;
}
.hat-contents-innerwrap {
    padding-left: 20% !important;
    padding-right: 20% !important;
}
.materialsize-hat-code {
    display: block;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    margin: 20px 0 30px;
    padding: 0;
}

#t-shirt {
    padding-top: 150px;
    padding-bottom: 120px;
}
.t-shirt-contents-wrap {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

@media (max-width: 1200px){
    .hat-contents-innerwrap {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}
@media (max-width: 990px){
}
@media (max-width: 749px){
    #manivela {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #fogon26 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #jacare {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #LandingNet {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #Ostra {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #forte {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #bigsticker {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #stickerlm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #stickerkaku {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #favela {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .hat-contents-innerwrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    #t-shirt {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* APPAREL 2023.10.16. 追記 ここまで ||--------------------------- */


.big-item-img-manivela {
    width: 55%;
    margin: 0 auto 50px;
    text-align: center;
}

h2.sub-title-manivela {
    display: block;
    font-size: 1.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 60px;
}
.big-title-text-manivela {
    display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 40px;
}
.big-title-text-manivela03 {
    display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 100px;
}

h2.big-lead-acc-manivela {
    display: block;
    width: 80%;
    font-size: 4.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #000;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px 10px 15px 40px;
    background-color: #E50012;
}
h2.big-lead-acc-manivela br {
    display: none;
}

dl.acc-manivela-caution {
    width: 900px;
    padding: 0;
    margin: 0 auto 80px;
}
dl.acc-manivela-caution dt {
    float: left;
    width: 30px;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    color: #E50012;
    text-align: left;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
dl.acc-manivela-caution dd {
    margin-left: 30px;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #E50012;
    padding: 0;
}

.mid-itemtitle-acc {
    display: block;
    font-size: 2.4vw;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}
.mid-itemtitle-acc span {
    display: block;
    font-size: 1.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 5px 0 0;
}

.mid-itemtext-acc {
    display: block;
    font-size: 1.2vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}
.mid-itemtext-acc span {
    display: block;
    font-size: 1.5rem;
    padding: 5px 0 0;
}
.mid-itemtext-acc02 {
    display: block;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}
.mid-itemtext-acc02 span {
    display: block;
    font-size: 1.5rem;
    padding: 5px 0 0;
}
.mid-itemtext-acc03 {
    display: block;
    font-size: 3.0vw;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}

.col-lg-2020 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    position: relative;
    width: 20%;
    max-width: 20%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.mid-itemtext-acc03 span.yaku {
    font-size: 2.0vw;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}
.mid-itemtext-acc03 span.kakko {
    display: block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 5px 0 0;
}

dl.acc-manivela-item {
    width: 70%;
    padding: 0 0 30px;
    margin: 0 auto;
}
dl.acc-manivela-item dt {
    float: left;
    width: 30px;
    font-size: 1.1vw;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.acc-manivela-item dd {
    margin-left: 30px;
    font-size: 1.1vw;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    color: #FFF;
    padding: 5px 0;
}
dl.acc-manivela-item dd span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 0 0 5px;
}
dl.acc-manivela-item dd span.kakko {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 4px 0 0;
}

h3.mid-sublead-acc-manivela {
    display: block;
    font-size: 2.4vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 30px;
}
h3.mid-sublead-acc-manivela span {
    display: block;
    font-size: 1.1vw;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
}

h3.portfolio-subtitle-en01acc {
    display: block;
    font-size: 2.0rem;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    font-style: italic;
    text-transform: none;
    color: #E50012;
    letter-spacing: 0px;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 0 6px;
}
h4.portfolio-subtitle-en02acc {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 0px;
    padding: 0 0 10px;
}
.portfolio-box .portfolio-caption h3.portfolio-btn-subtitle01acc {
    margin-bottom: 0px;
    font-size: 2.0rem;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    font-style: italic;
    color: #E50012;
    text-transform: none;
    letter-spacing: 0;
}

.portfolio-box .portfolio-caption h4.portfolio-btn-subtitle02acc {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Lora', serif;
    color: #FFF;
    letter-spacing: 0;
}

.acc-manivela-pricewrapper {
    width: 100%;
    height: 150px;
}

.acc-manivela-type {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 10px;
}
.acc-manivela-jancode {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    padding: 0 0 20px;
}

.mfp-image-holder .mfp-content.acc-manivela {
    max-width: 100%;
}

@media (max-width: 1680px){
    dl.acc-manivela-item {
        width: 80%;
    }
    dl.acc-manivela-item dt {
        width: 25px;
    }
    dl.acc-manivela-item dd {
        margin-left: 25px;
    }
}
@media (max-width: 1480px){
    .big-item-img-manivela {
        width: 60%;
    }
    h2.big-lead-acc-manivela {
        margin: 0 auto 20px;
    }
	h4.portfolio-subtitle-en02 {
		font-size: 3.6rem;
		letter-spacing: 1px;
		padding: 0 0 10px;
	}
    dl.acc-manivela-item {
        width: 90%;
    }
    dl.acc-manivela-item dt {
        width: 20px;
    }
    dl.acc-manivela-item dd {
        margin-left: 20px;
    }
}
@media (max-width: 1200px){
    .big-item-img-manivela {
        width: 80%;
    }
    h2.sub-title-manivela {
        font-size: 3.0vw;
        padding: 0 0 60px;
    }
    h2.big-lead-acc-manivela {
        margin: 0 auto 15px;
    }
    .big-title-text-manivela {
        font-size: 1.6vw;
        padding: 0 0 30px;
    }
    .big-title-text-manivela03 {
        font-size: 1.6vw;
        padding: 0 0 60px;
    }
    h3.mid-sublead-acc-manivela {
        padding: 20px 0 30px;
    }
}
@media (max-width: 990px){
    .big-item-img-manivela {
        width: 90%;
        margin: 30px auto 50px;
    }
    h2.sub-title-manivela {
        font-size: 4.8vw;
        padding: 0 0 50px;
    }
    h2.big-lead-acc-manivela {
        margin: 0 auto 10px;
    }
    .big-title-text-manivela {
        font-size: 2.0rem;
        text-align: left;
        padding: 0 10% 30px;
    }
    .big-title-text-manivela br {
        display: none;
    }
    .big-title-text-manivela03 {
        font-size: 2.0rem;
        text-align: left;
        padding: 0 10% 50px;
    }
    .big-title-text-manivela03 br {
        display: none;
    }
    h2.big-lead-acc-manivela {
        width: 80%;
        font-size: 3.6vw;
        padding: 10px 10px 15px 40px;
    }
    dl.acc-manivela-caution {
        width: 80%;
        margin: 0 auto 60px;
    }
    dl.acc-manivela-caution dt {
        width: 20px;
        font-size: 1.5rem;
        color: #FFF;
    }
    dl.acc-manivela-caution dd {
        margin-left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0px;
        color: #FFF;
    }
    .col-lg-2020 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .mid-itemtitle-acc {
        font-size: 3.6rem;
        margin-bottom: 10px;
    }
    .mid-itemtitle-acc span {
        font-size: 1.6rem;
        padding: 5px 0 0;
    }
    .mid-itemtext-acc03 {
        font-size: 4.8rem;
        margin-bottom: 50px;
    }
    .mid-itemtext-acc03 span.yaku {
        font-size: 3.0rem;
    }
    .mid-itemtext-acc03 span.kakko {
        font-size: 1.6rem;
    }
    dl.acc-manivela-item {
        width: 60%;
        padding: 0 0 50px;
    }
    dl.acc-manivela-item dt {
        width: 25px;
        font-size: 1.8rem;
    }
    dl.acc-manivela-item dd {
        margin-left: 25px;
        font-size: 1.8rem;
    }
    dl.acc-manivela-item dd span {
        display: inline-block;
        font-size: 1.4rem;
    }
    dl.acc-manivela-item dd span.kakko {
        display: inline-block;
        font-size: 1.6rem;
        padding: 0 0 0 10px;
    }
    h3.mid-sublead-acc-manivela {
        font-size: 4.8rem;
        padding: 10px 0 30px;
    }
    h3.mid-sublead-acc-manivela span {
        font-size: 1.6rem;
    }
}
@media (max-width: 749px){
    dl.acc-manivela-item {
        width: 80%;
        padding: 0 0 50px;
    }
}
@media (max-width: 499px){
    .big-item-img-manivela {
        width: 90%;
        margin: 30px auto 40px;
    }
    h2.sub-title-manivela {
        font-size: 7.2vw;
        padding: 0 0 40px;
    }
    h2.big-lead-acc-manivela {
        width: 90%;
        font-size: 6.0vw;
        line-height: 1.2;
        padding: 10px 10px 10px 20px;
    }
    .big-title-text-manivela {
        font-size: 1.6rem;
    }
    .big-title-text-manivela03 {
        font-size: 1.6rem;
    }
    h2.big-lead-acc-manivela br {
        display: block;
    }
    .big-title-text-manivela03 {
        padding: 0 10% 40px;
    }
    dl.acc-manivela-caution {
        width: 90%;
        margin: 0 auto 40px;
    }
    dl.acc-manivela-caution dt {
        width: 20px;
        font-size: 1.6rem;
    }
    dl.acc-manivela-caution dd {
        margin-left: 20px;
        font-size: 1.6rem;
    }
    .mid-itemtitle-acc {
        font-size: 4.8rem;
        margin-bottom: 10px;
    }
    .mid-itemtitle-acc span {
        font-size: 1.8rem;
        padding: 5px 0 0;
    }
    dl.acc-manivela-item {
        width: 90%;
        padding: 0 0 50px;
    }
    h3.mid-sublead-acc-manivela {
        font-size: 3.0rem;
        padding: 10px 0 10px;
    }
    h3.mid-sublead-acc-manivela span {
        font-size: 2.0rem;
    }
    h4.portfolio-subtitle-en02acc {
        font-size: 1.8rem;
    }

	h3.portfolio-subtitle-en01 {
		font-size: 1.5rem;
		padding: 0 0 5px;
	}
	h4.portfolio-subtitle-en02 {
		font-size: 2.4rem;
	}
}
@media (max-width: 362px){
    .big-title-text-manivela {
        font-size: 1.8rem;
        text-align: left;
        padding: 0 10% 30px;
    }
    .big-title-text-manivela br {
        display: none;
    }
    .big-title-text-manivela03 {
        font-size: 1.8rem;
        text-align: left;
        padding: 0 10% 50px;
    }
}

/* LURE TOBIKICHI       ||--------------------------- */

.intro-fullscreen.bg-lure-tbk {
	background-image: url("../img/bg-lure02-tbk.jpg");
	background-size: cover;
}
@media (max-width: 990px){
	.intro-fullscreen.bg-lure-tbk {
		background-image: url("../img/bg-lure02-tbk800.jpg");
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-tbk {
		background-image: url("../img/bg-lure02-tbk800500.jpg");
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-tbk {
		background-image: url("../img/bg-lure02-tbk500.jpg");
	}
}

.lure_cate_read_up {
	display: block;
	width: 90%;
    font-size: 3.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #000;
    line-height: 1.0;
    letter-spacing: 2px;
    text-align: center;
	margin: 0 auto 20px;
    padding: 10px;
	background-color: #E50012;
}

.lure_cate_read_down {
	display: block;
	width: 90%;
    font-size: 3.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #000;
    line-height: 1.0;
    letter-spacing: 2px;
    text-align: center;
	margin: 0 auto 140px;
    padding: 10px;
	background-color: #E50012;
}




/* ---------------- 2023.11.08 LURE CAPOEILA 追記 ---------------- */

h1.intro-title-sub {
    display: block;
    font-size: 7.2vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
    text-shadow: 2px 2px 3px #000;
    margin: 0 0 30px;
    padding: 0;
}
h1.intro-title-sub.red-text {
    color: #E50012;
}

.lure_cate_midashi_redtext {
	display: block;
	width: 50%;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
	margin: 0 auto 5%;
    padding: 20px;
	background-color: #E50012;
}
.lure_cate_midashi_whitetext {
    display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 5%;
    padding: 0;
}

.lure_cate_text_wrapper {
	display: block;
	width: 70%;
	margin: 0 auto;
    padding: 0 0 20px;
}

.lure_cate_midashi_top {
	display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: left;
	margin: 5% auto 0;
    padding: 0 0 20px;
}

.lure_tobi_midashi {
	display: block;
    width: 90%;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: left;
	margin: 0 auto;
    padding: 0 0 20px;
}
.lure_tobi_midashi br {
	display: none;
}

.lure_cate_midashi {
	display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: left;
	margin: 0 auto;
    padding: 0 0 20px;
}

.lure_cate_midashi_text {
	display: block;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
	margin: 0 auto;
    padding: 0 0 40px;
}

.lure_cate_title_text {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.5em;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    padding: 0 10% 50px;
}

dl.lure_cate_guidelines {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
}
dl.lure_cate_guidelines dt {
    float: left;
    width: 3%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    text-align: left;
    line-height: 1.5;
    padding: 5px 0;
    margin: 0;
}
dl.lure_cate_guidelines dd {
    margin-left: 3%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 5px 0;
}

.item-spacewrapper {
    margin: 0;
	padding: 150px 0
}
.item-pricewrapper {
    margin: 5% auto 0;
}


dl.item-pricewrap {
    width: 460px;
    margin: 0 auto 15px;
    padding: 0;
}
dl.item-pricewrap dt {
    float: left;
    width: 250px;
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 500;
	font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
	line-height: 1.0;
    color: #FFF;
    text-align: center;
}
dl.item-pricewrap dd {
    margin-left: 250px;
    padding: 0;
    font-size: 2.4rem;
    font-weight: 500;
	font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
	line-height: 1.0;
    color: #FFF;
    text-align: center;
}
dl.item-pricewrap dd span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
dl.item-pricewrap dd span.unit {
    font-size: 1.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
}



.lure-capoeila-kikaku-wrap {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.lure_cate_pricetitle-wrap {
    display: block;
    font-size: 3.0rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
	line-height: 1.0;
    margin: 0 auto 10px;
    color: #FFF;
}
.item-price-wrapper {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

dl.item-price-wrap {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}
dl.item-price-wrap dt {
    float: left;
    width: 70px;
    padding: 5px 0;
    margin: 0;
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
	line-height: 1.2;
    color: #FFF;
}
dl.item-price-wrap dd {
    margin-left: 70px;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
	line-height: 1.2;
    color: #FFF;
}
dl.item-price-wrap dd br {
    display: none;
}
dl.item-price-wrap dd span.taxnot {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
dl.item-price-wrap dd span.unit {
    font-size: 1.6rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
}


/* ---------------- 2023.11.09 PENCILBUG 追記 ---------------- */

.lure_pencilbug_midashi_redtext {
    display: inline-block;
    font-size: 2.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
	margin: 0 auto 5%;
    padding: 20px;
}
.lure_pencilbug_midashi_redtext span {
    padding: 0px 20px 5px;
	background-color: #E50012;
}

.lure_pencilbug_midashi_wrap {
    display: block;
    margin: 5% auto 0;
}
.lure_pencilbug_midashi_title-en {
    display: inline-block;
    font-size: 3.0vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin: 5% auto 0;
    padding: 20px 40px;
    background-color: #333;
}
.lure_pencilbug_midashi_title-en span {
    color: #E50012;
}
.lure_pencilbug_midashi_title-en br {
    display: none;
}
.lure_pencilbug_midashi_title {
    display: inline-block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin: 5% auto 0;
    padding: 20px 40px;
    background-color: #333;
}
.lure_pencilbug_midashi_title br {
    display: none;
}
.lure_pencilbug_midashi_text {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px;
}
.lure_pencilbug_cupprice_text {
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
	line-height: 1.2;
    text-align: center;
    color: #FFF;
    margin: 0 0 20px;
    padding: 0;
}
.lure_pencilbug_cupprice_text span.taxnot {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


dl.lure_pencilbug_guidelines {
    width: 80%;
    padding: 0;
    margin: 0 0 0 20%;
}
dl.lure_pencilbug_guidelines dt {
    float: left;
    width: 6%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    text-align: left;
    line-height: 1.5;
    padding: 5px 0;
    margin: 0;
}
dl.lure_pencilbug_guidelines dd {
    margin-left: 6%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 5px 0;
}

.lure_amazon_topimg {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 100px;
}


dl.item-amazonspook-price-wrap {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}
dl.item-amazonspook-price-wrap dt {
    float: left;
    width: 200px;
    padding: 5px 0;
    margin: 0;
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
	line-height: 1.2;
    color: #FFF;
}
dl.item-amazonspook-price-wrap dd {
    margin-left: 200px;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
	line-height: 1.2;
    color: #FFF;
}
dl.item-amazonspook-price-wrap dd span.taxnot {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
dl.item-amazonspook-price-wrap dd span.unit {
    font-size: 1.6rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
}



@media (max-width: 1480px){
    .lure_tobi_midashi {
        font-size: 1.8vw;
    }
    .lure_cate_text_wrapper {
        width: 80%;
    }
    .lure-capoeila-kikaku-wrap {
        width: 80%;
    }
    dl.lure_cate_guidelines dt {
        width: 2%;
    }
    dl.lure_cate_guidelines dd {
        margin-left: 2%;
    }
}
@media (max-width: 1200px){
    .lure_tobi_midashi {
        font-size: 2.2vw;
    }
    .lure_cate_pricetitle-wrap {
        font-size: 2.4rem;
    }
    dl.item-price-wrap dt {
        width: 50px;
        font-size: 1.8rem;
    }
    dl.item-price-wrap dd {
        margin-left: 50px;
        font-size: 1.8rem;
    }
}
@media (max-width: 990px){
    .lure_tobi_midashi {
        font-size: 3.0vw;
        text-align: center;
    }
    h1.intro-title-sub {
        font-size: 9.6vw;
    }
    .lure_cate_midashi_redtext {
        width: 90%;
        font-size: 2.4vw;
        margin: 0 auto 5%;
        padding: 20px;
    }
    .lure_cate_text_wrapper {
        width: 90%;
    }
    .lure-capoeila-kikaku-wrap {
        width: 90%;
    }
    .lure_cate_midashi_top {
        font-size: 2.4rem;
    }
    .lure_cate_midashi_text {
        font-size: 1.8rem;
    }
    .lure_cate_midashi_text br.br {
        display: none;
    }
    dl.lure_cate_guidelines dt {
        width: 24px;
        font-size: 1.8rem;
    }
    dl.lure_cate_guidelines dd {
        margin-left: 24px;
        font-size: 1.8rem;
    }
    .lure_cate_pricetitle-wrap {
        font-size: 3.0rem;
    }
    dl.item-price-wrap dt {
        width: 70px;
        font-size: 2.4rem;
    }
    dl.item-price-wrap dd {
        margin-left: 70px;
        font-size: 2.4rem;
    }


    h1.intro-title-sub {
        font-size: 9.6vw;
        margin: 0 0 20px;
    }
    .lure_pencilbug_midashi_redtext {
        display: inline-block;
        font-size: 3.0vw;
        padding: 20px;
    }
    .lure_pencilbug_midashi_title-en {
        display: inline-block;
        font-size: 6.0vw;
        padding: 20px 40px;
    }
    .lure_pencilbug_midashi_title {
        display: inline-block;
        font-size: 3.0vw;
        padding: 20px 40px;
    }
    .lure_pencilbug_midashi_text {
        font-size: 3.0vw;
        padding: 0 0 40px;
    }
    dl.lure_pencilbug_guidelines dt {
        width: 24px;
        font-size: 1.8rem;
    }
    dl.lure_pencilbug_guidelines dd {
        margin-left: 24px;
        font-size: 1.8rem;
    }

    .lure_amazon_topimg {
        width: 80%;
        padding: 50px 0 40px;
    }
}
@media (max-width: 499px){
    .lure_tobi_midashi {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .lure_cate_midashi_redtext {
        font-size: 1.8rem;
        margin: 0 auto 5%;
        padding: 10px;
    }
    .lure_cate_midashi_top {
        font-size: 1.8rem;
    }
    dl.item-price-wrap dd br {
        display: block;
    }
    
    h1.intro-title-sub {
        margin: 0 0 10px;
    }
    h1.intro-title-sub.red-text {
        font-size: 12.0vw;
    }
    .lure_pencilbug_midashi_redtext {
        display: block;
        font-size: 1.8rem;
        padding: 10px;
    }
    .lure_pencilbug_midashi_redtext span {
        display: block;
        margin-bottom: 5px;
        padding: 10px 10px 10px;
    }
    .lure_pencilbug_midashi_title-en {
        display: block;
        font-size: 4.0rem;
        line-height: 1.2;
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .lure_pencilbug_midashi_title {
        display: block;
        font-size: 2.0rem;
        line-height: 1.4;
        padding: 10px 10px;
    }
    .lure_pencilbug_midashi_text {
        font-size: 1.8rem;
        padding: 0 0 30px;
    }

    dl.lure_pencilbug_guidelines {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .lure_pencilbug_midashi_title-en br {
        display: block;
    }
    .lure_pencilbug_midashi_title br {
        display: block;
    }

    .lure_cate_midashi_whitetext {
        font-size: 2.0rem;
    }
    .item-pricewrapper {
        margin: 0 auto 0;
    }
    .lure_amazon_topimg {
        width: 100%;
        padding: 20px 0 10px;
    }
    dl.item-amazonspook-price-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    dl.item-amazonspook-price-wrap dt {
        float: none;
        display: block;
        width: 100%;
        font-size: 2.4rem;
        padding: 0 0 5px;
        text-align: center;
    }
    dl.item-amazonspook-price-wrap dd {
        margin-left: 0;
        display: block;
        width: 100%;
        font-size: 2.4rem;
        padding: 0 0 25px;
        text-align: center;
    }
}



/* ---------------- 2023.11.09 PENCILBUG ここまで ---------------- */


.third-lead {
    display: block;
    width: 100%;
    font-size: 5.3333vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.lure_feature_number {
	display: block;
    font-size: 12.0rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}

.lure_feature_number span {
	display: block;
    font-size: 4.8rem;
    font-family: "Raleway",sans-serif;
    color: #E50012;
}

.lure_feature_text {
	display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10% 10%;
}



.third-lead-en {
    display: block;
    width: 100%;
    font-size: 5.3333vw;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 10px;
}
.third-lead-en span {
    display: block;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 30px 0 0;
}

.lure_spare_parts {
	display: block;
    font-size: 4.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}
.lure_spare_parts span {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-transform: none;
    letter-spacing: 0px;
    padding: 10px 0 0;
}
.lure_spare_parts_text {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    padding: 0 10% 10%;
}

.lure_parts_price {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 0 8% 10%;
}
.lure_parts_price span {
    font-size: 1.2rem;
}

@media (max-width: 1480px){
	.lure_feature_text {
		font-size: 1.6rem;
		padding: 0 10% 10%;
	}
	.lure_spare_parts {
		font-size: 3.0rem;
	}
	.lure_spare_parts_text {
		font-size: 1.6rem;
		padding: 0 10% 10%;
	}
	.lure_parts_price {
		font-size: 1.4rem;
		padding: 0 5% 10%;
	}
}
@media (max-width: 1300px){
	.big-title-text {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	h4.portfolio-subtitle-en02 {
		font-size: 3.6rem;
	}
	.second-text-area {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	.lure_feature_text {
		font-size: 1.6rem;
		padding: 0 10% 10%;
	}
}
@media (max-width: 1200px){
	h1.big-title-img {
		margin: 40px auto 50px;
	}
	h2.big-lead {
		font-size: 4.8rem;
		letter-spacing: 2px;
		padding: 40px 0 50px;
	}
	.lure_cate_read_down {
		font-size: 3.0vw;
		letter-spacing: 2px;
		margin: 0 auto 60px;
		padding: 10px;
	}
	.second-lead {
		font-size: 4.8rem;
		padding: 50px 0 40px;
	}
	.second-imgwrap {
		margin: 0 auto;
	}
	.second-imgwrap02 {
		margin: 20px auto 40px;
	}
	.third-lead {
		font-size: 5.3333vw;
		letter-spacing: 2px;
		padding: 0 0 40px;
	}
	.lure_feature_number {
		font-size: 9.6rem;
		padding: 0 0 15px;
	}
	.lure_feature_number span {
		font-size: 3.0rem;
	}
	.third-lead-en {
		font-size: 5.3333vw;
		padding: 0 0 10px;
	}
	.third-lead-en span {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 20px 0 0;
	}
}
@media (max-width: 990px){
	h1.big-title-img {
		margin: 20px auto 20px;
	}
	h2.big-lead {
		font-size: 3.6rem;
		letter-spacing: 2px;
		padding: 20px 0 20px;
	}
	.lure_cate_read_up {
		font-size: 2.0rem;
		letter-spacing: 1px;
		margin: 0 auto 10px;
		padding: 10px;
	}
	.lure_cate_read_down {
		font-size: 2.0rem;
		letter-spacing: 1px;
		margin: 0 auto 30px;
		padding: 10px;
	}
	.lure_cate_midashi {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.big-title-text {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.second-lead {
		font-size: 3.6rem;
		padding: 10px 0 20px;
	}
	.second-text-area {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 30px;
	}
}
@media (max-width: 749px){
	h2.item-b-model {
		font-size: 2.4rem;
		padding: 10px 0 20px;
	}
}
@media (max-width: 499px){
	h2.item-b-model {
		font-size: 1.8rem;
		padding: 10px 0 40px;
	}
	h2.big-lead {
		font-size: 3.0rem;
		letter-spacing: 1px;
		line-height: 1.4;
		padding: 20px 0 20px;
	}
	.lure_cate_read_up {
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 0 auto 10px;
		padding: 10px;
	}
	.lure_cate_read_down {
		font-size: 1.6rem;
		margin: 0 auto 30px;
		padding: 10px;
	}
	.lure_cate_midashi {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 0px;
		padding: 0 0 20px;
	}
	.big-title-text {
		font-size: 1.5rem;
		letter-spacing: 0px;
		padding: 0 0 40px;
	}
	.big-title-text br {
		display: none;
	}
	.second-lead {
		width: 90%;
		font-size: 3.0rem;
		line-height: 1.4;
		letter-spacing: 1px;
		padding: 10px 0 20px;
	}
	.second-text-area {
		font-size: 1.5rem;
		letter-spacing: 0px;
		padding: 0 0 30px;
	}
	h4.portfolio-subtitle-en02 {
		font-size: 3.0rem;
	}
	dl.item-pricewrap {
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
	}
	dl.item-pricewrap dt {
		float: none;
		display: block;
		width: 100%;
		font-size: 2.4rem;
		padding: 0 0 5px;
	}
	dl.item-pricewrap dd {
		margin-left: 0;
		display: block;
		width: 100%;
		font-size: 2.4rem;
		padding: 0 0 20px;
	}
	.lure_feature_text {
		font-size: 1.5rem;
		padding: 0 5% 10%;
	}
	.third-lead {
		width: 90%;
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.lure_feature_number {
		font-size: 7.2rem;
	}
	.third-lead-en {
		width: 90%;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.lure_spare_parts_text {
		font-size: 1.5rem;
		padding: 0 5% 10%;
	}
}
@media (max-width: 359px){
}


.item-footer-linkwrap {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.item-footer-linkwrap a.flink01 {
    display: block;
    width: 100%;
    font-size: 2.4rem;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0px;
    color: #014900;
    text-align: center;
    padding: 5rem 0;
    background-color: #F4D500;
    text-decoration: none;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.item-footer-linkwrap a.flink01:hover {
    color: #000;
    letter-spacing: 1px;
    background-color: #E50012;
}
.item-footer-linkwrap a.flink02 {
    display: block;
    width: 100%;
    font-size: 2.4rem;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0px;
    color: #F4D500;
    text-align: center;
    padding: 5rem 0;
    background-color: #014900;
    text-decoration: none;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.item-footer-linkwrap a.flink02:hover {
    color: #000;
    letter-spacing: 1px;
    background-color: #E50012;
}

@media (max-width: 1480px){
	.item-footer-linkwrap a.flink01 {
		font-size: 1.8rem;
		padding: 4rem 0;
	}
	.item-footer-linkwrap a.flink02 {
		font-size: 1.8rem;
		padding: 4rem 0;
	}
}
@media (max-width: 499px){
	.item-footer-linkwrap a.flink01 {
		font-size: 1.8rem;
		padding: 3rem 0;
	}
	.item-footer-linkwrap a.flink02 {
		font-size: 1.8rem;
		padding: 3rem 0;
	}
}


.intro-fullscreen.bg-lure-pcb {
    background-image: url(../img/bg-lure03-pencil.jpg);
    background-size: cover;
}
@media (max-width: 990px){
	.intro-fullscreen.bg-lure-pcb {
		background-image: url("../img/bg-lure03-pencil800.jpg");
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-pcb {
		background-image: url("../img/bg-lure03-pencil800500.jpg");
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-pcb {
		background-image: url("../img/bg-lure03-pencil500.jpg");
	}
}


.intro-fullscreen.bg-lure-capoeila {
    background-image: url(../img/bg-lure-Capoeira105.jpg);
    background-size: cover;
}
@media (max-width: 990px){
	.intro-fullscreen.bg-lure-capoeila {
		background-image: url("../img/bg-lure04-capoeila800.jpg");
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-capoeila {
		background-image: url("../img/bg-lure04-capoeila800500.jpg");
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-capoeila {
		background-image: url("../img/bg-lure04-capoeila500.jpg");
	}
}

.big-sublead-pcb {
	display: block;
    width: 90%;
    font-size: 4.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
	margin: 0 auto;
    padding: 0 0 30px;
	text-transform: none;
}

.second-lead-pcb {
    display: block;
    width: 100%;
    font-size: 4.8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0 60px;
}
.second-lead-pcb br {
    display: none;
}
.second-text-area-pcb {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 50px;
}

@media (max-width: 1480px){
	.big-sublead-pcb {
		font-size: 3.6rem;
		letter-spacing: 4px;
		padding: 0 0 20px;
}
	.second-lead-pcb {
		width: 90%;
		font-size: 4.0vw;
		letter-spacing: 4px;
		padding: 100px 0 60px;
	}
	.second-text-area-pcb {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
}

.intro-fullscreen.bg-lure-borboleta {
    background-image: url(../img/bg-lure04-borboleta.jpg);
    background-size: cover;
}
@media (max-width: 990px){
	.intro-fullscreen.bg-lure-borboleta {
		background-image: url("../img/bg-lure04-borboleta800.jpg");
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-borboleta {
		background-image: url("../img/bg-lure04-borboleta800500.jpg");
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-borboleta {
		background-image: url("../img/bg-lure04-borboleta500.jpg");
	}
}

.contents-anchor {
	display: block;
	width: 100%;
	height: 1px;
}


h2.big-lead-bor {
	display: block;
    font-size: 3.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0 100px;
}
.item-factory-flag {
	display: block;
	width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 20px;
}
h2.item-factory-model {
    display: block;
    font-size: 4.8rem;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    color: #E50012;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
    padding: 20px 0 40px;
}
h2.item-factory-model.pb-100p {
	padding-bottom: 100px;
}
.item-factory-text {
	display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 2.0;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10% 5%;
}
.col-lg-20 {
	position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.item-factory-colorname {
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0 20px;
}
.item-factory-colorname span {
	display: block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 10px 0 0;
}
.item-factory-colortext {
    display: block;
    width: 80%;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 40px;
}

@media (max-width: 1480px){
	.item-factory-text {
		font-size: 1.8rem;
		line-height: 2.0;
		letter-spacing: 1px;
		padding: 0 10% 5%;
	}
}

@media (max-width: 1300px){
	.big-sublead-pcb {
		font-size: 3.6rem;
		letter-spacing: 2px;
		padding: 0 0 20px;
	}
	.second-text-area-pcb {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}
@media (max-width: 1200px){
	.big-sublead-pcb {
		font-size: 3.0rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.second-lead-pcb {
		font-size: 4.8vw;
		letter-spacing: 2px;
		padding: 50px 0 40px;
	}
	.second-text-area-pcb br {
		display: none;
	}
}
@media (max-width: 990px){
	.second-text-area-pcb {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
}
@media (max-width: 749px){
	h2.item-factory-model {
		font-size: 3.0rem;
		padding: 20px 0 30px;
	}
	h2.item-factory-model.pb-100p {
		padding-bottom: 40px;
	}
}
@media (max-width: 499px){
	.big-sublead-pcb {
		font-size: 1.6rem;
		letter-spacing: 0px;
		padding: 0 0 20px;
	}
	.second-lead-pcb {
		font-size: 3.0rem;
		letter-spacing: 1px;
		padding: 40px 0 30px;
	}
	.second-lead-pcb br {
		display: block;
	}
	.second-text-area-pcb {
		font-size: 1.5rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
		text-align: left;
	}
	h2.big-lead-bor {
		width: 90%;
		font-size: 2.0rem;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 0 auto;
		padding: 0 0 30px;
		text-align: left;
	}
	h2.big-lead-bor br {
		display: none;
	}
}


.second-lead-imgwrap {
	padding-top: 100px;
	padding-bottom: 20px;
}
.second-lead-name {
    display: block;
    width: 100%;
    font-size: 5.3333vw;
	font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 50px 0 60px;
}
.second-lead-name span {
    display: block;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px 0 0;
}
h4.portfolio-subtitle-encolor {
    display: block;
    font-size: 3.6rem;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 0px;
    padding: 0 0 10px;
}
.portfolio-subtitle-entext {
    display: block;
	width: 80%;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0 50px;
}


h3.lure-home-logowrap {
	display: block;
	width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 30px;
}

h3.lure-home-top-j {
	display: block;
    font-size: 3.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.0;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 0 0 20px;
}

h3.lure-home-headlead-l {
	display: block;
    font-size: 6.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
	line-height: 1.5;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 0 0 20px;
}

h3.lure-home-top-l {
    display: block;
    font-size: 7.2rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 10px 0 20px;
}
h3.lure-home-top-l span {
	display: block;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 15px 0 0;
}

h3.lure-home-top {
	display: block;
    font-size: 4.8rem;
	font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: 1.2;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 10px 0 20px;
}
h3.lure-home-top span {
	display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 10px 0 0;
}

.lure-home-ftitle-logo {
	display: block;
	width: 1000px;
	margin: 0 auto;
    padding: 0 0 50px;
}

h3.lure-home-headlead-m {
	display: block;
    font-size: 4.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
	line-height: 1.5;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 0 0 120px;
}

.col-lg-12.mb-150p {
	margin-bottom: 150px;
	padding-left: 5%;
	padding-right: 5%;
}

.col-lg-6.mb-100p {
	margin-bottom: 100px;
}

@media (max-width: 1300px){
	.lure-home-ftitle-logo {
		width: 90%;
	}
}
@media (max-width: 1200px){
	h3.lure-home-headlead-l {
		font-size: 4.8rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.item-factory-text {
		font-size: 1.8rem;
		padding: 0 5% 5%;
	}
	h3.lure-home-headlead-m {
		font-size: 3.6rem;
		letter-spacing: 1px;
		padding: 0 0 100px;
	}
	.second-lead-name {
		font-size: 6.0rem;
		letter-spacing: 0px;
		padding: 10px 0 40px;
	}
	.second-lead-name span {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 10px 0 0;
	}
	.portfolio-subtitle-entext {
		font-size: 1.3rem;
		letter-spacing: 0px;
		padding: 10px 0 20px;
	}
}
@media (max-width: 990px){
	h3.lure-home-headlead-l {
		font-size: 3.6rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.item-factory-text {
		font-size: 1.6rem;
		padding: 0 5% 5%;
		text-align: left;
	}
	.item-factory-text br {
		display: none;
	}
	h3.lure-home-headlead-m {
		font-size: 2.8rem;
		letter-spacing: 1px;
		padding: 0 0 80px;
	}
	.col-lg-6.mb-100p {
		margin-bottom: 60px;
	}
}
@media (max-width: 749px){
	h3.lure-home-headlead-l {
		font-size: 3.0rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	h3.lure-home-top-l {
		font-size: 6.0rem;
	}
	h3.lure-home-headlead-m {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 0 0 80px;
	}
}
@media (max-width: 499px){
	.contents-anchor {
		height: 60px;
	}
	h3.lure-home-headlead-l {
		font-size: 1.8rem;
		padding: 0 0 0px;
	}
	.item-factory-text {
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
	h3.lure-home-top-l {
		font-size: 3.0rem;
	}
	h3.lure-home-top-l span {
		font-size: 1.4rem;
		padding: 5px 0 0;
	}
	.lure-home-ftitle-logo {
		padding: 0 0 20px;
	}
	h3.lure-home-headlead-m {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 30px;
		text-align: left;
	}
	h3.lure-home-headlead-m br {
		display: none;
	}
	h3.lure-home-top {
		font-size: 3.0rem;
	}
	h3.lure-home-top span {
		font-size: 1.4rem;
		padding: 0px 0 0;
	}
	.col-lg-6.mb-100p {
		margin-bottom: 30px;
	}
	.second-lead-name {
		font-size: 3.6rem;
		letter-spacing: 0px;
		padding: 10px 0 30px;
	}
	.second-lead-name span {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 10px 0 0;
	}
	.portfolio-subtitle-entext {
		font-size: 1.2rem;
		letter-spacing: 0px;
		padding: 10px 0 30px;
	}
	h4.portfolio-subtitle-encolor {
		font-size: 2.4rem;
		letter-spacing: 0px;
	}
	.second-lead-imgwrap {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
@media (max-width: 359px){
}



h3.rod-home-headlead-l {
    display: block;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 10px 0 20px;
}

h3.rod-home-headlead-l br {
    display: none;
}

h3.rod-home-conttitle {
    display: block;
    font-size: 6.0rem;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 10px 0 0;
}

h3.rod-home-conttitle.pack {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-style: normal;
}

h3.rod-home-conttitle span {
	display: block;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 15px 0 0;
}


.intro-fullscreen.bg-lure-home {
    background-image: url(../img/lure-top-home.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-lure-nelson {
    background-image: url(../img/bg-lure05-nelson.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-lure-decont {
    background-image: url(../img/bg-lure06-decont.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-home {
    background-image: url(../img/rod-00-top-home.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-59 {
    background-image: url(../img/rod-01-top-59.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-56 {
    background-image: url(../img/rod-02-top-56.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-55 {
    background-image: url(../img/rod-03-top-55.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-53 {
    background-image: url(../img/rod-04-top-53.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-52 {
    background-image: url(../img/rod-05-top-52.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-48 {
    background-image: url(../img/rod-06-top-48.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-47 {
    background-image: url(../img/rod-07-top-47.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-64 {
    background-image: url(../img/rod-001-top-64.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-pack {
    background-image: url(../img/rod-08-top-pack.jpg);
    background-size: cover;
}

.intro-fullscreen.bg-rod-pack55 {
    background-image: url(../img/rod-011-Lutador55-top-pack.jpg);
    background-size: cover;
}
.intro-fullscreen.bg-rod-pack54 {
    background-image: url(../img/rod-012-Passista54-top-pack.jpg);
    background-size: cover;
}
.intro-fullscreen.bg-rod-pack53 {
    background-image: url(../img/rod-013-Magico53-top-pack.jpg);
    background-size: cover;
}
.intro-fullscreen.bg-rod-pack52 {
    background-image: url(../img/rod-014-Ladrao52-top-pack.jpg);
    background-size: cover;
}

@media (max-width: 990px){
	.intro-fullscreen.bg-lure-home {
		background-image: url(../img/lure-top-home800.jpg);
	}
	.intro-fullscreen.bg-lure-nelson {
		background-image: url(../img/bg-lure05-nelson800.jpg);
	}
	.intro-fullscreen.bg-lure-decont {
		background-image: url(../img/bg-lure06-decont800.jpg);
	}
	.intro-fullscreen.bg-rod-home {
		background-image: url(../img/rod-00-top-home800.jpg);
	}
	.intro-fullscreen.bg-rod-59 {
		background-image: url(../img/rod-01-top-59-800.jpg);
	}
	.intro-fullscreen.bg-rod-56 {
		background-image: url(../img/rod-02-top-56-800.jpg);
	}
	.intro-fullscreen.bg-rod-55 {
		background-image: url(../img/rod-03-top-55-800.jpg);
	}
	.intro-fullscreen.bg-rod-53 {
		background-image: url(../img/rod-04-top-53-800.jpg);
	}
	.intro-fullscreen.bg-rod-52 {
		background-image: url(../img/rod-05-top-52-800.jpg);
	}
	.intro-fullscreen.bg-rod-48 {
		background-image: url(../img/rod-06-top-48-800.jpg);
	}
	.intro-fullscreen.bg-rod-47 {
		background-image: url(../img/rod-07-top-47-800.jpg);
	}
	.intro-fullscreen.bg-rod-64 {
		background-image: url(../img/rod-001-top-64-800.jpg);
	}
    .intro-fullscreen.bg-rod-pack {
        background-image: url(../img/rod-08-top-pack-800.jpg);
    }
    .intro-fullscreen.bg-rod-pack55 {
        background-image: url(../img/rod-011-Lutador55-top-pack-800.jpg);
    }
    .intro-fullscreen.bg-rod-pack54 {
        background-image: url(../img/rod-012-Passista54-top-pack-800.jpg);
    }
    .intro-fullscreen.bg-rod-pack53 {
        background-image: url(../img/rod-013-Magico53-top-pack-800.jpg);
    }
    .intro-fullscreen.bg-rod-pack52 {
        background-image: url(../img/rod-014-Ladrao52-top-pack-800.jpg);
    }
}
@media (max-width: 749px){
	.intro-fullscreen.bg-lure-home {
		background-image: url(../img/lure-top-home800500.jpg);
	}
	.intro-fullscreen.bg-lure-nelson {
		background-image: url(../img/bg-lure05-nelson800500.jpg);
	}
	.intro-fullscreen.bg-lure-decont {
		background-image: url(../img/bg-lure06-decont800500.jpg);
	}
	.intro-fullscreen.bg-rod-home {
		background-image: url(../img/rod-00-top-home800500.jpg);
	}
	.intro-fullscreen.bg-rod-59 {
		background-image: url(../img/rod-01-top-59-800500.jpg);
	}
	.intro-fullscreen.bg-rod-56 {
		background-image: url(../img/rod-02-top-56-800500.jpg);
	}
	.intro-fullscreen.bg-rod-55 {
		background-image: url(../img/rod-03-top-55-800500.jpg);
	}
	.intro-fullscreen.bg-rod-53 {
		background-image: url(../img/rod-04-top-53-800500.jpg);
	}
	.intro-fullscreen.bg-rod-52 {
		background-image: url(../img/rod-05-top-52-800500.jpg);
	}
	.intro-fullscreen.bg-rod-48 {
		background-image: url(../img/rod-06-top-48-800500.jpg);
	}
	.intro-fullscreen.bg-rod-47 {
		background-image: url(../img/rod-07-top-47-800500.jpg);
	}
	.intro-fullscreen.bg-rod-64 {
		background-image: url(../img/rod-001-top-64-800500.jpg);
	}
    .intro-fullscreen.bg-rod-pack {
        background-image: url(../img/rod-08-top-pack-800500.jpg);
    }
    .intro-fullscreen.bg-rod-pack55 {
        background-image: url(../img/rod-011-Lutador55-top-pack-800500.jpg);
    }
    .intro-fullscreen.bg-rod-pack54 {
        background-image: url(../img/rod-012-Passista54-top-pack-800500.jpg);
    }
    .intro-fullscreen.bg-rod-pack53 {
        background-image: url(../img/rod-013-Magico53-top-pack-800500.jpg);
    }
    .intro-fullscreen.bg-rod-pack52 {
        background-image: url(../img/rod-014-Ladrao52-top-pack-800500.jpg);
    }
}
@media (max-width: 499px){
	.intro-fullscreen.bg-lure-home {
		background-image: url(../img/lure-top-home500.jpg);
	}
	.intro-fullscreen.bg-lure-nelson {
		background-image: url(../img/bg-lure05-nelson500.jpg);
	}
	.intro-fullscreen.bg-lure-decont {
		background-image: url(../img/bg-lure06-decont500.jpg);
	}
	.intro-fullscreen.bg-rod-home {
		background-image: url(../img/rod-00-top-home500.jpg);
	}
	.intro-fullscreen.bg-rod-59 {
		background-image: url(../img/rod-01-top-59-500.jpg);
	}
	.intro-fullscreen.bg-rod-56 {
		background-image: url(../img/rod-02-top-56-500.jpg);
	}
	.intro-fullscreen.bg-rod-55 {
		background-image: url(../img/rod-03-top-55-500.jpg);
	}
	.intro-fullscreen.bg-rod-53 {
		background-image: url(../img/rod-04-top-53-500.jpg);
	}
	.intro-fullscreen.bg-rod-52 {
		background-image: url(../img/rod-05-top-52-500.jpg);
	}
	.intro-fullscreen.bg-rod-48 {
		background-image: url(../img/rod-06-top-48-500.jpg);
	}
	.intro-fullscreen.bg-rod-47 {
		background-image: url(../img/rod-07-top-47-500.jpg);
	}
	.intro-fullscreen.bg-rod-64 {
		background-image: url(../img/rod-001-top-64-500.jpg);
	}
    .intro-fullscreen.bg-rod-pack {
        background-image: url(../img/rod-08-top-pack-500.jpg);
    }
    .intro-fullscreen.bg-rod-pack55 {
        background-image: url(../img/rod-011-Lutador55-top-pack-500.jpg);
    }
    .intro-fullscreen.bg-rod-pack54 {
        background-image: url(../img/rod-012-Passista54-top-pack-500.jpg);
    }
    .intro-fullscreen.bg-rod-pack53 {
        background-image: url(../img/rod-013-Magico53-top-pack-500.jpg);
    }
    .intro-fullscreen.bg-rod-pack52 {
        background-image: url(../img/rod-014-Ladrao52-top-pack-500.jpg);
    }
}


h2.big-lead-rodhome {
    font-size: 4.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
	text-transform: none;
    margin-bottom: 0;
    padding: 40px 0 100px;
}
h2.big-lead-rodhome span {
    display: block;
    font-size: 9.6rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
	padding: 20px 0 0;
}

.big-title-text-rodhome {
    display: block;
    width: 1110px;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 50px;
}
.big-title-text-rodhome span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: right;
    padding: 20px 0 0;
}
.big-title-text-rodhome02 {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 100px;
}

.col-lg-12.mb-30p {
	margin-bottom: 60px;
}

@media (max-width: 1480px){
	.big-title-text-rodhome {
		width: 1100px;
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
	.big-title-text-rodhome span {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.big-title-text-rodhome02 {
		width: 90%;
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 100px;
	}
}

@media (max-width: 1300px){
	.big-title-text-rodhome {
		width: 90%;
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}

@media (max-width: 1200px){
	h2.big-lead-rodhome {
		font-size: 3.6rem;
		letter-spacing: 4px;
		padding: 40px 0 100px;
	}
	h2.big-lead-rodhome span {
		font-size: 7.2rem;
		padding: 20px 0 0;
	}
	.big-title-text-rodhome {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	.big-title-text-rodhome02 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 100px;
	}
}

@media (max-width: 990px){
	h2.big-lead-rodhome {
		font-size: 3.0rem;
		letter-spacing: 4px;
		padding: 40px 0 60px;
	}
	h2.big-lead-rodhome span {
		font-size: 6.0rem;
		padding: 20px 0 0;
	}
	.big-title-text-rodhome {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 20px;
	}
	.big-title-text-rodhome02 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		text-align: left;
		padding: 0 0 60px;
	}
	.big-title-text-rodhome02 br {
		display: none;
	}
	h3.rod-home-headlead-l {
		font-size: 2.4rem;
		padding: 10px 0 20px;
	}
	.col-lg-12.mb-150p {
		margin-bottom: 100px;
	}
}
@media (max-width: 749px){
	h2.big-lead-rodhome {
		font-size: 2.4rem;
		letter-spacing: 2px;
		padding: 40px 0 60px;
	}
	h2.big-lead-rodhome span {
		font-size: 4.8rem;
		padding: 20px 0 0;
	}
	h3.rod-home-headlead-l {
		font-size: 2.0rem;
		padding: 10px 0 20px;
	}
	.col-lg-12.mb-150p {
		margin-bottom: 40px;
	}
}
@media (max-width: 499px){
	h2.big-lead-rodhome {
		font-size: 1.8rem;
		letter-spacing: 0px;
		padding: 40px 0 40px;
	}
	h2.big-lead-rodhome span {
		font-size: 3.6rem;
		padding: 20px 0 0;
		line-height: 1.1;
	}
	.big-title-text-rodhome {
		font-size: 1.6rem;
		letter-spacing: 1px;
		line-height: 2.0;
		padding: 0 0 20px;
	}
	.big-title-text-rodhome span {
		font-size: 1.6rem;
		padding: 15px 0 0;
	}
	.big-title-text-rodhome02 {
		font-size: 1.6rem;
		letter-spacing: 1px;
		line-height: 2.0;
		padding: 0 0 40px;
	}
	h3.rod-home-headlead-l {
		font-size: 1.8rem;
		line-height: 1.6;
		padding: 20px 0 10px;
	}
	h3.rod-home-headlead-l br {
		display: block;
	}
	h3.rod-home-conttitle {
		font-size: 4.0rem;
		padding: 10px 0 0;
	}
    h3.rod-home-conttitle.pack {
        font-size: 3.6rem;
        padding: 10px 0 0;
    }
	h3.rod-home-conttitle span {
		font-size: 1.8rem;
		letter-spacing: 0px;
		padding: 15px 0 0;
	}
}

h3.rod-home-top {
	display: block;
    font-size: 9.6rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0px;
	line-height: 1.0;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0 auto;
    padding: 0 0 20px;
}

.rod-logo-imgwrap {
    display: block;
	width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}
.rod-name-textwrap {
    display: block;
    width: 90%;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
	font-style: italic;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 120px;
}

.rod-vertical-imgwrap {
    display: block;
	width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}

.rod-vertical-imgwrap-sp {
    display: none;
}

.rod-vertical-imgwrap-pack {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}

.rod-vertical-imgwrap-pack-sp {
    display: none;
}

@media (max-width: 1680px){
	.rod-vertical-imgwrap {
		width: 100%;
		padding: 0 0 0px;
	}
}

@media (max-width: 1200px){
	.rod-name-textwrap {
		padding: 0 0 50px;
	}
}

@media (max-width: 990px){
	.rod-name-textwrap {
		padding: 0 0 40px;
	}
	.rod-vertical-imgwrap {
		display: block;
		width: 100%;
		padding: 0 0 0;
	}
}

@media (max-width: 499px){
	.rod-vertical-imgwrap {
		display: none;
	}
	.rod-vertical-imgwrap-sp {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
}


.rod-maincopy-wrap {
    display: block;
    width: 180px;
    height: 2300px;
    margin: 0 auto 20px;
    padding: 0;
}
.rod-maincopy-vertical {
    display: block;
    width: 100%;
    height: 2300px;
    font-size: 18.0rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 10px;
    color: #FFF;
    text-align: left;
    margin: 0;
    padding: 300px 0 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.rod-maincopy-wrap48 {
    display: block;
    width: 180px;
    height: 1800px;
    margin: 0 auto 20px;
    padding: 0;
}
.rod-maincopy-vertical48 {
    display: block;
    width: 100%;
    height: 1800px;
    font-size: 18.0rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 10px;
    color: #FFF;
    text-align: left;
    margin: 0;
    padding: 300px 0 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.rod-maincopy-vertical48 br {
    display: none;
}

.rod-maincopy-wrap-pack {
    display: block;
    width: 180px;
    height: 100%;
    margin: 0 auto 20px;
    padding: 0;
}
.rod-maincopy-vertical-pack {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18.0rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.0;
    letter-spacing: 10px;
    color: #FFF;
    text-align: left;
    margin: 0;
    padding: 500% 0 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.rod-maincopy-vertical-pack br {
    display: none;
}

@media (max-width: 1680px){
    .rod-maincopy-vertical-pack {
        padding: 400% 0 0;
    }
}
@media (max-width: 1480px){
    .rod-maincopy-vertical-pack {
        font-size: 17.0rem;
        padding: 200% 0 0;
    }
}
@media (max-width: 1380px){
    .rod-maincopy-vertical-pack {
        font-size: 16.0rem;
    }
}
@media (max-width: 1300px){
    .rod-maincopy-vertical-pack {
        font-size: 15.0rem;
    }
}

@media (max-width: 1200px){
    .rod-maincopy-vertical-pack {
        font-size: 14.0rem;
        padding: 200% 0 0;
    }
}

@media (max-width: 990px){
	.rod-maincopy-wrap {
		width: 90%;
		height: auto;
		margin: 0 auto 0px;
	}
	.rod-maincopy-vertical {
		height: auto;
		font-size: 4.8rem;
		letter-spacing: 2px;
		line-height: 1.4;
		text-align: center;
		padding: 0px 0 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.rod-maincopy-vertical br {
		display: block;
	}

    .rod-maincopy-wrap-pack {
        width: 90%;
        height: auto;
        margin: 0 auto 70px;
    }
    .rod-maincopy-vertical-pack {
        height: auto;
        font-size: 4.8rem;
        letter-spacing: 2px;
        line-height: 1.4;
        text-align: center;
        padding: 0px 0 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .rod-maincopy-vertical-pack br {
        display: block;
    }
	
	.rod-maincopy-wrap48 {
		width: 90%;
		height: auto;
		margin: 0 auto 50px;
	}
	.rod-maincopy-vertical48 {
		height: auto;
		font-size: 4.8rem;
		letter-spacing: 2px;
		line-height: 1.4;
		text-align: center;
		padding: 0px 0 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.rod-maincopy-vertical48 br {
		display: block;
	}
}
@media (max-width: 749px){
	.rod-name-textwrap {
		width: 90%;
		font-size: 2.0rem;
		padding: 0 0 50px;
	}
}
@media (max-width: 499px){
	.rod-maincopy-wrap {
		display: none;
	}
	.rod-maincopy-vertical {
		display: none;
	}
	.rod-maincopy-vertical br {
		display: none;
	}
	
	.rod-maincopy-wrap48 {
		display: none;
	}
	.rod-maincopy-vertical48 {
		display: none;
	}
	.rod-maincopy-vertical48 br {
		display: none;
	}

    .rod-maincopy-vertical-pack {
        width: 120px;
        height: 500px;
        font-size: 4.0rem;
        letter-spacing: 2px;
        line-height: 1.4;
        text-align: left;
        padding: 0px 0 0;
        margin: 0 auto;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .rod-maincopy-wrap-pack {
        margin: 0 auto;
    }
}

.rod-contents-wrap {
	margin-top: 100px;
	margin-right: 30px !important;
	margin-bottom: 100px;
	margin-left: 30px !important;
}
.rod-contents-innerwrap {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.rod-contents-wrap55 {
    margin-right: 30px !important;
    margin-bottom: 100px;
    margin-left: 30px !important;
}
.rod-contents-innerwrap55 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 1680px){
	.rod-contents-wrap {
		margin-top: 100px;
		margin-right: 20px !important;
		margin-bottom: 100px;
		margin-left: 20px !important;
	}
	.rod-contents-innerwrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
    .rod-contents-wrap55 {
        margin-right: 20px !important;
        margin-bottom: 100px;
        margin-left: 20px !important;
    }
    .rod-contents-innerwrap55 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 1480px){
	.rod-contents-wrap {
		margin-top: 50px;
		margin-right: 15px !important;
		margin-bottom: 0px;
		margin-left: 15px !important;
	}
	.rod-contents-innerwrap {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
    .rod-contents-wrap55 {
        margin-right: 15px !important;
        margin-bottom: 0px;
        margin-left: 15px !important;
    }
    .rod-contents-innerwrap55 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 499px){
	.rod-contents-wrap {
		margin-top: 50px;
		margin-right: 0px !important;
		margin-bottom: 0px;
		margin-left: 0px !important;
	}
	.rod-contents-innerwrap {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
    .rod-contents-wrap55 {
        margin-right: 0px !important;
        margin-bottom: 0px;
        margin-left: 0px !important;
    }
    .rod-contents-innerwrap55 {
        display: flex;
        justify-content: center;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


.rod-feature-number {
    display: block;
	width: 90%;
    font-size: 6.0rem;
	font-family: 'Lora', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 15px;
	border-bottom: solid 1px #FFF;
}
.rod-feature-number span {
    font-size: 4.8rem;
	font-family: 'Lora', serif;
    color: #E50012;
}
.rod-feature-text {
    display: block;
	width: 90%;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    padding: 15px 0 10%;
}
@media (max-width: 1480px){
	.rod-feature-number {
		width: 90%;
		font-size: 4.8rem;
		padding: 0 0 15px;
	}
	.rod-feature-number span {
		font-size: 3.6rem;
	}
	.rod-feature-text {
		width: 90%;
		font-size: 2.0rem;
		padding: 15px 0 10%;
	}
}
@media (max-width: 1200px){
	.rod-feature-number {
		width: 90%;
		font-size: 3.6rem;
		padding: 0 0 15px;
	}
	.rod-feature-number span {
		font-size: 3.0rem;
	}
}
@media (max-width: 990px){
	.rod-feature-number {
		width: 100%;
	}
	.rod-feature-text {
		width: 100%;
		font-size: 2.0rem;
		padding: 15px 0 50px;
	}
}
@media (max-width: 749px){
	.rod-feature-number {
		text-align: center;
	}
	.rod-feature-text {
		font-size: 1.8rem;
		padding: 15px 0 40px;
	}
}


.rod-cate-midashi {
    display: block;
    width: 90%;
    font-size: 1.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
	margin: 100px auto 40px;
    padding: 20px 20px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.rod-cate-midashi48 {
    display: block;
    width: 90%;
    font-size: 1.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 auto 40px;
    padding: 20px 20px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
}
.rod-cate-text {
    display: block;
    width: 90%;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 20px 80px;
}
.rod-cate-text span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: right;
    padding: 10px 0 0;
}
.rod-cate-imgwrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
}

.rod-cate-imgwrap-last {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
}

@media (max-width: 1680px){
	.rod-cate-text {
		padding: 0 0 80px;
	}
}
@media (max-width: 1480px){
	.rod-cate-text {
		width: 90%;
		font-size: 1.8rem;
		line-height: 2.0;
		letter-spacing: 1px;
		padding: 0 0 80px;
	}
	.rod-cate-text br.br {
		display: none;
	}
}
@media (max-width: 1200px){
	.rod-cate-midashi {
		width: 90%;
		font-size: 2.4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 100px auto 40px;
		padding: 20px 0px;
	}
	.rod-cate-midashi br {
		display: none;
	}
	.rod-cate-midashi48 {
		width: 90%;
		font-size: 2.4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 0 auto 40px;
		padding: 20px 0px;
	}
	.rod-cate-midashi48 br {
		display: none;
	}
	.rod-cate-text {
		width: 90%;
		font-size: 1.6rem;
		line-height: 2.0;
		letter-spacing: 1px;
		padding: 0 0 80px;
	}
}
@media (max-width: 990px){
	.rod-cate-midashi {
		width: 100%;
		font-size: 2.4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 60px auto 40px;
		padding: 20px 0px;
	}
	.rod-cate-midashi48 {
		width: 90%;
		font-size: 2.4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 0 auto 40px;
		padding: 20px 0px;
	}
	.rod-cate-text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.0;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
	.rod-cate-imgwrap {
		width: 100%;
		padding: 0 0 20px;
	}
	.rod-cate-imgwrap-last {
		width: 100%;
		padding: 50px 0 0;
	}
}
@media (max-width: 749px){
	.rod-cate-midashi {
		width: 100%;
		font-size: 2.0rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 40px auto 30px;
		padding: 15px 0px;
	}
	.rod-cate-midashi48 {
		width: 100%;
		font-size: 2.0rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 0 auto 30px;
		padding: 15px 0px;
	}
	.rod-cate-text {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.0;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
}


.rod-pack-title-text {
    display: block;
    width: 85%;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 0 0 0 15%;
    padding: 50px 0 100px;
}

.rod-pack-title {
    display: block;
    width: 90%;
    font-size: 6.0vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
    text-transform: none;
    margin: 5% auto 5%;
    padding: 0;
}
.rod-pack-title span {
    display: block;
    font-size: 1.6vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
    text-transform: none;
    padding: 20px 0 0;
}

.rod-comment-title {
    display: block;
	width: 90%;
    font-size: 4.8rem;
    font-weight: 900;
	font-family: 'Lora', serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
	text-transform: none;
	margin: 0 auto 40px;
    padding: 0;
}





.RodPack-PackCopy {
    display: block;
    font-size: 3.6vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 10% 0 3%;
    padding: 0;
}
.RodPack-PackCopy br {
    display: none;
}
.RodPack-PackLead {
    display: block;
    font-size: 1.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 6%;
    padding: 0;
}
.RodPack-PackText {
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0 0 10%;
    padding: 0;
}
.RodPack-PackText span.pb-20 {
    display: block;
    font-size: 1.3vw;
    padding: 0 0 20px;
}
.RodPack-PackText span.pb-10 {
    display: block;
    font-size: 1.3vw;
    padding: 0 0 10px;
}

.RodPack-PackLead55 {
    display: block;
    font-size: 3.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 6%;
    padding: 0;
}
.RodPack-PackSubTitle55 {
    display: block;
    font-size: 1.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0;
}
.RodPack-PackText55 {
    display: block;
    width: 100%;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0 0 4%;
    padding: 0;
}


.RodPack-TitleName {
    display: block;
    font-size: 6.0vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-transform: none;
    margin: 0 0 4%;
    padding: 0;
}
.RodPack-TitleName span {
    display: block;
    font-size: 1.6vw;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0 0;
}


.RodPack-spec-textwrap55 {
    display: block;
    width: 100%;
    margin: 0 0 7%;
    padding: 0;
}
.RodPack-spec-text55 {
    display: inline-block;
    font-size: 1.1vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}
.RodPack-spec-text55::after {
    content: '/';
    padding: 20px 15px;
}
.RodPack-spec-text55-last {
    display: inline-block;
    font-size: 1.1vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}



.RodPack-spec-textwrap55s {
    display: block;
    width: 100%;
    margin: 0 0 7%;
    padding: 0;
}
.RodPack-spec-text55s {
    display: inline-block;
    font-size: 1.1vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0;
    color: #FFF;
    margin: 0;
    padding: 10px 0;
}
.RodPack-spec-text55s br {
    display: none;
}
.RodPack-spec-text55s::after {
    content: '/';
    padding: 10px 15px;
}
.RodPack-spec-text55s-first {
    display: block;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}
.RodPack-spec-text55s-last {
    display: inline-block;
    font-size: 1.1vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 10px 0;
}


.RodPack-SubTitle {
    display: block;
    font-size: 3.0vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    margin: 0 0 3%;
    padding: 0;
}
.RodPack-TableWrap {
    margin-bottom: 7%;
}
table.tbTypeRodPack {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
table.tbTypeRodPack td.rodspec01 {
    width: 30%;
    padding: 10px 20px 10px 0;
    font-size: 1.0vw;
    font-weight: 300;
    font-family: 'Lora', serif;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}
table.tbTypeRodPack td.rodspec02 {
    width: 70%;
    padding: 10px 20px 10px 0;
    font-size: 1.4vw;
    font-weight: 400;
    font-family: 'Lora', serif;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}


.item-pack-pricewrapper55 {
    margin: 6% auto 10%;
}

dl.rod-pricewrap55 {
    width: 100%;
    margin: 0;
    padding: 0;
}
dl.rod-pricewrap55 dt.pack {
    width: 100%;
    font-size: 4.8vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}
dl.rod-pricewrap55 dd {
    width: 100%;
    font-size: 2.0vw;
    font-weight: 600;
    font-family: 'Lora', serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    margin: 0;
    padding: 0 0 20px;
}
dl.rod-pricewrap55 dd span.taxnot {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}


/* Btn Center
 * --------------------------------------- */
.linkbutton-center {
    display: block;
    position: relative;
    width: 280px;
    height: 60px;
    text-align: left;
    margin: 0 auto 3%;
    padding: 0 30px;
    background: transparent;
    line-height: 58px;
    border: solid 1px #FFF;
}
.linkbutton-center::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #FFF;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.linkbutton-center:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.linkbutton-center .text {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0;
    color: #FFF;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center:hover .text {
    color: #000;
}
.linkbutton-center .arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 2;
}
.linkbutton-center:hover .arrow {
    border-color: transparent transparent transparent #000;
    right: 25px;
}

@media (max-width: 1480px){
    .linkbutton-center {
        width: 220px;
        height: 50px;
        padding: 0 20px;
        line-height: 48px;
    }
}
@media (max-width: 499px){
    .linkbutton-center {
        margin: 5% auto 3%;
    }
}





.rod-pack-spec-textwrap01 {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
    text-align: center;
}
.rod-pack-spec-textwrap02 {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
    text-align: center;
}
.rod-pack-spec-text {
    display: inline-block;
    font-size: 1.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}
.rod-pack-spec-text br {
    display: none;
}
.rod-pack-spec-text::after {
    content: '/';
    padding: 20px 15px;
}
.rod-pack-spec-text-first {
    display: block;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}
.rod-pack-spec-text-last {
    display: inline-block;
    font-size: 1.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 20px 0;
}

.rod-spec-title {
    display: block;
	width: 90%;
    font-size: 4.8rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
	text-transform: none;
	margin: 50px auto 40px;
    padding: 0;
}

@media (max-width: 1480px){
    .rod-pack-spec-text {
        font-size: 1.2vw;
    }
    .rod-pack-spec-text-last {
        font-size: 1.2vw;
    }
	.rod-comment-title {
		width: 90%;
		font-size: 4.0rem;
		margin: 0 auto 40px;
	}
	.rod-spec-title {
		width: 90%;
		font-size: 4.0rem;
		margin: 50px auto 40px;
	}
}
@media (max-width: 1380px){
	.rod-comment-title {
		width: 100%;
		font-size: 4.0rem;
		margin: 0 auto 30px;
	}
	.rod-spec-title {
		width: 100%;
		font-size: 4.0rem;
		margin: 50px auto 30px;
	}
}
@media (max-width: 1200px){
    .rod-pack-title-text {
        width: 88%;
        font-size: 1.5vw;
        margin: 0 0 0 12%;
        padding: 50px 0 100px;
    }
    .RodPack-PackText55 {
        font-size: 1.4vw;
    }
}
@media (max-width: 990px){
    .rod-pack-title-text {
        width: 90%;
        font-size: 1.6rem;
        margin: 0 auto;
        padding: 50px 0 100px;
    }
    .rod-pack-spec-text {
        font-size: 1.6rem;
        padding: 10px 0;
    }
    .rod-pack-spec-text-last {
        font-size: 1.6rem;
        padding: 10px 0;
    }


    .RodPack-PackCopy {
        font-size: 4.8vw;
        margin: 0 0 3%;
    }
    .RodPack-PackLead {
        font-size: 2.8vw;
        line-height: 1.4;
    }
    .RodPack-PackText {
        font-size: 2.2vw;
    }
    .RodPack-PackText span.pb-20 {
        font-size: 2.4vw;
    }
    .RodPack-PackText span.pb-10 {
        font-size: 2.4vw;
    }
    .RodPack-TitleName {
        font-size: 9.6vw;
    }
    .RodPack-TitleName span {
        font-size: 2.4vw;
        padding: 10px 0 0;
    }
    .RodPack-PackSubTitle55 {
        font-size: 3.0vw;
        margin: 0 0 10px;
    }
    .RodPack-PackText55 {
        font-size: 2.0vw;
    }

    .RodPack-spec-text55 {
        font-size: 2.0vw;
        padding: 10px 0;
    }
    .RodPack-spec-text55::after {
        padding: 10px 10px;
    }
    .RodPack-spec-text55-last {
        font-size: 2.0vw;
        padding: 10px 0;
    }


    .RodPack-spec-text55s-first {
        font-size: 2.4vw;
    }
    .RodPack-spec-text55s {
        font-size: 2.0vw;
        padding: 10px 0;
    }
    .RodPack-spec-text55s::after {
        padding: 10px 10px;
    }
    .RodPack-spec-text55s-last {
        font-size: 2.0vw;
        padding: 10px 0;
    }

    .RodPack-SubTitle {
        font-size: 4.8vw;
    }
    table.tbTypeRodPack td.rodspec01 {
        width: 20%;
        font-size: 2.0vw;
    }
    table.tbTypeRodPack td.rodspec02 {
        width: 80%;
        font-size: 2.8vw;
    }
    dl.rod-pricewrap55 dt.pack {
        font-size: 7.2vw;
    }
    dl.rod-pricewrap55 dd {
        font-size: 3.0vw;
    }
    dl.rod-pricewrap55 dd span.taxnot {
        font-size: 2.0rem;
    }
}
@media (max-width: 749px){
	.rod-comment-title {
		width: 100%;
		font-size: 3.0rem;
		margin: 0 auto 30px;
	}
	.rod-spec-title {
		width: 100%;
		font-size: 3.0rem;
		margin: 40px auto 30px;
	}

    .rod-pack-title {
        font-size: 4.8rem;
        margin: 5% auto 5%;
    }
    .rod-pack-title span {
        font-size: 2.4rem;
        padding: 10px 0 0;
    }
}
@media (max-width: 499px){
    .rod-pack-title-text {
        width: 94%;
        font-size: 1.7rem;
        letter-spacing: 0px;
        margin: 0 auto;
        padding: 0px 0 0px;
    }
    .rod-pack-spec-text {
        display: block;
        font-size: 1.8rem;
        line-height: 1.3;
        letter-spacing: 0px;
        padding: 10px 0;
    }
    .rod-pack-spec-text::after {
        display: none;
    }
    .rod-pack-spec-text-last {
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 10px 0;
    }
    .rod-pack-spec-text-first {
        font-size: 2.0rem;
        line-height: 1.3;
        padding: 10px 0;
    }
    .rod-pack-spec-text br {
        display: block;
    }

    img.rod-side55 {
        width: 200px;
        margin: 0 auto 5%;
    }


    .RodPack-PackCopy {
        font-size: 7.2vw;
        text-align: center;
        margin: 0 0 8%;
    }
    .RodPack-PackCopy br {
        display: block;
    }
    .RodPack-PackLead {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 0 0 8%;
    }
    .RodPack-PackText {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 0 0 20%;
    }
    .RodPack-PackText span.pb-20 {
        font-size: 2.4rem;
        text-align: center;
    }
    .RodPack-PackText span.pb-10 {
        font-size: 2.4rem;
        text-align: center;
    }
    .RodPack-TitleName {
        font-size: 15.0vw;
        text-align: center;
        margin: 0 0 10%;
    }
    .RodPack-TitleName span {
        font-size: 6.0vw;
        padding: 10px 0 0;
    }

    .RodPack-PackSubTitle55 {
        font-size: 2.4rem;
        text-align: center;
        margin: 0 0 10px;
    }
    .RodPack-PackText55 {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 10%;
    }
    .RodPack-PackLead55 {
        font-size: 22px;
        line-height: 1.6;
        margin: 0 0 10%;
    }
    .RodPack-PackLead55 br {
        display: none;
    }

    .RodPack-spec-text55 {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-text55::after {
        display: none;
    }
    .RodPack-spec-text55-last {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-text55-first {
        display: block;
        font-size: 20px;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-textwrap5502 {
        margin: 0 0 20%;
    }


    .RodPack-spec-text55s-first {
        font-size: 20px;
    }
    .RodPack-spec-text55s {
        display: block;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-text55s br {
        display: block;
    }
    .RodPack-spec-text55s::after {
        display: none;
    }
    .RodPack-spec-text55s-last {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-text55s-first {
        display: block;
        font-size: 20px;
        text-align: center;
        padding: 10px 0;
    }
    .RodPack-spec-textwrap55s {
        margin: 0 0 20%;
    }

    .RodPack-SubTitle {
        font-size: 9.6vw;
        text-align: center;
        margin: 0 0 6%;
    }
    .RodPack-TableWrap {
        margin-bottom: 10%;
    }
    table.tbTypeRodPack td.rodspec01 {
        width: 50%;
        font-size: 16px;
    }
    table.tbTypeRodPack td.rodspec02 {
        width: 50%;
        font-size: 18px;
    }
    dl.rod-pricewrap55 dt.pack {
        font-size: 12.0vw;
        text-align: center;
    }
    dl.rod-pricewrap55 dd {
        font-size: 20px;
        text-align: center;
    }
    dl.rod-pricewrap55 dd span.taxnot {
        font-size: 16px;
    }
}


table.tbType00001 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
table.tbType00001 td.rodspec01 {
    width: 30%;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 300;
	font-family: 'Lora', serif;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}
table.tbType00001 td.rodspec02 {
    width: 70%;
    padding: 10px 20px;
    font-size: 2.0rem;
    font-weight: 400;
	font-family: 'Lora', serif;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}
table.tbType00001 td.rodspec02 span {
    font-size: 3.0rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
table.tbType00001 td.rodspec02 span.pack {
    font-family: 'Anton', sans-serif;
    font-style: normal;
    font-weight: 400;
}
table.tbType00001 td.rodspec01.ja {
    font-family: 'Noto Serif JP', serif;
}
table.tbType00001 td.rodspec02.ja {
    font-family: 'Noto Serif JP', serif;
}
table.tbType00001 td.rodspec01.last {
    border-bottom: none;
}
table.tbType00001 td.rodspec02.last {
    border-bottom: none;
}

@media (max-width: 1480px){
	table.tbType00001 td.rodspec02 {
		font-size: 2.0rem;
	}
}

@media (max-width: 1200px){
	table.tbType00001 td.rodspec01 {
		padding: 15px 10px;
		font-size: 1.6rem;
		font-weight: 400;
		letter-spacing: 0px;
	}
	table.tbType00001 td.rodspec02 {
		padding: 15px 10px;
		font-size: 1.8rem;
		font-weight: 400;
	}
	table.tbType00001 td.rodspec02 span {
		font-size: 2.4rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 990px){
	table.tbType00001 {
		width: 60%;
	}
}
@media (max-width: 749px){
    table.tbType00001 {
        width: 80%;
    }
}
@media (max-width: 499px){
    table.tbType00001 {
        width: 100%;
    }
	table.tbType00001 td.rodspec01 {
		padding: 10px 5px;
		font-size: 1.5rem;
	}
	table.tbType00001 td.rodspec02 {
		padding: 10px 5px;
		font-size: 1.6rem;
		font-weight: 400;
	}
	table.tbType00001 td.rodspec02 span {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
}


.rod-cosmetics-title {
    display: block;
    font-size: 4.8rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: center;
	text-transform: none;
    margin: 0;
    padding: 50px 0 40px;
}

.rod-cosmetics-imgvertical {
    display: none;
}

.item-pack-pricewrapper {
    margin: 2% auto 10%;
}

dl.rod-pricewrap {
    width: 460px;
    margin: 0 auto;
    padding: 0;
}
dl.rod-pricewrap dt {
    width: 100%;
    font-size: 6.0rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}
dl.rod-pricewrap dt.pack {
    font-family: 'Anton', sans-serif;
    font-style: normal;
    font-weight: 400;
}
dl.rod-pricewrap dd {
    width: 100%;
    font-size: 3.0rem;
    font-weight: 600;
	font-family: 'Lora', serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
}
dl.rod-pricewrap dd span.taxnot {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}

@media (max-width: 1480px){
	.rod-cosmetics-title {
		font-size: 4.0rem;
		padding: 50px 0 40px;
	}
}
@media (max-width: 990px){
	.rod-cosmetics-title {
		font-size: 4.0rem;
		padding: 40px 0 40px;
	}
}
@media (max-width: 749px){
	.rod-cosmetics-title {
		font-size: 3.0rem;
		padding: 40px 0 40px;
	}
}
@media (max-width: 499px){
	img.rod-side {
		display: none;
	}
	.rod-cosmetics-imgvertical {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	dl.rod-pricewrap {
		width: 100%;
	}
	dl.rod-pricewrap dt {
		font-size: 4.0rem;
		padding: 20px 0;
	}
	dl.rod-pricewrap dd {
		font-size: 2.0rem;
		padding: 0 0 0px;
	}
	dl.rod-pricewrap dd span.taxnot {
		font-size: 1.4rem;
	}
}
@media (max-width: 359px){
}



.intro-fullscreen.bg-acc-top {
    background-image: url(../img/acc-topphoto.jpg);
    background-size: cover;
}

h1.big-title-img26 {
    width: 1110px;
    margin: 40px auto 40px;
    text-align: center;
}

.big-item-img2680 {
    width: 100%;
    margin: 0 auto 120px;
    text-align: center;
}

.big-item-img26 {
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
}
.big-item-img26 img.fogon-img-s {
	display: block;
}
.big-item-img26 img.fogon-img-v {
	display: none;
}

h2.big-lead-top-acc26 {
    font-size: 15.0vw;
	font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #E50012;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    padding: 100px 0 100px;
}

h2.big-lead-acc26 {
    font-size: 3.0vw;
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 0 100px;
}

.big-title-text26 {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 60px;
}

.big-title-text2626 {
    display: block;
    width: 100%;
    font-size: 2.2vw;
	font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    color: #E50012;
    margin: 0 auto;
    padding: 0 0 100px;
}

dl.acc-fogon-item {
    width: 960px;
    padding: 0;
    margin: 0 auto 100px;
}
dl.acc-fogon-item dt {
    float: left;
    width: 25px;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 4px 0;
    margin: 0;
}
dl.acc-fogon-item dd {
    margin-left: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #FFF;
    padding: 4px 0;
}

dl.acc-pricewrap26 {
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

dl.acc-pricewrap26 dt {
    width: 100%;
    font-size: 7.2rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
dl.acc-pricewrap26 dt span.jword {
    display: block;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
	font-style: normal;
    letter-spacing: 1px;
    padding: 0 0 20px;
}
dl.acc-pricewrap26 dt span.jancode {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	font-style: normal;
    padding: 20px 0 0;
}

dl.acc-pricewrap26 dd {
    width: 100%;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
dl.acc-pricewrap26 dd span.jwords {
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	font-style: normal;
    padding: 0 0 10px;
}
dl.acc-pricewrap26 dd span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

@media (max-width: 1300px) {
	h1.big-title-img26 {
		width: 90%;
		margin: 40px auto 30px;
	}
	.big-item-img2680 {
		margin: 0 auto 60px;
	}
	h2.big-lead-top-acc26 {
		font-size: 15.0vw;
		line-height: 1.5;
		letter-spacing: 4px;
		padding: 60px 0 60px;
	}
	h2.big-lead-acc26 {
		font-size: 3.0vw;
		line-height: 1.5;
		letter-spacing: 4px;
		padding: 0 0 60px;
	}
	.big-item-img26 {
		margin: 0 auto 60px;
	}
	.big-title-text26 {
		width: 90%;
		font-size: 2.0rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.big-title-text2626 {
		width: 90%;
		font-size: 2.2vw;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.5;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	dl.acc-fogon-item {
		width: 80%;
		margin: 0 auto 50px;
	}
}
@media (max-width: 1200px){
	.big-title-text26 {
		width: 90%;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 40px 0 40px;
	}
	dl.acc-fogon-item {
		width: 90%;
		margin: 0 auto 40px;
	}
	dl.acc-fogon-item dt {
		width: 22px;
		font-size: 1.6rem;
		padding: 4px 0;
	}
	dl.acc-fogon-item dd {
		margin-left: 22px;
		font-size: 1.6rem;
		padding: 4px 0;
	}
}
@media (max-width: 990px){
	h2.big-lead-top-acc26 {
		font-size: 15.0vw;
		line-height: 1.5;
		letter-spacing: 4px;
		padding: 50px 0 50px;
	}
	h2.big-lead-acc26 {
		font-size: 3.0vw;
		line-height: 1.5;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
	.big-title-text26 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 40px;
		text-align: left;
	}
	.big-title-text26 br {
		display: none;
	}
	.big-title-text2626 {
		width: 90%;
		font-size: 2.4rem;
		line-height: 1.6;
		letter-spacing: 1px;
		padding: 0 0 50px;
		text-align: left;
	}
	.big-title-text2626 br {
		display: none;
	}
}
@media (max-width: 749px){
	.big-item-img2680 {
		margin: 0 auto 40px;
	}
	h2.big-lead-top-acc26 {
		font-size: 15.0vw;
		line-height: 1.5;
		letter-spacing: 4px;
		padding: 30px 0 30px;
	}
	h2.big-lead-acc26 {
		font-size: 3.0vw;
		line-height: 1.6;
		letter-spacing: 1px;
		padding: 0 0 30px;
	}
	.big-item-img26 {
		margin: 0 auto 40px;
	}
	dl.acc-pricewrap26 {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 499px){
	.big-item-img2680 {
		margin: 0 auto 30px;
	}
	.big-item-img26 img.fogon-img-s {
		display: none;
	}
	.big-item-img26 img.fogon-img-v {
		display: block;
	}
	h2.big-lead-acc26 {
		width: 90%;
		font-size: 2.0rem;
		line-height: 1.6;
		letter-spacing: 0px;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	h2.big-lead-acc26 span {
		font-size: 1.8rem;
	}
	.big-title-text26 {
		line-height: 1.6;
		letter-spacing: 0px;
		padding: 0 0 30px;
	}
	.big-title-text2626 {
		width: 90%;
		font-size: 2.0rem;
		line-height: 1.6;
		letter-spacing: 0px;
		padding: 0 0 40px;
	}
	dl.acc-fogon-item {
		width: 90%;
		margin: 0 auto 30px;
	}
	dl.acc-fogon-item dt {
		width: 20px;
		font-size: 1.4rem;
		padding: 4px 0;
	}
	dl.acc-fogon-item dd {
		margin-left: 20px;
		font-size: 1.4rem;
		padding: 4px 0;
	}
	
	dl.acc-pricewrap26 {
		width: 90%;
		margin: 0 auto;
	}
	dl.acc-pricewrap26 dt {
		width: 90%;
		font-size: 5.4rem;
		padding: 0 0 20px;
		margin: 0 auto;
	}
	dl.acc-pricewrap26 dt span.jword {
		font-size: 2.0rem;
		letter-spacing: 0px;
		padding: 0 0 5px;
	}
	
	dl.acc-pricewrap26 dd {
		font-size: 2.4rem;
		padding: 0 0 0px;
	}
	dl.acc-pricewrap26 dd .row .fogonsize {
		margin-bottom: 10px;
	}
	dl.acc-pricewrap26 dd span.jwords {
		font-size: 1.8rem;
		padding: 0 0 10px;
	}
	dl.acc-pricewrap26 dd span.price {
		font-size: 3.0rem;
	}
}


.big-item-img {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}
.big-item-img img.jacare-img-s {
	display: block;
}
.big-item-img img.jacare-img-v {
	display: none;
}

h2.big-lead-acc {
    font-size: 4.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0 10px;
}

h3.big-sublead-acc {
    font-size: 3.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0 80px;
}
h3.big-sublead-acc br {
	display: none;
}
dl.acc-jacare-item {
    width: 90%;
    padding: 20px 0 30px;
    margin: 0 auto;
}
dl.acc-jacare-item dt {
    float: left;
    width: 30px;
	font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 6px 0;
    margin: 0;
}
dl.acc-jacare-item dd {
    margin-left: 30px;
	font-size: 2.0rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #FFF;
    padding: 6px 0;
}
h3.big-sublead-acc02 {
	display: block;
	width: 90%;
    font-size: 3.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #E50012;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 50px;
}
h3.big-sublead-acc02 span {
	display: block;
    font-size: 4.8rem;
    font-family: "Raleway",sans-serif;
    font-weight: 900;
}
dl.acc-pricewrap {
    width: 90%;
    margin: 0 auto 15px;
    padding: 0;
}
dl.acc-pricewrap dt {
    width: 100%;
    font-size: 7.2rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
	padding: 0 0 20px;
}
dl.acc-pricewrap dt span.jancode {
	display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	padding: 10px 0 0;
}
dl.acc-pricewrap dd {
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
	margin: 0;
	padding: 0;
}
dl.acc-pricewrap dd span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.acc-contents-wrap {
    margin-top: 10px;
    margin-right: 30px !important;
    margin-bottom: 10px;
    margin-left: 30px !important;
}
.acc-contents-innerwrap {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.acc-contents-net-wrap {
	display: none !important;
}
.acc-contents-size-wrap {
	align-items: flex-end;
    margin-top: 100px;
    margin-right: 30px !important;
    margin-bottom: 50px;
    margin-left: 30px !important;
}


.target_img11 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img11 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.target_img12 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img12 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.target_img13 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img13 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.target_img14 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img14 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.target_img15 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img15 {
    text-align: center;
}
.target_img16 {
	margin: 0 auto;
    text-align: center;
}
.thumb_img16 {
    text-align: center;
}



/*-------- 2023.12 27 追記 ここから ---------------------------------*/

h1.acsname-big-ja {
    font-size: 18.0vw;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 80px;
}
h1.acsname-big-ja span {
	display: block;
    font-size: 3.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	letter-spacing: 1vw;
    padding-top: 20px;
}
.big-item-img-banshu {
    width: 90%;
    margin: 0 auto 100px;
    text-align: center;
}
.text-sec-wrap-banshu {
    display: block;
    width: 90%;
    margin: 0 auto 100px;
    padding: 60px 20px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
}
h2.sub-title-banshu {
    display: block;
    font-size: 2.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 20px;
}
.sub-text-banshu {
    display: block;
    font-size: 1.3vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 60px;
}
.sub-text-big-banshu {
    display: block;
    font-size: 2.3vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    color: #FFF;
    margin: 20px auto;
    padding: 0;
}


.img-sec-wrap-banshu {
    display: block;
    width: 90%;
    margin: 0 auto 100px;
    padding: 0;
}
.portfolio-grid-fits-banshu {
    position: relative;
    display: block;
    width: 16.666%;
    height: auto;
    margin: 0;
    padding: 0 20px;
}
.portfolio-grid-fits-banshu .portfolio-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 5px;
}

.portfolio-text-banshu-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px;
}
.portfolio-title-banshu {
    display: block;
    font-size: 4.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 20px;
}
.portfolio-title-banshu span {
    font-size: 3.0vw;
}
.portfolio-text-banshu {
    display: block;
    font-size: 2.4vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
}
.portfolio-text-banshu span {
    font-size: 1.5vw;
}
.portfolio-text-banshu span.jan {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 15px 0 0;
}


.price-sec-wrap-banshu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto 30px;
    padding: 14px 0 20px;
    text-align: center;
    border: solid 1px #FFF;
}
.price-title-banshu {
    display: block;
    font-size: 4.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.price-text-banshu {
    display: block;
    font-size: 3.6vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
    padding: 0 0 0 5%;
}
.price-text-banshu span {
    font-size: 1.5vw;
    font-weight: 400;
}

@media (max-width: 1480px){
    .portfolio-text-banshu span.jan {
        font-size: 1.4rem;
    }
}
@media (max-width: 1200px){
    .text-sec-wrap-banshu {
        margin: 0 auto 80px;
    }
    .sub-text-banshu {
        font-size: 2.0vw;
    }
    .sub-text-banshu br {
        display: none;
    }
    h2.sub-title-banshu {
        font-size: 3.6vw;
    }
    .sub-text-big-banshu {
        font-size: 3.0vw;
    }

    .img-sec-wrap-banshu {
        margin: 0 auto 50px;
    }
    .portfolio-grid-fits-banshu {
        width: 33.333%;
        margin: 0 0 40px;
    }
    .portfolio-title-banshu {
        font-size: 7.2vw;
    }
    .portfolio-title-banshu span {
        font-size: 4.8vw;
    }
    .portfolio-text-banshu {
        font-size: 3.6vw;
    }
    .portfolio-text-banshu span {
        font-size: 2.0vw;
    }
    .portfolio-text-banshu span.jan {
        font-size: 1.5rem;
    }
    .price-text-banshu span {
        font-size: 1.8vw;
    }
}
@media (max-width: 990px){
    img.banshu-img01 {
        margin-bottom: 100px;
    }
    h2.sub-title-banshu {
        font-size: 2.4vw;
    }
}
@media (max-width: 499px){
    .big-item-img-banshu {
        margin: 0 auto 50px;
    }
    h1.acsname-big-ja {
        font-size: 16.0vw;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    h1.acsname-big-ja span {
        font-size: 6.0vw;
        padding-top: 10px;
    }
    img.banshu-img01 {
        margin-bottom: 50px;
    }

    .text-sec-wrap-banshu {
        margin: 0 auto 40px;
        padding: 40px 0;
    }
    .sub-text-banshu {
        font-size: 1.6rem;
        padding: 0 0 40px;
    }
    h2.sub-title-banshu {
        font-size: 2.4rem;
        text-align: center;
    }
    .sub-text-big-banshu {
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: center;
        margin: 0px auto;
    }

    .img-sec-wrap-banshu {
        width: 100%;
        margin: 0 auto;
    }
    
    .portfolio-grid-fits-banshu {
        width: 50%;
        padding: 0 10px;
    }
    .portfolio-text-banshu-wrap {
        padding: 0;
    }
    .portfolio-title-banshu {
        font-size: 18.0vw;
        padding: 0 0 10px;
    }
    .portfolio-title-banshu span {
        font-size: 12.0vw;
    }
    .portfolio-text-banshu {
        font-size: 8.4vw;
    }
    .portfolio-text-banshu span {
        font-size: 5.4vw;
    }
    .portfolio-text-banshu span.jan {
        font-size: 1.3rem;
        padding: 10px 0 0;
    }
    .price-sec-wrap-banshu {
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }
    .price-title-banshu {
        display: block;
        font-size: 12.0vw;
        padding: 0 0 10px;
    }
    .price-text-banshu {
        font-size: 6.0vw;
        padding: 10px 0;
    }
    .price-text-banshu span {
        font-size: 3.4vw;
    }
}

/*-------- 2023.12 27 追記 ここまで ---------------------------------*/

/*-------- 2025.08 30 追記 ここから ---------------------------------*/
.font-color-red {
    color: red;
}
/*-------- 2025.08 30 追記 ここまで ---------------------------------*/



h1.acsname-big {
    font-size: 7.6vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
	letter-spacing: 0;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 60px;
}
h1.acsname-big span {
	display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding-top: 20px;
}
h1.acsname-big span.red {
    display: inline-block;
    font-size: 7.6vw;
    font-family: 'Anton', sans-serif;
    color: #E50012;
    padding-top: 0px;
}

.net-size-name {
	display: block;
    font-size: 7.2rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin: 0;
    padding: 30px 0 6px;
}
.net-jancode {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 20px;
}
.net-size01 {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 7px;
}
.net-size02 {
    display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    padding: 0 0 20px;
}
.net-price {
    display: block;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
}
.net-price span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


h3.acsname {
    font-size: 6.0rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-align: center;
	text-transform: none;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
p.acstext {
    width: 80%;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
	letter-spacing: 1px;
    text-align: left;
    filter: glow(color=#FFF,strength=5px);
    margin: 0 auto;
    padding: 50px 0 0;
}
h3.packname {
    font-size: 4.8rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #F00;
    text-align: center;
	letter-spacing: 0;
    margin: 0;
	padding: 50px 0 20px;
}
table.tbType001 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
	border-top: solid 1px #333;
}
table.tbType001 td.size {
    width: 15%;
    padding: 8px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
	border-bottom: solid 1px #333;
}
table.tbType001 td.kilogram {
    width: 35%;
    padding: 8px;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
	border-bottom: solid 1px #333;
}
p.acc-price {
    width: 80%;
    font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    filter: glow(color=#FFF,strength=5px);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0;
}
p.acc-price br {
	display: none;
}
p.acc-price span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
p.acc-price span.size {
    font-size: 1.4rem;
    font-weight: 400;
}

dl.acc-pack02 {
    width: 400px;
    padding: 20px 0;
    margin: 0 auto;
}
dl.acc-pack02 dt {
    float: left;
    width: 20px;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.acc-pack02 dd {
    margin-left: 20px;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 5px 0;
}


h3.materialname {
    font-size: 3.6rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
	letter-spacing: 1px;
	line-height: 1.2;
    text-align: center;
    text-transform: none;
    margin: 0;
	padding: 30px 0 0;
}


.acc-sticker-title {
    width: 90%;
    font-size: 12.0rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 0 0 100px;
}
.big-itemsticker-img {
    width: 1000px;
    margin: 0 auto 50px;
    text-align: center;
}
.acc-bigsticker-title {
    width: 90%;
    font-size: 6.0rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 0 0 60px;
}
.acc-bigsticker-title span {
	display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0 0;
}
.big-pacsticker-img {
    width: 90%;
    margin: 0 auto 60px;
    text-align: center;
}
.big-pacsticker-img img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.big-pacsticker-img span {
	display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
    text-transform: none;
    padding: 10px 0 0;
}
h3.big-bigsublead-acc {
	display: block;
	width: 1000px;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px;
}
h3.big-bigsublead-acc br {
	display: none;
}

dl.acc-bigsticker-item {
    width: 1000px;
    padding: 20px 0 30px;
    margin: 0 auto;
}
dl.acc-bigsticker-item dt {
    float: left;
    width: 30px;
	font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 6px 0;
    margin: 0;
}
dl.acc-bigsticker-item dd {
    margin-left: 30px;
	font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #FFF;
    padding: 6px 0;
}
dl.acc-bigsticker-item dd span {
	display: block;
	font-size: 1.6rem;
}


.big-title-text-ostra {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0;
}

.acc-contents-size-wrap-ostra {
    align-items: flex-end;
    margin-top: 50px;
    margin-right: 5% !important;
    margin-bottom: 50px;
    margin-left: 2% !important;
}
.acc-contents-innerwrap-ostra {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.acc-contents-table-wrap-ostra {
    margin-top: 0px;
    margin-right: 30px !important;
    margin-bottom: 100px;
    margin-left: 30px !important;
}

.acc-contents-photo-wrapper-ostra {
    margin-top: 0px;
    margin-right: 30px !important;
    margin-bottom: 0px;
    margin-left: 30px !important;
}
.acc-contents-photo-wrap-ostra {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 1480px){
	h3.big-sublead-acc {
		font-size: 2.4rem;
		line-height: 1.0;
		padding: 40px 0 50px;
	}
	dl.acc-jacare-item dt {
		font-size: 1.8rem;
	}
	dl.acc-jacare-item dd {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	p.acstext {
		width: 74%;
		font-size: 1.6rem;
	}
}
@media (max-width: 1300px){
	h3.big-sublead-acc {
		font-size: 3.0rem;
		line-height: 1.5;
		padding: 40px 0 50px;
	}
	h3.big-sublead-acc br {
		display: block;
	}
	dl.acc-jacare-item dt {
		font-size: 1.8rem;
	}
	dl.acc-jacare-item dd {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	p.acstext {
		width: 80%;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
@media (max-width: 1200px){
	h3.acsname {
		font-size: 4.8rem;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.acc-contents-wrap {
		margin-top: 10px;
		margin-right: 15px !important;
		margin-bottom: 10px;
		margin-left: 15px !important;
	}
	.acc-contents-innerwrap {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	p.acstext {
		width: 80%;
		font-size: 1.6rem;
		letter-spacing: 0px;
	}
	table.tbType001 {
		width: 90%;
	}
	table.tbType001 td.size {
		font-size: 1.4rem;
	}
	table.tbType001 td.kilogram {
		font-size: 1.4rem;
	}
	.big-itemsticker-img {
		width: 90%;
		margin: 0 auto 50px;
	}
	h3.big-bigsublead-acc {
		width: 90%;
		font-size: 2.0rem;
		padding: 0 0 40px;
	}
	dl.acc-bigsticker-item {
		width: 90%;
		padding: 20px 0 30px;
	}
    .net-size-name {
        font-size: 6.0rem;
    }
}
@media (max-width: 990px){
	h2.big-lead-acc {
		font-size: 4.0vw;
		letter-spacing: 2px;
		padding: 0 0 10px;
	}
	h3.big-sublead-acc {
		font-size: 2.4rem;
		line-height: 1.5;
		padding: 30px 0 30px;
	}
	dl.acc-jacare-item {
		padding: 0px 0 0px;
	}
	dl.acc-jacare-item dt {
		width: 25px;
		font-size: 1.6rem;
	}
	dl.acc-jacare-item dd {
		margin-left: 25px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	h3.big-sublead-acc02 {
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 20px 0 30px;
	}
	h3.big-sublead-acc02 span {
		font-size: 3.6rem;
	}
	p.acstext {
		width: 80%;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.acc-sticker-title {
		font-size: 9.6rem;
		padding: 0 0 40px;
	}
	.acc-bigsticker-title {
		font-size: 4.8rem;
		padding: 0 0 40px;
	}
	.acc-bigsticker-title span {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 20px 0 0;
	}
	h3.big-bigsublead-acc {
		font-size: 3.0rem;
		line-height: 1.4;
		padding: 0 0 20px;
	}
	h3.big-bigsublead-acc br {
		display: block;
	}
	dl.acc-bigsticker-item dt {
		width: 25px;
		font-size: 1.6rem;
	}
	dl.acc-bigsticker-item dd {
		margin-left: 25px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.big-pacsticker-img {
		margin: 0 auto 40px;
	}
	img.marust {
		padding-top: 40px;
	}
	.acc-contents-wrap {
		margin-bottom: 0px;
	}
	.net-price {
		padding: 0 0 50px;
	}
	.acc-contents-size-wrap {
		margin-top: 30px;
		margin-bottom: 0px;
	}
    .big-title-text-ostra {
        font-size: 1.8rem;
        letter-spacing: 0px;
        text-align: left;
    }
    .big-title-text-ostra br {
        display: none;
    }
    .acc-contents-size-wrap-ostra {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5% !important;
        margin-left: 2% !important;
    }
    .net-size-name span {
        display: none;
    }
    .acc-contents-photo-wrapper-ostra {
        margin-right: 0px !important;
        margin-bottom: 0px;
        margin-left: 0px !important;
    }
}
@media (max-width: 749px){
	.acc-contents-wrap {
		margin-top: 10px;
	}
    .acc-contents-size-wrap-ostra {
        margin-top: -150px;
        margin-bottom: 0px;
        margin-right: 5% !important;
        margin-left: 2% !important;
    }
    .acc-contents-innerwrap-ostra {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .net-size-name span {
        display: inline-block;
        font-size: 4.8rem;
    }
}
@media (max-width: 499px){
    h1.acsname-big {
        font-size: 4.0rem;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    h1.acsname-big span {
        font-size: 1.6rem;
        padding-top: 10px;
    }
    h1.acsname-big span.red {
        font-size: 4.0rem;
    }
	h2.big-lead-acc {
		width: 90%;
		font-size: 2.4rem;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	h3.big-sublead-acc {
		width: 90%;
		font-size: 1.8rem;
		line-height: 1.4;
		margin: 0 auto;
		padding: 30px 0 30px;
		text-align: left;
	}
    .big-title-text-ostra {
        font-size: 1.6rem;
        line-height: 1.6;
    }
	h3.big-sublead-acc br {
		display: none;
	}
	.big-item-img img.jacare-img-s {
		display: none;
	}
	.big-item-img img.jacare-img-v {
		display: block;
	}
	dl.acc-jacare-item dt {
		font-size: 1.5rem;
	}
	dl.acc-jacare-item dd {
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
	h3.big-sublead-acc02 {
		font-size: 1.8rem;
		letter-spacing: 0px;
		padding: 20px 0 30px;
	}
	h3.big-sublead-acc02 span {
		font-size: 2.0rem;
	}
	.acc-contents-innerwrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	h3.acsname {
		font-size: 4.0rem;
		letter-spacing: 0px;
	}
	p.acstext {
		width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
	h3.packname {
		font-size: 3.6rem;
		padding: 30px 0 15px;
	}
	table.tbType001 td.size {
		font-size: 1.5rem;
	}
	table.tbType001 td.kilogram {
		font-size: 1.5rem;
	}
	p.acc-price {
		width: 90%;
		font-size: 2.0rem;
		padding-top: 15px;
	}
	p.acc-price span.taxnot {
		font-size: 1.3rem;
	}
	dl.acc-pack02 {
		width: 90%;
		padding: 20px 0;
	}
	.acc-sticker-title {
		font-size: 7.2rem;
		padding: 40px 0 20px;
	}
	.acc-bigsticker-title span {
		font-size: 1.4rem;
		letter-spacing: 0px;
		padding: 15px 0 0;
	}
	.big-pacsticker-img span {
		font-size: 1.4rem;
	}
	h3.big-bigsublead-acc {
		font-size: 1.8rem;
		letter-spacing: 0px;
	}
	dl.acc-bigsticker-item {
		padding: 20px 0 0px;
	}
	dl.acc-bigsticker-item dt {
		font-size: 1.4rem;
	}
	dl.acc-bigsticker-item dd {
		font-size: 1.4rem;
		letter-spacing: 0px;
	}
	dl.acc-bigsticker-item dd span {
		font-size: 1.2rem;
	}
	p.acc-price br {
		display: block;
	}
	h3.materialname {
		font-size: 3.0rem;
		letter-spacing: 0px;
		padding: 20px 0 0;
	}
	#LandingNet {
		margin-top: 110px;
        margin-bottom: 70px;
	}
	h2.acsname-big {
		font-size: 4.8rem;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	h2.acsname-big span {
		font-size: 1.8rem;
	}
	.acc-contents-wrap {
		margin-top: 10px;
	}
	.acc-contents-net-wrap {
		display: flex !important;
		margin-top: 40px;
		margin-right: 10px;
		margin-bottom: 30px;
		margin-left: 10px;
	}
	.acc-contents-size-wrap {
		display: block !important;;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.net-price {
		padding: 0 0 50px;
	}

    .acc-contents-size-wrap-ostra {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 2% !important;
        margin-left: 2% !important;
    }
    .acc-contents-innerwrap-ostra.mt-011 {
        margin-top: -60px;
    }
    .acc-contents-innerwrap-ostra.mt-012 {
        margin-top: -20px;
    }

    .net-size-name {
        padding: 20px 0 6px;
    }
    .net-size-name span {
        display: inline-block;
        font-size: 3.6rem;
    }
    .acc-contents-table-wrap-ostra {
        margin-right: 0px !important;
        margin-bottom: 30px;
        margin-left: 0px !important;
    }
    .acc-contents-photo-wrapper-ostra {
        margin-bottom: 50px;
    }
}


.intro-fullscreen.bg-apl-top {
    background-image: url(../img/apl-topphoto.jpg);
    background-size: cover;
}

@media (max-width: 990px){
	.intro-fullscreen.bg-apl-top {
		background-image: url(../img/apl-topphoto800.jpg);
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-apl-top {
		background-image: url(../img/apl-topphoto800500.jpg);
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-apl-top {
		background-image: url(../img/apl-topphoto500.jpg);
	}
}

.big-title-apl {
    font-size: 5.3333vw;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    padding: 100px 0 100px;
}
.big-title-apl span {
	display: block;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #FFF;
    padding: 20px 0 0;
}
.big-lead-apl {
    font-size: 4.0vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    padding: 100px 0 60px;
}
.big-lead-apl001 {
    font-size: 4.0vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 0 60px;
}
.big-lead-apl001 br {
    display: none;
}
.big-lead-text-apl {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 60px;
}

.big-lead-text-aplcap {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 50px;
}

.big-lead-text-aplzip {
    display: block;
    width: 90%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 80px 0 10px;
}

.big-lead-text-apldryt {
    display: block;
    width: 80%;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 80px;
}

dl.apl-boonie-item {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}
dl.apl-boonie-item dt {
    float: left;
    width: 30px;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    text-align: left;
    line-height: 1.6;
    padding: 6px 0;
    margin: 0;
}
dl.apl-boonie-item dd {
    margin-left: 30px;
    font-size: 2.0rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #FFF;
    padding: 6px 0;
}

dl.apl-pricewrap {
    width: 90%;
    margin: 60px auto 15%;
    padding: 0;
}
dl.apl-pricewrap dt.apl-boonie {
    width: 100%;
    font-size: 6.0rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0 0 20px;
}
dl.apl-pricewrap dt.apl-boonie span {
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
dl.apl-pricewrap dt.apl-boonie span.bigcap {
	display: block;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 1.6;
	padding: 20px 0 0;
}
dl.apl-pricewrap dt.apl-boonie br {
	display: none;
}
dl.apl-pricewrap dd {
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
}

dl.apl-pricewrap dd span.taxnot {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.owl-carousel .owl-controls .owl-page span {
    background: #FFF;
}
        .owl-carousel .owl-controls .owl-page.active span {
            border: 1px solid #FFF;         
        }


.aplt-contents-wrap {
    margin-top: 0;
    margin-right: 20px !important;
    margin-bottom: 150px;
    margin-left: 20px !important;
}
.aplt-contents-wrap-last {
    margin-top: 0;
    margin-right: 20px !important;
    margin-bottom: 0;
    margin-left: 20px !important;
}
.aplt-contents-innerwrap {
    margin-bottom: 60px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.target_img, 
.target_img2, 
.target_img3, 
.target_img4, 
.target_img5, 
.target_img6, 
.target_img7, 
.target_img8, 
.target_img9, 
.target_img10, 
.target_img11, 
.target_img12 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.thumb_img, 
.thumb_img2, 
.thumb_img3, 
.thumb_img4, 
.thumb_img5, 
.thumb_img6, 
.thumb_img7, 
.thumb_img8, 
.thumb_img9, 
.thumb_img10, 
.thumb_img11, 
.thumb_img12, 
.thumb_img15, 
.thumb_img16 {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.materialsize-cap-caution {
	display: block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #FFF;
	text-align: center;
	margin: 15px 0 10px;
	padding: 0;
}

.materialsize-cap-code {
	display: block;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #FFF;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}

.materialsize-cap {
	display: block;
    font-size: 4.4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
	text-align: center;
    filter: glow(color=#FFF,strength=5px);
}
.materialsize-cap span {
	display: block;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	padding: 10px 0 0;
}
.materialprice-cap {
	display: block;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
	text-align: center;
    filter: glow(color=#FFF,strength=5px);
}
.materialprice-cap span {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


.materialname-dryt {
	display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 3.6rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #FFF;
	text-align: center;
	text-transform: none;
    filter: glow(color=#FFF,strength=5px);
	margin: 20px 0 20px;
	padding: 0;
}

.materialprice {
	display: block;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
	text-align: center;
    filter: glow(color=#FFF,strength=5px);
}
.materialprice span {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


.materialname-beanie {
	display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 4.8rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #FFF;
	text-align: center;
	text-transform: none;
    filter: glow(color=#FFF,strength=5px);
	margin: 20px 0 20px;
	padding: 0;
}
.materialprice-beanie {
	display: block;
    font-size: 3.0rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    line-height: 1.0;
    color: #FFF;
	text-align: center;
    filter: glow(color=#FFF,strength=5px);
}
.materialprice-beanie span {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

@media (max-width: 1480px){
	dl.apl-boonie-item dt {
		width: 25px;
		font-size: 1.8rem;
	}
	dl.apl-boonie-item dd {
		margin-left: 25px;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}
	.big-lead-text-aplcap {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
	.big-lead-text-aplzip {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 80px 0 10px;
	}
	.big-lead-text-apldryt {
		font-size: 1.8rem;
		letter-spacing: 2px;
		padding: 0 0 80px;
	}
}
@media (max-width: 1380px){
	.big-lead-text-apl {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
}
@media (max-width: 1300px){
	dl.apl-boonie-item {
		width: 90%;
	}
	dl.apl-boonie-item dt {
		width: 25px;
		font-size: 1.8rem;
	}
	dl.apl-boonie-item dd {
		margin-left: 25px;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}
	.big-lead-text-aplcap {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 40px;
	}
	.big-lead-text-aplzip {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 60px 0 0px;
	}
	.big-lead-text-apldryt {
		width: 80%;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
}
@media (max-width: 1200px){
	.big-title-apl {
		font-size: 6.0rem;
		letter-spacing: 1px;
		padding: 60px 0 50px;
	}
	.big-title-apl span {
		font-size: 1.8rem;
		padding: 15px 0 0;
	}
	.big-lead-apl {
		font-size: 4.8rem;
		letter-spacing: 1px;
		padding: 50px 0 40px;
	}
	.big-lead-text-apl {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
		text-align: left;
	}
	.big-lead-text-apl br {
		display: none;
	}
	.big-lead-text-apldryt {
		width: 90%;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
}
@media (max-width: 990px){
	.aplt-contents-wrap {
		margin-right: 20px !important;
		margin-bottom: 50px;
		margin-left: 20px !important;
	}
	.big-title-apl {
		font-size: 4.8rem;
		letter-spacing: 0px;
		padding: 50px 0 40px;
	}
	.big-lead-apl {
		font-size: 3.6rem;
		letter-spacing: 1px;
		padding: 50px 0 40px;
	}
	.big-lead-text-apl {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
		text-align: left;
	}
	.big-lead-apl001 {
		letter-spacing: 2px;
		padding: 0 0 40px;
	}
	dl.apl-boonie-item dt {
		width: 20px;
		font-size: 1.6rem;
	}
	dl.apl-boonie-item dd {
		margin-left: 20px;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}
	.big-lead-text-aplcap {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 40px;
		text-align: left;
	}
	.big-lead-text-aplcap br {
		display: none;
	}
	.big-lead-text-aplzip {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 30px 0 0px;
		text-align: left;
	}
	.big-lead-text-aplzip br {
		display: none;
	}
	.big-lead-text-apldryt {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
	dl.apl-pricewrap {
		margin: 30px auto 10%;
	}
	dl.apl-pricewrap dt.apl-boonie {
		font-size: 3.6rem;
		padding: 0 0 20px;
	}
	dl.apl-pricewrap dt.apl-boonie span.bigcap {
		font-size: 1.6rem;
		padding: 10px 0 0;
	}
	.aplt-contents-innerwrap {
		margin-bottom: 20px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (max-width: 749px){
	.big-title-apl {
		font-size: 3.6rem;
		letter-spacing: 0px;
		padding: 30px 0 40px;
	}
	.big-title-apl span {
		font-size: 1.6rem;
		padding: 10px 0 0;
	}
	.big-lead-apl001 {
		letter-spacing: 2px;
		padding: 0 0 30px;
	}
	dl.apl-pricewrap dt.apl-boonie span {
		font-size: 1.8rem;
	}
}
@media (max-width: 499px){
	.big-title-apl {
		font-size: 4.0rem;
		letter-spacing: 0px;
		line-height: 1.2;
		padding: 30px 0 30px;
	}
	.big-lead-apl {
		font-size: 3.0rem;
		letter-spacing: 1px;
		line-height: 1.4;
		padding: 30px 0 30px;
	}
	.big-lead-apl001 {
		font-size: 2.0rem;
        line-height: 1.4;
		letter-spacing: 0px;
		padding: 0 0 30px;
	}
	.big-lead-apl001 br {
        display: block;
	}
	.big-lead-text-apl {
		font-size: 1.5rem;
		letter-spacing: 0px;
		padding: 0 0 30px;
		text-align: left;
	}
	dl.apl-boonie-item dt {
		width: 20px;
		font-size: 1.5rem;
	}
	dl.apl-boonie-item dd {
		margin-left: 20px;
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0px;
	}
	.big-lead-text-aplcap {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 0 0 30px;
		text-align: left;
	}
	.big-lead-text-aplzip {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 30px 0 0px;
		text-align: left;
	}
	.big-lead-text-apldryt {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0px;
		padding: 0 0 30px;
	}
	.big-lead-text-apldryt br {
		display: none;
	}
	dl.apl-pricewrap {
		margin: 30px auto 100px;
	}
	dl.apl-pricewrap dt.apl-boonie {
		font-size: 3.0rem;
		padding: 0 0 20px;
		line-height: 1.2;
	}
	dl.apl-pricewrap dt.apl-boonie br {
		display: block;
	}
	dl.apl-pricewrap dd {
		font-size: 2.4rem;
	}
	.big-title-apl span {
		font-size: 1.4rem;
		padding: 10px 0 0;
	}
	.materialname-beanie {
		font-size: 3.6rem;
		letter-spacing: 0px;
		margin: 15px 0 15px;
	}
	.materialsize-cap {
		font-size: 3.0rem;
	}
	.materialsize-cap span {
		font-size: 1.4rem;
		padding: 10px 0 0;
	}
	.materialprice-cap {
		font-size: 2.4rem;
	}
	.materialprice-cap span {
		font-size: 1.4rem;
	}
	.materialprice-beanie {
		font-size: 2.0rem;
	}
	.materialprice-beanie span {
		font-size: 1.2rem;
	}
    .materialprice span {
        display: block;
        padding-top: 10px;
    }
}
@media (max-width: 359px){
}



.intro-fullscreen.bg-concept-top {
    background-image: url(../img/concept-topphoto.jpg);
    background-size: cover;
}

@media (max-width: 990px){
	.intro-fullscreen.bg-concept-top {
		background-image: url(../img/concept-topphoto800.jpg);
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-concept-top {
		background-image: url(../img/concept-topphoto800500.jpg);
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-concept-top {
		background-image: url(../img/concept-topphoto500.jpg);
	}
}

.big-title-concept {
    font-size: 18.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0 100px;
}

.big-lead-text-concept {
    display: block;
    width: 1200px;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 100px;
}

.big-lead-text-concept span {
    display: block;
    font-size: 1.8rem;
    text-align: right;
    margin: 0;
    padding: 20px 0 0;
}

.big-lead-text-concept span.bigtext {
    font-size: 4.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
	line-height: 1.0;
    text-align: left;
}
.big-lead-text-concept span.bigtext br.br01 {
	display: none;
}
.big-lead-text-concept span.bigtext br.br02 {
	display: none;
}

@media (max-width: 1480px){
	.big-lead-text-concept {
		font-size: 1.8rem;
		line-height: 2.4;
		letter-spacing: 1px;
		padding: 0 0 60px;
	}
	.big-lead-text-concept span.bigtext {
		font-size: 3.6rem;
		line-height: 1.0;
	}
}

@media (max-width: 1300px){
	.big-lead-text-concept {
		width: 90%;
		font-size: 1.8rem;
		line-height: 2.2;
	}
	.big-lead-text-concept span.bigtext {
		font-size: 3.6rem;
		line-height: 1.0;
	}
}
@media (max-width: 1200px){
	.big-lead-text-concept {
		font-size: 1.6rem;
		line-height: 2.2;
	}
}
@media (max-width: 990px){
	.big-title-concept {
		font-size: 12.0rem;
		letter-spacing: 1px;
		padding: 40px 0 80px;
	}
	.big-lead-text-concept br.brbr {
		display: none;
	}
	.big-lead-text-concept span.bigtext {
		font-size: 3.6rem;
		line-height: 1.5;
	}
	.big-lead-text-concept span.bigtext br.br02 {
		display: block;
	}
	.big-lead-text-concept span {
		font-size: 1.6rem;
		padding: 20px 0 0;
	}
}
@media (max-width: 499px){
	.big-title-concept {
		font-size: 6.0rem;
		letter-spacing: 1px;
		padding: 40px 0 50px;
	}
	.big-lead-text-concept {
		font-size: 1.6rem;
		line-height: 2.4;
		letter-spacing: 0px;
		padding: 0 0 50px;
	}
	.big-lead-text-concept br.br {
		display: none;
	}
	.big-lead-text-concept span.bigtext {
		font-size: 3.0rem;
		line-height: 1.8;
	}
	.big-lead-text-concept span.bigtext br.br01 {
		display: block;
	}
}


.intro-fullscreen.bg-company-top {
    background-image: url(../img/company-topphoto.jpg);
    background-size: cover;
}

@media (max-width: 990px){
	.intro-fullscreen.bg-company-top {
		background-image: url(../img/company-topphoto800.jpg);
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-company-top {
		background-image: url(../img/company-topphoto800500.jpg);
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-company-top {
		background-image: url(../img/company-topphoto500.jpg);
	}
}

.big-title-company {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 2.5;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0 100px;
}
.big-title-company br.br {
	display: none;
}

@media (max-width: 1480px){
	.big-title-company {
		font-size: 2.0rem;
		line-height: 2.4;
		letter-spacing: 2px;
	}
}
@media (max-width: 990px){
	.big-title-company {
		font-size: 2.0rem;
		line-height: 2.2;
		letter-spacing: 1px;
		padding: 40px 0 20px;
	}
}
@media (max-width: 749px){
	.big-title-company {
		font-size: 2.0rem;
		line-height: 2.0;
		letter-spacing: 1px;
	}
}
@media (max-width: 499px){
	.big-title-company {
		font-size: 1.6rem;
		line-height: 2.0;
		letter-spacing: 0px;
	}
	.big-title-company br.br {
		display: block;
	}
}

/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
        margin-top: -30px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-prev,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        background: rgba(255,255,255,1.0);
        color: #000;
        display: block;
        top: 45%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #e6ae49;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-slider:hover .owl-controls .owl-buttons .owl-prev,
    .image-slider:hover .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }


/* -------------------------------------*/
/* Singel Item slider (Images & Contant Slider) ---------*/
/* -------------------------------------*/
.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 2.1rem;
    margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}



.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

    .item-box a {
        display: inline-block;
    }

    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }

        .item-box:hover .item-mask .item-caption {
            bottom: 30px;
            opacity: 1;
        }

    .item-box:hover .item-container {
        transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .item-mask h5, .item-mask h6, .item-mask p {
        margin-bottom: 0px;
    }

    .item-mask p {
        text-transform: uppercase;
        font-size: 1.1rem;
        letter-spacing: 1.5px;
        font-weight: 400;
        margin-top: 0;
        text-align: left;
    }

    .item-mask .item-caption {
        position: absolute;
        bottom: -60px;
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        opacity: 0;
    }

.project-detail-block p {
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.project-detail-block, .project-detail-block ul {
    padding-left: 0;
}

.project-detail-block li {
    list-style: none;
}

.project-detail-block p strong {
    display: inline-block;
    width: 110px;
}

.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .shop-item .item-mask .item-mask-detail {
        display: flex;
        display: -webkit-flex;
        height: 100%;
        width: 100%;
    }

        .shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
            margin: auto auto;
        }


 /* ------------------------------------------------------------------
Table Overview
------------------------------------------------------------------- */
table.overvew {
    width: 1200px;
    margin: 100px auto;
    border-collapse: separate;
    border-spacing: 20px 0;
}
table.overvew tr {
}
table.overvew th {
    width: 20%;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    letter-spacing: 1px;
    vertical-align: middle;
	text-align: center;
    padding: 1.5em 1.0em;
    border-bottom: solid 4px #FFF;
}
table.overvew th.v-top {
    vertical-align: top;
    padding: 1.8em 1.0em;
}
table.overvew th span {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
	padding: 10px 0 0;
}
table.overvew td {
    width: 75%;
    text-align: left;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 1.5em 1.0em;
    border-bottom: solid 2px #FFF;
}
table.overvew td span {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
	padding: 10px 0 0;
}
table.overvew td p {
	display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    color: #FFF;
	padding: 20px 0 0;
}
table.overvew td br {
	display: none;
}
table.overvew td a {
	display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0px;
    line-height: 1.0;
    padding: 5px 0 0;
}
table.overvew td a:hover {
    color: #009FD5;
}
table.overvew td a.tel {
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 0;
}
table.overvew td a.address-gm {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0px;
    line-height: 1.0;
    padding: 8px 0 0;
}
table.overvew td a.address-gm:hover {
    color: #009FD5;
}

dl.overvew-content-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.overvew-content-wrap dt {
    float: left;
    width: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 1.4;
    padding: 4px 0;
    margin: 0;
}
dl.overvew-content-wrap dd {
    margin-left: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #FFF;
    padding: 4px 0;
}

@media (max-width: 1480px){
	table.overvew th {
		font-size: 1.6rem;
	}
	table.overvew td {
		font-size: 1.6rem;
	}
	table.overvew td span {
		font-size: 1.6rem;
		display: block;
	}
	dl.overvew-content-wrap dt {
		width: 25px;
		font-size: 1.6rem;
	}
	dl.overvew-content-wrap dd {
		margin-left: 25px;
		font-size: 1.6rem;
	}
	table.overvew td p {
		font-size: 1.6rem;
		padding: 20px 0 0;
	}
}
@media (max-width: 1300px){
	table.overvew {
		width: 90%;
	}
}
@media (max-width: 1200px){
	.page-header-company-txts {
		font-size: 1.6rem;
		margin: 0 0 50px 10%;
	}
	.page-header-name-txts {
		width: 90%;
		font-size: 1.6rem;
		margin: 0 0 0 10%;
	}
	table.overvew th {
		font-size: 1.6rem;
	}
	table.overvew td {
		font-size: 1.6rem;
	}
	table.overvew td span {
		display: block;
	}
	dl.overvew-content-wrap dt {
		font-size: 1.6rem;
	}
	dl.overvew-content-wrap dd {
		font-size: 1.6rem;
	}
	table.overvew td p {
		font-size: 1.6rem;
		padding: 15px 0 0;
	}
}
@media (max-width: 990px){
	.page-header-company-txts {
		font-size: 1.6rem;
		margin: 0 0 50px 7%;
	}
	.page-header-name-txts {
		width: 90%;
		font-size: 1.6rem;
		margin: 0 0 0 7%;
	}
	table.overvew {
		margin: 20px auto 0;
	}
}
@media (max-width: 499px){
	.page-header.greeting {
		margin: 0 0 0;
	}
	.page-header-subreads-product.greeting {
		font-size: 1.8rem;
		letter-spacing: 4px;
		padding: 0 0 30px 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-header-company-txts {
		font-size: 1.8rem;
		margin: 0 0 20px 0;
	}
	.page-header-company-txts br {
		display: none;
	}
	.page-header-company-txts br.br-greeting {
		display: block;
	}
	.page-header-name-txts {
		width: 100%;
		font-size: 1.4rem;
		margin: 0 0 0 0;
	}
	table.overvew {
		width: 90%;
		border-spacing: 0px 0;
		border-top: solid 1px #FFF;
	}
	table.overvew th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 1.5em 1.0em 1.0em;
		border-bottom: none;
		text-align: left;
	}
	table.overvew th span {
		font-size: 1.4rem;
		letter-spacing: 0px;
		padding: 8px 0 0;
	}
	table.overvew td {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.4;
		padding: 0 1.0em 1.5em;
		border-bottom: solid 1px #FFF;
	}
	table.overvew td br {
		display: block;
	}
	table.overvew td span {
		font-size: 1.4rem;
		letter-spacing: 0px;
		padding: 8px 0 0;
	}
	table.overvew td a {
		font-size: 1.2rem;
	}
	dl.overvew-content-wrap dt {
		width: 25px;
		font-size: 1.5rem;
	}
	dl.overvew-content-wrap dd {
		margin-left: 25px;
		font-size: 1.5rem;
	}
	table.overvew td p {
		font-size: 1.5rem;
		letter-spacing: 0px;
		padding: 10px 0 0;
	}
}


.intro-fullscreen.bg-contact-top {
    background-image: url(../img/contact-topphoto.jpg);
    background-size: cover;
}

@media (max-width: 990px){
	.intro-fullscreen.bg-contact-top {
		background-image: url(../img/contact-topphoto800.jpg);
	}
}
@media (max-width: 749px){
	.intro-fullscreen.bg-contact-top {
		background-image: url(../img/contact-topphoto800500.jpg);
	}
}
@media (max-width: 499px){
	.intro-fullscreen.bg-contact-top {
		background-image: url(../img/contact-topphoto500.jpg);
	}
}

.big-title-contact {
    font-size: 12.0rem;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 50px 0 100px;
}
.big-title-contact span {
	display: block;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: #FFF;
    line-height: 1.0;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    padding: 40px 0 0;
}

.big-lead-text-contact {
    display: block;
    width: 1200px;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 0 0 50px;
}

.big-mailimg-contact {
    display: block;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 100px;
}

@media (max-width: 1300px){
	.big-lead-text-contact {
		width: 90%;
		font-size: 2.0rem;
		letter-spacing: 2px;
		padding: 0 0 50px;
	}
}
@media (max-width: 1200px){
	.big-lead-text-contact {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}
@media (max-width: 990px){
	.big-lead-text-contact {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 50px;
	}
}
@media (max-width: 749px){
	.big-mailimg-contact {
		width: 90%;
		padding: 0 0 40px;
	}
}
@media (max-width: 499px){
	.big-title-contact {
		padding: 30px 0 40px;
	}
	.big-title-contact span {
		font-size: 2.4rem;
		letter-spacing: 1px;
		padding: 40px 0 0;
	}
	.big-lead-text-contact {
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 0 0 40px;
		text-align: left;
	}
	.big-lead-text-contact br {
		display: none;
	}
}






































