@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px*62.5%=10px*/
}
body {
  color: #474645;
  font-family: mrs-eaves-roman-all-small-ca, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.11em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
/*共通パーツ*/
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.go {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#effect2 .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
#effect2 .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/*全体背景*/
.allwrap {
  background: url("../img/washi-pattern.jpg");
}
.section-tit {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
  line-height: 1.5em
}

.section-tit2 {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}

.section-tit3 {
  color: #333333;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
  line-height: 1.5em
}

.section-tit4 {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
  line-height: 1.5em
}


.section-tit span {
  padding-top: 20px;
  display: block;
  font-size: 2.4rem;
}
.section-tit:after {
  content: "";
  display: block;
  background: url("../img/konbu.svg");
  width: 14px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100px;
}
/*---------------------
*
*ヘッダ-グローバルナビ
*
---------------------*/
.header {
  background: url("../img/washi-pattern.jpg");
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.header__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__btn {
  display: none;
}
.nav {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.nav__page {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
}
.nav__page li:not(:last-of-type) {
  margin-right: 50px;
}
.nav__page li {
  position: relative;
}
.nav__page li:before {
  position: absolute;
  bottom: -.2em;
  content: '';
  left: 0;
  width: 100%;
  height: 4px;
  background: #111;
  opacity: 0;
  transition: .3s;
}
.nav__page li:hover:before {
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  bottom: .1em;
  opacity: 1;
}
.nav__sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin: 0 35px 0 58px;
  min-width: 67px;
}
.nav__sns li a {
  padding: 10px 10px 5px;
  transition: .5s;
}
.nav__sns li a:hover {
  background: #C8B561;
}
.cart-btn {
  width: 80px;
  height: 80px;
  background: #C8B561;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  transition: .8s;
}
.cart-btn:hover {
  background: #00592F;
}
.cart-btn img {
  width: 35px;
  margin-bottom: 5px;
}
.cart-btn p {
  margin-left: -4px;
}
/*---------------------
*
*メインビジュアル
*
---------------------*/
.main-visual {
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  background: url("../img/202307260002.png")no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.main-visual__read {
  max-width: 700px;
  width: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 5%;
}
.main-visual__tit {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1333px;
  bottom: 8%;
}
/*---------------------
*
*コンセプト
*
---------------------*/
.concept-read {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 180px;
  text-align: center;
  font-size: 3.2rem;
}
.concept-bg {
  background: #e9dacb;
  padding-bottom: 100px;
  padding-right: 50px;
}
.concept-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.concept-point {
  max-width: 1050px;
  text-align: center;
  margin: 0 auto 50px;
}
.concept-point img {
  margin-top: -100px;
}
.concept-tit {
  margin-bottom: 38px;
}
.gray-photo {
  position: relative;
  border: 0px solid #fff;
}
.concept-shopintro > div:first-of-type {
  margin-right: 12%;
}
.gray-onfood {
  position: absolute;
  width: 55%;
  max-width: 250px;
  bottom: -50px;
  right: -25%;
}
.gray-onfood.gohan {
  width: 45%;
  max-width: 185px;
  right: -50px;
}
.concept-tit__read {
  font-size: 3.2rem;
  color: #111;
  position: relative;
  margin-bottom: 30px;
}
.concept-tit__read:after {
  content: "";
  display: block;
  background: url("../img/konbu_green.svg");
  width: 14px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100px;
}
.concept-collaboration {
  max-width: 830px;
  margin: 0 auto 25px;
}
.concept-shopintro {
  display: flex;
  justify-content: space-between;
}
.concept-shopintro__year {
  border: 0px solid #fff;
  font-weight: bold;
  font-size: 20px;
  max-width: 210px;
  margin: 20px auto 30px;
  color: #000;
  padding: 4px 0;
}
.concept-shopintro__link {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  transition: .8s;
  padding: 4px;
}
.concept-shopintro__link:hover {
  background: #00592F;
}
/*---------------------
*
*商品情報
*
---------------------*/
.products {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 90px;
}
.products__box {
  max-width: 1000px;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.products__box {
  margin-bottom: 30px;
}
.products__box:last-of-type {
  margin-bottom: 0;
}

.products-img {
  margin-top: -90px;
}


.products-img2 img {
   width: 100%;
}




.products-name {
  display: flex;
  margin-bottom: 5px;
}
.products-name p:first-of-type {
  max-width: 272px;
}
.sheets {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 56px;
  height: 56px;
  background: #C30C23;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0 14px;
  flex: none;
}
.sheets span {
  display: block;
  padding-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}
.sheets_en {
  color: #C30C23;
  font-size: 1.8rem;
  line-height: 1.5;
}
.products-detail {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.products-detail2 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
}


.products-detail3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding : 20px ;
}

.products-detail4 {
  text-align: right;
  font-size: 2rem;
  margin-bottom: 20px;
}

.products-detail5 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
}



.products-price {
  font-size: 2.0rem;
}

.products-price2 {
  font-size: 2.0rem;
}
.products-price span {
  font-size: 5rem;
}

.products-price2 span {
  font-size: 5rem;
  color: #bd1e33;
  font-weight: bold;
}


.buy-btn {
  display: block;
  width: 100%;
  background: #C8B561;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  padding: 14px 0 10px;
  position: relative;
  transition: .8s;
}
.buy-btn:hover {
  background: #9c0322;
}
.buy-btn span {
  display: block;
  font-family: mrs-eaves-roman-all-small-ca, "Times New Roman";
  padding-top: 6px;
}
.buy-btn:after {
  content: "";
  position: absolute;
  background: url("../img/dl.svg")no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*---------------------
*
*大阪と富山、北前船が繋ぐ食物語
*
---------------------*/
.story {
  background: #9c0322;
  color: #fff;
  padding: 100px 0 140px;
}
.story-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.story .section-tit {
  color: #fff;
}
.story-read {
  font-size: 2.0rem;
  margin-bottom: 100px;
}
.story-read__imgtxt {
  padding: 1em 10px 1.8em;
}
.story-read__imgtxt img {
  margin: 0 1em;
}
.story-read__imgtxt img:first-of-type {
  max-width: 237px;
}
.story-read__imgtxt img:last-of-type {
  max-width: 190px;
}
.hokusensen {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 50px;
}
.hokusensen p {
  max-width: 498px;
}
.hokusensen-ex {
  max-width: 498px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.hokusensen-tit {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.hokusensen-tit::after {
  content: "";
  width: calc(100% - 6.5em);
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  left: 6.5em;
}
.hokusensen-txt p:first-of-type {
  margin-bottom: 2em;
}
.feature {
  position: relative;
  padding-left: 100px;
}
.feature:before {
  content: "";
  position: absolute;
  background: url("../img/washi-pattern-gray.jpg");
  width: 48%;
  height: 35%;
  max-height: 540px;
  display: block;
  left: 0;
  top: 45%;
}
.feature-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 0 170px;
  position: relative;
}
.feature-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.feature-list li {
  display: flex;
  justify-content: space-between;
}
.feature-list li > div {
  width: 50%;
  max-width: 470px;
  margin-left: 2%;
}
.feature-list li > p {
  width: 50%;
  max-width: 450px;
}
.feature-list li:first-of-type > p {
  margin-left: -100px;
}
.feature-list li:last-of-type > p {
  text-align: right;
}
.feature-list li:last-of-type {
  margin-top: -15%;
}
.feature-list h3 {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.feature-list__num {
  font-size: 5.0rem;
  position: relative;
  color: #C8B561;
  line-height: 1;
  margin-bottom: 60px;
}
.feature-list__num:after {
  content: "";
  position: absolute;
  width: 1em;
  bottom: -30px;
  left: 0;
  height: 2px;
  background: #C8B561;
}
/*---------------------------------

  *footer

---------------------------------*/
.footer {
  background: #9c0322;
  padding: 67px 0;
  text-align: center;
}
.footer img {
  max-width: 320px;
}
.footer small {
  display: block;
  color: #fff;
  margin-top: 40px;
}
/*---------------------------------

  *タブレット関係css

---------------------------------*/
@media screen and (max-width: 900px) {
  .header {
    height: 80px;
  }
  .header__wrap {
    flex-wrap: wrap;
  }
  .header__wrap h1 {
    width: 100%;
    margin: 5px 0 2px;
  }
  .cart-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav {
    margin-left: 0;
  }
  .nav__page li:not(:last-of-type) {
    margin-right: 30px;
  }
  .feature-list li:last-of-type {
    margin-top: 50px;
  }
}
/*---------------------------------

  *SPスタイルココから

---------------------------------*/
@media screen and (max-width: 800px) {
  /*共通パーツ*/
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .section-tit {
    margin-bottom: 25px;
  }
  /*---------------------
*
*ヘッダ-グローバルナビ
*
---------------------*/
  .header {
    height: 60px;
  }
  .header__wrap h1 {
    margin: 10px;
    width: 45%;
  }
  .header__wrap {
    padding-left: 0;
  }
  /*ナビゲーションボタン*/
  .nav__btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #9c0322;
    top: 0px;
    right: 0px;
    z-index: 100;
  }
  .nav__btn span {
    width: 30px;
    height: 2px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    transition: .3s;
  }
  .nav__btn span:first-of-type {
    top: 16px;
  }
  .nav__btn span:nth-of-type(2) {
    top: 29px;
  }
  .nav__btn span:last-of-type {
    bottom: 16px;
  }
  .nav__btn.active span:first-of-type {
    transform: translateY(0px) rotate(-45deg);
    top: 30px;
  }
  .nav__btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 .8s forwards;
  }
  .nav__btn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(0px) rotate(45deg);
  }
  .cart-btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }
  .nav {
    width: 100%;
    top: 60px;
    background: #fff;
    display: none;
    padding-bottom: 20px;
  }
  .nav__page {
    display: block;
    padding: 50px 20px;
    ;
    margin: 0 auto;
  }
  .nav__sns {
    margin: 0;
    justify-content: center;
  }
  .nav__page {
    width: 100%;
  }
  .nav__page li a {
    width: 100%;
    border-bottom: 1px solid #C8B561;
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .nav__page li:not(:last-of-type) {
    margin-right: 0;
  }
  .nav__page li a {
    position: relative;
  }
  .nav__page li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .5em;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg)translateY(50%);
    margin-top: -5px;
  }
  .nav__sns li img {
    width: 30px;
  }
  .nav__sns li:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav__page li:before {
    display: none;
  }
  .nav__sns li a:hover {
    background: transparent;
  }
  .cart-btn:hover {
    background: #C8B561;
  }
  /*---------------------
*
*メインビジュアル
*
---------------------*/
  .main-visual {
    background: url("../img/header._sp.jpg")no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
  .main-visual__tit {
    bottom: 5%;
  }
  .main-visual__read {
    max-width: 400px;
    top: 10%;
  }
  /*---------------------
*
*コンセプト
*
---------------------*/
  .concept-read {
    padding: 50px 20px 120px;
    font-size: 2.4rem;
  }
  .concept-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .concept-point {
    max-width: 500px;
  }
  .concept-point img {
    margin-top: -50px;
  }
  .concept-tit {
    padding: 0 10px;
  }
  .concept-tit__read {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .concept-tit__read:after {
    bottom: -70px;
  }
  .concept-shopintro {
    display: block;
  }
  .concept-shopintro > div:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .gray-photo {
    width: 80%;
    margin: 0 auto;
  }
  .gray-onfood {
    max-width: 120px;
    bottom: -30px;
    right: -50px;
  }
  .gray-onfood.gohan {
    max-width: 100px;
  }
  .concept-shopintro__year {
    margin: 20px auto 10px;
  }
  /*---------------------
*
*商品情報
*
---------------------*/
  .products {
    padding: 80px 2px 40px;
  }
  .products__box {
    padding: 50px;
    display: block;
  }
  .products-img {
    width: 90%;
    margin: -60px auto 0;
    text-align: center;
  }
  .products-name {
    display: block;
  }
  .sheets {
    display: inline-block;
    margin: 20px 14px 0 0;
  }
  .sheets_en {
    display: inline-block;
  }
  .products-detail {
    text-align: left;
    line-height: 1.2;
  }
  .products-price {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  
  
 .products-price5 {
    font-size: 2rem;
    margin-bottom: 1em;
    color: #C8B561;
  }

  
  
  
  /*---------------------
*
*大阪と富山、北前船が繋ぐ食物語
*
---------------------*/
  .story {
    padding: 100px 20px 120px;
  }
  .story .section-tit {
    font-size: 3rem;
    line-height: 1.5;
  }
  .story-read {
    font-size: 1.8rem;
    margin-bottom: 70px;
  }
  .story-read__imgtxt img {
    vertical-align: middle;
    padding: .6em 0 1.5em;
    margin: 0 .8em 0 0;
  }
  .hokusensen {
    display: block;
    padding: 0 10px;
  }
  .hokusensen-ex {
    margin-top: 40px;
  }
  .feature {
    padding-left: 0;
  }
  .feature-wrap {
    padding: 100px 30px 120px;
  }
  .feature-list li {
    display: block;
  }
  .feature-list li:first-of-type > p {
    margin-left: 0;
  }
  .feature-list li > p {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .feature-list li > div {
    width: 100%;
    margin-left: 0;
    flex: none;
  }
  .feature-list__num:after {
    bottom: -15px;
  }
  .feature-list li:last-of-type {
    margin-top: 80px;
  }
  
  
  
  
  
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
[hidden] {display: none!important;}

.pc { 
	display: block !important; 
	}
.sp { display: none !important; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

















  
  
  
 
  /*---------------------
*
*フッター
*
---------------------*/
  .footer {
    padding: 67px 30px;
  }
  /*---------------------------------

  *消さないように

---------------------------------*/
}

  
/*---------------

flex

---------------*/
.flex__box {
	display: flex;
}
.flex__box .__inner-1 {
	padding: 10px;
}
.flex__box .__inner-2 {
	padding: 20px;
}
.just-x {
	justify-content: space-between;
}
.just-y {
	align-items: center;
}

.flex-wrap {
flex-wrap: wrap;
}

.flex__2 {
	width: calc(100% / 2);
	box-sizing: border-box;
}
.flex__3 {
	width: calc(100% / 3);
	box-sizing: border-box;
}
.flex__4 {
	width: calc(100% / 4);
	box-sizing: border-box;
}

.no__flex {
	margin: 0 auto;
}



.__price-range ul li {
border: 1px solid #ccc;
margin: 0 15px 30px 15px;
font-size: 1.6em;
}

.__price-range ul li a {
display: block;
color: #202125;
text-decoration: none;
position: relative;
padding: 25px;
}

.__price-range .arrow-black {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
margin-bottom: 5px;
vertical-align: middle;
line-height: 1;
}
.__price-range .arrow-black:before,
.__price-range .arrow-black:after{
position: absolute;
top: 0;
bottom: 0;
left: 1.5rem;
margin: auto;
content: "";
vertical-align: middle;
}

.__price-range .arrow-black:before{
width: 18px;
height: 18px;
background: #1d205e;
}
.__price-range .arrow-black:after{
left: 1.8rem;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



@media screen and (max-width: 800px) {


/*---------------

flex

---------------*/
.flex__box {
	display: flex;
	flex-direction: column;
}
.flex__box .__inner-1 {
	padding: 10px;
}
.flex__box .__inner-2 {
	padding: 20px;
}
.just-x {
	justify-content: space-between;
}
.just-y {
	align-items: center;
}

.flex-wrap {
flex-wrap: wrap;
}

.flex__2 {
	width: calc(100%);
	box-sizing: border-box;
}
.flex__3 {
	width: calc(100%);
	box-sizing: border-box;
}
.flex__4 {
	width: calc(100%);
	box-sizing: border-box;
}

.no__flex {
	margin: 0 auto;
}



.__price-range ul li {
border: 1px solid #ccc;
margin: 0 15px 30px 15px;
font-size: 1.6em;
}

.__price-range ul li a {
display: block;
color: #202125;
text-decoration: none;
position: relative;
padding: 25px;
}

.__price-range .arrow-black {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
margin-bottom: 5px;
vertical-align: middle;
line-height: 1;
}
.__price-range .arrow-black:before,
.__price-range .arrow-black:after{
position: absolute;
top: 0;
bottom: 0;
left: 1.5rem;
margin: auto;
content: "";
vertical-align: middle;
}

.__price-range .arrow-black:before{
width: 18px;
height: 18px;
background: #1d205e;
}
.__price-range .arrow-black:after{
left: 1.8rem;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


}












/* 商品種類 */


.product-inner{
	background: #f6f3e0;
	padding: 20px 0 10px;
}
.product-inner__tit{
	color: #363636;
}
.product-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 16px 6px 0;
}
.product-content li{
	flex-grow: 1;
	min-width: calc((100% / 2) - 8px);
	line-height: 1;
	font-size: 14px;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	color: #6A6A6A;
	margin: 4px;
	background: #fff;
	padding: 10px 0;
}

@media all and (-ms-high-contrast: none) {
.product-content li{
	min-width: calc((100% / 2) - 9px);

}
}

.product-inner__price{
	font-size: 90px;
	color: #dc1516;
	line-height: 1;
	letter-spacing: -0.02em;
}
div{
	margin: 16px 0;
	text-align: center;
	font-size: 16px;
}

.product-inner__price span{
	font-size: 50px;
	position: relative;
}
.product-inner__price span:before{
	content: "\7A0E\8FBC";
	font-size: 20px;
	position: absolute;
	letter-spacing: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: -1em;
}



/*---------------

繧ｵ繝ｼ繝薙せ蜀?ｮｹ

---------------*/
.content__service {
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.content__service:nth-child(even) {
	flex-flow: row-reverse;
}

.content__service p,
.content__service h2 {
text-align: left;
}

.number {
color: #1d205e;
border-bottom: 1px solid #1d205e;
}

.service__title {
display: block;
}

@media screen and (max-width:768px) {
		.flex__box {
				display: block;
		}
}

/* utility */
.fz-1 { 
	font-size: 1.2em;
	line-height: 1.2;
}
.fz-2 { 
	font-size: 1.4em;
	line-height: 1.4;
}
.fz-3 { 
	font-size: 1.6em;
	line-height: 1.6;
}
.fz-4 { 
	font-size: 1.8em;
	line-height: 1.8;
	color:#fff;
}
.fz-5 { 
	font-size: 2.0em;
	line-height: 2;
}
.fz-6 { 
	font-size: 2.2em;
	line-height: 2.2;
}



.countdown-container {
  margin: 5rem;
}

.time-container {
  display: flex;
}

.time {
  margin: .2rem;
  background-color: lightpink;
  border-radius: 1rem;
  padding: 2rem;
}

#hour,#min,#sec {
  font-size: 3rem;
  margin-right: 1rem;
}