@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #000;
  min-width: 1200px;
  border: 20px solid #d8191a;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.sakuda {
  font-family: SAKUDACAST,sans-serif;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/

.l-header {
  position: relative;
}

.l-header-logo {
  z-index: 110;
  position: relative;
  text-align: center;
  background-color: #d8191a;
  padding: 8px 23px 27px;
}

.l-header-logo img {
  width: 133px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.l-header-catch {
  position: absolute;
  left: 40px;
  top: 80px;
  color: #fff;
  font-size: 18px;
}

.c-navigation-main__hamburger-wrap {
  display: block;
  position: fixed;
  width: 23px;
  z-index: 300;
  height: 23px;
  top: 22px;
  right: 25px;
}

.c-navigation-main__hamburger-wrap img {
  width: 100%;
  height: auto;
}

.l-header-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #d8191a;
}

.l-header-nav.active {
  height: 100%;
  display: block;
}

.l-header-nav ul {
  padding-top: 130px;
  width: 560px;
  margin: 0 auto;
}

.l-header-nav ul li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.l-header-nav ul li .l-header-nav__link p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.l-header-nav ul li .l-header-nav__link span {
  color: #fff;
  margin-right: 20px;
  font-size: 38px;
  padding-left: 52px;
  background: url(../images/menu_icon.svg) no-repeat left center;
  background-size: 39px auto;
}

.l-header-nav__child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-left: 52px;
  padding-top: 40px;
}

.l-header-nav__child a {
  color: #fff;
  font-size: 16px;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: inherit;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  position: relative;
}

.footer--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 72px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 13;
}

.footer--img {
  width: 100%;
  position: relative;
  z-index: 12;
  margin-bottom: -52px;
}

.copyright {
  font-size: 13px;
  display: block;
  padding: 10px 0 30px;
  text-align: center;
  margin-top: -16px;
  background-color: #fff;
  margin-left: -20px;
  padding-top: 20px;
  width: calc(100% - -40px);
  z-index: 10;
  border-top: 20px solid #d8191a;
}

.l-footer-top {
  position: fixed;
  right: 40px;
  bottom: 100px;
  width: 88px;
  height: 88px;
  z-index: 20;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/*message*/
.message {/*
  background: url(../images/hero1.png) no-repeat left top;
  background-size: 100%;*/
  padding: 100px 0;
  margin-top: -21vw;
  text-align: center;
}

.h2-title {
  font-size: 44px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.message h2 {
  text-align: center;
}

/*kokoro*/

.top_sakuda {
  padding-top: 190px;
  background: url(../images/bg-top01.png) no-repeat left top;
  background-size: 75%;
}

.top_sakuda .grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 65px;
  justify-content: space-between;
}

.h2-title.type02 {
  color: #fff;
}

.top_sakuda_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: calc(100% - 301px);
}

.top_sakuda .lead {
  width: 219px;
}

.top_sakuda_list li {
  width: 332px;
  margin-right: 34px;
  margin-bottom: 27px;
  position: relative;
}

.top_sakuda_list li:nth-child(2n) {
  margin-right: 0;
}

.top_sakuda_list li p {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 30px;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.c-btn {
  display: block;
  width: 258px;
  padding: 10px 12px;
  background-color: #d8191a;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 190px;
  margin: 30px auto 10px;
  position: relative;
}

.c-btn:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_sakuda_logo {
  margin-bottom: 25px;
}

/*about*/

.about {
  padding-top: 190px;
  background: url(../images/bg-about.png) no-repeat right top;
  background-size: 75%;
}

.about .grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.about .about_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  width: calc(100% - 301px);
}

.about_list li {
  width: 332px;
  background-color: #e2e9ed;
  text-align: center;
  border: 4px solid #d8191a;
  margin-right: 34px;
  margin-bottom: 27px;
  position: relative;
}

.about_list li a {
  padding: 39px;
  display: block;
}

.about_list li:nth-child(2n) {
  margin-right: 0;
}

.about_list li .about_thum {
  min-height: 55px;
  margin-bottom: 15px;
}

.about_list li .about_thum img {
  display: block;
  margin: 0 auto;
}

.about_list li p {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.about_list li p span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #d8191a;
}

.top-ft-gallery {
  margin: 130px 0 56px;
}

.top-ft-gallery img {
  width: 100%;
}

/*作田の心*/
.l-header-lv {
  position: relative;
  margin-bottom: 65px;
}

.l-header-lv img {
  width: 100%;
}

