@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
@font-face {
  font-family:'Noto Sans JP';
  src:url('https://adhomme.jp/font/NotoSansJP-Regular-min.woff') format('woff');
  font-weight:normal;font-style:normal;font-display:swap;
}
@font-face {
  font-family:'Noto Sans JP';
  src:url('https://adhomme.jp/font/NotoSansJP-Bold-min.woff')  format('woff');
  font-weight:bold;font-style:normal;font-display:swap;
}
html {
  font-size:62.5%!important;
}
body {
  font-family:"Noto Sans JP", 'Hiragino Sans,', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, '游ゴシック体', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  color:#1a1a1a;
  font-size:1.6rem!important;
  font-weight:500!important;
  word-break: break-all;
  line-height:2;
  letter-spacing: .015em;
  overflow-x:hidden;
  position:relative;
}
img {
	max-width:initial;
}
.footer01 {
  color:#f7f7f7;
  position:relative;
}
.footer01 a {
  color:#f7f7f7;
}
.copyright {
	margin-top:0;
}
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
}