.l-header-lv h1 {
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  letter-spacing: 5px;
  margin-top: -34px;
  padding-top: 105px;
  padding-bottom: 108px;
  background: url(../images/lv-catch.png) no-repeat top center,url(../images/lv-arw.png) no-repeat bottom center;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about_head {
  min-height: 465px;
  position: relative;
}

.about_head .lead {
  width: 50%;
}

.about_head .c-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: url(../images/about_page_bg01.svg) no-repeat right top;
  padding: 100px 0;
}

.h2-title.type03 {
  color: #d8191a;
}

.about_head_img {
  width: 599px;
  position: relative;
  right: -99px;
}

.about_head_img img {
  width: 100%;
}

.anchor_list {
  margin: 100px 0;
}

.anchor_list.type02 {
  margin-bottom: 0;
}

.anchor_list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.anchor_list .thum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 10px;
}

.anchor_list img {
  display: block;
  margin: 0 auto;
}

.anchor_list li:nth-child(1) .thum img {
  width: 44px;
}

.anchor_list li:nth-child(2) .thum img {
  width: 41px;
}

.anchor_list li:nth-child(3) .thum img {
  width: 27px;
}

.anchor_list li:nth-child(4) .thum img {
  width: 46px;
}

.anchor_list ul li {
  margin: 0 20px;
  width: 166px;
}

.anchor_list ul li a {
  display: block;
  padding-bottom: 23px;
  border-bottom: 1px solid #d8191a;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  text-align: center;
}

.quality_lead {
  padding: 10vw 0;
  text-align: center;
  background: url(../images/page-kokokoro02.png) no-repeat right center,url(../images/about_page_bg02.svg) no-repeat left top;
  background-size: 73% auto,52% auto;
}

.quality_lead h2 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.quality_lead h2 span {
  display: block;
  font-size: 36px;
}

.quality_inner {
  padding: 110px 0;
  background: url(../images/about_page_bg04.svg) no-repeat right top;
  background-size: 62.8% auto;
}

.quality_inner .grid {
  margin-bottom: 98px;
}

.quality_inner .grid .quality_inner_thum {
  width: 420px;
}

.quality_inner .grid .quality_inner_txt {
  width: calc(100% - 475px);
  margin-left: auto;
}

.quality_inner .grid.right .quality_inner_thum {
  width: 420px;
  order: 2;
}

.quality_inner .grid.right .quality_inner_txt {
  order: 1;
  width: calc(100% - 475px);
  margin-left: 0;
  margin-right: auto;
}

.quality_inner_txt .quality_inner_ttl {
  font-size: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.quality_inner_txt .quality_inner_ttl span {
  color: #d8191a;
  font-size: 71px;
  line-height: 1.2;
}

.quality_inner .grid.right .quality_inner_txt .quality_inner_ttl {
  margin-bottom: 10px;
}

.quality_inner .grid .quality_inner_txt .txt16 {
  line-height: 2;
}

/*message*/

.page_message_lead {
  padding: 10vw 0;
  text-align: center;
  background: url(../images/page-kokokoro04.png) no-repeat left center,url(../images/about_page_bg03.svg) no-repeat right top;
  background-size: 73% auto,64% auto;
}

.page_message_lead h2 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.page_message_lead h2 span {
  display: block;
  font-size: 36px;
}

.page_message_inner {
  padding: 110px 0;
  background: url(../images/about_page_bg05.svg) no-repeat left top;
  background-size: 47.6% auto;
}

.page_message_inner .c-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ceo_thum {
  width: 296px;
}

.ceo_thum_inner {
  position: sticky;
  margin-bottom: 0;
  top: 10px;
  z-index: 1;
}

.ceo_content {
  margin-left: auto;
  width: calc(100% - 396px);
}

.ceo_content .txt18 {
  margin-bottom: 40px;
  line-height: 2.2;
}

.ceo_thum_inner p {
  font-size: 16px;
  margin: 25px 0;
}

.ceo_thum_inner span {
  display: block;
}

.ceo_thum_inner span img {
  width: auto;
}

/*SPIRIT*/

.spirit {
  background: url(../images/about_page_bg06.svg) no-repeat left top;
  background-size: 36%;
  background-color: #d8191a;
  padding: 67px 0;
  margin-bottom: 125px;
}

.spirit_head {
  padding: 10vw 0;
  text-align: center;
  background: url(../images/page-kokokoro05.png) no-repeat left center;
  background-size: 73% auto;
}

.spirit_head h2 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.spirit_head h2 span {
  display: block;
  font-size: 36px;
}

.spirit .c-center img {
  display: block;
  margin: 110px auto;
  width: 603px;
  height: auto;
}

.spirit .c-center .txt18 {
  color: #fff;
  line-height: 2.2;
  margin-bottom: 40px;
}

.company_inner {
  padding: 120px 0;
}

.company_inner .lead {
  width: 260px;
}

.company_inner .lead h2 {
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}

.company_inner .lead h2 span {
  display: block;
  font-size: 32px;
  color: #d8191a;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}

.company_inner .lead h2 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #d8191a;
}

.company_inner .company_wrap {
  margin-left: auto;
  width: 738px;
}

.company_inner .company_wrap table {
  width: 100%;
}

.company_inner .company_wrap table th {
  width: 220px;
  text-align: left;
}

.company_inner .company_wrap table th,
.company_inner .company_wrap table td {
  padding: 30px 0;
  font-size: 17px;
}

.company_inner .company_wrap table tr {
  border-bottom: 1px solid #cccccc;
}

.company_inner .company_wrap table:first-child tr {
  border-top: 1px solid #cccccc;
}

.u-bg-glay {
  background-color: #f0f5f8;
}

.company_inner .company_wrap table.table_type02 td {
  width: 100%;
}

.company_wrap_map {
  width: 100%;
  height: 405px;
  margin-bottom: 30px;
} 

.company_wrap_map iframe {
  width: 100%;
  height: 100%;
}

.c-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #afafb0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.company_wrap .contact dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.company_wrap .contact dl dt ,
.company_wrap .contact dl dd {
  display: table-cell;
  vertical-align: middle;
}

.company_wrap .contact dl.last dt ,
.company_wrap .contact dl.last dd {
  display: table-cell;
  vertical-align: top;
}

.company_wrap .contact dl dt {
  width: 189px;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.company_wrap .contact dl.last dt {
  padding-top: 10px;
}

#companyTtl04 {
  margin-bottom: 86px;
}

.textarea {
  width: 100%;
  border: 1px solid #afafb0;
  height: 274px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_txt01 {
  font-size: 14px;
  color: #d8191a;
  margin-bottom: 25px;
}

.privacy_block {
  margin-top: 70px;
}

.privacy_block_ttl {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.privacy_block_inner {
  border-radius: 11px;
  background-color: #fff;
  border: 1px solid #afafb0;
  padding: 55px 55px 20px;
  height: 274px;
  overflow: auto;
}

.privacy_block_inner-wrap {
  margin-bottom: 35px;
}

.privacy_block_inner-wrap .ttl {
  font-size: 15px;
  margin-bottom: 5px;
}

.privacy_block_inner-wrap .txt {
  font-size: 15px;
  line-height: 1.9;
}

.p-agree-area {
  text-align: center;
  margin: 42px auto 40px;
}

.c-form-btn {
  justify-content: center;
}

.c-submit, .c-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 214px;
  color: #fff;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 140px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 0 20px;
  border: none;
  background-color: #4c5357;
  position: relative;
  cursor: pointer;
}

.c-reset {
  background-color: #BBBBBB;
  border-bottom: 4px solid #727C8E;
  color: #fff!important;
}

#formWrap h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

#formWrap .error_messe {
  color: #d8191a;
  margin-bottom: 10px;
}

.formTable {
  margin-bottom: 40px;
}

.company_inner .company_wrap table.formTable th, .company_inner .company_wrap table.formTable td {
  padding: 13px 0;
} 

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.txt16 {
  font-size: 16px;
}

.txt17 {
  font-size: 17px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

strong {
  font-weight: bold;
}

/*画像アニメーション*/
.box {
  overflow: hidden;
}

.box .boxInner {
  background-color: #fff;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );*/
  background: #d8191a;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

.text-container{
  text-align: left;
}
.text-container__title{
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.text-container__title:before{
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  /*transform: translateX(-110%);*/
  transition:all 1.5s 0s ease;
  width: 106%;
  z-index: 1;
}
.text-container__title__inner{
  display: inline-block;
  /*opacity: 0;*/
  transition: all .8s .6s ease;
}
.text-container__text{
  left: -50px;
  opacity: 0;
  position: relative;
  transition: all .8s .8s ease;
}
.text-container.active .text-container__title:before{
  transform: translateX(100%);
}
.text-container.active .text-container__title__inner{
  opacity: 1;
  transform: none;
}
.text-container.active .text-container__text{
  left: 0;
  opacity: 1;
}

/* スクロールアニメーション */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1200px){}
  